Grace would like to emulate a PostOpen event on her XPage by using the Execute Script simple action. What options can she use to build her script logic?
A. CSS, HTML, JavaScript
B. @Formula, LotusScript, Java
C. Java, JavaScript, LotusScript
D. JavaScript, Expression Language, Custom
Monica has bound the view named "Open invoices" into her XPages application, which is accessible as view1. For the convenience of the user, she likes to display the total amount of all invoices. How can she calculate this amount?
A. var total = view1.getItemSumDouble ('amount');
B. var allDocs = view1.AllDocuments();var total = allDocs.AddValues('amount');
C. var total:double = 0;var doc:NotesDocument = view1.getFirstDocument();while(doc != null){total = doc.getItemValueDouble('amount') + total;var tmpdoc:NotesDocument = view1.getNextDocument ();doc.recycle();doc = tmpdoc}
D. var total:double = 0;var doc:NotesDocument = view1.getFirstDocument();var item:NotesItem;while(doc != null){item = doc.getFirstItem('amount');total = item + total;var tmpdoc:NotesDocument = view1.getNextDocument();doc.recycle();doc = tmpdoc}
Ashley is writing a server-side script to process the request parameters that are passed in her Registration XPage. What global object should she use to access the parameters that she's interested in?
A. param
B. header
C. cookie
D. requestScope
Mike developed a billing application that should be used with the browser and with XPages. He tested his application locally until it was finished and ready to be deployed to the server. After installing the application on the server, Mike is testing the application again. But he is not able to even invoke the application. In the browser, he gets the message Error 403, HTTP Web Server. You are forbidden to perform this operation. What could be the reason for this error message?
A. An administrator must check and unlock Mike's application first.
B. Mike needs to wait about an hour after deploying the application to the server until the server has cleared all access rights.
C. Because the application is signed with Mike's user name and his name does not show in the following entry in the Lotus Domino Serverdocument:On the Security tab, inside the Programmability Restriction section the field labeled: Sign agents or XPages to run on behalf of the invoker.The application needs to be signed with an ID that has rights to run agents or XPages on the server.
D. Mike needs to open the application properties and click the Server tab. In the Security section, he needs to activate the Application is allowedto run on server option. In addition, he needs to enter the name of the server into the Administration Server field on the same tab.
Lian has used the Set Value simple action in the Timesheet XPage to set the value of a computed expression. What does the generated XML look like on the XPage after this simple action has been added?
A.
B.
C.
D.
Olga needs to integrate data from an Oracle database into her XPages application. Which of the following options would allow Olga to do that task?
A. Nothing. Lotus Notes and Lotus Domino are able to access Oracle databases directly.
B. DECS or LEI is installed and configured.
C. Olga needs to install the EnterpriseDataConnection library from OpenNTF first.
D. Unfortunately, there is no possibility to access Oracle data from an XPages application.
Clarice has an XPage where she needs to store a value in a browser cookie. Given that the value's name is 'language' and the value is 'Spanish,' what JavaScript code can she use to do that?
A. cookie.language = "Spanish"
B. cookie.setValue("language") = "Spanish"
C. var response = facesContext.getExternalContext().getResponse();var userCookie = new javax.servlet.http.Cookie("Cookie", "Spanish");response.addCookie(userCookie);
D. var response = facesContext.getExternalContext().getResponse();var userCookie = new javax.servlet.http.Cookie("language", "Spanish");response.addCookie(userCookie);
Andrew needs to add a tabbed interface to his XPage. Where does he find a control to enable that functionality?
A. Core controls
B. Theme controls
C. Custom controls
D. Container controls
Kaitlyn has been asked to track which browser versions people are using to access the Customers XPage. She wants to add code that writes the browser version to the server log whenever a user opens the XPage. What server-side code can Kaitlyn add to do this task?
A. Add this code in the beforePageLoad event of the XPage:var req = facesContext.getExternalContext ().getRequest();print(req.getHeader("User-Agent"));
B. Add this code in the onLoad event of the XPage:var req = facesContext.getExternalContext ().getRequest();print(req.get(HTTP_USER_AGENT));
C. Add this code in the onLoad event of the XPage:print(headerValues.getHeader(HTTP_USER_AGENT));
D. Add this code in the beforePageLoad event of the XPage:print(headerValues.getHeader("User-Agent"));
Pablo has created an XPage to use for browsing and editing customer data. He would like to add a button which asks users if they are sure that they want to update the customer data. The button saves the changes if users indicate that they are sure. How can Pablo create this button?
A. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type, and enablethe Confirm option.
B. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type. Aconfirmation prompt is included by default.
C. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a server-side simple action. Select Confirm Action for the action.
D. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a client-side simple action. Select Confirm Action for the action.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2040-986 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.