510-301  Exam

Exam # of questions Description  Update
510-301 111 510-301... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

510-301 - Exam Information
  • Description: Power Builder 6.0 Developer Associate
  • Passing Score: 75%
  • Practice Test - Number of questions: 111 questions
  • Simulation Test - Number of questions: 111 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

Question of the day

Answer(s)

  1. application has access to the following function:function of_Switch (ref integer ai_int1, integer ai_int2)integer li_templi_temp = ai_int1ai_int1 = ai_int2ai_int2 = li_tempReturnThe follow script occurs somewhere in the application:integer li_num1,li_num2 li_num1 = 5li_num2 = 8 of_Switch (li_num1, li_num2)What are the values of li_num1 and li_num2 after the of_Switch function returns?A. li_num1 = 5, li_num2 = 5
  2. li_num1 = 5, li_num2 = 8
  3. li_num1 = 8, li_num2 = 5
  4. li_num1 = 8, li_num2 = 8
Correct Answer

li_num1 = 8, li_num2 = 8