190-756  Exam

Exam # of questions Description  Update
190-756 81 190-756 Using Web Services in IBM Lotus Domino 7 ... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

190-756 - Exam Information
  • Description:190-756 Using Web Services in IBM Lotus Domino 7 Applications
  • 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

Donnie wants to write a LotusScript Web service method that returns an array of Strings. Which one of the following Function definitions will do this?

Answer(s)

  1. FunctiongetArray() As STRINGARRAY_HOLDER
  2. FunctiongetArray() As String()
  3. FunctiongetArray() List As String
  4. FunctiongetArray() As XSD_STRINGARRAY
Correct Answer

FunctiongetArray() As STRINGARRAY_HOLDER