AI - QPS and ANWS
AI - QPS and ANWS
b.It teaches a computer model to make prediction and draw conclusions from data.
d. The capability of software to interpret the world visually through cameras,video,and images
Artificial Intelligence Practice Questions and Answers-Part-I
8) What is Computer vision?
a. The capability to automatically detect errors or unusualactivity in a system.
b.It teaches a computer model to make prediction and draw conclusions from data.
b.It teaches a computer model to make prediction and draw conclusions from data.
d. The capability of software to interpret the world visually through cameras,video,and images
b.It teaches a computer model to make prediction and draw conclusions from data.
d. The capability of software to interpret the world visually through cameras,video,and images
11) You want to create a model to predict sales of ice cream based on historic data that includes daily
ice cream sales totals and weather measurements. Which Azure service should you use?
a Azure Machine Learning
b Azure Bot
c Language
12. You are designing an AI application that uses images to detect cracks in car windshields and warn
drivers when a windshield should be repaired or replaced. What AI workload is described?
a Computer Vision
b Anomaly Detection
c Natural Language Processing
13. A predictive app provides audio output for visually impaired users. Which principle of Responsible AI is
reflected here?
a Transparency
b Inclusiveness
c Fairness
Artificial Intelligence Practice Questions and Answers-Part-I
14.An automobile dealership wants to use historic car sales data to train a machine learning model.The
model should predict the price of a pre-owned car based on its make, model, engine size,and mileage.
What kind of machine learning model should the dealership use automated machine learning to create?
a Classification
b Regression
c Time series forecasting
15. A bank wants to use historic loan repayment records to categorize loan applications as low-
risk or high-risk based on characteristics like the loan amount, the income of the borrower, and
the loan period. What kind of machine learning model should the bank use automated machine
learning to create?
a.Classification
b.Regression
c.Time series forecasting
16. You want to use automated machine learning to train a regression model with the best
possible R2 score. How should you configure the automated machine learning experiment?
a.Set the Primary metric to R2 score
b.Block all algorithms other than Gradient Boosting
c.Enable featurization
17. You want to use the Computer Vision service to analyze images. You also want to use the Language
service to analyze text. You want developers to require only one key and endpoint to access all of your
services. What kind of resource should you create in your Azure subscription?
a Computer Vision
b Cognitive Services
c Custom Vision
18. You want to use the Computer Vision service to identify the location of individual items in an image.
Which of the following features should you retrieve?
a Objects
b image.
c Tags
d Categories
Artificial Intelligence Practice Questions and Answers-Part-I
19. You want to use the Computer Vision service to analyze images of locations and identify well-known
buildings. What should you do?
a Retrieve the objects in the image.
b Retrieve the categories for the image, specifying the celebrities domain
20. You want to use the Language service to determine the key talking points in a text document.Which
feature of the service should you use?
a Sentiment analysis
b Key phrase extraction
c Entity detection
21. You use the Language service to perform sentiment analysis on a document, and a score of
0.99 is returned. What does this score indicate about the document sentiment?
a The document is positive.
b The document is neutral.
c The document is negative.
22. When might you see NaN returned for a score in Language Detection?
a When the score calculated by the service is outside the range of 0 to 1
b When the predominant language in the text is mixed with other languages
c When the language is ambiguous
24. What is the purpose of specifying granularity in your JSON data object?
a It is used to indicate the recording pattern of the data.
b It tells the service how to chunk up the results that are returned for review, independent of the
time series data pattern.
c It is used to indicate the range of acceptable values.
25. How does the Anomaly Detector service evaluate real-time data for anomalies?
a It collects all the values in a window of time and evaluates them all at once.
b It evaluates the current value against the previous value.
c It uses interpolation based on the current value and the previous value to predict what the
expected value should be.