Exam Prep Flashcards

1
Q

Which cloud attribute describes how you manage and interact with cloud resources?

A

manageability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which cloud attribute describes knowing your application will perform as expected, even under heavy load (confident of consistent performance)

A

predictability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

As part of your company’s Azure migration, you plan on hosting an internal application with App Service. Your CFO needs an estimate of the monthly costs of running the application. Which Azure service should you use to create a monthly cost estimate?

A

Pricing calculator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Pricing Calculator

A

It can create accurate estimates of hourly or monthly Azure costs across the entire Azure portfolio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Cost Management

A

It monitors and analyzes the cost of your current Azure resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Management Groups

A

It provides a level of scope above subscriptions. It allows you to apply policies with flexible hierarchies to multiple subscriptions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have a requirement to select the optimal Azure service for storing large amounts of directly-accessible data, including image files, videos, and backup files. Which service should you choose?

A

Blob storage in a storage account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which cloud attribute is defined by knowing your application will perform as expected regardless of customer demand?

A

Predictability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Reliability

A

Refers more to the resiliency of an application even in the case of partial or wide-scale failures or outages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Predictability

A

Knowing that your application will perform at a consistent level. This is achieved through a combination of autoscaling, high availability, and load balancing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You currently have two Azure Pay-As-You-Go subscriptions. You would like to combine these into a single subscription. How can you accomplish this?

A

Contact Microsoft Azure Support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You’ve been given the task of creating a company-owned Azure network infrastructure that establishes a secure, private connection to all resources in those networks using only Azure’s private network backbone. Your Azure resources are located in 2 different regions. What Azure services should you use to accomplish this task?

A

Create a virtual network in each region, and connect both networks with network peering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Network Peering

A

It allows you to connect multiple virtual networks over the private Azure network for a private network connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which capabilities are enabled by Azure Arc?

A

This service enables the following capabilities:
- Apply role-based (RBAC) policies on non-Azure servers
- Protect Amazon EC2 instances with Microsoft Defender for Cloud
- Enable running Azure serverless services (e.g. Azure Functions) in containerized form on on-premises servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You are the systems administrator for Highlander Cutlery, Inc. Your company has an on-premises network that contains multiple servers. As part of a headcount reduction, the company plans to reduce the following administrative responsibilities of network administrators. - Backing up application data.
- Replacing failed server hardware.
- Managing physical server security.
- Updating server operating systems.
- Managing permissions to shared documents.

The company plans to migrate several servers to Azure virtual machines. Which administrative responsibilities will be reduced after the planned migration?

A
  • Replacing failed server hardware
  • Managing physical server security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Your company has several internal departments. Each department is responsible for purchasing its own IT equipment and services. The company plans to implement an Azure environment. You need to ensure that each department can use a different payment option for the Azure services it consumes. What should you create for each department?

A

Subscription

17
Q

Azure Container Instances

A

Containers fulfill the requirement to bundle an application with its dependencies and ensure portability. Azure Container Instances allows you to only run your container when needed and have lower management overhead compared to a fully orchestrated Azure Kubernetes Service option.

18
Q

Azure Kubernetes Service (AKS)

A

Kubernetes uses containers, which fulfills the requirement to bundle an application with its dependencies and ensure portability; however, AKS is more suitable for complex applications that require a large amount of orchestration. It is also much more expensive than Azure Containers Instances (our correct answer).

19
Q

Cool storage tier

A

This storage tier is ideal for infrequently access files at a lower cost; however, the files are still readily available unlike the other tier.

20
Q

Archive storage tier

A

This storage tier does meet the requirement to store files at a lower cost; however, files are not readily accessible as there is a delay between requesting the files and when they are available.

21
Q

What is the purpose of Azure Monitoring alerts?

A

Proactive notifications to relevant personnel when there is a problem with your infrastructure or application.

22
Q

What is the purpose of Azure Service Health alerts?

A

Notifications of Azure service incidents that affect wide-scale Azure services.

23
Q

What is Azure Sentinel?

A

A security-focused analytics solution that can integrate with on-premises servers

24
Q

What is Software as a Service (SaaS)

A

This allows users to connect to and use cloud-based apps (such as email, calendar, and office tools) over the internet.