๐Ÿงช AJAX MCQ Quiz Hub

AJAX Mcq Question Set 2

Choose a topic to test your knowledge and improve your AJAX skills

Which property returns the response data as XML data?





โœ… Correct Answer: 3

Which property returns the status-number of a request?





โœ… Correct Answer: 4

Which property returns the status-text?





โœ… Correct Answer: 1

"GET is simpler and faster than POST." โ€“ Is this statement true?





โœ… Correct Answer: 2

Which is the correct syntax to add HTTP headers to the request?





โœ… Correct Answer: 3

How to convert the below statement to the synchronous request? xhttp.open("GET", "info.php", true);





โœ… Correct Answer: 1

Which are the two properties to hold the status of XMLHttpRequest?





โœ… Correct Answer: 1

If the value of status property is 404, what does it mean?





โœ… Correct Answer: 4

The ______ function is called every time the readyState changes.





โœ… Correct Answer: 2