Microsoft (Azure Fundamentals) Practice Test

0%

Which type of data does Azure Storage Service Encryption (SSE) assist secure by automatically encrypting?

Correct! Wrong!

Explanation:
Azure SSE encrypts data in transit and at rest.

Which of the following is a fundamental component of a cloud adoption environment that has been deployed and set up to host workloads?

Correct! Wrong!

Explanation:
A landing zone is a fundamental component of a cloud adoption environment.

Which of the following Azure features logically links user accounts to the resources created by those user accounts?

Correct! Wrong!

Explanation:
User accounts and resources are logically linked via subscriptions.

In Azure, which of the following is the primary technique of access management?

Correct! Wrong!

Explanation:
Azure role-based access control (Azure RBAC) is the primary method of managing access in Azure. Azure RBAC provides detailed access management of resources in Azure. It helps you manage who has access to Azure resources, what they can do with those resources, and what scopes they can access.

Which Azure service can manage on-premises resource migration as well as manage and coordinate disaster recovery for business continuity and disaster recovery?

Correct! Wrong!

Explanation:
Azure Site Recovery can handle on-premises resource migration, as well as disaster recovery management and orchestration.

Which of the following is open-source orchestration software for deploying, managing, and scaling containers across a cluster when working with widely used Azure applications?

Correct! Wrong!

Explanation:
Kubernetes is an open-source container orchestration system that allows you to deploy, manage, and scale containers across a cluster.

Which TCP port must be available for Azure file sharing to work?

Correct! Wrong!

Explanation:
TCP port 445 must be available for Azure file sharing.

What Azure product automatically detects application components on Windows and Linux platforms and visually maps service interactions, making it particularly beneficial for migrations?

Correct! Wrong!

Explanation:
On Windows and Linux systems, Service Map automatically finds application components and visually maps the communication between them.

Which of the following Azure roles is not one of the built-in ones?

Correct! Wrong!

Explanation:
Author is not one of the built-in Azure roles.

Azure takes a multi-layered security approach. NSGs (network security groups) operate at which two layers?

Correct! Wrong!

Explanation:
Layers 3 and 4 are where NSGs function.

Which of the following is the entire time it takes to complete a disk IO request?

Correct! Wrong!

Explanation:
"Latency" refers to the entire time it takes to fulfill a disk IO request.

Which two forms of scaling are synonymous?

Please select 2 correct answers

Correct! Wrong!

Explanation:
"Scaling up" and "vertical scaling" are synonymous.

What is the maximum number of VMs that may be added to a scale set using the VM orchestration mode?

Correct! Wrong!

Explanation:
A scale set can have a maximum of 200 virtual machines.

Azure Disk Encryption encrypts all disks, including managed disks, that are utilized in Azure. The DM-Crypt technology is used to encrypt the drives under Linux. What encryption method does Windows make use of?

Correct! Wrong!

Explanation:
BitLocker is a disk encryption system that Microsoft provides free of charge to provide data security in Windows Pro and Enterprise operating systems. We can use this feature on the hard disk or portable external disks. BitLocker encrypts the entire drive and creates a layer of security when attempting to access encrypted data.

Which of the three main disk roles in Azure is not one of the three?

Correct! Wrong!

Explanation:
The "assembler disk" isn't one of Azure's three primary disk roles.

Which of the following is used to link a virtual machine (VM) to a virtual network (VNet)?

Correct! Wrong!

Explanation:
Interconnection between a VM and a VNet is provided by a network interface cared

Restarting VMs in a partially deallocated availability set has the same effect as which of the following?

Correct! Wrong!

Explanation:
Adding VMs to an existing availability set has the same effect as restarting VMs in a partially deallocated availability set.

Multithreading will result in [Blank] IOPS and [Blank] throughput when used to push a larger number of requests to Premium Storage.

Correct! Wrong!

Explanation:
Multithreading increases throughput and IOPS.

Your scale set can automatically scale in all of the following ways when an autoscale rule is triggered, except for which one?

Correct! Wrong!

Explanation:
Your scale set cannot "raise percent to" when an autoscale rule is triggered.

Which Azure feature allows you to scale apps automatically based on usage patterns and resource utilization?

Correct! Wrong!

Explanation:
Autoscale can scale applications automatically based on usage patterns and resource usage.

Real-time analytics and a powerful event-processing engine offer _____________________

Correct! Wrong!

Explanation:
Microsoft Azure Stream Analytics is a serverless scalable complex event processing engine by Microsoft that enables users to develop and run real-time analytics on multiple streams of data from sources such as devices, sensors, web sites, social media, and other applications.

_____________ is the ability of a system to stay up and functioning even if one of its components is down, such as a single Azure data center outage.

Correct! Wrong!

Explanation:
Fault tolerance is the property that enables a system to continue operating properly in the event of the failure of one or more faults within some of its components. If its operating quality decreases at all, the decrease is proportional to the severity of the failure, as compared to a naively designed system, in which even a small failure can cause total breakdown.

Which Azure Service would you recommend if you want to build an application with an event-based architecture and the ability to ingest events from Blob storage and create custom topics?

Correct! Wrong!

Explanation:
Azure Event Grid is a complete event routing service actively running on top of Azure Service Fabric. Event Grid issues events from various services like Azure Storage Blobs to different handlers like Azure Functions.

To store certificates, which Azure service should you use?

Correct! Wrong!

Explanation:
Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, or cryptographic keys.

In Azure, which service offers serverless computing?

Correct! Wrong!

Explanation:
Azure Functions is called the serverless computing service ( Serverless means runs the code without needing to bother the hosting and about infrastructure ), that is hosted on the cloud. The main purpose of the Azure Function to make easy application development.