nerdexam
Amazon

SAA-C03 · Question #258

A company needs a solution to prevent photos with unwanted content from being uploaded to the company's web application. The solution must not involve training a machine learning (ML) model. Which sol

The correct answer is B. Create an AWS Lambda function that uses Amazon Rekognition to detect unwanted content.. Amazon Rekognition provides pretrained models that can detect inappropriate or unsafe content (such as nudity or violence) without requiring users to build their own ML models. Using a Lambda function to call Rekognition when new photos are uploaded is a serverless and scalable

Submitted by javi_es· Mar 4, 2026Design Secure Architectures

Question

A company needs a solution to prevent photos with unwanted content from being uploaded to the company's web application. The solution must not involve training a machine learning (ML) model. Which solution will meet these requirements?

Options

  • ACreate and deploy a model by using Amazon SageMaker Autopilot. Create a real-time endpoint
  • BCreate an AWS Lambda function that uses Amazon Rekognition to detect unwanted content.
  • CCreate an Amazon CloudFront function that uses Amazon Comprehend to detect unwanted
  • DCreate an AWS Lambda function that uses Amazon Rekognition Video to detect unwanted

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    89% (25)
  • D
    4% (1)

Explanation

Amazon Rekognition provides pretrained models that can detect inappropriate or unsafe content (such as nudity or violence) without requiring users to build their own ML models. Using a Lambda function to call Rekognition when new photos are uploaded is a serverless and scalable

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice