Official Bank 0/232

Zend Certified Engineer (200-710) - Zend Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
232 Total Questions
1
Question
Which of the following is used to find all PHP files under a certain directory?
Options
A RecursiveTreeIterator
B PHPIterator
C SplTempFileObject
D RecursiveDirectoryIterator
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which of the following statements are FALSE?
Options
A SimpleXML allows addition of new attributes.
B SimpleXML allows removal of attributes.
C SimpleXML allows addition of new nodes.
E: None of the above
D SimpleXML allows removal of nodes.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Which SPL class implements fixed-size storage?
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
What is the output of the following code?

Exhibit
Options
A 2
B 1
C null
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Which of the following PHP values may NOT be encoded to a JavaScript literal using PHP's ext/json capabilities?
Options
A array('message' => 'Hello, world!')
B 'Hello, world!'
C function(){ alert("Hello, world!"); }
D array('Hello, world!')
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.