AWS Certified Generative AI – Professional (AIP-C01) — Question 5

A company is using Amazon Bedrock to design an application to help researchers apply for grants. The application is based on an Amazon Nova Pro foundation model (FM). The application contains four required inputs and must provide responses in a consistent text format. The company wants to receive a notification in Amazon Bedrock if a response contains bullying language. However, the company does not want to block all flagged responses.
The company creates an Amazon Bedrock flow that takes an input prompt and sends it to the Amazon Nova Pro FM. The Amazon Nova Pro FM provides a response.
Which additional steps must the company take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because it allows the specification of required inputs, selection of the foundation model, and definition of the output format, which are necessary for the application. Option D is also correct because it applies a guardrail that detects bullying language without blocking responses. Options B, C, and E do not align with the requirement to notify rather than block responses or do not fully implement the necessary input and output specifications.