ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 51 - Professional Machine Learning Engineer discussion

Report
Export

You are designing an architecture with a serverless ML system to enrich customer support tickets with informative metadata before they are routed to a support agent. You need a set of models to predict ticket priority, predict ticket resolution time, and perform sentiment analysis to help agents make strategic decisions when they process support requests. Tickets are not expected to have any domain-specific terms or jargon.

The proposed architecture has the following flow:

Which endpoints should the Enrichment Cloud Functions call?

A.
1 = Vertex Al. 2 = Vertex Al. 3 = AutoML Natural Language
Answers
A.
1 = Vertex Al. 2 = Vertex Al. 3 = AutoML Natural Language
B.
1 = Vertex Al. 2 = Vertex Al. 3 = Cloud Natural Language API
Answers
B.
1 = Vertex Al. 2 = Vertex Al. 3 = Cloud Natural Language API
C.
1 = Vertex Al. 2 = Vertex Al. 3 = AutoML Vision
Answers
C.
1 = Vertex Al. 2 = Vertex Al. 3 = AutoML Vision
D.
1 = Cloud Natural Language API. 2 = Vertex Al, 3 = Cloud Vision API
Answers
D.
1 = Cloud Natural Language API. 2 = Vertex Al, 3 = Cloud Vision API
Suggested answer: B

Explanation:

Vertex AI is a unified platform for building and deploying ML models on Google Cloud. It supports both custom and AutoML models, and provides various tools and services for ML development, such as Vertex Pipelines, Vertex Vizier, Vertex Explainable AI, and Vertex Feature Store. Vertex AI can be used to create models for predicting ticket priority and resolution time, as these are domain-specific tasks that require custom training data and evaluation metrics. Cloud Natural Language API is a pre-trained service that provides natural language understanding capabilities, such as sentiment analysis, entity analysis, syntax analysis, and content classification. Cloud Natural Language API can be used to perform sentiment analysis on the support tickets, as this is a general task that does not require domain-specific knowledge or jargon. The other options are not suitable for the given architecture. AutoML Natural Language and AutoML Vision are services that allow users to create custom natural language and vision models using their own data and labels. They are not needed for sentiment analysis, as Cloud Natural Language API already provides this functionality. Cloud Vision API is a pre-trained service that provides image analysis capabilities, such as object detection, face detection, text detection, and image labeling. It is not relevant for the support tickets, as they are not expected to have any images.Reference:

Vertex AI documentation

Cloud Natural Language API documentation

asked 18/09/2024
Farid Tannouch
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first