AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 117

A company wants to launch a new internal generative AI interface to answer user questions. The interface will be based on a popular open source large language model (LLM).

Which combination of steps will deploy the interface with the LEAST operational overhead? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answer is A and C because using Amazon SageMaker JumpStart simplifies the deployment of the LLM, and creating a frontend HTML interface with Amazon API Gateway and AWS Lambda minimizes operational overhead by providing a scalable solution. Options B, D, and E introduce additional complexity and management requirements that are not ideal for reducing operational overhead.