A media company must use Amazon Bedrock to implement a robust governance process for AI-generated content. The company needs to manage hundreds of prompt templates. Multiple teams use the templates across multiple AWS Regions to generate content. The solution must provide version control with approval workflows that include notifications for pending reviews. The solution must also provide detailed audit trails that document prompt activities and consistent prompt parameterization to enforce quality standards.Which solution will meet these requirements?
Answer(s): B
Amazon Bedrock Prompt Management is designed to centrally manage many prompt templates with versioning and consistent parameterization through variables, and it supports multi-team reuse across Regions. AWS CloudTrail provides detailed audit trails of prompt-related API activity, and IAM can enforce who is allowed to create, update, or approve prompt versions.
A company is developing a customer support application that uses Amazon Bedrock foundation models (FMs) to provide real-time AI assistance to the company's employees. The application must display AI-generated responses character by character as the responses are generated. The application needs to support thousands of concurrent users with minimal latency. The responses typically take 15 to 45 seconds to finish.Which solution will meet these requirements?
Answer(s): A
Amazon Bedrock InvokeModelWithResponseStream provides token streaming so the UI can render output as it is generated. An API Gateway WebSocket API maintains a long-lived, low-latency bidirectional connection that can push partial chunks to thousands of concurrent clients over 15-45 second generations without inefficient polling or exposing direct Bedrock access from the browser.
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(s): A,D
Prompt Management lets the company define a reusable prompt template with the four required inputs as variables and enforce a consistent output format, and the flow can reference that template from the prompts node. A Bedrock guardrail with the insults filter set to detect (not block) will flag bullying/insulting content and generate detections/notifications without preventing the response from being returned.
A healthcare company is using Amazon Bedrock to build a Retrieval Augmented Generation (RAG) application that helps practitioners make clinical decisions. The application must achieve high accuracy for patient information retrievals, identify hallucinations in generated content, and reduce human review costs.Which solution will meet these requirements?
Answer(s): D
A hybrid approach that uses an automated LLM-as-a-judge to evaluate relevance, factual consistency, and hallucinations provides scalable, high-accuracy screening while reducing the need for manual review.Escalating only uncertain or edge cases to humans minimizes review costs. Amazon Bedrock's built-in evaluation capabilities directly measure retrieval precision and hallucination rates for RAG workloads, giving purpose-built metrics with less custom development and operational overhead.
Company configures a landing zone in AWS Control Tower. The company handles sensitive data that must remain within the European Union. The company must use only the eu-central-1 Region. The company uses SCPs to enforce data residency policies. GenAI developers at the company are assigned IAM roles that have full permissions for Amazon Bedrock.The company must ensure that GenAI developers can use the Amazon Nova Pro model through Amazon Bedrock only by using cross-Region inference (CRI) and only in eu-central-1. The company enables model access for the GenAI developer IAM roles in Amazon Bedrock. However, when a GenAI developer attempts toinvoke the model through the Amazon Bedrock Chat/Text playground, the GenAI developer receives the following error.User: arn:aws:sts::123456789012:assumed-role/AssumedDevRole/DevUserName Action: bedrock:InvokeModelWithResponseStreamOn resource(s): arn:aws:bedrock:eu-west-3::foundation-model/amazon.nova-pro-v1:0 Context: a service control policy explicitly denies the actionThe company needs a solution to resolve the error. The solution must retain the company's existing governance controls and must provide precise access control. The solution must comply with the company's existing data residency policies.Which combination of solutions will meet these requirements? (Choose two.)
Answer(s): B,D
Extending the SCP to allow the specific EU cross-Region inference profile for Amazon Nova Pro preserves the existing Control Tower/SCP governance while enabling the intended CRI access path instead of direct regional foundation-model invocation. Ensuring the developer roles are permitted to invoke the Nova Pro EU inference profile in any EU Region that may serve the CRI request prevents failures when Bedrock routes the inference to an eligible EU Region (such as eu-west-3) while keeping the developer entry point constrained to eu-central-1.
A financial services company is developing a customer service AI assistant by using Amazon Bedrock. The AI assistant must not discuss investment advice with users. The AI assistant must block harmful content, mask personally identifiable information (PII), and maintain audit trails for compliance reporting. The AI assistant must apply content filtering to both user inputs and model responses based on content sensitivity.The company requires an Amazon Bedrock guardrail configuration that will effectively enforce policies with minimal false positives. The solution must provide multiple handling strategies for multiple types of sensitive content.Which solution will meet these requirements?
Answer(s): C
A single Amazon Bedrock guardrail can enforce multiple policy types with different handling strategies while keeping management simple and reducing false positives. Medium content filters appropriately block harmful content without being overly restrictive, denied topics with clear definitions prevent investment advice, and sensitive information filters can both mask PII in outputs and block sensitive financial data in inputs. Enabling evaluation on both requests and responses ensures end-to-end filtering and supports auditability for compliance.
An ecommerce company is developing a generative AI (GenAI) solution that uses Amazon Bedrock with Anthropic Claude to recommend products to customers. Customers report that some of the recommended products are not available for sale on the website or are not relevant to the customer. Customers also report that the solutions takes a long time to generate some recommendations.The company investigates the issues and finds that most interactions between customers and the product recommendation solution are unique. The company confirms that the solutions recommends products that are not in the company's product catalog. The company must resolve these issues.Which solution will meet this requirement?
A Bedrock Knowledge Base with RAG grounds Claude's recommendations in the company's actual product catalog, which prevents suggesting products that are not available and improves relevance by retrieving only approved catalog items as context. Using the optimized latency performance configuration reduces end-to-end response time, which addresses the slow recommendation experience for largely unique interactions where caching is less effective.
A company is using AWS Lambda and REST APIs to build a reasoning agent to automate support workflows. The system must preserve memory across interactions, share the relevant agent state, and support event- driven invocation and synchronous invocation. The system must also enforce access control and session- based permissions.Which combination of steps provides the MOST scalable solution? (Choose two.)
Answer(s): A,B
Amazon Bedrock AgentCore provides managed, session-aware memory and agent state sharing with built-in identity controls, observability, and support for synchronous and event-driven execution, which avoids building and scaling a custom state layer. Registering Lambda functions and REST APIs as actions that AgentCore can invoke through event and API integrations removes custom orchestration code and scales cleanly as workflows and tools grow.
Share your comments for Amazon AIP-C01 exam with other users:
Question 18:Answer: ODBC (option B) Explanation:
ODBC
Microsoft SQL Server
OLE DB
OData
Get Data
Question 366:Question 366 asks how to apply an Application Security Group (ASG1) to VM1. The key concept is that an ASG is attached to network interfaces, not directly to a VM.
Question 1:Correct answer: Redeploy VM1 and VM2 to the same availability set. Why:
Question 1:Here’s a targeted explanation of Question 1.
%windir%\setup\scripts
SetupComplete.cmd
%WINDIR%\Setup\Scripts\
powershell.exe -NoProfile -ExecutionPolicy Bypass -File YourScript.ps1
Question 1:The correct answer is C. Why: In few-shot prompting, the value comes from high-quality, representative demonstrations. The examples should be diverse and typical of what the model will see in production, so the model learns the true input–label mapping and generalizes to unseen emails. Why the other options are less appropriate:
AWESOME and Thanku
Question 24:Question 24 asks which three actions are needed to set up intercompany accounting between two legal entities. The three correct actions are:
Question 1:The correct answer is Enabling team.
Question 1:
Question 1:The best solution is A: Configure a SetupComplete.cmd batch file in the %windir%\setup\scripts directory. Why this is correct:
Question 9:Question 9 asks about how GitHub Copilot identifies public code matches when the public code filter is on.
Question 2:I can’t view the exhibit image, but this is the typical NetApp ONTAP behavior for Question 2.
Question 23:Question 23 describes a multimodal model where users can upload unsafe images that could contain hidden instructions. The goal is to implement controls to mitigate this risk. Key points to understand
beautiful exams
You need to implement the date dimension in the data store. The solution must meet the technical requirements. What are two ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Populate the date dimension table by using a dataflow. Populate the date dimension table by using a Copy activity in a pipeline. Populate the date dimension view by using T-SQL. Populate the date dimension table by using a Stored procedure activity in a pipeline.Please answer
Question 14:
Question 5:Question 5 asks how to identify min and max values for each column in a Dataflow result. Correct options: B and E.
Question 18:Question 18: Why not A?
Question 4:Question 4 is about when to use batch processing.
Question 5:I can’t see the [Image] in Question 5, but I can explain the likely reasoning.
Question 12:Here’s why Question 12’s correct choices are C and D.
Question 3:Question 3 asks for two valid ways to meet the purchase order creation validation (warn if the vendor is on the exclusion list for the customer/product and block/alert accordingly). Correct answers: C and D
Question 12:Here’s how to understand question 12.
Question 6:Here’s how question 6 works. Key constraint: All new and extended objects must be in an existing model named FinanceExt. Creating a brand-new model is not allowed. Why the two correct options work:
Question 2:I don’t have the text for Question 2 here. Please paste the exact Question 2 (including all answer choices) or describe the topic it covers. Once I have it, I’ll:
Which statement is true about using default environment variables? The environment variables can be read in workflows using the ENV: variable_name syntax. The environment variables created should be prefixed with GITHUB_ to ensure they can be accessed in workflows The environment variables can be set in the defaults: sections of the workflow The GITHUB_WORKSPACE environment variable should be used to access files from within the runner.Correct answer: The statement "The GITHUB_WORKSPACE environment variable should be used to access files from within the runner." is true. Why the others are false:
${{ env.VARIABLE }}
$VARIABLE
GITHUB_
defaults:
run
GITHUB_WORKSPACE
${{ github.workspace }}
$GITHUB_WORKSPACE/...
${{ github.workspace }}/...
As an administrator for this subscription, you have been tasked with recommending a solution that prohibits users from copying corporate information from managed applications installed on unmanaged devices. Which of the following should you recommend? Windows Virtual Desktop. Microsoft Intune. Windows AutoPilot. Azure AD Application Proxy.
Question 34:
Policy
function of appnav in sdwan
Question 5:
Why this is correct
Question 7:
Question 104:
clustering keys
Keeping this site free takes real effort. We constantly battle automated scraping and unauthorized content copying. A quick account helps us protect the community and keep the site free.
To continue studying for your AIP-C01, please sign in or create a free account.