Download Developing IBM Lotus Notes and Domino 8.5 Applications.C2040-985.ActualTests.2019-05-12.58q.vcex

Vendor: IBM
Exam Code: C2040-985
Exam Name: Developing IBM Lotus Notes and Domino 8.5 Applications
Date: May 12, 2019
File Size: 36 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Magdalena wants to allow the users of her application to rearrange and change the settings for some views (including private views), to allow them to optimize their experience in the application. 
How does she best do this?
  1. Select the “Create Personal view/folders” option in the ACL, Select the “Allow customizations” option in the Database properties and the “Default design for new folders and views” option in the View properties.
  2. Unselect the “Create Personal view/folders” option in the ACL. Select the “Allow customizations” and “Resizable” options in the View properties.
  3. Select the “Allow customizations” and “Default design for new folders and views” options in the View properties.
  4. Select the “Allow customizations” option in the View properties and select the “Save User settings” option in the Column properties.
Correct answer: C
Question 2
What function does the Formula type field perform? 
  1. It allows documents of interest to be served via subscriptions in the Headlines database.
  2. It allows multiple values in a field to be validated against a defined @Formula statement.
  3. It allows documents to precompute specific values based on user input.
  4. It allows @Formula statements to be entered in a document without executing.
Correct answer: A
Explanation:
Question 3
Sam wants to display a column only if the current user is associated with the Manager role. Otherwise, the column should be hidden.  
Which one of the following will allow him to do this?
  1. Use @IsNotMember(“[Manager]”; @UserRoles) in the hide-when view column formula.
  2. Use @IsNotMember(“[Manager]”; @UserRoles) in the hide-when field formula.
  3. Use @IsMember(“[Manager]”; @UserRoles) in the hide-when view column formula.
  4. Use @IsMember(“[Manager]”; @UserRoles) in the hide-when field formula.
Correct answer: A
Question 4
Hermes wants to program a button to allow a user to modify the Status field to a value of "Approved" on the document that they are currently editing in the Lotus Notes client.  
Which of the following fragments of LotusScript code will do that?
  1. Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument Call uidoc.FieldSetText(“Status”, “Approved”)
  2. Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument uidoc.Statuc = “Approved”
  3. Dim workspace As New NotesUIWorkspace Dim field As NotesUIField Set field = workspace.GetField(“Status”) Call field.SetText( “Approved” )
  4. Dim workspace As New NotesUIWorkspace Dim doc As NotesDocument Set doc = workspace.CurrentDocument doc.Status = “Approved”
Correct answer: A
Explanation:
Question 5
Roger wants a JavaScript function to execute in the onLoad event for a form.  
What must he select to have it run for both Web and Lotus Notes clients?
  1. Select the form property “Render JavaScript in Notes and Web.”
  2. Select “Available Everywhere” in the onLoad event.
  3. Paste the code into the Lotus Notes onLoad event and the Web onLoad event.
  4. Select “Common JavaScript” in the onLoad event.
Correct answer: D
Question 6
Mahesh must ensure that only users with the DbAdmin role can edit the Price field on the Product form. The other fields on the form are editable by all users.  
How can Mahesh restrict who can edit the Price field?
  1. From the Security tab of the Field Properties, select the [DbAdmin] role in the Edit Enabled option.
  2. Place the Price field in a computed subform.
  3. Add an Input Enabled formula to the Price field. Use the formula: @IsMember[“DbAdmin]”; @UserRoles)
  4. Add a computed Authors field to the Product form. For the field value, specify @If(@ThisName=”Price”; “[DbAdmin]”; “”)
Correct answer: C
Question 7
Jim is designing a new application that will be deployed to multiple sites using database replicas. 
Which one of the following will he be able to replicate? 
  1. Database launch properties
  2. Database file names
  3. View indexes
  4. Full Text indexes
Correct answer: A
Question 8
Therese wants to write some LotusScript code that steps through every document in a view and displays the "Title" field. She currently has the following code written: 
Dim session As New NotesSession 
Dim db As NotesDatabase 
Dim view As NotesView 
Dim doc As NotesDocument 
Set db = session.CurrentDatabase 
Set view = db.GetView( "By Category") 
Set doc = view.GetFirstDocument 
Do Until (doc Is Nothing) Print doc.Title(0)
'** MISSING CODE ** Loop 
What does she need to add on the ** MISSING CODE ** line to make the code work properly?
  1. Set doc = view.GetNextDocument()
  2. Set doc = view.GetNextDocument(doc)
  3. Nothing. The code will work properly as-is.
  4. Call view.GetNextDocument()
Correct answer: B
Question 9
Erin has created a categorized view in her Human Resources database that supports unread marks. When users access the view and try to expand some categories, no documents appear even though the users see unread marks beside the category.  
Which one of the following could be the problem? 
  1. The documents include Reader names fields.
  2. The database needs to be replicated.
  3. The missing documents in the category have been soft deleted from the database.
  4. The view has an old index and must be reindexed.
Correct answer: A
Question 10
Danielle is updating the "companyName" field on all documents in a view. The field may include varying text, but the field always includes the text "Blue 
Corporation". For example, one of the documents has "Blue Corporation, a wholly-owned subsidiary of GigantaCorp" as the contents of the companyName field.  
What formula can Danielle include in her agent to change the "Blue Corporation" text in each companyName field to now be "Green Enterprises".
  1. FIELD companyName := @Set(@Middle(companyName; “Blue Corporation”); “Green Enterprises”)
  2. FIELD companyName := @SetString(companyName; “Blue Corporation”; “Green Enterprises”)
  3. FIELD companyName := @Replace(companyName; “Blue Corporation”; “Green Enterprises”)
  4. FIELD companyName := @ReplaceSubstring(companyName; “Blue Corporation”; “Green Enterprises”);
Correct answer: D
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!