exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 303 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 303
Topic #: 1
[All Professional Machine Learning Engineer Questions]

You work for a media company that operates a streaming movie platform where users can search for movies in a database. The existing search algorithm uses keyword matching to return results. Recently, you have observed an increase in searches using complex semantic queries that include the movies’ metadata such as the actor, genre, and director.

You need to build a revamped search solution that will provide better results, and you need to build this proof of concept as quickly as possible. How should you build the search platform?

  • A. Use a foundational large language model (LLM) from Model Garden as the search platform’s backend.
  • B. Configure Vertex AI Vector Search as the search platform’s backend.
  • C. Use a BERT-based model and host it on a Vertex AI endpoint.
  • D. Create the search platform through Vertex AI Agent Builder.
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
tk786786
1 day, 21 hours ago
Selected Answer: B
B. Configure Vertex AI Vector Search as the search platform’s backend. Why Option B? Best for Semantic Search & Metadata Queries Keyword-based search is insufficient for complex semantic queries (e.g., "Find action movies starring Tom Cruise directed by Christopher Nolan"). Vertex AI Vector Search supports vector embeddings, which enable semantic similarity search instead of exact keyword matching. Fast Proof of Concept with Minimal Effort Pre-built solution for semantic search with high scalability. No need to manually train a model—simply generate embeddings from movie metadata (actors, genre, director, etc.) and store them in Vertex AI Vector Search. Scalable and High-Performance Search Engine Optimized for low-latency searches and retrieves the most relevant results quickly. Works well with multi-dimensional search queries, making it ideal for metadata-rich movie searches.
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