Connector Code Transformation Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create Custom Connectors

Connector Code Transformation 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 section of a custom connector definition is primarily used to perform data transformation on the response received from an API before it reaches the end user?

  2. 2

    When writing code for a custom connector, which language is typically used to perform data transformations within the policy framework?

  3. 3

    If you need to add a static header to every outgoing request made by a custom connector, which policy type should you implement?

  4. 4

    You are processing a JSON response from an external API and need to flatten a nested object structure before passing it to the application. Where is the most efficient place to perform this logic?

  5. 5

    When using the 'script' policy to transform data, what is the impact of an unhandled exception thrown within the script execution?