최신 IBM Certified Application Developer LOT-410 무료샘플문제:
1. Which property can be used to control the look and feel of the In-Place Form control?
A) environment
B) themeCSS
C) newLookFeel
D) themeId
2. 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) ThreadSafeDriver = On
B) ThreadSafeDriver = True
C) ThreadSafe = On
D) ThreadSafe = True
3. Jack is working on a new XPages application. He has a requirement to use a JavaScript library from a previous XPages project. After adding the JavaScript file in the Script Libraries section, how would he use it on an XPage?
A) Using the Resources tab in the Properties view of the control that needs to use the JavaScript library, use the Add Resource button and choose "JavaScript".
B) No further action is necessary. After adding the file in the Script Libraries section, he can begin to use the methods in his XPage immediately.
C) Using the Resources tab in the Properties view of the XPage that needs to use the JavaScript library, use the Add Resource button and choose JavaScript file to include it into the XPage.
D) Create a custom control and name it the same as the JavaScript file. Add the file using the Resources section. Repeat this for every JavaScript file. Then drag each custom control onto the XPage.
4. 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)
5. What are the three different parts of the managed bean in the faces-config.xml file? (Choose three.)
A) Bean var name
B) Bean name
C) Bean scope
D) Bean class
E) Bean location
F) Bean property
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: B,C,D |