nerdexam
Microsoft

AZ-204 · Question #305

Drag and Drop Question You have an application that provides weather forecasting data to external partners. You use Azure API Management to publish APIs. You must change the behavior of the API to…

The correct answer is Inbound; Outbound; Inbound. Inbound policies process requests before they reach the backend, making them ideal for 'supporting alternative input parameters' (e.g., query parameter rewriting) and 'providing additional context to back-end services' (e.g., setting headers). Outbound policies process…

Submitted by carter_n· Mar 30, 2026Design and implement API Management solutions - understanding the policy pipeline (Inbound, Backend, Outbound, On-Error) and applying the correct policy type to meet request/response transformation requirements (AZ-204 / AZ-305 API Management domain).

Question

Drag and Drop Question You have an application that provides weather forecasting data to external partners. You use Azure API Management to publish APIs. You must change the behavior of the API to meet the following requirements: Support alternative input parameters Remove formatting text from responses Provide additional context to back-end services Which types of policies should you implement? To answer, drag the policy types to the correct requirements. Each policy type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-204 question #305 exhibit

Answer Area

Drag items

InboundOutboundBackend

Correct arrangement

  • Inbound
  • Outbound
  • Inbound

Explanation

Inbound policies process requests before they reach the backend, making them ideal for 'supporting alternative input parameters' (e.g., query parameter rewriting) and 'providing additional context to back-end services' (e.g., setting headers). Outbound policies process responses before they are returned to the caller, making them the correct choice for 'removing formatting text from responses' since this transformation happens on the data flowing back to the client.

Topics

#Azure API Management#API Policies#Inbound/Outbound Processing#API Transformation

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice