최신 IBM-Lotus LOT-922 무료샘플문제:
1. Per wants to connect to a datasource using JDBC. What is the best way to do this?
A) The necessary JDBC drivers will come pre-installed with Domino. He just needs to write SSJS or Java to call the required methods.
B) He will need to download and install the relevant JDBC drivers and write SSJS or Java to call the required methods.
C) He must use a third-party tool like DECS or LEI.
D) Write a LotusScript or Java agent and call it from Client-Side JavaScript, as he would have done in traditional Domino web applications.
2. Eric has added the Dojo Module "dijit.form.FilteringSelect" to his XPage and set the dojoType on his Combo Box to "dijit.form.FilteringSelect". However, when he previews his XPage he is not seeing the FilteringSelect? What has he done wrong?
A) He needs to use an Edit Box control instead of a Combo Box control
B) The correct Dojo module is dijit.FilteringSelect
C) He has forgotten to set dojoParseOnLoad="true" and dojoTheme="true"
D) The correct Dojo module is dojo.FilteringSelect
3. Jo wants to make a configurable list of countries available to the client side JavaScript of her XPage for use in various different fields on the web page. What would be the most efficient approach?
A) Add a @Decorum to a client side script library to look up the country list in each place it is required
B) Use the Output Script control to create a global Client Side JavaScript object to reference when the list is required
C) Perform an AJAX request to get the country list from another XPage when it is required using dojo.xhrGet
D) Add an @DbColumn to a server side script library to look up the country list in each place it is required
4. Marco has built an XPage that has increased in complexity over time and now contains several hundred lines of XSP markup, with many postback actions that conditionalize the display of the page. He feels that the page does not perform well and is looking to improve the responsiveness for the end-user. He is considering the following actions to improve performance. All of the following actions may improve performance EXCEPT which one:
A) Reduce the size of the page by splitting it up into several custom controls wherever possible.
B) Use Partial Refresh to conditionally redraw only those parts of the page impacted by postback actions.
C) Conditionally set the "loaded" property to "true" for controls and data sources that are displayed, and "false" when they are hidden.
D) Use scoped variables to store/retrieve data that will not change between postback requests.
5. Dominic wants to implement the open source CSS framework called Blueprint in his XPages application. He does not want to include any other CSS framework resources which may exist on the Domino server. What is the best way to include all of the required CSS files in the XPages in his application?
A) Create a new theme which extends webstandard and then add each Blueprint CSS file via a resource definition
B) Create a new theme which extends oneui and then add each Blueprint CSS file via a resource definition
C) Create a new theme which does not have an extension property and then add each Blueprint CSS file via a resource definition
D) In each XPage in the application add the required CSS files to the Resources section
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: C |