-
The class which serves as intermediary between worker bean and the error page is
Skill/Topic: IntermediateA) ClfyFormB) WorkerBeanImplC) MessageBeanImplD) MessageBean class
-
Which of the following is false about extended filters ?
Skill/Topic: IntermediateA) Search and lookup windows use extended filters to query the databaseB) Consists of a set of search specifications stored in the databaseC) The CBOs include a set of BOs to set up search criteria to allow each user to save their own search criteria and apply to perform a search.D) Code should be written to manipulate the ClarifyCRM’s defined Extended Filter BO’s.
-
Subclass wizard bean templates are written in a template coding language called
Skill/Topic: IntermediateA) Velocity Template LanguageB) Verborsity Template LanguageC) Velocity Expert LanguageD) Verbosity Template Language
-
Which of the following statements is false about the Data Communication Framework.
Skill/Topic: IntermediateA) JavaScript object that handles communication between windows on the client.B) Support callback functionsC) Contains data communication items which identify data to copy from one window to another.D) Decreases the need for server round up time
-
Which of the following statements is true about the master Help File
Skill/Topic: IntermediateA) Organizes application help mapping files in hierarchy.B) Has fixed file name clfyhelp.xmlC) Located in different directory as application map help mapping file.D) At runtime, the last file listed that contains the requested help tag is used to display help
-
Which of the following statements is true about SpellChecker functionality in clarifyCRM
Skill/Topic: IntermediateA) Can provide spell check for any text control on a JSP.B) Uses winter tree software sentry spell checker for Java SDK.C) Is not a part of the ClarifyCRM framework.D) On client side provides User dictionary and Spell Check options cookie
-
Which of the following is not the advantage of the Binding framework.
Skill/Topic: IntermediateA) Seperates user interface (HTML markup) and dataB) Reduces the need to understand Beans when writing JSPsC) Sets data into HTML controls to displayD) Hampers retrieves and sends data from/to CDO Manager.
-
Control manager is available to the controls that register for
Skill/Topic: IntermediateA) Dirty bit checkingB) Parity bit checkingC) byte code checkingD) b & c
-
Which function (Clarify specific) is called after the data request completes ensuring that code accessing CDOs will not do so until the data has arrived. ______
Skill/Topic: AdvancedA) postDataLoadInit()Explanation: Normally it is the onload function that is called after the page is loaded, but clarify has it’s own wrapper for it.
-
If u want to get the reference of a cdo object in client side which of the following should be used
Skill/Topic: AdvancedA) g_cdoManager.getCdoByName()B) g_cdoManager.getCdoById()C) m_cdoManager.getCdoByName()D) m_cdoManager.getCdoById()Explanation: Because at client side the variables are always referenced by g_(Variable Name)
-
If u want to get the reference of a cdo object in server side which of the following should be used
Skill/Topic: AdvancedA) g_cdoManager.getCdoByName()B) g_cdoManager.getCdoById()C) m_cdoManager.getCdoByName()D) m_cdoManager.getCdoById()Explanation: Because at server side the variables are always referenced by m_(Variable Name)
-
Which function displays a JavaScript alert or logs a message to the debug window
Skill/Topic: AdvancedA) WMAlert(strMessage, strDebug)B) WMAlert ( strDebug, strMessage)C) WMCAlert(strMessage, strDebug)D) WMCAlert ( strDebug, strMessage)
-
Which locking mechanism is used by Clarify
Skill/Topic: AdvancedA) Optimistic lockingB) Lookup lockingC) Transaction LockingD) Pessimistic LockingExplanation: This is because the last saved data will be displayed.
-
State true or false :-You can write C++ applications that access the COM layer of the business objects.
Skill/Topic: AdvancedA) TrueB) FalseExplanation: Though the Business Objetcs are written in C++ and provide wrapper for Java through JNI calls COM interfacing is not supported.
-
The alt_login_name field newly added in the table_user table in the ClarifyCRM 13.1 release is used to
Skill/Topic: AdvancedA) store login information for a secondary billing systemB) Store login information for a CRM.C) Store license information for a secondary billing system.D) None of the above
-
When the components (CBO and LPOMS) are implemented in a dynamic link library and thus execute in the same process on the server, such type of the framework deployment of the Clarify CRM is called ________________
Skill/Topic: AdvancedA) In-process, applicable for version clarify 13.1+ version
-
-
Load balancing for clarify web session is done by using the built-in load balancing capability of the weblogic
Skill/Topic: AdvancedA) TrueB) FalseExplanation: done by using Data Access Service (DAS)
-
To enable the faster processing, Clarify CRM provides local caching for the following objects
Skill/Topic: AdvancedA) CBOB) Routing ServerC) Classification EngineD) JSP
-
JSP upgrade is a three way merge process. Two of the inputs are Old version of the clarify JSP, New version of clarify JSP’s and the third one is _________
Skill/Topic: AdvancedA) custom version of old JSP’s
Clarify CRM Interview Questions
Ans