190-711  Exam

Exam # of questions Description  Update
190-711 81 190-711 IBM Lotus Notes Domino 7 App.Dev.Intermed... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

190-711 - Exam Information
  • Description: 190-711 IBM Lotus Notes Domino 7 App.Dev.Intermediate Skills
  • Passing Score: 75%
  • Practice Test - Number of questions: 81 questions
  • Simulation Test - Number of questions: 81 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: No

Question of the day

The Sales form includes the SpecialOptions multivalue field. If SpecialOptions = "" on a selected document, what will be the result of clicking a view action containing the following formula: n := 1; @DoWhile( @Prompt([OK]; "Option " + @Text(n); SpecialOptions[n]); n := n + 1; n <= @Elements(SpecialOptions) )

Answer(s)

  1. An error message will be displayed.
  2. A message box will display, but it will not contain any text.
  3. An empty message box will display, and continue to display each time the user clicks OK.
  4. A message box will display "Option 1; "
Correct Answer

A message box will display, but it will not contain any text.