1. What is the full form of CDOCOL
A) Common Data Objects Collection

CDOCOL means ClarifyCRM data Object Collection.

2. What is the use of binding framework in Clarify?

Used to bind the values with CDO and CDOCOLS fields

10. TLD file is an XML document that defines the _______,____________,____________
A) custom tags,
B) operations
C) attributes
D) tag handlers.

TLD file defines the following features:

1) Defines what are the various basic operations we can do with the TLD file.

2) Defines the various attributes available for the TLD.

3) It also mentions the tag handler class.

12. For any activity like update and insert, performed in the clarify CRM, a log is created called activity log. Name the table in which it is stored
A) act_entry
B) pay_means
C) log_entry
D) act_log

Explanation: The table contains a log for almost anything that is performed on clrify by users. Even the actions executed by process manager and Rule engine are also logged.

Act_entry

27. Worker beans are HTTP aware
A) True
B) False

A , Explanation: Data request or UI request will go to ControlServlet then it will generate a HTTP request to Particular Worker Bean.

31. Tell me does clarify database has explicit primary keys defined for the tables?

NO. Primary key are not defined in the Clarify Database. The restrictions and relationships are managed by the application itself.

32. In clarify CRM billing manager the relation between the case and the site is
A) One to One
B) One to many
C) Many to one
D) Many to Many

C, One site can have many cases where as one Case can't have more then one site. So Many to one.

33. What is the full form of CDO?
A) Common Data Objects

CDO means Clarify CRM Data Objects not Common Data Objects as i supposeThese are the Client side data objects.