Revision Part 2 - Azure Architecture and Services

Revision Part 2 - Azure Architecture and Services

Professional Development

40 Qs

quiz-placeholder

Similar activities

ACES Technical Quiz 2024

ACES Technical Quiz 2024

Professional Development

40 Qs

Whose Services Sales Baby Is It Anyway?

Whose Services Sales Baby Is It Anyway?

Professional Development

43 Qs

SAP Sd MCQ

SAP Sd MCQ

Professional Development

40 Qs

Kuis tentang Penggunaan Quizizz AI

Kuis tentang Penggunaan Quizizz AI

Professional Development

35 Qs

Câu hỏi về ActivInspire và kiến thức nâng cao

Câu hỏi về ActivInspire và kiến thức nâng cao

Professional Development

43 Qs

Exam Prep 1

Exam Prep 1

Professional Development

40 Qs

Kuis Analisis Data Suhu dan Log Aplikasi

Kuis Analisis Data Suhu dan Log Aplikasi

Professional Development

35 Qs

Revision Part 2 - Azure Architecture and Services

Revision Part 2 - Azure Architecture and Services

Assessment

Quiz

Created by

Chong May

Information Technology (IT)

Professional Development

2 plays

Hard

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build, test, and deploy predictive analytics for the solution.
Solution: You should make use of Azure Cosmos DB.
Does the solution meet the goal?

Yes

No

Answer explanation

  • Azure Cosmos DB is excellent for scalable, globally distributed data storage, but it does not provide the tools necessary for building, training, testing, and deploying AI models.

  • For AI and predictive analytics, services like Azure Machine Learning, Azure Databricks, and Azure Cognitive Services are the appropriate solutions.

Thus, the answer is B. No because Azure Cosmos DB is not the right solution for deploying AI and predictive analytics.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build, test, and deploy predictive analytics for the solution.
Solution: You should make use of Azure Machine Learning Studio.
Does the solution meet the goal?

Yes

No

Answer explanation

Azure Machine Learning Studio is designed specifically to handle the needs of building, testing, and deploying machine learning models, including predictive analytics. It provides the necessary tools to create and operationalize AI models, making it the right choice for this solution.

Thus, the answer is A. Yes, because Azure Machine Learning Studio allows you to build, test, and deploy predictive analytics models effectively.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically.
Solution: You recommend that the Azure API Management service be included in the strategy. Does the solution meet the goal?

Yes

No

Answer explanation

Azure API Management is not designed for automating the creation of Azure resources. It is focused on managing APIs, not on provisioning infrastructure resources like VMs, storage, or networks.

To meet the goal of automatically creating identical resources for business units, tools like ARM Templates, Azure Blueprints, and Azure Automation would be much more suitable.

Therefore, the answer is No, because Azure API Management is not the correct tool for automatically creating Azure resources.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Your company has virtual machines (VMs) hosted in Microsoft Azure. The VMs are located in a single Azure virtual network named VNet1.The company has users that work remotely. The remote workers require access to the VMs on VNet1. You need to provide access for the remote workers. What should you do?

Configure a Site-to-Site (S2S) VPN.

Configure a VNet-toVNet VPN.

Configure a Point-to-Site (P2S) VPN.

Configure DirectAccess on a Windows Server 2012 server VM.

Configure a Multi-Site VPN

Answer explanation

  • P2S VPN is specifically designed to provide secure, individual remote access to Azure Virtual Networks.

  • Site-to-Site VPN and VNet-to-VNet VPN are for network-to-network connectivity.

  • DirectAccess is meant for on-premises infrastructure, not Azure.

  • Multi-Site VPN is for connecting multiple sites to a VNet, not for individual users.

    Why the other options are not correct:


    • Configure a Site-to-Site (S2S) VPN:

      • A Site-to-Site (S2S) VPN is used for connecting on-premises networks (e.g., an office network or a data center) to an Azure Virtual Network. It is not suitable for remote users working from different locations over the internet. Instead, it connects entire networks.


    • Configure a VNet-to-VNet VPN:

      • A VNet-to-VNet VPN connects two Azure VNets. This is typically used for connecting multiple VNets (e.g., in different regions) within Azure, not for connecting remote users to a VNet. So this is not the right solution for remote access.


    • Configure DirectAccess on a Windows Server 2012 server VM:

      • DirectAccess is a solution for providing remote access to on-premises networks, not Azure VNets. It is a Microsoft technology primarily used for Windows-based remote clients to connect securely to on-premises networks. Although it could provide access to an on-premises infrastructure, it's not the best choice for remote workers connecting to an Azure VNet.


    • Configure a Multi-Site VPN:

      • A Multi-Site VPN typically refers to the configuration that allows multiple locations or on-premises networks to connect to an Azure VNet, usually through Site-to-Site connections. It is not designed for individual remote users, but rather for connecting entire remote sites or offices to Azure. It would not be appropriate for remote workers connecting from their personal devices.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are planning a strategy to deploy numerous web servers and database servers to Azure. This strategy should allow for connection types between the web servers and database servers to be controlled.
Solution: You include network security groups (NSGs) in your strategy.
Does the solution meet the goal?

Yes

No

Answer explanation

Yes, Network Security Groups (NSGs) are the correct solution for controlling the connections between web servers and database servers in Azure. They provide granular control over network traffic and can be used to enforce the required security rules.

Why NSGs meet the goal:

  • The strategy requires controlling connections between web servers and database servers. Since NSGs can be used to define rules for inbound and outbound traffic based on IP addresses and ports, they provide a robust mechanism to meet the goal.

What NSGs do not do:

  • NSGs cannot control application-level traffic (e.g., HTTP/HTTPS or database queries at the protocol level), but they can control network-level traffic, such as allowing or blocking access between web and database servers at the network level (IP and port).

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are planning a strategy to deploy numerous web servers and database servers to Azure. This strategy should allow for connection types between the web servers and database servers to be controlled.
Solution: You include a local network gateway in your strategy.
Does the solution meet the goal?

Yes

No

Answer explanation

A local network gateway is a component used to represent the on-premises network in Azure. It is typically part of the Site-to-Site (S2S) VPN or ExpressRoute configuration, and it is used to establish secure communication between an on-premises network and an Azure virtual network (VNet).

However, the goal in this scenario is to control the connection types between web servers and database servers in Azure. To achieve this, you need to manage network traffic within the Azure environment (between resources such as web servers and database servers), not between Azure and an on-premises network.

Overall: The use of a local network gateway is primarily for establishing a VPN or ExpressRoute connection between Azure and an on-premises network, not for managing traffic between resources within Azure. To meet the goal of controlling connection types between web servers and database servers, you should use Network Security Groups (NSGs) instead.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS?

an Azure web app

an Azure virtual machine

an Azure logic app

an Azure SQL database

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?