Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Generative AI Engineer Associate All Questions

View all questions & answers for the Certified Generative AI Engineer Associate exam

Exam Certified Generative AI Engineer Associate topic 1 question 16 discussion

Actual exam question from Databricks's Certified Generative AI Engineer Associate
Question #: 16
Topic #: 1
[All Certified Generative AI Engineer Associate Questions]

A Generative Al Engineer interfaces with an LLM with prompt/response behavior that has been trained on customer calls inquiring about product availability. The LLM is designed to output “In Stock” if the product is available or only the term “Out of Stock” if not.
Which prompt will work to allow the engineer to respond to call classification labels correctly?

  • A. Respond with “In Stock” if the customer asks for a product.
  • B. You will be given a customer call transcript where the customer asks about product availability. The outputs are either “In Stock” or “Out of Stock”. Format the output in JSON, for example: {“call_id”: “123”, “label”: “In Stock”}.
  • C. Respond with “Out of Stock” if the customer asks for a product.
  • D. You will be given a customer call transcript where the customer inquires about product availability. Respond with “In Stock” if the product is available or “Out of Stock” if not.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
trendy01
1 month ago
Selected Answer: B
B is providing a **specific format (JSON format)** for engineers to classify inventory status for customer inquiries via LLM. This requires the model to clearly output inventory status and output this structured in JSON format, making it suitable for post-processing the data or using it in automated systems. Compared to other options, B provides specific guidelines to accurately manage classification labels. A and C each require an “In Stock” or “Out of Stock” response, but do not provide clear guidance on specific labeling formats or processes. D requires a response about inventory status, but is insufficient because it does not provide a specific data format or structured output.
upvoted 1 times
...
maciejmirski
1 month ago
Selected Answer: D
D is correct
upvoted 1 times
...
HemaKG
1 month, 1 week ago
D. You will be given a customer call transcript where the customer inquiries about product availability. Respond with “In Stock” if the product is available or “Out of Stock” if not. Dear service provider, Please do not leave it with CORRECT ANSWER and Community Vote Distribution. Please provide silid explanation.
upvoted 1 times
...
4af18fc
1 month, 2 weeks ago
Selected Answer: D
Option B doesn't tell when to use "In Stock" and "Out of Stock". D should be the correct answer
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...