Azure Data Science Certification Flashcards
What do Inbound Security Rules do?
Ensure only required communications from the internet are allowed.
Batch Node Management
what is it?
what does it allow you to do?
what is the destination port #?
Type of service tag which is used to identify groups IP addresses. Service tags are groups IP addresses.
Allows you to define security rules without having to manually identify IP addresses.
The service tag requires a destination port of 29876 - 29877
Secure Shell (SSH) Protocol
(what is the destination range?)
destination port range: 22
Service Principal (SP)
definition & what is created during the creation process
Directory object (an alias for a physical directory path) that can be used for token-based authentication. As part of the creation process a client secret is generated which is comparable to a password.
token-based authentication
Requires users to obtain a computer-generated code (or token) before they’re granted network entry.
Apache Ambari
(used for)
Management of Hadoop Clusters
Azure Log Analytics
(used for)
Querying Diagnostic Logs
Azure Sentinel
(used for)
cloud security information event management (SIEM)
Explainers
(definition & 2 examples)
Interpretable techniques used to explain how a machine learning model works.
TabularExplainer - used tabular datasets
LinearExplainer - explains linear models
Image classification
(what is the primary metric?)
(does imply maximizing or minimizing this metric?)
- accuracy metric (the proportion of instances that have been correctly classified)
- it implies that you want to maximize the metric
Spearman Correlation
calculates the monotonic relationship between two values
monotonic relationship (1) as the value of one variable increases, so does the value of the other variable; or
(2) as the value of one variable increases, the other variable value decreases.
Azure Kubernetes Services (AKS)
(what type of compute instances does it support?)
(which deployment is it recommended for?)
- GPU-based compute instances for deploying real-time inference models.
- It is recommended for production deployment
Azure Container Instances (ACI)
(what is it suited for? what are its limitations?)
- suited for testing /debugging workloads but does not support GPU-based instance configuration, only low-scale CPU-based workloads
Which computer cluster should you use?
- Batch Inference
- Real Time
- Testing & Debugging
- Compute Cluster (cannot handle real-time data, because they utilize low priority VMs that may not scale to the load required)
- Azure Kubernetes Service (AKS)
- Computer Instance Web Service (testing and debugging are best done on low-cost cloud or local resources, per-hour cost associated with compute clusters and AKS make them poor candidates for testing and debugging)
run.log_list()
method that provides a log list of values, arrays, dictionaries, vectors, or any non-scalar value