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

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

A Generative AI Engineer I using the code below to test setting up a vector store:

Assuming they intend to use Databricks managed embeddings with the default embedding model, what should be the next logical function call?

  • A. vsc.get_index()
  • B. vsc.create_delta_sync_index()
  • C. vsc.create_direct_access_index()
  • D. vsc.similarity_search()
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Soumak
1 month, 1 week ago
Selected Answer: B
After setting up a vector store endpoint, creating an index is necessary to start populating and organizing the data. The create_delta_sync_index() function specifically creates an index that synchronizes with a Delta table, allowing automatic updates as the data changes. This is likely the most appropriate choice if the engineer plans to use dynamic data that is updated over time.
upvoted 1 times
...
trendy01
3 months, 1 week ago
Selected Answer: B
If the question assumes "if you want to use the default embedding model managed by Databricks", then B. vsc.create_delta_sync_index() might be a more appropriate 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago