- Quiz-tion 1: Formally, clouds are usually split into three different types, which of the following is not one of these types?
- IaaS: Infrastructure as a Service
- PaaS: Platform as a Service
- CaaS: Code as a Service
- SaaS: Software as a Service
- Quiz-tion 2: Which of the following modules can be directly used to code using R in Azure Machine Learning Studio?
- Split Data
- Execute R Script
- Execute Python
- Blood donation data
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(13)
round(runif(2,1,4))