Rest API MCQ Questions - Microsoft Azure

This section focuses on "Rest API" of Microsoft Azure. These Multiple Choice Questions (MCQ) should be practiced to improve the Microsoft Azure skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.

1. What does REST in REST API stand for?

A. Representational State Tool
B. Reference State Tool
C. Representational State Transfer
D. Reference State Transfer

View Answer


2. Which one of the following is not a component of REST API request/response?

A. request URI
B. request message header
C. request message body
D. None of these

View Answer


3. Which one of the following is not a part of request URI?

A. GET
B. URI scheme
C. Resource path
D. None of these

View Answer


4. Which request URI component is optional?

A. URI host
B. URI scheme
C. Query string
D. Resource path

View Answer


5. Which request URI component of REST API gives domain name or IP address of the server where REST service endpoint is hosted?

A. URI scheme
B. URI host
C. Resource path
D. Query string

View Answer


6. Which HTTP method is supported by Azure REST API?

A. GET
B. POST
C. PUT
D. All of these

View Answer


7. Which component is used for specifying the protocol used for transmitting the request?

A. URI scheme
B. URI host
C. Resource path
D. GET

View Answer


8. The type of operation requested is determined by:

A. HTTP status code
B. HTTP method
C. Resource path
D. Query string

View Answer


9. Which REST Operation Group lists the operations for API Management provider?

A. API Management operations
B. API Management service
C. API operation
D. API schema

View Answer


10. Choose the correct option with reference to REST API.

A. There is no default media type for both requests and responses.
B. The default media type for requests and responses is application/json.
C. The default media type for requests is application/json while there is no default media type for responses.
D. The default media type for responses is application/json while there is no default media type for requests.

View Answer





Discussion



* You must be logged in to add comment.