Limited-Time Summer Sale 25% Discount Offer - Apply Coupon Code: Save25
Certs Blitz
See all results for ""
Home Exams
CRISC ISACA CISSP ISC2 200-301 Cisco SY0-701 CompTIA AZ-104 Microsoft AI-900 Microsoft AIGP IAPP 1Z0-1067-26 Oracle View All Exams →
Sign in Create account
200-710 EXAM PREPARATION

Prepare Smarter for the 200-710 Exam

Build your exam confidence with flexible preparation resources designed around the latest 200-710 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.

Download Exam View Entire Exam
Page: 1 / 2
Question #1 (Topic: Demo Questions)

Which of the following items in the $_SERVER superglobal are important for authenticating the client when using HTTP Basic authentication? (Choose two.)

A.
PHP_AUTH_TYPE
B.
PHP_AUTH_PASSWORD
C.
PHP_AUTH_DIGEST
D.
PHP_AUTH_PW
E.
PHP_AUTH_USER
Correct Answer: D, E
Question #2 (Topic: Demo Questions)

Which of these error types may be handled by a user defined error handler function? (Choose two.)

A.
E_ERROR
B.
E_NOTICE 
C.
E_PARSE 
D.
E_WARNING 
Correct Answer: A, C
Explanation:

 

Question #3 (Topic: Demo Questions)

What is the output of the following code? 



A.

string(0) “”

B.

bool(false) 

C.

string(1) “!”

D.

string(2) “k!”

Correct Answer: C
Question #4 (Topic: Demo Questions)

Consider 3 PHP files that are called asynchronously via XmlHttpRequest:

Which of the following statements is true? (Choose two.)  

A.
The total execution time for all 3 requests will be the maximum of the longest sleep()call 
B.
The requests may be processed out of order 
C.
The requests are guaranteed to be executed in order 
D.
Concurrent requests will be blocked until the session lock isreleased 
Correct Answer: A
Question #5 (Topic: Demo Questions)

What is the output of the following code? 


A.
1
B.
2
C.
null
Next Question
Correct Answer: A