exam questions

Exam Professional Cloud Database Engineer All Questions

View all questions & answers for the Professional Cloud Database Engineer exam

Exam Professional Cloud Database Engineer topic 1 question 168 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 168
Topic #: 1
[All Professional Cloud Database Engineer Questions]

You have a Cloud SQL for MySQL instance with a table of product information including a column of product descriptions. Your application development team is building a customer facing chatbot and would like to find the product that most closely matches a freeform text description provided by the customer. How should you enable this functionality?

  • A. Create a stored procedure that uses a regular expression to match the customer’s search text to values in the product description column.
  • B. Create and populate a column of product description embeddings on the product table and perform an approximate nearest neighbor search using the customer’s search text.
  • C. Use the LIKE operator to match the customer’s search text to the product description and return similar rows.
  • D. Create a SQL script that compares the product description and the customer’s search text by using the SOUNDEX function.
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
Sai_Vignesh
1 week, 1 day ago
Selected Answer: D
This is a tough one. My best educated guess is D.
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 ...