0% found this document useful (0 votes)
12 views

MCQ - Questions - Python - ML - DL - Azure 1

Uploaded by

honeypriyanshi22
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

MCQ - Questions - Python - ML - DL - Azure 1

Uploaded by

honeypriyanshi22
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Microsoft Azure AI Boot-Camp

Internal Assessment Test


Total Marks:15 Time: 45 Mins Venue:404/R-CAT Jaipur

1. What is the output of the following code? print(2**3)


☐6 ☐9
☐5 ☐8

2. What is the purpose of the pass statement in Python?


☐ To exit a loop
☐ To create an infinite loop
☐ To do nothing and pass control to the next statement
☐ To terminate a function

3. Write a Python function to create a key-value pair dictionary for numbers 1 to 5, with 'odd' or
'even' as values (e.g., {1: 'odd', 2: 'even'})."

4. Which of the following is a metric used to evaluate a Linear Regression model?


☐ Precision ☐ F1 Score
☐ Mean Squared Error (MSE) ☐ Confusion Matrix

5. Which feature is important in determining a split in a decision tree?


☐ Minimum distance ☐ Random initialization
☐ Gini Impurity or Entropy ☐ Cosine similarity

6. How does Random Forest make a final decision?


☐ It takes the average of all decision trees' outputs
☐ It selects the output of the first tree
☐ It uses majority voting from all the trees
☐ It chooses the output with the least error

7. Which parameter would you tune to increase the number of decision trees in a Random Forest
model?
☐ max_features ☐ criterion
☐ n_estimators ☐ min_samples_split
8. Which of the following activation functions is commonly used in hidden layers of ANNs?
☐ Sigmoid ☐ Linear
☐ Softmax ☐ ReLU

9. Which layer type is commonly used for feature extraction in a CNN?


☐ Convolutional layer ☐ Activation layer
☐ Fully connected layer ☐ Dropout layer

10. What does the term 'backpropagation' refer to in deep learning?


☐ Moving forward through the layers
☐ Calculating the loss at each epoch
☐ Adjusting weights based on error gradient
☐ Performing pooling on the input data

11. What does Azure AI Services provide?


☐ Cloud-based machine learning model training
☐ Tools to create Virtual Machines
☐ Pre-built AI capabilities for vision, language, and decision making
☐ A platform for container orchestration

12. What is the main purpose of the Azure Bot Service?


☐ To automate data processing
☐ To train machine learning models
☐ To build conversational AI experiences
☐ To deploy web applications

13. Which tool can you use to create a COCO file in Vision?
☐ Azure Lab Services ☐ Azure Synapse Analytics
☐ Azure ML Studio ☐ Azure App Service

14. What does the term 'backpropagation' refer to in deep learning?


☐ Moving forward through the layers
☐ Calculating the loss at each epoch
☐ Adjusting weights based on error gradient
☐ Performing pooling on the input data

15. Which Azure service is primarily used for translating text between different languages?
☐ Azure Speech Service ☐ Azure Cognitive Search
☐ Azure Translator ☐ Azure Synapse Analytics

Student Sign & Name Instructor Sign Marks Scored

You might also like