MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
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. |
| E. | |
| Answer» C. The default media type for requests is application/json while there is no default media type for responses. | |
| 2. |
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 |
| Answer» B. API Management service | |
| 3. |
The type of operation requested is determined by: |
| A. | HTTP status code |
| B. | HTTP method |
| C. | Resource path |
| D. | Query string |
| Answer» C. Resource path | |
| 4. |
Which component is used for specifying the protocol used for transmitting the request? |
| A. | URI scheme |
| B. | URI host |
| C. | Resource path |
| D. | GET |
| Answer» B. URI host | |
| 5. |
Which HTTP method is supported by Azure REST API? |
| A. | GET |
| B. | POST |
| C. | PUT |
| D. | All of these |
| Answer» E. | |
| 6. |
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 |
| Answer» C. Resource path | |
| 7. |
Which request URI component is optional? |
| A. | URI host |
| B. | URI scheme |
| C. | Query string |
| D. | Resource path |
| Answer» D. Resource path | |
| 8. |
Which one of the following is not a part of request URI? |
| A. | GET |
| B. | URI scheme |
| C. | Resource path |
| D. | None of these |
| Answer» B. URI scheme | |
| 9. |
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 |
| Answer» E. | |
| 10. |
What does REST in REST API stand for? |
| A. | Representational State Tool |
| B. | Reference State Tool |
| C. | Representational State Transfer |
| D. | Reference State Transfer |
| Answer» D. Reference State Transfer | |