Exam Prep Practice Questions

Question 1The Object tab in the Programmer's Pane contains what type of information?
  • A. There is no Objects tab.

  • B. A listing of reference information.

  • C. A context-sensitive listing of objects that can be programmed.

  • D. A listing of embedded objects.

A1: The correct Answer is C. A is incorrect because there is an Objects tab in the Programmer's Pane. B is incorrect because the Reference tab lists the reference information. D is incorrect because the Objects tab lists available objects for the current context.
Question 2The new Auto-complete feature works for which languages?
  • A. LotusScript and Formula.

  • B. Formula and Java.

  • C. JavaScript and LotusScript.

  • D. JavaScript and Formula.

A2: The correct Answer is A. B is incorrect because Java does not have Auto-complete capability. C and D are incorrect because JavaScript does not have Auto-complete capability.
Question 3What is input validation used for?
  • A. Converting field values from one format to another.

  • B. Input validation is not used in Notes/Domino.

  • C. Ensuring that a field contains the proper information.

  • D. Setting the default value of a field.

A3: The correct answer is C. Input validation is used to ensure that the proper information is entered into a field. A is incorrect because Input Translation formulas are used to format field values. B is incorrect because Input validation is used regularly in Notes. D is incorrect because default field formulas set the default value of a field.
Question 4@Functions are used to accomplish what?
  • A. Compute values and return results.

  • B. Return results.

  • C. Compute values.

  • D. Perform special LotusScript tasks.

A4: The correct answer is A. @Functions compute and return values. B and C are incorrect because @Functions can compute values and return results. D is incorrect because @Functions are used to create formulas.
Question 5@Commands are typically evaluated when in a formula in Domino 6?
  • A. After all @Functions.

  • B. Before all @Functions.

  • C. As they occur in the code with some exceptions.

A5: The correct answer is C. @Commands are normally evaluated when they occur in a formula. A and B are incorrect because in Domino 6, most commands are executed as they occur.
Question 6The New Customizable Tools menu enables you to do what?
  • A. Run custom formulas.

  • B. Run commonly used applications.

  • C. Both A and B.

A6: The correct answer is C. A is incorrect because the new customizable Tools menu enables you to run commonly used applications as well. B is incorrect because the new customizable Tools menu enables you to run custom formulas as well.
Question 7Which of the follow @Functions illustrates correct syntax?
  • A. @Nows

  • B. @Now([SERVERTIME])

  • C. @Now(([SERVERTIME];”LT_Server_01”)

  • D. All of the above.

  • E. All of the above are incorrect.

A7: The correct answer is E. A, B, C, and D are incorrect because each of the above forms of the @Now function is incorrect. All functions take the form @functionname(arguments);.
Question 8“Evaluated when encountered” commands do what?
  • A. This is not a valid Domino concept.

  • B. Execute after all @Functions.

  • C. Replace the functionality of certain @Commands that evaluate after @Functions and execute immediately.

  • D. Replace @Functions.

A8: The correct answer is C. A is incorrect because this is a new feature of Domino 6. B is incorrect because these new @Command functions evaluate immediately and can replace older commands that executed at the end of a formula. D is incorrect because @Functions are still the basis of formulas.
Question 9What is wrong with the @Command @Command(AddBookmark;”www.libertastechnologies.com”)?
  • A. Nothing.

  • B. The command name, AddBookmark, must be enclosed in double quotes (“”).

  • C. The command name, AddBookmark, must be enclosed in single quotes ('').

  • D. The command name, AddBookmark, must be enclosed in brackets ([ ]).

A9: The correct answer is D because the name of an @Command must always be enclosed in square brackets ([]). A, B, and C are incorrect because the command name argument must be enclosed in square brackets ([]).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.149.244.86