nerdexam
Amazon

AIF-C01 · Question #347

A company needs to apply numerical transformations to a set of images to transpose and rotate the images. Which solution will meet these requirements in the MOST operationally efficient way?

The correct answer is B. Create an AWS Lambda function to perform the transformations. An AWS Lambda function can efficiently perform numerical image transformations such as transposing and rotating images at scale without the need to build or train a neural network, making it the most operationally efficient solution.

Submitted by lars.no· Mar 30, 2026

Question

A company needs to apply numerical transformations to a set of images to transpose and rotate the images. Which solution will meet these requirements in the MOST operationally efficient way?

Options

  • ACreate a deep neural network by using the images as input.
  • BCreate an AWS Lambda function to perform the transformations.
  • CUse an Amazon Bedrock large language model (LLM) with a high temperature.
  • DUse AWS Glue Data Quality to make corrections to each image.

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    70% (23)
  • C
    15% (5)
  • D
    9% (3)

Explanation

An AWS Lambda function can efficiently perform numerical image transformations such as transposing and rotating images at scale without the need to build or train a neural network, making it the most operationally efficient solution.

Topics

#AWS Lambda#Image processing#Serverless compute#Operational efficiency

Community Discussion

No community discussion yet for this question.

Full AIF-C01 Practice