IBM Assessment: Developing IBM Lotus Domino 8.5.2 Applications: Advanced XPage Design - A2040-922 Exam Practice Test
John wishes to add a managed bean to his application. In order to do this he must do which of the following:
Correct Answer: C
Vote an answer
Pat wishes to create a new XPages UI control which will take user input. At a MINIMUM which of the following does he need to do?
Correct Answer: A
Vote an answer
John has an XPages application whose UI is entirely in English. John's company has expanded to new markets and as a result the application now also needs to support French and German users. Which of the following are the first steps that John should take in order to localize his application?
Correct Answer: C
Vote an answer
Tamsin is building an XPages application for use on mobile devices. She finds the font and row height on View Panel controls too small and difficult to navigate on a touch screen. Which View Panel property should she add her CSS class to?
Correct Answer: B
Vote an answer
Joe wishes to retrieve the HttpServletRequest while his XPage is loading. Which of the following is true regarding this activity?
Correct Answer: B
Vote an answer
Elaine wants to use the "webkit" stylesheet for webkit browsers. Which object will enable her to do this?
Correct Answer: B
Vote an answer
Frank is attempting to add some functionality to an existing XPage: ?The XPage has a Date Time Picker edit box named "graduationDate" where users must enter their graduation date. ?Frank looks at the HTML source of the XPage and sees that the edit box has the HTML attribute: dojoType="ibm.xsp.widget.layout.DateTimeTextBoxContainer" ?Frank has added a combo box where users should choose their type of Job, from the options "Intern", "Graduate" or "Experienced". ?Frank wants to add an onchange listener to the combo box, that checks the value of the graduation date and gives a browser alert popup dialog like "Intern and Graduate positions only available in the first 2 years after graduation". ?Frank has looked at the HTML source of the XPage and sees that the Date Time Picker edit box has a dojoType attribute. Which of the following code snippets should Frank use to retrieve the graduation date before triggering the alert dialog:
Correct Answer: D
Vote an answer