LOT-410 Exam Questions
128 real LOT-410 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: applicationScope.put("School","Montessori"); If the application is closed and r...
- Question #52
Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?
- Question #53
Gary is writing a view selection formula to only display documents which have a Status field value of "Complete". Which formula will display the correct documents?
- Question #54
What format does the NotesCalendar class use for the data in the calendar entries?
- Question #55
Twill is using the NotesDXLImporter class to import a text file containing the DXL for an IBM LotusScript agent that she would like to use in her application. However, the agent is...
- Question #56
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 "MySenten...
- Question #58
What is the size, in bytes, of the Long data type in IBM LotusScript?
- Question #59
Jimmy wants to define a data source within his XPages application. Which option is a valid data source?
- Question #60
Within the JavaServer Faces (JSF) lifecycle the "view" which contains all the GUI components is managed internally by which object?
- Question #61
When adding a custom control to his XPage, Dennis wants to display a custom message to the designer rather than the normal design representation of the custom control. How would he...
- Question #62
If the facet name is computed which is true?
- Question #63
Jaden is looking for a way to show all the error messages from his validated fields in one place. Which of the following could he use to accomplish this?
- Question #64
In the Navigator control, the expandEffect property allows a developer to add an effect when a user clicks on the twisty arrow. What is the only effect available in IBM Domino Desi...
- Question #65
Mary wants to debug the uncompressed version of the xspClientDojo.js. Which action can she perform in order to do this?
- Question #66
John wants to add a "data-role" attribute to his Edit Box control. Which can he use to accomplish this?
- Question #67
Charles wants to be able to add a collapsible area to his XPage. Which control would allow him to do that?
- Question #68
What two items are true regarding managed beans? (Choose two.)
- Question #69
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 Librari...
- Question #70
What would this code snippet accomplish when added to an XPage application?
- Question #71
Which is a valid property for an <xp:eventHandler>?
- Question #72
Ava is working on an XPage with multiple data sources which are document1, document2, view1, and view2. The XPage needs a new custom control that needs access to data source view1...
- Question #73
William wants to show line numbers in the Source Editor. How can he accomplish that?
- Question #74
Which server-side Global Function is available through the XPages runtime?
- Question #75
Linda would like to call an existing IBM LotusScript agent via an XPage. The agent will update a value on the XPage it was called from. Which is the correct way to call the agent t...
- Question #76
Which attribute of a facet specifies the location to display the facet's contents in its parent control?
- Question #77
Pamela wants to be able to able to debug her JavaScript within her XPages in the Notes client (XPiNC) application. What Extension Library control should she add to her XPage to ena...
- Question #78
A developer is working on an XPage and there is a client-side feature that needs to compute a value from a viewScope variable docStatus. Which Expression Language syntax will compu...
- Question #79
Sarah wants a partial refresh to occur within her XPages application when a user clicks a button. Which is the correct attribute for the button <xp:eventHandler> to ensure a partia...
- Question #80
Laura wants to add a flag to her XPages control, but does not see it in the All Properties section within IBM Domino Designer in Eclipse. How can she add a custom attribute?
- Question #81
By default, in which file type are custom controls stored within the Eclipse workspace?
- Question #82
Julia wants to display the contents from a column in an IBM Domino view on a mobile page. Which control should Julia add to her mobile XPage to be the container for the Domino view...
- Question #83
Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?
- Question #84
When he saved this mobile XPage John received a compile-time error indicating a required property for the <xe:singlePageApp> control is not present. What property and value must Jo...
- Question #85
Which statement is true about the Application Layout control?
- Question #86
John added a Dynamic View Panel to the CustomersViews XPage to switch display to any one of several views in the Customers application. He set the pageName property to the Customer...
- Question #87
Which statement is true for the Single Page Application control for use on a mobile XPage?
- Question #88
Which three properties in the Dojo Text Box control are available in the Edit Box control? (Choose three.)
- Question #89
Which is a valid named facet area of the Application Layout control?
- Question #90
What happens when a variable changes value when stepping through the server-side JavaScript debugger?
- Question #91
Harry would like to debug the Dojo JavaScript files added to an XPage, but when he does examine the JavaScript code, it is not readable. What would he need to do to debug the Dojo...
- Question #92
Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the p...
- Question #93
Jason added a Data View control to an XPage and defined as its data source the "CustomersByNameView" in the Customers application. He specified the CustomerName column as the colum...
- Question #94
Which property can be used to control the look and feel of the In-Place Form control?
- Question #95
Which is a valid Form Table control property?
- Question #96
Gabe is using the Calendar classes to create a repeat meeting. How does Gabe use the NotesCalendar class to create a repeating event?
- Question #97
Jessica wants to resize a text field from its default size. What should she enter in the HTML attributes for the field?
- Question #98
Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?
- Question #99
What are three valid input objects for the NotesXMLProcessor class? (Choose three.)
- Question #101
Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code s...
- Question #102
Charles would like to use JavaScript in his XPages application to access an IBM Domino database and view the access control list entries for the specified database. What order will...