Joel Flashcards

AZ 900 Knowledge Check

1
Q

Which term from the list below would be viewed as benefits of using cloud services?

Unpredictable costs
Elasticity
Local reach only

A

Elasticity - Elasticity, Agility and Economies of scale are the correct answers, and would be seen as benefits that you can gain from using cloud services.

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

Suppose you have two types of applications: legacy applications that require specialized mainframe hardware and newer applications that can run on commodity hardware. Which cloud deployment model would be best for you?

Public cloud
Private cloud
Hybrid cloud

A

Hybrid cloud - A hybrid cloud is a public and private cloud combined. You can run your new applications on commodity hardware you rent from the public cloud and maintain your specialized mainframe hardware on-premises.

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

You’re developing an application and want to focus on building, testing, and deploying. You don’t want to worry about managing the underlying hardware or software. Which cloud service type is best for you?

Infrastructure-as-a-service
Platform-as-a-service
Software-as-a-service

A

Platform-as-a-service
- Platform-as-a-service is the best choice here because the PaaS services handle the IT management tasks for you, so you can focus on writing code.

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

What is Azure?

  • Microsoft’s cloud computing platform, which provides compute power, storage, and services over the Internet using a pay-as-you-go pricing model.
  • A single data center located in Redmond, Washington.
  • A hosting environment specifically for virtual machines
A

Microsoft’s cloud computing platform, which provides compute power, storage, and services over the Internet using a pay-as-you-go pricing model. -
Azure provides raw compute power and storage, as well as services to help you explore new software paradigms such as intelligent bots and mixed reality.

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

Which of the following is an example of an Azure compute service?

Azure Virtual Machine
Azure Load Balancer
Azure Table Storage
Azure Cache for Redis

A

Azure Virtual Machine - Azure Virtual Machines provide compute power and support both Windows and Linux operating systems.

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

When should youscale outyour deployment?

  • When your application or service requires a more powerful CPU or more memory to run faster.
    When you need additional virtual machines to speed up your application
  • When you’re using excess capacity that you don’t need.
A

When you need additional virtual machines to speed up your application.

Scaling out means adding additional systems, such as virtual machines. For example, you might create many virtual machines configured in the same way and use a load balancer to distribute work across them.

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

True or False. You can select the specific datacenter you want to deploy your app into.
True
False

A

False - Correct. Azure organizes infrastructure aroundregionswhich include multiple datacenters. You can’t select a specific datacenter, but you can pick the region you want resources deployed into.

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

True or False. Every region has an availability zone.
True
False

A

False - Correct. Regions that support Availability Zones includeCentral US,North Europe, andSouthEast Asia.

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

Application availability refers to what?

  • The service level agreement of the associated resource.
  • Whether the application supports an availability zone.
  • The overall time that a system is functional and working.
A

The overall time that a system is functional and working. -

Correct. The time that a system is working is referred to as the application availability.

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

Which of the following defines an Azure subscription correctly?

  • Using Azure does not require a subscription
  • All Azure subscriptions are always free
  • An Azure subscription is a logical unit of Azure services that is linked to an Azure account
  • An account cannot have more than one subscription
A

An Azure subscription is a logical unit of Azure services that is linked to an Azure account -

Using Azure requires an Azure subscription. Azure offer free and paid subscription options to suit different customer needs and requirements, and an account can have one or more subscriptions, with different billing models and access-management policies applied to each. A subscription provides authenticated and authorized access to Azure products and services, and allows you to provision resources.

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

True or False. Azure has free services you can use once you have an Azure subscription.

True - there are several free services available.
False - services are only free for the first 12 months.

A

This is true. Azure has several free services you can use including Azure App Services, Functions, and Azure Kubernetes containers.

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

Billing in Azure is ______________

  • Annually for each Azure account based on usage.
  • Monthly for each Azure subscription based on usage.
  • Monthly for each Azure account based on usage.
  • Daily for each Azure subscription based on usage.
A

Monthly for each Azure subscription based on usage.

Billing is performed monthly for each subscription in the account, based on the resource usage.

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

Which of the following are used to determine Azure costs for each billing period?

  • The Azure website
  • Number of created virtual machines
  • The Azure pricing calculator
  • Usage meters
A

Usage meters -

Azure is billed according to your consumption based on monthly usage meters.

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

Which of the following is a factor affecting costs?

  • Global infrastructure
  • Location
  • Availability zone
A

Location -

The location you place your resources will vary the price for the resource.

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

Complete the following sentence. As an Azure customer, Azure Reservations offer discounted prices if you _________

  • Pay in advance
  • Provision many resources
  • Have a free account
  • Set Spending Limits
A

Pay in advance -

Azure Reservations offer discounted prices on certain Azure products and resources. To get a discount, you reserve products and resources by paying in advance. You can prepay for one or three year’s use of certain Azure resources.

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

An Azure dashboard is stored as which type of file?

  • XML
  • JSON
  • PNG
A

JSON - Azure dashboards are stored as JSON files which allows them to be uploaded and downloaded to share with other members of the Azure directory.

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

Azure Advisor provides advice on: (Select one)

  • Creating an Azure account
  • Best practices and Security for your services
  • Using the Azure portal effectively
A

Best practices and Security for your services

  • Azure Advisor is a free service built into Azure that provides recommendations on high availability, security, performance, and cost.
18
Q

True or false: Azure Cloud Shell is an interactive, browser-accessible shell for managing Azure resources?
True
False

A

True - Azure Cloud Shell is an interactive shell for managing Azure resources. You can control and administer all of your Azure resources in the current subscription through a command-line interface built right into the portal.

19
Q

Suppose you have an existing application running locally on your own server. You need additional capacity but prefer to move to Azure instead of buying upgraded on-premises hardware. Which compute option would likely give you the quickest route to getting your application running in Azure?

  • Serverless computing
  • Containers
  • Virtual machines
A

Virtual machines

  • You have full control over the VM setup, so you can configure it to match your on-premises server. This will allow your existing application to run on the Azure VM with little or no change.
20
Q

Imagine that you work on a photo-sharing application that runs on millions of mobile devices. Demand is unpredictable because you see a spike in usage whenever a locally or nationally significant event occurs. Which Azure compute resource is the best match for this workload?

  • Containers
  • Serverless computing
  • Virtual machines
A

Serverless computing

  • The photo-sharing app is event driven and needs to handle unpredictable demand. Serverless computing is a good fit for this because it is event based and can scale instantly to process spikes in traffic. It should also be a cost-effective choice because you will pay for compute time only when processing user data.
21
Q

The compute options give you different levels of control over the configuration of the environment in which your application runs. Which of the following lists the compute options in order from “most control” to “least control”?

  • Serverless computing, containers, virtual machines
  • Containers, serverless computing, virtual machines
  • Virtual machines, containers, serverless computing
A

Virtual machines, containers, serverless computing

  • Virtual machines give you full control over the environment. Containers give you limited control. Serverless computing does not allow you to do any infrastructure configuration.
22
Q

Suppose you work at a startup with limited funding. Why might you prefer Azure data storage over an on-premises solution?
• To ensure you run on a specific brand of hardware which will let you to form a marketing partnership with that hardware vendor.
• The Azure pay-as-you-go billing model lets you avoid buying expensive hardware.
• To get exact control over the location of your data store.

A

The Azure pay-as-you-go billing model lets you avoid buying expensive hardware.

There are no large, up-front capital expenditures (CapEx) with Azure. You pay monthly for only the services you use (OpEx).

23
Q

Which of the following situations would yield the most benefits from relocating an on-premises data store to Azure?
Unpredictable storage demand that increases and decreases multiple times throughout the year.
Long-term, steady growth in storage demand.
Consistent, unchanging storage demand.

A

Unpredictable storage demand that increases and decreases multiple times throughout the year.

  • Azure data storage is flexible. You can quickly and easily add or remove capacity. You can increase performance to handle spikes in load or decrease performance to reduce costs. In all cases, you pay for only what you use.
24
Q

Cloud security is a shared responsibility between you and your cloud provider. Which category of cloud services requires the greatest security effort on your part?
• Infrastructure as a service (IaaS)
• Platform as a service (PaaS)
• Software as a service (SaaS)

A

Infrastructure as a service (IaaS)

  • At this level, the cloud provider provides physical security to compute resources. However, it’s your responsibility to patch and secure your operating systems and software, as well as configure your network to be secure.
25
Q

Which of these helps you most easily disable an account when an employee leaves your company?
• Enforce multi-factor authentication (MFA)
• Monitor sign-on attempts
• Enable single sign-on (SSO)

A

Enable single sign-on (SSO)

  • SSO centralizes user identity, so you can disable an inactive account in a single step.
26
Q

Which of these is the strongest way to protect sensitive customer data?
• Encrypt data as it sits in your database
• Encrypt data as it travels over the network
• Encrypt data both as it sits in your database and as it travels over the network

A

Encrypt data both as it sits in your database and as it travels over the network

  • Encrypting your data at all times, both as it sits in your database and as it travels over the network, minimizes the opportunity for an attacker to access your data in plain text.
27
Q
There has been an attack on your public-facing website, and the application's resources have been overwhelmed and exhausted, and are now unavailable to users. What service should you use to prevent this type of attack?
•	DDoS protection 
•	Azure Firewall
•	Network Security Group
•	Application Gateway
A

DDoS protection

  • DDoS protection is the correct answer, because it will help prevent DDoS attacks.
28
Q
You want to store certificates in Azure to centrally manage them for your services. Which Azure service should you use?
•	MSIP
•	Azure AD
•	Azure Key Vault
•	Azure ATP
A

Azure Key Vault

  • Azure Key Vault is the correct answer, because it is a centralized cloud service for storing application secrets, referred to as a secret store.
29
Q

True or false: You can download published audit reports and other compliance-related information related to Microsoft’s cloud service from the Service Trust Portal
True
False

A

True

  • You can download published audit reports and other compliance-related information related to Microsoft’s cloud service from the Service Trust Portal.
30
Q
Which Azure service allows you to configure fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs?
•	Locks
•	Policy
•	Initiatives
•	Role-based Access Control
A

Role-based Access Control

  • Role-based access control is the correct answer. Role-based access control (RBAC) provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs. RBAC is provided at no additional cost to all Azure subscriber.
31
Q
Which Azure service allows you to create, assign, and, manage policies to enforce different rules and effects over your resources and stay compliant with your corporate standards and service-level agreements (SLAs)?
Azure Policy 
Azure Blueprints
Azure Security Center
Role-based Access Control
A

Azure Policy

  • Azure Policy is the correct answer. Azure Policy is a service in Azure that you use to create, assign, and, manage policies. These policies enforce different rules and effects over your resources, so those resources stay compliant with your corporate standards and service-level agreements (SLAs).
32
Q
Which of the following services provides up-to-date status information about the health of Azure services?
•	Compliance Manager
•	Azure Monitor
•	Service Trust Portal
•	Azure Service Health
A

Azure Service Health

  • Azure Service Health is the correct answer, because it provides you with a global view of the health of Azure services. With Azure Status, a component of Azure Service Health, you can get up-to-the-minute information on service availability.
33
Q
Where can you obtain details about the personal data Microsoft processes, how Microsoft processes it, and for what purposes?
•	Microsoft Privacy Statement 
•	Compliance Manager
•	Azure Service Health
•	Trust Center
A

Microsoft Privacy Statement

  • Microsoft Privacy Statement is the correct answer.
34
Q

Tags can be applied to any type of resource on Azure
True
False

A

False

35
Q

Tags applied at a resource group level are propogated to resources within the resource group.
True
False

A

False

36
Q

Which of the following is not a feature of resource groups?
Resources can be in only one resource group.
Resources can be moved from one resource group to another resource group.
Role based access control can be applied to the resource group.

A

Resources can be moved from one resource group to another resource group.

Resource groups can be nested.

37
Q

Which of the following might be a good usage of tags?
• Using tags to associate a cost center with resources for internal chargeback
• Using tags in conjunction with Azure Automation to schedule maintenance windows
• Using tags to store environment and department association

A

All of the above are good ways to use tags

38
Q

Which of the following would be the most efficient way to ensure a naming convention was followed across your subscription?
• Send out an email with the details of your naming conventions and hope it is followed
• Create a policy with your naming requirements and assign it to the scope of your subscription
• Send out an email with the details of your naming conventions and hope it is followed
• Give all other users except for yourself read-only access to the subscription. Have all requests to create resources sent to you so you can review the names being assigned to resources, and then create them.

A

Create a policy with your naming requirements and assign it to the scope of your subscription

39
Q

Which of the following would be good to put a resource lock on?
• An ExpressRoute circuit with connectivity back to your on-premises network
• A non-production virtual machine used to test occasional application builds
• A storage account used to temporarily store images processed in a development environment

A

An ExpressRoute circuit with connectivity back to your on-premises network

40
Q
Which of the following are used to determine Azure costs for each billing period?
•	The Azure website
•	Number of created virtual machines
•	The Azure pricing calculator
•	Usage meters
A

Usage meters

  • Correct. Azure is billed according to your consumption based on monthly usage meters.
41
Q

Which of the following is a factor affecting costs?
• Global infrastructure
• Location
• Availability zone

A

Location

  • The location you place your resources will vary the price for the resource.
42
Q
Complete the following sentence. As an Azure customer, Azure Reservations offer discounted prices if you \_\_\_\_\_\_\_\_\_
•	Pay in advance 
•	Provision many resources
•	Have a free account
•	Set Spending Limits
A

Pay in advance

  • Azure Reservations offer discounted prices on certain Azure products and resources. To get a discount, you reserve products and resources by paying in advance. You can prepay for one or three year’s use of certain Azure resources.