최신IBM Developing IBM Lotus Domino 8.5.2 Applications: Advanced XPage Design - LOT-922무료샘플문제
문제1
Rick creates a Server-Side JavaScript library, and defines a few global variables at the beginning of the library. The JavaScript in his XPage and in the JavaScript library modify those global variables. The server the application runs on is heavily used, and the application settings are set to Keep Pages on Disk for best scalability. When the application executes, what is likely to happen?
Rick creates a Server-Side JavaScript library, and defines a few global variables at the beginning of the library. The JavaScript in his XPage and in the JavaScript library modify those global variables. The server the application runs on is heavily used, and the application settings are set to Keep Pages on Disk for best scalability. When the application executes, what is likely to happen?
정답: B
문제2
John needs to access data which is in a relational database from his XPages application. What is the best option for accessing the data?
John needs to access data which is in a relational database from his XPages application. What is the best option for accessing the data?
정답: D
문제3
John has a managed bean which is defined as follows: The bean has a property called 'miles' which allows a distance in miles to be entered and converted to kilometers. John wishes to have a user enter a value via an edit box and use the managed bean to convert the value from miles to kilometers. What should the value of the edit box's value attribute be in order to utilize the managed bean?

John has a managed bean which is defined as follows: The bean has a property called 'miles' which allows a distance in miles to be entered and converted to kilometers. John wishes to have a user enter a value via an edit box and use the managed bean to convert the value from miles to kilometers. What should the value of the edit box's value attribute be in order to utilize the managed bean?

정답: B
문제4
Eric is writing an XPages in the Notes Client (XPinC) application and has a data type problem in a Server Side JavaScript function. How can he find out more information about the objects in his code?
Eric is writing an XPages in the Notes Client (XPinC) application and has a data type problem in a Server Side JavaScript function. How can he find out more information about the objects in his code?
정답: C
문제5
Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate class to the body tag of the outputted HTML?
Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate class to the body tag of the outputted HTML?
정답: A
문제6
Francis wants to add a ClientSide JavaScript library called "loading.js" to his XPages. What is the best method to achieve this?
Francis wants to add a ClientSide JavaScript library called "loading.js" to his XPages. What is the best method to achieve this?
정답: C
문제7
Rick creates a Server-Side JavaScript library, and defines a few global variables at the beginning of the library. The JavaScript in his XPage and in the JavaScript library modify those global variables. The server the application runs on is heavily used, and the application settings are set to Keep Pages on Disk for best scalability. When the application executes, what is likely to happen?
Rick creates a Server-Side JavaScript library, and defines a few global variables at the beginning of the library. The JavaScript in his XPage and in the JavaScript library modify those global variables. The server the application runs on is heavily used, and the application settings are set to Keep Pages on Disk for best scalability. When the application executes, what is likely to happen?
정답: B