Q57 — AWS AIF-C01 Ch.1

Question 57 of 100 | ← Chapter 1

An AI developer maintains an animal photo database. The developer wants to automatically identify and classify animals in photos under minimal human intervention. Which strategy satisfies these requirements?

Correct Answer: A. Object detection

Explanation

This question tests understanding of AI technique applications. Object detection (Option A) is a computer vision technique that localizes and classifies objects within images—precisely matching the need to identify and classify animals in photos. Anomaly detection (Option B) identifies outliers, not classification targets. Named entity recognition (Option C) is an NLP task for text. Inpainting (Option D) refers to image restoration, not classification. Thus, Option A is the correct solution.