Questions
Questions
Ans:
1. Example Server
2. Example Express
3. Example Author
Example Express is the entry point to DCT Architecture. It communicates with Example Server through
XML Requests/Responses (*The communication can be plain XML payload or the server request block can
be wrapped inside a SOAP request. ).
1.
Compiles(*1) Manuscripts
a. *1 Interprets the deployed manuscript and displaying the interview pages
2. Generates Session XML with all rules applied.
3. Reads & Saves Data To/From Database
Example Author:
It is a tool to define/edit Manuscripts. . Manuscripts are XML files which contain fields, rules and
topics/pages.
7. There are several areas in DCT; you are strong in which area of DCT?
8. What is the difference between Inception date and policy effective date?
Ans: Inception Date 1st term Effective date of the policy .
a. What do you mean by on-demand framework in DCT? How will you take care this in up-
gradation project?
b. Does DCT support multiple languages & multiple currencies? If yes How?
c. Why we will use AsyncQueueTool.exe, DeployMgr.exe, DCTReset.exe,
TraceMonitor.exe?
d. Why we use TSV Debugger?
Fields:
9. What is Inheritance in Manuscript?
10. How to do a Multiple inheritance in the Manuscripts?
11. What are advantage and disadvantage of Inheritance?
Ans:
Primary benefit is reusability
Demerits:
1. Any inherited items that have been overridden in the derived Manuscript
are not changed when you update the base Manuscript.
2. When you edit the base Manuscript and move or rename a field, fields in
a derived Manuscript still search the original paths.
Forms:
21. How to add image in the form
Ans: By using watermark/Stamp of form properties for PDF. For word doc we can
add this manually.
22. How to implement iterative sections in the form and which template we can use for this?
23. Can we insert data in the Form while printing forms? If yes How
24. What is the work of print Default in the Form printing? What are the otions present in the drop
down? Tell us each uses of each options?
25. How the form engine starts?
Ans:
Call to the form engine comes from transact rules MS. 1st request is
IntnitPrintjob rq and then Process print job rq.
26. What are the options available in format column of a form?
Ans:
Format Mask
Format Mask from field
Coded list
Coded list from field
Calculated Mask
Rating:
27. Do you know Rating?
28. What is full Term Premium?
29. What is Prorate Factor? When it will apply in rating?
30. What is shot rate Factor? When it will apply in rating?
31. Difference between short rate and Prorate?
Ans:
short rate is a penalty way of cancellation
pro rate is a non-penalty way of cancellation.
Short rate uses a table of factors<http://en.wikipedia.org/wiki/Short_Rate_Table>that
results in penalties that can be lower or higher than short rate (90%
pro rata) depending upon the date of cancellation.
32. What is written Premium?
33. How written premium is calculated from Manuscripts?
Ans: By using shared configuration in 4.x and by using written premium rq in
earlier versions
34. Can you explain shared configuration of written premium Calculation in DCT?
35. In DCT, Rating calculations starts from which Field and when it will execute?
36. Is it possible to have rating and pages separately?
37. How the rating manuscript invoked from page.
Ans: Through External Call
38. What is the use of class?
Ans:
Class property are used for written premiums.
The associated EXAMPLE ManuScript for each policy must have each premium to be
processed identified as a public field with the appropriate class property.
Pages:
39. Which page version you have worked on in DCT?
40. What is difference between Version1 and Version 2 pages?
Ans:
Version1 Pages Version2 Pages
41. What is Meta page? Can you give some example of Meta Page used in DCT?
42. What is the basic difference between Sections and Tables?
43. How to implement a popup page on a Button Click?
Ans: Make the Popup parameter 1 in the concerned button. Give the Page Name and PageSet
Name.
44. What is the difference between accordion widget and grid widget?
45. When DCT introduced version 2 pages?
Ans:
DCT introduced version 2 pages during 3.x version
46. What are the challenges in converting a version 1 page to version 2
Ans:
There are alignment issues.
Custom parameters are to be codded in skins
Database:
47. DCT is using which type of Database?
48. From which Table the recently opened quotes get listed out?
Ans: MRUQuote Table using by “Onlinedata.listmrurq
49. What is the basic difference between History and Quote Table?
Ans:
History Table sores all transaction records of the policy
Quote Table stores last updated records of the policy.
In History table ‘QuoteID’ is Foreign/ Reference Key.
In Quote table ‘QuoteID’ is unique/ primary key. Processing data section is stored in
Quote table.
Batch:
56. How to create a new batch and why it is required?
Ans:
For creating a new batch, we need one Batch Manuscript, One .Net program, one stored
procedure and one script file.
Batch process is used to accomplish a bulk of Cancellation/delete behind the screen for the set
of policies which meets the required criteria.
In the server we need to set up a scheduler which run in a daily basis/ weekly basis/ monthly
basis in a specific time and will run required .net program.
.net Program run stored procedure and will collect the matched policy from the database and
inset those in the batch table.
TransACT
57. When transact gets called from Product Manuscript?
58. How to create a new transact?
59. Can we use multiple TransACT.config file in the system and what is its use? What its advantages?
60. From which file we can get the location of TransACT.Config File.
61. Difference between Reissue & Rewrite.
Ans:
Reissue Effective date defaults to the cancellation effective date of the policy.
Rewrite the default Effective date is 30 days after current date and user can modify it.
Debugging:
62. When Object reference error is coming?
Ans:
When a System is trying to access a field that does not have any existence in Manuscript.
63. What are the debugging tools?
64. What error u get when the caption is missing for a field?
Ans : Object reference error
5. Copy the dll (e.g. CustomComponet.DLL)to the Runtime root folder. i.e
Shared/bin. The shared/bin folder contains all the DLL files.
6. Make the entry in the CustomRequestMap file (which is in Shared folder).
This process will register the CustomComponent in DCT environment.
9. Do the DCT Reset which will refresh the DCT environment and make our
custom request visible under “Request Command” drop down list.
74. What all functionality we can perform using User Admin 4.x?
Ans:
User Management: Add / update and manage user