LOT-410 Exam Questions
128 real LOT-410 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Tyler has designed a viewMobilePage to display a listing of customer names from the CustomersByName view. During testing Tyler determined that to avoid scrolling he will need to re...
- Question #2
Michael has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "page1" and for the second mobile page he set the pageNam...
- Question #3
Davis is concerned that the Extension Library REST Service is not secure. Which is a true statement?
- Question #4
Which navigator control only works with data within the same database?
- Question #5
Lynn would like to obtain the current date and time from the server hosting the database where his Formula code is executing. Which line of code could he use to do that?
- Question #6
What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)
- Question #7
Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?
- Question #8
Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which...
- Question #9
When using the IBM Domino Java Document class method computeWithForm, which three events are triggered? (Choose three.)
- Question #10
If a document contains rich content in native IBM Notes (CD) format, what could be used to access that data as MIME content?
- Question #11
In IBM LotusScript, when a variable that has a Variant data type is initialized, what value does it contain?
- Question #12
Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: sessionScope.put("School","Walton"); If the application is closed and reopened,...
- Question #13
Peter is writing a Java agent for his application that will need to read data from a text file on the server. How can Peter accomplish this task?
- Question #14
Which is true with regards to XPages Event Handlers?
- Question #15
The "Run server-based XPages applications directly on Domino server" property setting is selected for an xPage application. When launched by an IBM Notes client user, what will hap...
- Question #16
Scott wants to add a <STYLE> tag with a computed rendered property to his XPage. He knows that that <xp:style> tag is not valid XML markup. How can he add the computed style tag to...
- Question #17
Which is the correct way to compute a client-side JavaScript variable fullName from two fields on a datasource firstName and lastName?
- Question #18
Kamden is looking for a simple way to ensure that some of his XPages fields are filled in by the end user. What steps could he use to accomplish this?
- Question #19
Which three are Definition Elements of XPage configuration files? (Choose three.)
- Question #20
What are the three different parts of the managed bean in the faces-config.xml file? (Choose three.)
- Question #21
Jack wants to be able to add a client-side JavaScript (CSJS) library as a resource to his XPages custom control. How would he accomplish this?
- Question #22
Which is true about a Callback control?
- Question #23
Sally wants to manually bind an Edit Box control to the LastName field on her document data source "contactDoc". Which is the correct syntax for the Edit Box?
- Question #24
Louise is designing a mobile workflow application. Next to a Label control displaying "Approved?" she added a Toggle Switch control with a leftLabel set to "Yes" and the default ri...
- Question #25
Which statement is true regarding the Extension Library Tooltip control?
- Question #26
Michael has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "page1" and for the second mobile page he set the pageNam...
- Question #27
Which control should Jane use to switch display to any one of several views in the Customers application?
- Question #28
Which property of the Form Table control is used to display an asterisk (*) before the label for any required fields?
- Question #29
There is a requirement in a XPage to display a dialog box to gather data from the user without losing the context of the underlying XPage. After the user enters FirstName, LastName...
- Question #30
Which control can a Tool Bar Button control be added into within a mobile application?
- Question #31
Marco 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...
- Question #32
Jen added an Application Layout control to the ccAppLayout custom control she is developing. To the titleBarTabs in the configuration she added three <xe:pageTreeNode> nodes to ope...
- Question #33
How can Simon set an IBM Notes view in his application to show the created dates of the documents in the abbreviated, simplified format?
- Question #34
Mary's users run XPages applications on their IBM Notes clients and are having performance issues. Which option can she use to improve response time?
- Question #35
Which property does the Dojo Text Area control have that the Multiline Edit Box control does not?
- Question #36
Which control should Larry add to the left column area of an Application Layout to provide a menu selection interface that uses the "lotusSelected" style class to indicate that a m...
- Question #37
Jason is designing a mobile application with three mobile pages. Which control should Jason add to his XPage to be the overall container for all of the mobile pages in his applicat...
- Question #38
Barb added an Application Layout control to the ccAppLayout custom control she is developing. What must Barb do to enable all of the editable areas in the Application Layout contro...
- Question #39
Which is true about configuring Extension Library REST service controls?
- Question #40
Greg is designing a mobile application and would like to provide his mobile application users with a wheel selector interface to set a date value. How can he add a date wheel selec...
- Question #41
Johnny is adding a single button to change an In-Place Form from read mode to edit mode and vice versa. Which server-side JavaScript code snippet can be utilized?
- Question #42
What is one effect triggered by @Command([ToolsRefreshAllDocs])?
- Question #43
James is using the simple action "Send mail message" in a button. Which statement describes a limitation when using this simple action?
- Question #44
Steve has written an agent which makes external ODBC calls, and he has confirmed the driver is thread safe. What can Steve set to report the driver is thread safe?
- Question #45
What does the ContentAsText property of a NotesMIMEEntity object containing a multipart entity return?
- Question #46
Charles will use DOM to access document-related data using server-side JavaScript. Which class would Charles use to access character data?
- Question #47
Ken has written an IBM LotusScript agent that updates existing documents with new data. However, after the agent runs, some of the documents are giving errors while users are worki...
- Question #48
James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression. Using the following code snippet, what will be the output? a$ = "500" b% =...
- Question #49
Steven is using Java to write an agent in his application and needs to get a handle to the database that the agent is running in. How can Steven accomplish this?
- Question #50
In addition to monitoring Java heap usage, what other feature is enabled when a developer sets the "Show heap status" preference setting in IBM Domino Designer?