Tuesday, May 6, 2014

2014 Certified TestStand Architect: 200-500 Free Demo Download!(1-7)

QUESTION 1
Which of the following can be registered as entry points with a SoapServer instance (choose 3)

A. A single function
B. A single method from a class
C. Multiple functions at once
D. All methods from a class
E. All classes defined in a script

Answer: ACD

QUESTION 2
What DOMElement method should be used to check for availability of a non-namespaced attribute?

A. getAttributeNS()
B. getAttribute()
C. hasAttribute()
D. hasAttributeNS()

Answer: C

QUESTION 3
Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value in PHP 4?

A. Class
B. String
C. Object
D. Array

Answer: C

QUESTION 4
REST is a(n) ...

A. Web service protocol similar to SOAP with a strict XML schema.
B. Principle to exchange information using XML and HTTP.
C. API to get information from social networking sites.

Answer: B

QUESTION 5
What is the output of the following code?
echo 0x33, ' monkeys sit on ', 011, ' trees.';

A. 33 monkeys sit on 11 trees.
B. 51 monkeys sit on 9 trees.
C. monkeys sit on trees.
D. 0x33 monkeys sit on 011 trees.

Answer: B

QUESTION 6
When checking whether two English words are pronounced alike, which function should be used for the best possible result?

A. levenshtein()
B. metaphone()
C. similar_text()
D. soundex()

Answer: B

QUESTION 7
Given the following code, what is correct?
function f(stdClass &$x = NULL) { $x = 42;
}
$z = new stdClass;
f($z);
var_dump($z);

A. Error: Typehints cannot be NULL
B. Error: Typehints cannot be references
C. Result is NULL
D. Result is object of type stdClass
E. Result is 42

Answer: E
If you want to pass the 200-500 Exam sucessfully, recommend to read latest 200-500 Demo full version.

No comments:

Post a Comment