LOT-409 Exam Questions
135 real LOT-409 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Which statement describes the embedded navigators?
- Question #2
Felix is creating an application where a user will type extensive data into a text field. What is the maximum amount of data IBM Domino can store in a text field?
- Question #3
Brian wants to manage his Java resources, but he is unable to find the tool to do this. What could be the issue?
- Question #4
Eclipse-based source control clients work on physical files. As such they can not directly work with IBM Domino Designer projects that contain virtual files mapping to NSF-based de...
- Question #5
Charles is creating an XPages application for his company. He will use data binding in his application. Which statement describes data binding in an XPage?
- Question #6
James has been asked to write an agent using IBM Domino Component Object Model (COM). Which statement describes COM?
- Question #7
The IBM Domino Data Services (REST API) can be accessed from which type of program natively?
- Question #8
Which two options are required when developing a server-side agent which connects to IBM DB2 via JDBC? (Choose two.)
- Question #9
The "Show Online Status" option has been enabled in a view column of an IBM Notes application. How can users see the online status icons for names that have been enabled for awaren...
- Question #10
What functionality does LSXLC provide?
- Question #11
Mary has written an IBM Domino XPages application. What must Mary do to make XPages in her application available to users with only public access to the database?
- Question #12
If the name of the signer of an agent is listed in the "Sign or run unrestricted methods and operations" field on the Security tab of the Server document, what does this allow the...
- Question #13
Lee has a form with an Authors field on it. That field is computed and its value is "Users". When a document is created with the form, what effect does the field have on that docum...
- Question #14
The Domino Access Services return data in what format?
- Question #15
What access level does a user need to create and manage roles in the database access control list?
- Question #16
Where are the SAML configuration settings specified?
- Question #17
Mary is writing a mobile application which will be accessed via a public network. What might Mary do to secure the network traffic?
- Question #18
How can a developer of an XPage application access information about the current user, including the user's name and access level, to the current database?
- Question #19
What feature can be enabled with Access Controlled Sections?
- Question #20
Which is true for createSession(hostString, tokenString) ?
- Question #21
Ian is creating a database with document encryption. Where are document encryption keys stored?
- Question #22
Which option can be included in a view selection formula to include all response documents in the view index?
- Question #23
Shoshanna is creating an application that imports data from a text file. What is the maximum amount of data that can be imported into a single text field?
- Question #24
Justin wants to allow users to find data in PDF files when they search in the database he is creating. Which feature will increase the quality of results if enabled?
- Question #25
Which is true about the @ClientType function?
- Question #26
How would a developer comment out a setting in xsp.properties?
- Question #27
Which statement describes the UnprocessedDocuments property of the NotesDatabase Class?
- Question #28
John has a database that replicates across two servers with documents that are created and updated regularly on each server. Which two document ID components will always return the...
- Question #29
Phil is creating an application where he wants users to be able to create local replicas. Which access control list privilege must users have to create the local replicas?
- Question #30
Which @Function can be used to unlock a document?
- Question #31
Charles has decided that he will add highlighting to a navigator object and has chosen the option "Highlight when clicked". What will be the result of choosing this option?
- Question #32
James is using a profile document in his application. Which statement describes how users of the application will view the profile document?
- Question #33
Which fields are available for programmatic access on a response document when it is initially created?
- Question #34
Where is the default master template for an application listed?
- Question #35
Mary has written an agent which is not thread safe. In which two run contexts can Mary safely run this agent? (Choose two.)
- Question #36
How can a developer launch the JavaScript debugger?
- Question #37
Where are the configuration settings for remote debug?
- Question #38
What type of debug information does the IBM Domino console command tell amgr debug * provide?
- Question #39
Mary is using the OSGI console to debug an application and has ENABLE_BREAK=1 set in the client notes.ini. What does this parameter do?
- Question #40
Mary would like to log information about an XPage application she has written. What can Mary do to log output from her application?
- Question #41
Angi has a Text field named Town on her form. She also has a Formula field named MyFormula with the Literalize Fields option selected that contains the following formula: SELECT Ho...
- Question #42
Which statement is true concerning private agents?
- Question #43
Charles wants his agent to send an email when a user changes the status of a certain document in a database. What trigger will he use for the agent in order to notify him immediate...
- Question #44
Mary would like to turn on the option to use runtime optimized JavaScript and CSS resources for her XPages to improve performance. Where would she enable that option?
- Question #45
Jack is creating an application that will have several views with similar data in them and wants to use shared columns so that all the views have a similar look. How does Jack crea...
- Question #46
Claire is designing several forms. Each form has a similar section that includes a table of approvers. Which shared design element can she use?
- Question #47
How would a developer apply a style sheet to an existing XPage?
- Question #48
If a document is created with a form containing a Text field that has the "Allow multiple values" property set and multiple values are entered into the field, how are those values...
- Question #49
What is the benefit of using a shared action over a normal action?
- Question #50
Belle adds the following event code in her form. What happens when she double clicks on a document created with the form? Sub Queryopen(Source As Notesuidocument, Mode As Integer,...