Backend Services and Transformations Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure API Management

Backend Services and Transformations Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which policy section in Azure API Management is primarily used to modify the request before it is sent to the backend service?

  2. 2

    You need to hide specific fields in a JSON response returned by your backend service to prevent sensitive information from reaching the client. Which policy should you use?

  3. 3

    An API consumer provides a query parameter named 'api-key', but your backend service expects a header named 'X-API-KEY'. How can you achieve this mapping in APIM?

  4. 4

    You are integrating with a legacy SOAP backend using a RESTful API front-end. Which policy is specifically designed to handle this transformation?

  5. 5

    You need to dynamically route a single incoming request to one of three different backend service URLs based on the value of a custom header. Which combination of policies is most effective?