Download Microsoft.AI-100.BrainDumps.2019-04-02.25q.vcex

Download Exam

File Info

Exam Designing and Implementing an Azure AI Solution
Number AI-100
File Name Microsoft.AI-100.BrainDumps.2019-04-02.25q.vcex
Size 178 KB
Posted Apr 02, 2019
Download Microsoft.AI-100.BrainDumps.2019-04-02.25q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

You have an Azure Machine Learning model that is deployed to a web service. 
You plan to publish the web service by using the name ml.contoso.com. 
You need to recommend a solution to ensure that access to the web service is encrypted. 
Which three actions should you recommend? Each correct answer presents part of the solution. 
NOTE: Each correct selection is worth one point.


  1. Generate a shared access signature (SAS)
  2. Obtain an SSL certificate
  3. Add a deployment slot
  4. Update the web service
  5. Update DNS
  6. Create an Azure Key Vault
Correct answer: BDE
Explanation:
The process of securing a new web service or an existing one is as follows:Get a domain name. Get a digital certificate. Deploy or update the web service with the SSL setting enabled. Update your DNS to point to the web service. Note: To deploy (or re-deploy) the service with SSL enabled, set the ssl_enabled parameter to True, wherever applicable. Set the ssl_certificate parameter to thevalue of the certificate file and the ssl_key to the value of the key file. References:https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-secure-web-service
The process of securing a new web service or an existing one is as follows:
  1. Get a domain name. 
  2. Get a digital certificate. 
  3. Deploy or update the web service with the SSL setting enabled. 
  4. Update your DNS to point to the web service. 
Note: To deploy (or re-deploy) the service with SSL enabled, set the ssl_enabled parameter to True, wherever applicable. Set the ssl_certificate parameter to the
value of the certificate file and the ssl_key to the value of the key file. 
References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-secure-web-service



Question 2

Your company recently deployed several hardware devices that contain sensors. 
The sensors generate new data on an hourly basis. The data generated is stored on-premises and retained for several years. 
During the past two months, the sensors generated 300 GB of data. 
You plan to move the data to Azure and then perform advanced analytics on the data. 
You need to recommend an Azure storage solution for the data. 
Which storage solution should you recommend?


  1. Azure Queue storage
  2. Azure Cosmos DB
  3. Azure Blob storage
  4. Azure SQL Database
Correct answer: C
Explanation:
References:https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage
References:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage



Question 3

You plan to design an application that will use data from Azure Data Lake and perform sentiment analysis by using Azure Machine Learning algorithms. 
The developers of the application use a mix of Windows- and Linux-based environments. The developers contribute to shared GitHub repositories. 
You need all the developers to use the same tool to develop the application. 
What is the best tool to use? More than one answer choice may achieve the goal.


  1. Microsoft Visual Studio Code 
  2. Azure Notebooks
  3. Azure Machine Learning Studio
  4. Microsoft Visual Studio
Correct answer: C
Explanation:
References:https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/machine-learning/studio/algorithm-choice.md
References:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/machine-learning/studio/algorithm-choice.md



Question 4

You have several AI applications that use an Azure Kubernetes Service (AKS) cluster. The cluster supports a maximum of 32 nodes. 
You discover that occasionally and unpredictably, the application requires more than 32 nodes. 
You need to recommend a solution to handle the unpredictable application load. 
Which scaling method should you recommend?


  1. horizontal pod autoscaler
  2. cluster autoscaler
  3. manual scaling
  4. Azure Container Instances
Correct answer: B
Explanation:
To keep up with application demands in Azure Kubernetes Service (AKS), you may need to adjust the number of nodes that run your workloads. The cluster autoscaler component can watch for pods in your cluster that can't be scheduled because of resource constraints. When issues are detected, the number of nodes is increased to meet the application demand. Nodes are also regularly checked for a lack of running pods, with the number of nodes then decreased as needed. This ability to automatically scale up or down the number of nodes in your AKS cluster lets you run an efficient, cost-effective cluster. References:https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler
To keep up with application demands in Azure Kubernetes Service (AKS), you may need to adjust the number of nodes that run your workloads. The cluster autoscaler component can watch for pods in your cluster that can't be scheduled because of resource constraints. When issues are detected, the number of nodes is increased to meet the application demand. Nodes are also regularly checked for a lack of running pods, with the number of nodes then decreased as needed. 
This ability to automatically scale up or down the number of nodes in your AKS cluster lets you run an efficient, cost-effective cluster. 
References:
https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler



Question 5

You deploy an infrastructure for a big data workload. 
You need to run Azure HDInsight and Microsoft Machine Learning Server. You plan to set the RevoScaleR compute contexts to run rx function calls in parallel. 
What are three compute contexts that you can use for Machine Learning Server? Each correct answer presents a complete solution. 
NOTE: Each correct selection is worth one point.


  1. SQL
  2. Spark
  3. local parallel
  4. HBase
  5. local sequential
Correct answer: ABC
Explanation:
Remote computing is available for specific data sources on selected platforms. The following tables document the supported combinations. RxInSqlServer, sqlserver: Remote compute context. Target server is a single database node (SQL Server 2016 R Services or SQL Server 2017 Machine Learning Services). Computation is parallel, but not distributed. RxSpark, spark: Remote compute context. Target is a Spark cluster on Hadoop.RxLocalParallel, localpar: Compute context is often used to enable controlled, distributed computations relying on instructions you provide rather than a built-in scheduler on Hadoop. You can use compute context for manual distributed computing. References:https://docs.microsoft.com/en-us/machine-learning-server/r/concept-what-is-compute-context
Remote computing is available for specific data sources on selected platforms. The following tables document the supported combinations. 
  • RxInSqlServer, sqlserver: Remote compute context. Target server is a single database node (SQL Server 2016 R Services or SQL Server 2017 Machine Learning Services). Computation is parallel, but not distributed. 
  • RxSpark, spark: Remote compute context. Target is a Spark cluster on Hadoop.
  • RxLocalParallel, localpar: Compute context is often used to enable controlled, distributed computations relying on instructions you provide rather than a built-in scheduler on Hadoop. You can use compute context for manual distributed computing. 
References:
https://docs.microsoft.com/en-us/machine-learning-server/r/concept-what-is-compute-context



Question 6

You have a solution that runs on a five-node Azure Kubernetes Service (AKS) cluster. The cluster uses an N-series virtual machine. 
An Azure Batch AI process runs once a day and rarely on demand. 
You need to recommend a solution to maintain the cluster configuration when the cluster is not in use. The solution must not incur any compute costs. 
What should you include in the recommendation? 


  1. Downscale the cluster to one node
  2. Downscale the cluster to zero nodes
  3. Delete the cluster
Correct answer: A
Explanation:
An AKS cluster has one or more nodes. References:https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads
An AKS cluster has one or more nodes. 
References:
https://docs.microsoft.com/en-us/azure/aks/concepts-clusters-workloads



Question 7

Your company has recently deployed 5,000 Internet-connected sensors for a planned AI solution. 
You need to recommend a computing solution to perform a real-time analysis of the data generated by the sensors. 
Which computing solution should you recommend?


  1. an Azure HDInsight Storm cluster
  2. Azure Notification Hubs
  3. an Azure HDInsight Hadoop cluster
  4. an Azure HDInsight R cluster
Correct answer: C
Explanation:
Azure HDInsight makes it easy, fast, and cost-effective to process massive amounts of data. You can use HDInsight to process streaming data that's received in real time from a variety of devices. References:https://docs.microsoft.com/en-us/azure/hdinsight/hadoop/apache-hadoop-introduction
Azure HDInsight makes it easy, fast, and cost-effective to process massive amounts of data. 
You can use HDInsight to process streaming data that's received in real time from a variety of devices. 
References:
https://docs.microsoft.com/en-us/azure/hdinsight/hadoop/apache-hadoop-introduction



Question 8

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. 
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You are developing an application that uses an Azure Kubernetes Service (AKS) cluster. 
You are troubleshooting a node issue. 
You need to connect to an AKS node by using SSH. 
Solution: You create a managed identity for AKS, and then you create an SSH connection.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: B
Explanation:
Instead add an SSH key to the node, and then you create an SSH connection. References:https://docs.microsoft.com/en-us/azure/aks/ssh
Instead add an SSH key to the node, and then you create an SSH connection. 
References:
https://docs.microsoft.com/en-us/azure/aks/ssh



Question 9

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. 
After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You are developing an application that uses an Azure Kubernetes Service (AKS) cluster. 
You are troubleshooting a node issue. 
You need to connect to an AKS node by using SSH. 
Solution: You add an SSH key to the node, and then you create an SSH connection.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: A
Explanation:
By default, SSH keys are generated when you create an AKS cluster. If you did not specify your own SSH keys when you created your AKS cluster, add your public SSH keys to the AKS nodes. You also need to create an SSH connection to the AKS node. References:https://docs.microsoft.com/en-us/azure/aks/ssh
By default, SSH keys are generated when you create an AKS cluster. If you did not specify your own SSH keys when you created your AKS cluster, add your public SSH keys to the AKS nodes. 
You also need to create an SSH connection to the AKS node. 
References:
https://docs.microsoft.com/en-us/azure/aks/ssh



Question 10

You are developing a Computer Vision application. 
You plan to use a workflow that will load data from an on-premises database to Azure Blob storage, and then connect to an Azure Machine Learning service. 
What should you use to orchestrate the workflow?


  1. Azure Kubernetes Service (AKS)
  2. Azure Pipelines
  3. Azure Data Factory
  4. Azure Container Instances
Correct answer: C
Explanation:
With Azure Data Factory you can use workflows to orchestrate data integration and data transformation processes at scale. Build data integration, and easily transform and integrate big data processing and machine learning with the visual interface. References:https://azure.microsoft.com/en-us/services/data-factory/
With Azure Data Factory you can use workflows to orchestrate data integration and data transformation processes at scale. 
Build data integration, and easily transform and integrate big data processing and machine learning with the visual interface. 
References:
https://azure.microsoft.com/en-us/services/data-factory/









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files