Exam Code: C2040-410 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: IBM Notes and Domino 9.0 Social Edition Application Development Exam B
Certification Provider: IBM
Free Today! Guaranteed Training- Pass C2040-410 Exam.

2021 May C2040-410 Study Guide Questions:

Q71. Twill is using the NotesDXLImporter class to import a text file containing the DXL for an IBM LotusScript agent that she would like to use in her application. However, the agent is not appearing after the import. Why? 

A. She needs to set the AgentImportOption property to something other than its default value. 

B. She needs to set the CompileLotusScript property to something other than its default value. 

C. She needs to set the DesignImportOption property to something other than its default value. 

D. She needs to set the DocumentImportOption property to something other than its default value. 

Answer: C 


Q72. Lynn would like to obtain the current date and time from the server hosting the database where his Formula code is executing. Which line of code could he use to do that? 

A. myTime := @Now([SERVERTIME]) 

B. myTime := @ServerTime([NOW]) 

C. myTime := @Time([SERVER]:[NOW]) 

D. myTime := @Server([TIME]:[NOW]) 

Answer: A 


Q73. Kamden is looking for a simple way to ensure that some of his XPages fields are filled in by the end user. What steps could he use to accomplish this? 

A. Under the Properties tab of the edit box, select the All Properties section. Within the data area set the mandatory property to "true". 

B. Under the Properties tab of the edit box, select the All Properties section. Within the data area set the required property to "true". 

C. Under the Properties tab of the edit box, select the Validation section, check the "Required Field" and enter the message displayed to the userwhen the field is not entered. 

D. Under the Properties tab of the edit box select the Validation section, check the "Mandatory Field" and enter the message displayed to the userwhen the field is not entered. 

Answer: C 


certifyforall.com

Renovate C2040-410 exam cost:

Q74. What two items are true regarding managed beans? (Choose two.) 

A. Managed beans are a JSF framework feature. 

B. Managed beans are accessible by IBM LotusScript. 

C. Managed beans are a feature based on XPages and not JSF 

D. Managed beans are accessible within Server Side JavaScript code 

E. Managed beans are a Java technology and are not accessible within server-side JavaScript code. 

Answer: A,D 


Q75. Which is a true statement about XPages in the Notes client (XPiNC)? 

A. XPiNC is a web based application running in the Notes client. 

B. XPiNC uses the web based Notes-client plugin to display XPages in the Notes client. 

C. XPiNC does not uphold traditional security features of Notes application development. 

D. Using XPiNC, developers can run traditional Notes web-based applications within the Notes client. 

Answer: A 


Q76. John added a Dynamic View Panel to the CustomersViews XPage to switch display to any one of several views in the Customers application. He set the pageName property to the CustomerDocument XPage to identify the XPage to open when a customer name is selected from the displayed view in the Dynamic View Panel control. What must John do to have the selected customer document open in read mode on the CustomerDocument XPage? 

A. For the Dynamic View Panel, set the openDocAsReadonly to "true". 

B. Nothing. The selected document in a Dynamic View Panel will by default open in read mode. 

C. For the Domino Document data source on the CustomerDocument XPage set the openDocAsReadonly to "true". 

D. Code the onColumnClick event of the Dynamic View Panel control with the Open Page simple action and set the target property to"openDocument". 

Answer: D 


C2040-410  practice question

Download C2040-410 ebook:

Q77. Which control should Jane use to switch display to any one of several views in the Customers application? 

A. <xe:dataview> 

B. <xp:viewPanel> 

C. <xe:switchViewPanel> 

D. <xe:dynamicViewPanel> 

Answer: D 


Q78. What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate) 

A. 15.1 

B. 16.5 

C. 50 

D. 55 

Answer: D 


Q79. Which statement is true regarding the Extension Library Dialog control? 

A. The Dialog is based on dijit.Dialog. 

B. The Dialog can be launched by IBM LotusScript 

C. The Dialog cannot be launched by client-side JavaScript. 

D. The Dialog can be launched by server-side @Formula language. 

Answer: A 


Q80. Steven is using Java to write an agent in his application and needs to get a handle to the database that the agent is running in. How can Steven accomplish this? 

A. Use the getCurrentDatabase method of the Session class. 

B. Use the currentDatabase property of the Session class. 

C. Use the Session class getDatabase method, and then make a call to the getCurrentDatabase method of the Database class. 

D. Use the Session class getAgentContext method, and then make a call to the getCurrentDatabase method of the AgentContext class. 

Answer: D