Vous êtes sur la page 1sur 43

Lotus 190-701

IBM Lotus Notes Domino Application Development Update


Version 1.0

QUESTION NO: 1
Tony needs to change a Shared Column formula, but he needs to know what views will be affected by
this change. How can Tony determine which views use a specific Shared Column?

A. In Domino Designer, File - Database - Design Synopsis


B. In Domino Designer, Tools - Find Shared Columns
C. In Domino Designer, Shared Columns - Who is using this Shared Column
D. In Domino Designer, Design - Design Properties - Shared Column Use

Answer: C

QUESTION NO: 2
Scott has created a Web service in his Domino application. He would like to analyze the performance of
the Web service. How would he do this?

A. Select "Profile This Web Service" in the Web Service Properties.


B. Select "Enable web service profiling" in Database Properties.
C. Select "Enable web service profiling" from File - Tools - Debugging Preferences.
D. Select the web service in Domino Designer and click the "Enable Profiling" button.

Answer: A

QUESTION NO: 3
Shelley has written a Web service in her Domino application and would like to test the service locally.
How can she do that?

A. Select Tools - Web Service - Run Agent from the Domino Designer menu, and then change the URL to
append OpenWebService or WSDL.
B. Export the WDSL file to a local drive, launch a browser, and then open the WSDL file using the
browser.
C. Open the Web Service, select Preview In Browser, and then change the URL to reference the name of
the web service followed by OpenWebService or WSDL.
D. Open a form or page design, preview it in a browser, and then change the URL to reference the name
of the web service followed by OpenWebService or WSDL.

Answer: D

QUESTION NO: 4
Brittany is designing a view in her Domino application where three columns in the view should be
colored based on user preferences. Is this possible?

A. No, because Domino Designer only allows a single user-defined color column in a view.
B. No, because Shared Columns only allow a single user-defined color column in a view.
C. Yes, because she can use Shared Columns to create multiple user-defined color columns.
D. Yes, because Domino Designer now allows multiple user-defined color columns.

Answer: D

QUESTION NO: 5
Sally has to check for errors on her @DbLookup command for a dialog list field. Which supported
command should she use to determine if there's an error?

A. @IsError
B. @False
C. @NotFound
D. @IfError

Answer: A

QUESTION NO: 6
Sally has clicked on a view column that states that the design cannot be modified. Where can she find
the definition for that column in Domino Designer?

A. Shared Resources - Columns


B. Other - Shared Columns
C. Shared Code - Columns
D. Views - Shared Columns

Answer: C

QUESTION NO: 7

Shirley has created a Stock Quote Web service in her Domino application. She wants to share the WSDL
file with another developer so they can understand and use the Web service. How can she accomplish
this?

A. Click "Export WSDL" at the top of the Stock Quote web service design element and send the output
file to the developer.
B. Copy the Stock Quote web service code and email it to the developer.
C. Click "Show WSDL" at the top of the Stock Quote web service design element and email it to the
developer.
D. Have the developer access the web service with the ?ExportWSDL URL parameter.

Answer: A

QUESTION NO: 8
Jackie has a number of shared actions in her Domino application, and she needs to make sure the action
buttons are all using standard Notes icons. What new feature in Domino Designer can she check to find
this information?

A. The Icon field in the Shared Action property dialog box.


B. The Find Shared Actions button in the Action Bar design element.
C. The shared actions design column for icon type.
D. The Icon Type section of the Design Synopsis.

Answer: C

QUESTION NO: 9

Jeff selected the option to disable the exit prompt when closing the Notes client. He no longer receives
the exit prompt when exiting Domino Designer. Can he disable the exit prompt for the Notes client and
have the exit prompt enabled for Domino Designer?

A. Yes. By default the exit prompt is enabled for the Notes client and disabled for Domino Designer. He
needs to select "Prompt When Exiting Domino Designer" from File - Preferences - User Preferences.
B. No, because Domino Designer does not access the notes.ini file.
C. No, because both the Notes Client and Domino Designer are controlled by the same setting.
D. Yes, by deselecting the "Do Not Prompt When Exiting Domino Designer/Administrator" preference
using File - Preferences - User Preferences menu option In Domino Designer.

Answer: C

QUESTION NO: 10
Michael needs to write a formula that is based on whether a Notes setting cannot be changed due to
policy rules. What is the format of the function that Michael will need to use?

A. @GetPolicyFieldSetting(fieldname)
B. @PolicyFieldUnavailable(fieldname)
C. @IsPolicyFieldLocked(fieldname)
D. @PolicyIsFieldLocked(fieldname)

Answer: D

QUESTION NO: 11

Samantha has created a Web service to return an employee's pay rate. How can Samantha secure this
Web service?

A. Set the Access Control List to restrict access to the Domino application.
B. Add the "username=" URL parameter when calling the Web service.
C. She doesn't need to do anything because Web services run with default level security.
D. Define the security requirements in the WSDL file.

Answer: A

QUESTION NO: 12
Samantha has created a Web service to return an employee's pay rate. How can Samantha secure this
Web service?

A. She doesn't need to do anything because Web services run with default level security.
B. Set the Access Control List to restrict access to the Domino application.
C. Add the "username=" URL parameter when calling the Web service.
D. Define the security requirements in the WSDL file.

Answer: B

QUESTION NO: 13
Tony has deleted a Shared Column in Domino Designer, but it was still used in a view. What will happen
to that column in the view?

A. The column will be deleted from the view.


B. Domino Designer will not let you delete a Shared Column that is still being used in at least one view.
C. The column will be flagged as "hidden".
D. The column will remain in the view.

Answer: D

QUESTION NO: 14
Paul is viewing the list of form elements in the Policy Invoice application. He moves the right edge of the
Name column in the Domino Designer list to show the complete form name. How can he make sure that
the width of the column retains this setting?

A. File - Preferences - User Preferences - Retain column widths in Designer


B. Design - Preferences - Retain column widths
C. Tools - Designer - Retain column widths in Designer
D. Domino Designer column widths are persistent between sessions.

Answer: D

QUESTION NO: 15
Francis wants to write a LotusScript agent that obtains a NotesDocumentCollection of documents
modified since a certain time. What LotusScript method does Francis need to use?

A. NotesDatabase.GetDocumentsSince
B. NotesDatabase.GetChangedDocuments

C. NotesDatabase.GetModifiedDocuments
D. NotesDatabase.GetAllModifiedDocuments

Answer: C

QUESTION NO: 16
Tony needs to change a Shared Column formula, but he needs to know what views will be affected by
this change. How can Tony determine which views use a specific Shared Column?

A. In Domino Designer, File - Database - Design Synopsis


B. In Domino Designer, Design - Design Properties - Shared Column Use
C. In Domino Designer, Shared Columns - Who is using this Shared Column
D. In Domino Designer, Tools - Find Shared Columns

Answer: C

QUESTION NO: 17
Tom needs to add a form alias named frmInvoice to his Invoice form design element. How can he add
this information to the form design?

A. On the Object tab in the Programmer's pane, select Alias and add the form alias.
B. Add the alias in the Alias field in the Form Properties dialog box.
C. Select the Invoice form in the Domino Designer client and click in the Alias column to edit the alias.
D. Delete the existing form and recreate it, specifying the alias name when the form is initially created.

Answer: C

QUESTION NO: 18
What is the definition of "binding" for a Web service?

A. The language format of the Web service


B. The compile options for the Web service
C. Execution parameters for the Web service
D. A WSDL protocol and data format specification for a port type

Answer: D

QUESTION NO: 19
Mark wants to use @Command([DiscoverFolders]) to check which folder(s) contain a certain document.
This command does not appear to be working for him. What property should Mark check?

A. Database Properties - Allow Folder Discovery


B. Database Properties - Don't Maintain Unread Marks
C. Form Properties - Don't Maintain Unread Marks
D. Folder Properties - Allow Folder Discovery

Answer: A

QUESTION NO: 20
Darren is examining a WSDL file for his Domino Web service. What role does the Operation element
have in the file?

A. It is the parameters supported by the Web service.


B. It is the security parameters attached to the Web service.
C. It is the access method required for the Web service.
D. It is an abstract description of an action supported by the Web service.

Answer: D

QUESTION NO: 21
Bas has a Java agent which is not working properly. He wants to use a debugging tool to analyze the
code. What is the first step that Bas needs to take to enable debugging for his Java agent?

A. File - Tools - Java Debugging Preferences


B. Include the "import java.debug" class in the Java agent.
C. Debugging is always enabled for Java agents.
D. Launch a JPDA-compatible debugger like Eclipse with notes.jar included in the CLASSPATH variable.

Answer: A

QUESTION NO: 22

Wes needs to programmatically set the method for validating DXL that is being exported. What property
will accomplish this?

A. NotesDOMParser.ValidationStyle
B. NotesDOMParser.DXLValidationStyle
C. NotesDXLExporter.ValidationStyle
D. NotesSession.DXLValidationStyle

Answer: C

QUESTION NO: 23
Darren is examining a WSDL file for his Domino Web service. What role does the Operation element
have in the file?

A. It is the security parameters attached to the Web service.


B. It is an abstract description of an action supported by the Web service.
C. It is the access method required for the Web service.
D. It is the parameters supported by the Web service.

Answer: B

QUESTION NO: 24
Scott is designing a web form that will be used with screen readers for visually-impaired users. He
includes a table in the form to list products, price, and availability. How can he design the table to allow
the screen reader to properly interpret the information audibly?

A. Select "Accessibility Enabled" in the Table Properties box.


B. Create a style sheet with a style of "Aural" for use with screen readers.
C. Select "Column Header" in the top row of cells in the Table Properties box.
D. Select "Enable for screen readers" from the top row of cells in the Table Properties box.

Answer: C

QUESTION NO: 25
Jose needs to modify a Domino application that has a Web service as part of the application design.
Where can he find the Web service design element?

A. Shared Code - Web Services


B. Shared Resources - Web Services
C. Shared Code - Agents
D. Other - Web Services

Answer: A

QUESTION NO: 26
Dennis needs to determine if a Notes setting cannot be changed due to policy rules. What function will
give Dennis this information?

A. @PolicyFieldUnavailable

B. @IsPolicyFieldLocked
C. @GetPolicyFieldSetting
D. @PolicyIsFieldLocked

Answer: D

QUESTION NO: 27
Bill has the following statement in a dialog list field:

tmpValues := @DbColumn("":"NoCache";"";"vuwLookup";1);

@IfError(tmpValues; "No Options Found"; tmpValues)

Is this a valid statement?

A. No, @DbColumn will not return an error in this instance.


B. No, because tmpValues will be null if there is an error.
C. Yes, but @IfError is not officially supported in ND7.
D. Yes, this is a valid error check.

Answer: C

QUESTION NO: 28

Deborah has been turning the LotusScript debugger on and off throughout a development session.
Where does Domino Designer notify the user about the LotusScript Debugger status?

A. No status message is displayed.


B. The status line of the Domino Designer client.
C. A pop-up alert message.
D. A scrolling message in the status line of the Domino Designer client.

Answer: B

QUESTION NO: 29
What must a developer do before the command to show a document's folder location(s) can be used?

A. Ensure that at least one embedded outline has "Maintain Folder Unread Information" selected.
B. Ensure that there is at least one shared folder design element in the database.
C. Select the Database Property for "Maintain Folder Unread Information".
D. Select "Enable document folder tracking" from File - Preferences - Designer Preferences with Domino
Designer.

Answer: A

QUESTION NO: 30
Bertha has a number of open Notes documents in her Notes client, and she would like to quickly close
all the tabs at once. How can she do this?

A. Actions - Close Current Open


B. File - Close All Open Window Tabs
C. File - Close Current Open
D. Actions - Close All Tabs

Answer: B

QUESTION NO: 31
Tony has created a Shared Column to display the processing status of an order. The target views for the
Shared Column do not share a common display format. Can Tony still use a Shared Column in his views?

A. Yes, but the column display format will not match the rest of the view.
B. No, because Shared Columns automatically use the format of the previous field column.
C. No, because Shared Columns must all use the same format.
D. Yes, by selecting "Use Formula Only" when adding the Shared Column to the view.

Answer: D

QUESTION NO: 32
Chaz has a number of action buttons in the action bar of his view. The action buttons are already using
all the available space in the action bar, and he must add five more options. What is an alternate
method Chaz can use to make those options available to the user?

A. Set the Action button to "Include in right mouse button menu".


B. Set the Action buttons to "Compress to fit".

C. Remove the icons from the Action buttons.


D. Set the Action Bar Display Height to "Double".

Answer: A

QUESTION NO: 33
Cameron has created a new LotusScript Web service design element and imported the WSDL file. What
is the next step he needs to take to build the Web service?

A. Test each of the Web service methods.


B. Specify the PortBindingType for the Web service.
C. Export the WSDL file for public use.
D. Write the code for each Web service method.

Answer: D

QUESTION NO: 34
John needs to determine if his Domino application is running within the Workplace client. Which
LotusScript property can be checked for this information?

A. NotesSession.IsEmbeddedInsideWCT
B. NotesSession.WCTEnabled
C. NotesUIWorkspace.IsEmbeddedInsideWCT
D. NotesUIWorkspace.WCTEnabled

Answer: C

QUESTION NO: 35
Paul is viewing the list of form elements in the Policy Invoice application. He moves the right edge of the
Name column in the Domino Designer list to show the complete form name. How can he make sure that
the width of the column retains this setting?

A. Domino Designer column widths are persistent between sessions.


B. Tools - Designer - Retain column widths in Designer
C. Design - Preferences - Retain column widths
D. File - Preferences - User Preferences - Retain column widths in Designer

Answer: A

QUESTION NO: 36
Ben is told that a remote Domino application at a public website has a Web service called
CurrencyConverter. He needs to know the methods included in the Web service as well as how to
format the requests. How can he find out this information?

A. Access the Web service with a URL parameter of CurrencyConverter?ExportWSDL.


B. View the CurrencyConverter.WSDL file of the Domino application using Domino Designer.
C. View the CurrencyConverter Web service code using Domino Designer.
D. Access the Web service with a URL parameter of CurrencyConverter?WSDL.

Answer: D

QUESTION NO: 37
When selecting Column Header or Row Header for a table cell property, what HTML tag is used to define
that table cell?

A. <rd>
B. <rh>
C. <td>
D. <th>

Answer: D

QUESTION NO: 38
Gail has a complex column defined in an existing view in her Domino application. She would like to use
this column in four other views. How should she make this a shared column to be used in the other
views?

A. Copy the column from the existing design and paste it into the Shared Column design area in Domino
Designer.
B. Select the Share this column option in the Column Properties dialog box.
C. Copy the column into the other views and choose Share this column in the Column Properties dialog
box.
D. Select the column and choose Create - Copy As Shared Column.

Answer: D

QUESTION NO: 39
Tom needs to add a form alias named frmInvoice to his Invoice form design element. How can he add
this information to the form design?

A. On the Object tab in the Programmer's pane, select Alias and add the form alias.
B. Delete the existing form and recreate it, specifying the alias name when the form is initially created.
C. Add the alias in the Alias field in the Form Properties dialog box.
D. Select the Invoice form in the Domino Designer client and click in the Alias column to edit the alias.

Answer: D

QUESTION NO: 40
Joe would like to add a short comment to his Invoice form design to let other developers know what the
form should be used for. How can Joe add this information to the form design?

A. Add the comment information by selecting the Invoice form in the Domino Designer client and
clicking in the Comment column to edit the comment.
B. Add the comment information in the $$Comment field in the form design.
C. Add the comment information to the Comments tab in the Form Properties dialog box.
D. Add the comment information, by selecting Comments on the Object tab in the Programmer's pane.

Answer: A

QUESTION NO: 41
What information is reported on the Profile document for an agent that has been profiled?

A. Class, Method, Operation, Calls, Time


B. Start Time, End Time, Total Statements Executed
C. Statement, Execution Count, Execution Time
D. Agent, Server, Statement, Calls, Milliseconds Run

Answer: A

QUESTION NO: 42
Lorraine is examining a WSDL file for her Domino Web service. What role does the Message element
have in the file?

A. It defines messages that can be displayed to the end user.


B. It defines error messages that can be returned to the browser.
C. It is an abstract definition of data being communicated to or from the Web service.
D. It stores the actual data being sent to the Web service.

Answer: C

QUESTION NO: 43

Parker is examining a WSDL file for his Domino Web service. What role does the Types element have in
the file?

A. It defines the data types used in the Web service.


B. It defines the method types returned by the Web service.
C. It defines the browser client types that can support the Web service.
D. It defines the types of access allowed by the Web service.

Answer: A

QUESTION NO: 44
Tonya must ensure that only users with the [Administrator] role can edit the Price field on the Product
form. The other fields on the form are editable by all users. How can Tonya restrict who can edit the
Price field?

A. Use a Computed For Display field and hide when formulas to display the field value to users without
the [Administrator] role.
B. Use an Input Enabled formula of @IsMember([Administrator]; @UserRoles) on the field.
C. Select the [Administrator] role in the form's "Who can edit fields in this document" property.
D. Place the field in a computed subform.

Answer: B

QUESTION NO: 45

Joe would like to add a short comment to his Invoice form design to let other developers know what the
form should be used for. How can Joe add this information to the form design?

A. Add the comment information in the $$Comment field in the form design.
B. Add the comment information to the Comments tab in the Form Properties dialog box.
C. Add the comment information by selecting the Invoice form in the Domino Designer client and
clicking in the Comment column to edit the comment.
D. Add the comment information, by selecting Comments on the Object tab in the Programmer's pane.

Answer: C

QUESTION NO: 46
What is the definition of WSDL?

A. Web Services Description Language


B. Webservice Specification and Description Language
C. Web Services Definition Language
D. Web Services Domino Language

Answer: A

QUESTION NO: 47
Which option controls the frequency of the AutoSave process?

A. AutoSave Frequency on the Design tab of Database Properties


B. Actions - AutoSave - Every nn minutes
C. File - Preferences - User Preferences - AutoSave every nn minutes
D. Edit - AutoSave - Save every nn minutes

Answer: C

QUESTION NO: 48
Joe is creating a Web service. What role does UDDI play in a Web service?

A. UDDI validates the proper functioning and use of a Web service.


B. UDDI defines the methods of a specific Web service.
C. UDDI controls the access levels of a Web service client.
D. UDDI allows listing and discovery of available Web services.

Answer: D

QUESTION NO: 49
Stan is examining a WSDL file for his Domino Web service. What role does the Binding element have in
the file?

A. It is the security parameters attached to the Web service.


B. It is a WSDL protocol and data format specification for a port type.
C. It is a formatted list of attached methods for the Web service.

D. It is the access method required for the Web service.

Answer: B

QUESTION NO: 50
Charlotte is creating a Web service. What role does WSDL play in a Web service?

A. WSDL defines the network services offered in a Web service.


B. WSDL allows communication via HTTP between applications.
C. WSDL controls the access levels of a Web service client.
D. WSDL executes the web service on the target Web service.

Answer: A

QUESTION NO: 51
Jeff selected the option to disable the exit prompt when closing the Notes client. He no longer receives
the exit prompt when exiting Domino Designer. Can he disable the exit prompt for the Notes client and
have the exit prompt enabled for Domino Designer?

A. No, because Domino Designer does not access the notes.ini file.
B. Yes. By default the exit prompt is enabled for the Notes client and disabled for Domino Designer. He
needs to select "Prompt When Exiting Domino Designer" from File - Preferences - User Preferences.
C. No, because both the Notes Client and Domino Designer are controlled by the same setting.
D. Yes, by deselecting the "Do Not Prompt When Exiting Domino Designer/Administrator" preference
using File - Preferences - User Preferences menu option In Domino Designer.

Answer: C

QUESTION NO: 52
Tony has created a Shared Column to display the processing status of an order. The target views for the
Shared Column do not share a common display format. Can Tony still use a Shared Column in his views?

A. No, because Shared Columns must all use the same format.
B. Yes, but the column display format will not match the rest of the view.
C. Yes, by selecting "Use Formula Only" when adding the Shared Column to the view.
D. No, because Shared Columns automatically use the format of the previous field column.

Answer: C

QUESTION NO: 53
Rebecca has a number of shared actions in her Domino application, but she needs to quickly determine
which actions display in the action bar and which actions display in the menu. What feature in Domino
Designer can she check to find this information?

A. The Shared Action Location section of the Design Synopsis.


B. The Find Shared Actions button in the Action Bar design element.
C. The shared actions design columns for action bar and menu locations.
D. The Location field in the Shared Action property dialog box.

Answer: C

QUESTION NO: 54
Joanna needs to check to see if the Administration ECL in the name and address book is locked. What
function will give her this information?

A. @GetAdminECLStatus
B. @IsAdminECLLocked
C. @AdminECLIsLocked
D. @AdministrationECLStatus

Answer: C

QUESTION NO: 55
What most accurately describes a Web service?

A. A Web service is a LotusScript agent that can be called from a browser and returns information via
XML.
B. A Web service is a Java program in a W3C standard format that allows web-based invocation.
C. A Web service is an XML agent running on a Domino server that can be called from a browser and
returns information in HTML format.
D. A Web service is a self-contained, self-describing, modular application, based on XML, which can be
published to and invoked from the Web.

Answer: D

QUESTION NO: 56
What most accurately describes a Web service?

A. A Web service is an XML agent running on a Domino server that can be called from a browser and
returns information in HTML format.
B. A Web service is a LotusScript agent that can be called from a browser and returns information via
XML.
C. A Web service is a Java program in a W3C standard format that allows web-based invocation.
D. A Web service is a self-contained, self-describing, modular application, based on XML, which can be
published to and invoked from the Web.

Answer: D

QUESTION NO: 57
Rex is looking at the list of agents in his Project Tracking application in Domino Designer. He is interested
in the Trigger information for the agents. What new change will he see in Domino Designer for that
information?

A. The "Run agent every" information is now displayed.


B. The "Start running agent at" information is now displayed.
C. The Frequency information is now displayed in icon format.
D. The Trigger information is now displayed in icon format.

Answer: D

QUESTION NO: 58
Brittany is designing a view in her Domino application where three columns in the view should be
colored based on user preferences. Is this possible?

A. Yes, because Domino Designer now allows multiple user-defined color columns.
B. No, because Domino Designer only allows a single user-defined color column in a view.
C. Yes, because she can use Shared Columns to create multiple user-defined color columns.
D. No, because Shared Columns only allow a single user-defined color column in a view.

Answer: A

QUESTION NO: 59
Mark wants to use @Command([DiscoverFolders]) to check which folder(s) contain a certain document.
This command does not appear to be working for him. What property should Mark check?

A. Database Properties - Don't Maintain Unread Marks


B. Form Properties - Don't Maintain Unread Marks
C. Database Properties - Allow Folder Discovery
D. Folder Properties - Allow Folder Discovery

Answer: C

QUESTION NO: 60

Rebecca has a number of shared actions in her Domino application, but she needs to quickly determine
which actions display in the action bar and which actions display in the menu. What feature in Domino
Designer can she check to find this information?

A. The shared actions design columns for action bar and menu locations.
B. The Location field in the Shared Action property dialog box.
C. The Shared Action Location section of the Design Synopsis.
D. The Find Shared Actions button in the Action Bar design element.

Answer: A

QUESTION NO: 61
Parker is examining a WSDL file for his Domino Web service. What role does the Types element have in
the file?

A. It defines the method types returned by the Web service.


B. It defines the types of access allowed by the Web service.
C. It defines the data types used in the Web service.
D. It defines the browser client types that can support the Web service.

Answer: C

QUESTION NO: 62
What are the three options of Java agent debugging?

A. Client Agents/Applets, Locally Scheduled Agents, Http Preview


B. Local Agents, Remote Agents, DIIOP
C. Server Agents, Client Agents, Browser Applets
D. Manual Agents/Applets, Scheduled Agents, Triggered Agents

Answer: A

QUESTION NO: 63
Tony has been asked to add a status icon column to five views in his Domino application. This column
should be identical in all five views. What must Tony do to change the design of his application?

A. Add a hidden shared field to all forms that precomputes the column value, and use that field value in
all five views.
B. Create a Shared Column design element, and add the shared column using the Create menu on each
of the other views.
C. Create the column in one of the views, enable "Share this column" from Column Properties, and add
the shared column using the Create menu on each of the other views.
D. Create a Shared Action and add it to all five views.

Answer: B

QUESTION NO: 64
Tony has deleted a Shared Column in Domino Designer, but it was still used in a view. What will happen
to that column in the view?

A. Domino Designer will not let you delete a Shared Column that is still being used in at least one view.
B. The column will be flagged as "hidden".
C. The column will remain in the view.
D. The column will be deleted from the view.

Answer: C

QUESTION NO: 65
Violet is responsible for maintaining a Domino Web service that is used extensively in her organization.
She wants to make sure that any changes made to the web service that would alter the WSDL file do not
get saved accidentally to the application design. What can she do to help prevent this?

A. Select Flag WSDL Interface Changes in the Web Service Properties dialog box.
B. Select Do Now Allow WSDL Interface Changes option in the Web Service Properties dialog box.
C. Select Warn If The WSDL Interface Is Modified option in the Web Service Properties dialog box.
D. Select WSDL Is Read Only option in the Web Service Properties dialog box.

Answer: C

QUESTION NO: 66
Dale has written a LotusScript Web service and now needs to generate the WSDL file so it can be used
on the Domino server. What does Dale need to do to generate the WSDL file?

A. Click the "Export WSDL" action button at the top of the web service design element.
B. Nothing. The WSDL file is generated automatically when the design element is saved.

C. Click the "Import WSDL" action button at the top of the web service design element.
D. Click the "Show WSDL" action button at the top of the web service design element.

Answer: B

QUESTION NO: 67
What information is reported on the Profile document for an agent that has been profiled?

A. Agent, Server, Statement, Calls, Milliseconds Run


B. Statement, Execution Count, Execution Time
C. Start Time, End Time, Total Statements Executed
D. Class, Method, Operation, Calls, Time

Answer: D

QUESTION NO: 68
Joanna needs to check to see if the Administration ECL in the name and address book is locked. What
function will give her this information?

A. @GetAdminECLStatus
B. @AdminECLIsLocked
C. @IsAdminECLLocked
D. @AdministrationECLStatus

Answer: B

QUESTION NO: 69
What port should be designated to connect the Notes agent and the debugger?

A. Port 1352
B. The current http port
C. Any unused port
D. The default port designated for the debugger

Answer: C

QUESTION NO: 70
Bertha has a number of open Notes documents in her Notes client, and she would like to quickly close
all the tabs at once. How can she do this?

A. File - Close Current Open


B. Actions - Close Current Open
C. File - Close All Open Window Tabs
D. Actions - Close All Tabs

Answer: C

QUESTION NO: 71
Robert wants to programmatically enter a request in the Administration Requests database to continue
a previously initiated request that is pending approval. What LotusScript method will accomplish this for
Robert?

A. NotesSession.ContinueHostedAdminRequest
B. NotesAdministrationProcess.ApproveHostedOrgStorageDeletion
C. NotesDocument.ApprovePendingRequestOnServer
D. NotesView.ApproveValidPendingRequestsOnServer

Answer: B

QUESTION NO: 72
Mike has enabled AutoSave for a form in his Invoice.nsf Domino application. What must he do to make
sure the AutoSave information does not contain outdated documents?

A. Run compact on the Invoice.nsf Domino application.


B. Set the "Remove AutoSave documents older than nn days" value in Database Properties.
C. Nothing. Documents are removed automatically.
D. Run compact on the AutoSave database.

Answer: C

QUESTION NO: 73

Tyler is unable to attach the debugger to his Java agent because the agent finishes running before the
debugger connection occurs. What can Tyler do to fix this situation?

A. Schedule the agent to run after the debugger has been launched.
B. Launch the debugger before starting the agent.
C. Insert a loop sequence with sleep statements in the agent.
D. Launch the agent from the debugger instead of from the Notes client.

Answer: C

QUESTION NO: 74
What must a developer do before the command to show a document's folder location(s) can be used?

A. Ensure that at least one embedded outline has "Maintain Folder Unread Information" selected.
B. Select "Enable document folder tracking" from File - Preferences - Designer Preferences with Domino
Designer.
C. Select the Database Property for "Maintain Folder Unread Information".
D. Ensure that there is at least one shared folder design element in the database.

Answer: A

QUESTION NO: 75
Jose needs to modify a Domino application that has a Web service as part of the application design.
Where can he find the Web service design element?

A. Other - Web Services


B. Shared Code - Web Services
C. Shared Code - Agents
D. Shared Resources - Web Services

Answer: B

QUESTION NO: 76
Chris has written a LotusScript agent that is taking longer than expected to run. Which steps should he
take to analyze the agent's performance?

A. Add "Option Profile" to the "(Options)" object in the agent.


B. Select "Profile This Agent" in the Agent Properties.
C. Select "Enable agent profiling" in Database Properties.
D. File - Tools - Remote LotusScript Debugger

Answer: B

QUESTION NO: 77
Erik has written a Java agent that he wants to debug. What agent setting must he use to allow him to
debug the code?

A. Add "import java.debug.*" in the Java agent.


B. Compile the Java agent with the -debug option.

C. Select "Compile Java code with debugging information" in the Security tab of the Agent Properties.
D. Select "Enable remote debugging" in the Security tab of the Agent Properties.

Answer: C

QUESTION NO: 78
Wes needs to programmatically set the method for validating DXL that is being exported. What property
will accomplish this?

A. NotesDXLExporter.ValidationStyle
B. NotesSession.DXLValidationStyle
C. NotesDOMParser.DXLValidationStyle
D. NotesDOMParser.ValidationStyle

Answer: A

QUESTION NO: 79
Sally has a JavaScript library design element in a Domino application that was last signed by a developer
who no longer works for the company. What new feature can she use in ND7 to resign that single design
element with her ID?

A. Highlight the library in Domino Designer and click the Sign button.
B. Launch the Administrator client and use Tools - Sign - Script Libraries.
C. Click the Sign button on the Design tab of the Design Properties box.
D. Edit the JavaScript library design element and resave it.

Answer: A

QUESTION NO: 80
Russell is using Eclipse to debug a Java agent he has written in Domino Designer. When he imports the
Java code into Eclipse, it will not compile. What does he need to do to correct this?

A. Select "Enable external debugger" in the Agent Properties before exporting the code.
B. Import the Notes.jar file into the Eclipse Java project.
C. Add import ibm.eclipse.* to his Java agent.
D. Eclipse can debug the Domino agent without full compilation.

Answer: B

QUESTION NO: 81
Julie wants to have a view action display in a custom pop-up menu when the right mouse button is
clicked. How can she do this?

A. Set the Action button to "Include in right mouse button menu".


B. Set the Action bar to "Include in right mouse button menu".
C. Set the database property to "Include actions in right mouse button menu".
D. Set the view property to "Include actions in right mouse button menu".

Answer: A

QUESTION NO: 82
Vin must ensure that the Requested For field on the Office Supplies form is editable when the document
is first created. Once the document has been saved, other fields on the form can be edited, but the
Requested For field must no longer be editable. How can Vin best accomplish this?

A. Place the field in a computed subform.


B. Use a Computed For Display field and hide when formulas to display the field on initial document
creation.
C. Select the [IsNewDoc] role in the form's "Who can edit fields in this document" property.
D. Use an Input Enabled formula of @IsNewDoc on the field.

Answer: D

QUESTION NO: 83
John needs to determine if his Domino application is running within the Workplace client. Which
LotusScript property can be checked for this information?

A. NotesUIWorkspace.IsEmbeddedInsideWCT
B. NotesSession.IsEmbeddedInsideWCT
C. NotesSession.WCTEnabled
D. NotesUIWorkspace.WCTEnabled

Answer: A

QUESTION NO: 84
Harold wants to programmatically access the profiling results of an agent. Which LotusScript method
can he use to return this information?

A. NotesAgent.GetProfileResults
B. NotesSession.GetProfileResults
C. NotesAgent.GetPerformanceDocument
D. NotesSession.GetPerformanceDocument

Answer: C

QUESTION NO: 85
Deborah has been turning the LotusScript debugger on and off throughout a development session.
Where does Domino Designer notify the user about the LotusScript Debugger status?

A. The status line of the Domino Designer client.


B. No status message is displayed.
C. A pop-up alert message.
D. A scrolling message in the status line of the Domino Designer client.

Answer: A

QUESTION NO: 86

Linda needs to set the URI of the schema for the DXL being exported. What property will accomplish
this?

A. NotesUIWorkspace.DXLSchemaLocation
B. NotesDXLExporter.SchemaLocation
C. NotesSession.DXLSchemaLocation
D. NotesDOM.SchemaLocation

Answer: B

Vous aimerez peut-être aussi