최신 IBM Certified Application Developer C2040-410 무료샘플문제:
1. Which control should Larry add to the left column area of an Application Layout to provide a menu selection interface that uses the "lotusSelected" style class to indicate that a menu choice was selected?
A) <xe:navigator>
B) <xe:selectMenu>
C) <xe:accordion>
D) <xe:outline>
2. Pamela wants to be able to able to debug her JavaScript within her XPages in the Notes client (XPiNC) application. What Extension Library control should she add to her XPage to enable this?
A) Firebug
B) Firebug Lite
C) XPages CSJS Debugger
D) XPiNC CSJS Debugger
3. If a document contains rich content in native IBM Notes (CD) format, what could be used to access that data as MIME content?
A) The GetMIMEEntity method of the NotesItem class.
B) The ConvertToMIME method of the NotesDocument class.
C) The GetMIMEEntity method of the NotesDocument class.
D) The ConvertMIME property of the NotesSession class.
4. 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, 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.
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, set the showTabSelected property to "Customers Application".
5. Sam would like to use Formula Language to extract the word "cat" from the sentence: "The black cat walked under the ladder". She has assigned the sentence to the variable "MySentence". Which line of code could she use to do that?
A) @MiddleBack(MySentence; 25; -3)
B) @Left(@RightBack(MySentence; 3); 25)
C) @LeftBack(@Right(MySentence; "cat"); 3)
D) @Middle(MySentence; "cat"; 3)
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: B | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: A |