MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: Marge wants to track user preference information while users navigate through her Web site, but does notwant to require users to authenticate when accessing the site.Which of the following should she use to track the user information?
Question2: Donna wants to navigate to a panel in her XPage.Which area would she use?
Question3: Melanie wants to provide an XPage interface for specific devices. What server-side JavaScript functionenables her to identify what type of device is opening her page?
Question4: The Discussion Topics XPage includes a button to take users to the Feedback XPage. Ted has createdthe Feedback XPage. He now wants to add a Save and close button that saves the user's input, and takethe user back to the Discussion Topics XPage.What is one way that he can do this task?
Question5: 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?
Question6: Gwen would like to display the value of the approval list that uses an encryption key for access.How can she go about doing this task?
Question7: Gustav has added a View control to his XPage. He needs to allow users to delete documents from theview.How can he do this task?
Question8: Melissa is modifying her Lotus Notes application to use XPages and wants to reuse the forms that theyhave already, because there are lots of validations done on the fields.How can she use the existing form logic in the XPage?
Question9: Catherine has upgraded her development server from 8.5.1 to 8.5.2. She wants to take advantage of 8.5.2functionality now, but when she tries to save her XPages, they are generating error messages saying thatthe functionality is not supported in 8.5.1, which is the minimum supported version for this application.How can Catherine resolve this problem?
Question10: Andre is using mail encryption on documents that are being routed to other members of his team.Which one of the following keys is used to decrypt the documents?
Question11: When Sydney opens a form or view, he would like it if the outline view would minimize automatically togive more room to the design element list.Can this task be done?
Question12: Maya is considering migrating her existing car rental application to use XPages.Which of the following sentences is true?
Question13: Elaine is working on an XPage and she wants to use a custom control that she created earlier, but thecustom controls are not visible in the Controls view.Why is this happening?
Question14: Barney imports a WSDL file into a LotusScript script library, which generates code to call the Web servicemethods defined by the WSDL file.Where can he use this script library?
Question15: Martha has a Submit button on her Timesheet XPage. When clicked, the button uses the Save Documentsimple action to save the data to the underlying document. What parameters doesMartha have to provide to the Save Document simple action?
Question16: Joanne is working with two other developers on a company-wide intranet project built in XPages. Eachdeveloper has taken responsibility for different aspects of the site, but some of these tasks occur inmultiple places within the intranet.How should they manage these tasks?
Question17: Clay is updating the ticket processing application to use XPages in the Lotus Notes client. He wants tomake sure that existing documents created with the ticket approval form now open in the new approvalXPage.What does Clay need to do to accomplish this task?
Question18: Joy wants to implement single sign-on for her Lotus Domino Web applications.What does she need to do?
Question19: Cade is building an XPage for the Sales application. What are the options from which he can select whendefining a data source from the data palette?
Question20: Which of the following describes the destination URL that is generated by Lotus Domino when the userenters */projects/cio/index.html as the URL?
Question21: Zachary is creating a new theme for his XPage.How is the theme file coded in the Resources area of the application?
Question22: Josh needs to associate the Price and ProductName fields of the Sales database with fields from theInventory table in a relational database. His company uses DECS. He has created a Data ConnectionResource to handle the connection to the Inventory table.What is the next step to make this connection available to fields on the Product form?
Question23: Marge wants to track user preference information while users navigate through her Web site, but does notwant to require users to authenticate when accessing the site.Which of the following should she use to track the user information?
Question24: Frederick has added a button to his XPage and labelled it Edit.What should he do to make the button put the document in edit mode?
Question25: Arthur has created an XPage to display a list of available meeting rooms. When Arthur views the XPage ina browser, he sees the message Error 403 HTTP Web Server: You are forbidden to perform thisoperation.What does Arthur need to do to view the XPage?
Question26: Frank has a Purchase Order application where Order lines are created as child documents to thePurchase Order header. The Order lines are displayed in an embedded view. The formula in the firstcolumn of the view is @Text($Ref).How might the application be optimized?
Question27: Anna, who has developed traditional Lotus Notes application for years, is working on her first XPageapplication. Until now, she always tried to achieve goals by using as much @formulas as possible. Nowshe is asking her colleagues about @formulas with XPages.Which of the following answers is wrong?
Question28: Miriam tries to access a hidden control programmatically by client-side JavaScript. When the page isrendered, she cannot access the data of that control.Which option might be the reason for this result?
Question29: Clarice has an XPage where she needs to store a value in a browser cookie. Given that the value's nameis 'language' and the value is 'Spanish,' what JavaScript code can she use to do that?
Question30: Earl is working with the global view object available within JavaScript in XPages.With what kind of view is he working?
Question31: An XPage application is mostly made up of the following elements:
Question32: Marta must implement a new application for a library. People have asked to use the application from boththe Lotus Notes client and a web browser. Asking developers to best implement these requirements, shegot different design answers.Each of the following statements is true about XPages, except which one?
Question33: Lainey has recently upgraded to Lotus Notes Domino 8.5. She is now exploring the design of herapplications to see what new features might be available.What is the purpose of the controls palette that Lainey sees?
Question34: Hadi is creating a new XPage. His XPage design now shows the company logo and banner.How can Hadi now add fields to the XPage?
Question35: With server-to-server replication, what is the minimal access level, that a server must have to anapplication to replicate not only documents, but also design elements?
Question36: Adele would like to include a style sheet in every page of her application.What should she do to accomplish this?
Question37: Frederick has added a button to his XPage and labelled it Edit.What should he do to make the button put the document in edit mode?
Question38: With server-to-server replication, what is the minimal access level, that a server must have to anapplication to replicate not only documents, but also design elements?
Question39: Alison would like to perform an @DbLookup to the Keywords view from her XPage. The same code needsto run in a browser and in XPages in the Lotus Notes client.Which of the following options is the correct syntax?
Question40: Yvette has been asked to help troubleshoot a LotusScript agent that produces the weekly sales report.The agent is taking longer than expected to run.Which step should Yvette take to help her analyze the agent's performance?
Question41: Monica has bound the view named "Open invoices" into her XPages application, which is accessible asview1. For the convenience of the user, she likes to display the total amount of all invoices.How can she calculate this amount?
Question42: Yolanda has built the XPages for the sales application. The functionality is working properly, and it is nowtime to apply the corporate branding. Yolanda has read that XPages can use themes and CSS for affectingthe appearance of the UI.What is a distinction between themes and CSS?
Question43: How do you get a collection of all documents of the current database in an XPages environment?
Question44: After importing a WSDL file into a LotusScript script library to generate Web service consumer code, whatis the basic structure of the code that is generated?
Question45: Linda would like to have a navigator pane for her XPages application.What would be the best way to implement this pane?
Question46: Andrew needs to add a tabbed interface to his XPage.Where does he find a control to enable that functionality?
Question47: Stefan would like to add a custom control to the department's order processing XPage application thatdisplays the approval routing status. He wants the custom control to only display to certain users.How can Stefan accomplish this task?
Question48: Joy wants to implement single sign-on for her Lotus Domino Web applications.What does she need to do?
Question49: What best describes a theme for an XPage application?
Question50: Which one of the following programming languages or language combinations can be used to build anagent that retrieves data from non-Domino servers over the Internet?
Question51: Juan is integrating an XPage application with his existing company intranet and wants to pull values fromcookies.What server-side JavaScript code allows him to access cookies?
Question52: Mike developed a billing application that should be used with the browser and with XPages. He tested hisapplication locally until it was finished and ready to be deployed to the server. After installing theapplication on the server, Mike is testing the application again. But he is not able to even invoke theapplication. In the browser, he gets the message Error 403, HTTP Web Server. You are forbidden toperform this operation.What could be the reason for this error message?