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 57 discussion

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

A Generative AI Engineer is creating a customer support bot that should respond differently to an end user based on the sentiment in their initial message. For example, if the end user’s message was angry, the bot should try to de-escalate their negative sentiments as it solves the customer query. They want to make sure their approach follows best practices.

Which approach will do this?

  • A. Use an encoder-only LLM model to both detect sentiment and generate replies based upon the detected sentiment.
  • B. Implement a RAG architecture for how to respond to users depending on detected sentiment.
  • C. Use linear regression model to classify sentiment and feed the result to a system prompt for the LLM to respond.
  • D. Create a chain which first uses an LLM to classify sentiment, then changes system prompt for the customer interaction LLM based upon the initial customer query sentiment.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Duke_CT
2 weeks, 3 days ago
Selected Answer: C
Could be D, thoughts?
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 ...