Apache MXNet MCQ Questions & Answers
Apache MXNet MCQs : This section focuses on "Basics" of Apache MXNet. These Multiple Choice Questions (MCQ) should be practiced to improve the Apache MXNet skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. ____________ is a powerful open-source deep learning software framework instrument helping developers build, train, and deploy Deep Learning models.
A. Apache Net
B. Apache SXNet
C. Apache MXNet
D. Apache WP
View Answer
Ans : C
Explanation: Apache MXNet is a powerful open-source deep learning software framework instrument helping developers build, train, and deploy Deep Learning models.
2. Which of the following are deep learning platforms?
A. Torch7
B. Caffe
C. Theano
D. All of the above
View Answer
Ans : D
Explanation: There are various deep learning platforms like Torch7, Caffe, Theano, TensorFlow, Keras, Microsoft Cognitive Toolkit, etc.
3. _______ is a Gluon toolkit for computer vision powered by MXNet.
A. GluCV
B. GluonCV
C. GCV
D. GluTool
View Answer
Ans : B
Explanation: GluonCV is a Gluon toolkit for computer vision powered by MXNet.
4. Which of the following are features of GluonCV?
A. More than 170+ high quality pretrained models
B. Embrace flexible development pattern
C. Easy to understand implementations
D. All of the above
View Answer
Ans : D
Explanation: All of the above are features of GluonCV.
5. GluonTS is a Gluon toolkit for Probabilistic Time Series Modeling powered by MXNet.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, GluonTS is a Gluon toolkit for Probabilistic Time Series Modeling powered by MXNet.
6. Which module provides flexible imperative programs for Apache MXNet?
A. KVStore
B. Data Loading
C. NDArray
D. Symbol Construction
View Answer
Ans : C
Explanation: NDArray : It provides flexible imperative programs for Apache MXNet. They are dynamic and asynchronous n-dimensional arrays.
7. ___________ is a Gluon toolkit for Natural Language Processing (NLP) powered by MXNet.
A. GluonNP
B. GluNLP
C. GluonNLP
D. GNLP
View Answer
Ans : C
Explanation: GluonNLP is a Gluon toolkit for Natural Language Processing (NLP) powered by MXNet.
8. ________ API is not thread safe which means that only one thread should make engine API calls at a time.
A. Wait
B. VarHandle
C. Context
D. Push
View Answer
Ans : D
Explanation: Push API is not thread safe which means that only one thread should make engine API calls at a time.
9. KV stores stands for?
A. Key-Visualize store
B. Key-Value store
C. Kernel-Value store
D. None of the above
View Answer
Ans : B
Explanation: KV stores stands for Key-Value store. It is critical component used for multi-device training.
10. Operator system module consists of all the operators that define static forward and gradient calculation.
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Operator system module consists of all the operators that define static forward and gradient calculation.
Discussion