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.
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)- A6% (2)
- B70% (23)
- C15% (5)
- D9% (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
Community Discussion
No community discussion yet for this question.