Total Questions : 10
Expected Time : 10 Minutes

1. In Ajax, what is the purpose of the 'FormData' object?

2. Which object is commonly used to perform asynchronous requests in Ajax?

3. Which method is used to cancel an ongoing Ajax request?

4. Which HTTP method is commonly used in Ajax for retrieving data from the server?

5. How does the 'Blob' object contribute to handling responses in Ajax?

6. What does Ajax stand for?

7. In Ajax, what is the purpose of the XMLHttpRequest method 'getAllResponseHeaders'?

8. Which method is used to perform parallel Ajax requests?

9. Which method is used to initiate an Ajax request in JavaScript?

10. What is the role of the Ajax callback function?