It is more faster and easier to pass the IBM C2040-410 exam by using High value IBM IBM Notes and Domino 9.0 Social Edition Application Development Exam B questuins and answers. Immediate access to the Improve C2040-410 Exam and find the same core area C2040-410 questions with professionally verified answers, then PASS your exam with a high score now.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for IBM C2040-410 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW C2040-410 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/C2040-410-exam-dumps.html
Q11. Jen added an Application Layout control to the ccAppLayout custom control she is developing. To the titleBarTabs in the configuration she added three <xe:pageTreeNode> nodes to open an XPage with a Domino View data source in the Customers, Parts and Sales applications respectively. The label property for the three tabs she set to "Customers Application", "Parts application" and "Sales Application". What must Jen do to show the "Customers Application" tab as selected when any of the "Customers" XPages is rendered in a browser?
A. For all the Customers XPages, set the showTabSelected property to "Customers Application".
B. For all the Customers XPages prefix the XPage name of with "Cust_" and set the selectedPrefix property to "Cust_" for the <xe:pageTreeNode> node where label="Customers Application".
C. For all the Customers XPages, prefix the XPage name of with "Cust_" and set the selected property to "Cust_*" for the <xe:pageTreeNode> node where label="Customers Application".
D. For all the Customers XPages, pass a navigation path string to the navigationPath property in the configuration and code the selection property for the <xe:pageTreeNode> node where label="Customers Application" with a regular expression to match all the navigation path for all the Customers XPages.
Answer: D
Q12. Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the pageName property to "documentMobilePage". He designed the viewMobilePage to display a listing of customer names from the CustomersByName view. He designed the documentMobilePage to display the document details for the customer touched on the viewMobilePage. He specified "customerDoc" as the name for the Domino Document data source and the field with the customer phone number is named "phone". What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?
A. For the Edit Box control bound to the phone field add the property and value of type="sms".
B. Nothing, access to the SMS function of the mobile device is not supported for mobile applications developed using the Mobile controls inDomino Designer.
C. Add a Tool Bar Button control and compute its href property using this server-side JavaScript:return "sms:" + customerDoc.getItemValueString("phone");
D. Add a Rounded List Item control and compute its sms property using this server-side JavaScript:return customerDoc.getItemValueString("phone");
Answer: C
Q13. Steve has written an agent which makes external ODBC calls, and he has confirmed the driver is thread safe. What can Steve set to report the driver is thread safe?
A. ThreadSafe = On
B. ThreadSafe = True
C. ThreadSafeDriver = On
D. ThreadSafeDriver = True
Answer: D
Q14. Johnny is adding a single button to change an In-Place Form from read mode to edit mode and vice versa. Which server-side JavaScript code snippet can be utilized?
A. getComponent("obj1").toggle()
B. getComponent("obj1").toggle("off")
C. getComponent("obj1").show("false")
D. getComponent("obj1").changeFormState()
Answer: A
Q15. Which statement is true when developing an XPage in IBM Domino Designer?
A. The XPages XML syntax is called XSP markup.
B. The Source View depicts an HTML representation of the XPage.
C. XPages controls cannot be added to the XPage through the Source View.
D. Use of standard HTML tags like <div> and <script> are not permitted.
Answer: A
Q16. Gary is writing a view selection formula to only display documents which have a Status field value of "Complete". Which formula will display the correct documents?
A. SELECT @All
B. SELECT Status = "Complete"
C. @If(Status = "Complete";View.Include)
D. If Status.Value = "Complete" Then View.Select
Answer: B
Q17. Which is a valid property for an <xp:eventHandler>?
A. style
B. handler
C. rendered
D. partialRefreshId
Answer: C
Q18. Which is a valid Form Table control property?
A. formId
B. tableId
C. formTableId
D. formDescription
Answer: D
Q19. Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?
A. JavaMaxHeapSize
B. Runtime.maxMemory()
C. HTTPJVMMaxHeapSize
D. JVM command option -Xms
Answer: C
Q20. Jason added a Data View control to an XPage and defined as its data source the "CustomersByNameView" in the Customers application. He specified the CustomerName column as the column to open the selected customer document when clicked. Into which property of the Data View control should Jason add columns to display the values from the City, Contact and Phone columns in the data source?
A. columns
B. addColumns
C. multiColumns
D. extraColumns
Answer: D