NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Google Cloud Computing Foundations
(Jul-Oct 2023)
Assignment- Week 8
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10
QUESTION 1:
Fill in the blanks: Machine learning is a way to use standard _________ to derive _________
insights from data and make repeated decisions.
a) intelligence, technical
b) techniques, intelligent
c) predictions, algorithmic
d) algorithms, predictive
Correct Answer: (d)
Detailed Solution: As per the definition, machine learning is a way to use standard algorithms to
derive predictive insights from data and make repeated decisions
QUESTION 2:
Tensorflow uses the ___________ for solving a given numerical problem.
a) tree
b) stack
c) acyclic undirected graph
d) acyclic directed graph
Correct Answer: (d)
Detailed Solution: Tensorflow uses the acyclic directed graph for solving a given numerical
problem.
QUESTION 3:
What is the role of Google Cloud Vision API in ML?
a) Natural language processing
b) Speech recognition
c) Image recognition and analysis
d) Time series forecasting
Correct Answer: (c)
1
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Detailed Solution: The Google Cloud Vision API is a service provided by Google Cloud Platform
that specializes in image recognition and analysis using machine learning.
QUESTION 4:
What is the purpose of training an ML model?
a) To evaluate the model's performance
b) To preprocess the input data
c) To optimize the model's parameters
d) To generate predictions
Correct Answer: (c)
Detailed Solution: The purpose of training a machine learning (ML) model is to optimize its
parameters based on the provided training data. During the training process, the model learns from
the input data and adjusts its internal parameters to minimize the difference between the predicted
output and the actual output.
QUESTION 5:
Which of the following is not a feature of Cloud Vision API?
a) Detecting objects in an image
b) Analyzing text in an image
c) Translating text in an image
d) Converting audio into text
Correct Answer: (b)
Detailed Solution: Cloud Vision API does not support converting audio into text. This feature is
provided by the Cloud Speech API.
QUESTION 6:
TensorFlow is developed by _____________?
a) Microsoft Team
b) Google Brain team
c) IBM Team
d) None of the above
Correct Answer: (b)
Detailed Solution: TensorFlow is an open source framework developed by Google researchers to
run machine learning, deep learning and other statistical and predictive analytics workloads.
2
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 7:
Machine learning is a subset of_________?
a) Data Learning
b) Deep Learning
c) Artificial Intelligence
d) None of the above
Correct Answer: (c)
Detailed Solution: Machine learning is a branch of artificial intelligence (AI) and computer
science which focuses on the use of data and algorithms to imitate the way that humans learn,
gradually improving its accuracy.
QUESTION 8:
Which machine learning service can run Tensorflow at scale?
a) Cloud AutoML
b) AI Platform
c) Pre-trained machine learning APIs
d) None of the above
Correct Answer: (b)
Detailed Solution: AI Platform can run Tensorflow at scale by providing managed infrastructure.
QUESTION 9:
Which of the following Cloud AutoML takes unstructured data?
a) AutoML Tables
b) AutoML Vision
c) AutoML Natural Language
d) AutoML Translation
Correct Answer: (b), (c), and (d)
Detailed Solution: Cloud AutoML Tables only take structured data in tabular format. Vision take
images, natural language and translation is for unstructured text data
QUESTION 10:
Which machine learning APIs should be used to gain meaning and sentiment from a speech?
a) Cloud Natural Language API
b) Cloud Vision API
c) Cloud Speech-to-Text API
d) Cloud Video Intelligence API
Correct Answer: (a) and (c)
3
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Detailed Solution: In the first step, Cloud Speech-to-Text API can be used to convert the input to
text, and then the Natural Language API can be used for obtaining the meaning and sentiment.