Skip to Content

AI-900 Microsoft Azure AI Fundamentals Exam Questions and Answers – Page 9 Part 2

The latest Microsoft AI-900 Azure AI Fundamentals certification actual real practice exam question and answer (Q&A) dumps are available free, which are helpful for you to pass the Microsoft AI-900 Azure AI Fundamentals exam and earn Microsoft AI-900 Azure AI Fundamentals certification.

Question 861

The Read API is a better option for analyzing scanned documents that have a lot of text. True or False?

A. False
B. True

Answer

A. False

Explanation

Feedback: The Read API is a better option for analyzing scanned documents that have a lot of text.

Question 862

When you use the Read API to process an image, what hierarchy of information does it return?

A. First pages, then lines, then words
B. First words, then lines, then pages
C. First lines, then pages, then words

Answer

A. First pages, then lines, then words

Explanation

The results from the Read API are arranged into the following hierarchy: first pages, then lines, then words.

Question 863

You are building a solution that needs to detect if people are wearing make-up. What API should you use?

A. Face API
B. OCR API

Answer

A. Face API

Explanation

Face API returns an attribute that points out if people detected in an image wear make-up.

Question 864

You plan to implement a solution that will compare a photo from an ID card with a selfie taken by an individual to determine if it is the same person in both images. What API should you use to achieve this?

A. Form Recognizer API
B. OCR API
C. Face API

Answer

C. Face API

Explanation

Face offers the ability to compare two images to determine if it is the same person through its face verification capability.

Question 865

You plan on implementing a solution that will scan ID cards and extract relevant metadata such as name, ID number, address, as well as determining what hair color does the person has. Which APIs should you use to achieve this?

Select all options that apply.

A. Face API
B. Form Recognizer API
C. OCR API

Answer

A. Face API
C. OCR API

Explanation

Face returns an attribute that points to the hair color of the person identified, while OCR helps on extracting text from the ID.

Question 866

Tradewind Traders has recently migrated some of its data and resources to Azure cloud services. As part of their future planning, management has requested information on cloud services that will provide a set of version control tools to manage the developer’s code. Which of the following will satisfy this requirement?

A. Azure Storage
B. Azure DevTest Labs
C. Azure DevOps Repos
D. Azure Cosmos DB

Answer

C. Azure DevOps Repos

Explanation

Azure DevOps Repos is a set of version control tools that you can use to manage your code. Azure DevOps repos are a set of repositories that allow you to version control and manage your project code. It helps to work and coordinate code changes across a team.

Question 867

Tradewind Traders is planning to migrate its data and resources to Azure cloud services. The company has many independent departments and as part of this migration, the company wants to allow each department to use different payment options for the resources allocated to them. Which of the following will allow you to configure different payment options for each department?

A. Multiple Container Instances
B. Multiple Subscriptions
C. Multiple Resource Groups
D. Multiple Reservations

Answer

B. Multiple Subscriptions

Explanation

There are different payment options in Azure including pay-as-you-go (PAYG), Enterprise Agreement (EA), and Microsoft Customer Agreement (MCA) accounts. Your Azure costs are per subscription. You are charged monthly for all resources in a subscription. Therefore, to use different payment options per department, you will need to create a separate subscription per department.

Question 868

Tradewind Traders are in the process of migrating their resources to Azure cloud services. Currently, they have several VMs deployed to their Azure subscription. Management has asked you to research how their on-premises users will be able to securely access the resources that have been migrated to Azure. Based on that research, which of the following will you need to create to implement this solution?

Select all options that apply.

A. An Application Gateway
B. A Gateway Subnet
C. A Virtual Network Gateway
D. A Load Balancer
E. A Virtual network

Answer

B. A Gateway Subnet
C. A Virtual Network Gateway

Explanation

B. A Gateway Subnet
The virtual network gateway needs to be located in a dedicated subnet in the Azure virtual network. This dedicated subnet is known as a gateway subnet.
Note: a virtual network (answer D) is also required. However, as we already have virtual machines deployed in Azure, we can assume that the virtual network is already in place.

C. A Virtual Network Gateway
To implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines, you need to configure a VPN (Virtual Private Network) to connect the on-premises network to the Azure virtual network. The Azure VPN device is known as a Virtual Network Gateway.

Question 869

Tradewind Traders has recently migrated to Azure cloud services. Users have deployed multiple resources since the migration however today one of the developers has received a message when creating several SQL database instances stating that that the Azure subscription limits must be increased. What must be done to increase this limit?

A. Create a service health alert
B. Upgrade your support plan
C. Create a new support request.
D. Modify an Azure policy

Answer

C. Create a new support request.

Explanation

Many Azure resources have quota limits. The purpose of the quota limits is to help you control your Azure costs. It is common to require an increase to the default quota. You can request a quota limit increase by opening a support request. Selecting your subscription and the service you want to increase the quota in this case SQL Database Managed Instance would be the quota type.

Question 870

Tradewind Traders has recently migrated some of its data and resources to Azure cloud services. Management wants to implement security that will limit the applications that can run on certain virtual machines. Which of the following approaches provide such a solution?

A. Implement an application control rule in Azure Security Center.
B. Connect the virtual machines to Azure Sentinel.
C. Administrators periodically review which applications are running on each VMs by creating and running PowerShell scripts.

Answer

A. Implement an application control rule in Azure Security Center.

Explanation

With Azure Security Center, you can define a list of allowed applications to ensure that only applications you allow can run. Azure Security Center can also detect and block malware from being installed on your VMs.