AWS Certified AI Practitioner (AIF-C01) — Question 234
An airline company wants to use a generative AI model to convert a flight booking system from one coding language into another coding language. The company must select a model for this task.
Which criteria should the company use to select the correct generative AI model for this task?
Answer options
- A. Syntax, semantic understanding, and code optimization capabilities
- B. Code generation speed and error handling capabilities
- C. Ability to generate creative content
- D. Model size and resource requirements
Correct answer: A
Explanation
The correct answer is A, as successful code conversion requires a deep understanding of syntax and semantics, along with the ability to optimize the generated code. Options B, C, and D do not address the primary needs of accurately transforming code between languages, focusing instead on speed, creativity, or resource constraints, which are less relevant for this specific task.