Azure 900 Quiz Questions From Udemy Course

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

You have a Azure Cosmos DB instance created in a resource group RG1. RG1 has delete lock enabled. There is no direct lock on the Azure Cosmos DB instance. Which of these would represent the minimum set of actions to delete the Cosmos DB instance (assuming you have all the permissions needed)? Delete Cosmos DB directly as there is no direct lock Delete Resource Group Remove DeleteLock in Resource group first and then delete Cosmos DB

Remove DeleteLock in Resource group first and then delete Cosmos DB

Which of these services can be used to store secrets, passwords and certificates in Azure? Azure Storage Account Azure SQL Database Azure Security Center Azure Key Vault

Azure Key Vault

Your Web Application needs to connect to a database. You do NOT want to store your passwords in source code. Which of these services would you recommend to store database passwords? Azure Key Vault Azure SQL Database Azure Security Center Azure Rights Management

Azure Key Vault

You want to implement a microservices architecture using a cross platform container orchestration solution. Which of these services would you recommend? Azure Container Instances Azure Kubernetes Service Azure Service Fabric

Azure Kubernetes Service

Application Insights, VM insights, Container insights and Log Analytics are features of: Azure Security Center Azure Advisor Azure Monitor Azure Service Health

Azure Monitor

Which of these allow you to configure alerts and notifications based on your Azure VM metrics? Azure Security Center Azure Advisor Azure Monitor Azure Service Health

Azure Monitor

Your DevOps engineers need to be notified if any of your Azure VMs are stopped. Which of these services would you recommend? Azure Security Center Azure Monitor Azure Advisor Azure Log Analytics

Azure Monitor

You can manage compliance of resources across multiple subscriptions using ____. Resource Groups Azure Policy Azure Rights Management

Azure Policy

Your organization has various departments. Each department requires the creation of same set of multiple Azure resources across different resource groups. You have been tasked to automate this process of resource deployment. Which of these solutions would you recommend? Virtual Machine Scale Sets Azure Resource Manager Template Azure Portal

Azure Resource Manager Template

You want to create a managed relational database using MIcrosoft SQL Server in Azure. Which of these services would you recommend? Azure Cosmos DB Azure SQL Database Azure database for MySQL

Azure SQL Database

______ ensures business continuity by keeping your business apps and workloads running during outages. When an outage occurs for your primary site, you automatically failover to a secondary location. Azure Site Recovery Azure Fault Tolerance

Azure Site Recovery

Which of these Azure services is recommended for Datawarehousing & BigData workloads? Azure SQL Azure Cace for Redis Azure Synapse Analytics

Azure Synapse Analytics

Your application needs customized OS and custom Software insatlled. Which of these services would you recommend? Azure VMs Azure App Service

Azure VMs

Which of these is an encrypted connection from on-premises to Azure over internet? Azure VPN Azure ExpressRoute

Azure VPN

Which of these represents "Ability of system to provide acceptable behavior even when one or more parts of the system fail"? Availability Scalability Resilience

Resilience

Office 365 is an example of ______. Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS)

Software as a Service (SaaS)

TRUE or FALSE: Availability Zones in a region are connected through low-latency links

TRUE

Deploying application/database to bigger instance is: Vertical Scaling Horizontal Scaling

Vertical Scaling

Which of these help you to create your own isolate private network in Azure? Network Security Groups Virtual Network Virtual Private Network

Virtual Network

TRUE or FALSE: A resource can have multiple read or delete locks

True

TRUE or FALSE: Azure Policy can enforce resource creation restrictions across multiple subscriptions

True

TRUE or FALSE: Data traffic between Azure Services in the same region/AZ is free

True

TRUE or FALSE: Locks on a resource group are automatically inherited by the resources in a resource group

True

TRUE or FALSE: Platform as a Service (PaaS) Solutions like Azure Web apps provide you with configuration options to scale (manually or automatically) your applications

True

TRUE or FALSE: Price of Azure VMs vary from region to region

True

TRUE or FALSE: You have created a Virtual Network with two subnets - WebSubnet for deploying your VMs, DbSubnet for deploying your databases. By default, all VMs in WebSubnet can access databases created in DbSubnet.

True

TRUE or FALSE: you can prevent accidental deletion of resources by adding a Delete Lock

True

TRUE or False: All virtual machines in a Virtual Network can communicate with other machines in the same Virtual Network irrespective of the subnets they are in.

True

TRUE or False: Authentication is the process of identifying users by confirming who they say they are by validating supplied credentials

True

You are planning to build your own data center. Cost of building your own data center comes under __________. Capital Expenditure Operational Expenditure

Capital Expenditure

You do not want to allow creation of Azure VMs of certain Machine Sizes in your subscriptions. Which of these options would you recommend? Subscription Lock Request Azure Customer service Configure a Azure Policy

Configure a Azure Policy

You do not want to allow creation of an Azure Cosmos DB instances in specific resource groups. Which of these options would you recommend? Resource Group Lock Request Azure Customer service Configure an Azure Policy

Configure an Azure Policy

TRUE or False: Authorization is a process of establishing the rights and privileges of a user

True

TRUE or False: You are using an on-premises Active Directory to manage your enterprise users. You are moving some of your workloads to Azure. You can use Azure AD Connect to synchronize on-premises Active Directory with Azure AD.

True

True or False: Azure Subscriptions can have more than one account administrators

True

If you are using a Software as a Service (SaaS) services like Office 365, which of these is your responsibility? Defining Scaling Rules Maintaining Hardware Configuring SaaS Solution

Configuring SaaS Solution

Which of these virtualizes Operating System? Virtual Machines Containers

Containers

Unmanaged Disks are stored as: Containers in a Storage Account Azure Disks

Containers in a Storage Account

I want to manage costs individually for different departments of an organization. Each department needs to have separate account administrators. Which of these options would you recommend? Create a separate resource group for each department Create a separate subscription for each department

Create a separate subscription for each department

True or False: Azure monitor can be used to monitor multiple subscriptions

True

True or False: Azure resources in one Resource Group can access resources in other Resource Groups

True

True or False: Data stored in Azure Blob Storage using Archive tier should be rehydrated before you can access it

True

True or False: Data stored in Azure Blob Storage using archive tier has low storage cost and high retrieval cost

True

True or False: Data stored in Azure Storage Geo-redundant storage (GRS) is replicated across multiple regions

True

True or False: Data stored in Azure Storage Zone - redundant storage (ZRS) is replicated across multiple availability zones

True

True or False: Deleting a resource group will delete all resources attached with the resource group

True

True or False: Hot tier is recommended for frequently accessed data in Azure Blob Storage

True

True or False: Permissions/Roles assigned to user at the resource group level are applied/inherited to all resources in the group

True

True or False: Resource Group is a logical container for all resources

True

True or False: There can be NO hierarchy in resource groups BUT management groups can have a hierarchy

True

True or False: Three copies are made of every piece of data you store in Azure Storage

True

True or False: You can covert a Free trial subscription to a Pay as you go subscription

True

You do not want to allow creation of an Azure Cosmos DB instances in specific resource groups. You added a Azure Policy with the restriction. There is an existing Azure Cosmos DB instance in one of these resource groups. What will happen to this Azure Cosmos DB instance? Will be deleted upon policy creation Becomes ReadOnly Resource Will continue to work as usual Policy creation will result in failure

Will continue to work as usual

Yes or No: Can an owner of an subscription transfer ownership of the subscription?

Yes

Yes or No: Can you establish VNet Peering between virtual networks in different regions?

Yes

Yes or No: You have created a Resource group in Region - West Europe. Can you provision a resource (say, a VM) in a different region and attach it with the resource group?

Yes

Yes or No: You want your virtual machines to survive a data center failure. You are using a Virtual Machine Scale Set across multiple AZs. Does this always meet your requirement?

Yes

TRUE or FALSE: Data stored in Azure Blob Storage - Archive tier can be accessed within minutes

False

TRUE or FALSE: Every Azure Region has at least 3 Availability Zones

False

TRUE or FALSE: If you are using a Software as a Service (SaaS) services like Office 365, you are responsible for installing the SaaS application

False

TRUE or FALSE: In PaaS, customer has access to VM instances

False

TRUE or FALSE: Inbound data transfer from on-premises to Azure is NOT free

False

TRUE or FALSE: Outbound data transfer from Azure to on-premises is ALWAYS free

False

TRUE or FALSE: Platform as a Service (PaaS) Solutions like Azure Web apps or Azure SQL databases provide full control of underlying operating system

False

TRUE or False: Azure Defender For Cloud provides all advanced features for free.

False

TRUE or False: Each subscription can trust multiple Azure AD directories

False

True or False: Azure Advisor is a Paid Service

False

True or False: Azure Subscriptions can only be created using Microsoft accounts

False

True or False: Data stored in Azure Storage Locally redundant storage (LRS) is replicated across multiple availability zones

False

True or False: Data stored in Azure Storage Zone - redundant storage (ZRS) is replicated across multiple regions

False

True or False: One Virtual Machine can be mapped to multiple Resource Groups

False

True or False: One resource group can be associated with Multiple Subscriptions

False

True or False: Unmanaged Disks are easier to use than Managed Disks

False

True or False: You have created 10 resource groups in a pay-as-you-go subscription. You will be billed for Resource Groups.

False

True or False: You have created an Azure SQL database instance using Free Tier Subscription. You have now upgraded to pay-as-you-go subscription. TO use the database, you need to move the database to the new subscription.

False

__________ is a policy to strengthens personal data protection in Europe GDPR ISO NIST

GDPR

Which of these is a data privacy & security regulation for organizations handling PHI in the United States? GDPR HIPAA NIST

HIPAA

We are using a private datacenter to host infrastructure and web applications for in28minutes.com. We are hosting our databases in Azure. Which model are we making use of? Private Cloud Public Cloud Hybrid Cloud

Hybrid Cloud

We are using a private datacenter to host infrastructure, web applications and databases for in28minutes.com. We want to expand further by using infrastructure provided by Azure. Which model are we expanding to? Private Cloud Public Cloud Hybrid Cloud

Hybrid Cloud

Azure Virtual Machine is an example of ______. Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS) Hybrid Solution

Infrastructure as a Service (IaaS)

Installing a SQL Server Database Manually in Wiindows Virtual Machine is classified as is an example of ______. Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS) Hybrid Solution

Infrastructure as a Service (IaaS)

Provisioning Virtual Server with Windows Server 2016 is classified as is an example of ______. Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS)

Infrastructure as a Service (IaaS)

Which of these represents a "Group of policies"? Resource Groups Initiatives

Initiatives

Which of these provides centralized management for access, policy, and compliance across multiple subscriptions? Resource Groups Management groups

Management groups

We are using a private data center to host infrastructure, web applications and databases for in28minutes.com. We are moving all our infrastructure to Azure. After migrating to Azure, which of these will NOT be a responsibility of the in28minutes team? Configuring Backups of Data Managing physical server security Managing Permissions to Virtual Machines Configuring Scaling of Applications

Managing physical server security

Which of these configurations provide 99.99% availability for your VM based deployment? Multiple Vm's in One Availability Zone Single VM in One Azure Region Multiple VM's in two or more Availability Zones (or Regions)

Multiple VM's in two or more Availability Zones (or Regions)

You are running a web application on an Azure VM. You want to ensure that the application is accessible from internet by opening up access to ports 80 and 443 on the VM. Which of these would you need to configure? Network Security Groups Subnet VPN

Network Security Groups

Which of these allow to allow or block traffic inside a Virtual Network based on source/destination IP address, protocol and port? Network Security Groups (NSG) Azure Firewall

Network Security Groups (NSG)

Which of these allow you to restrict outbound traffic from VMs to download software packages and system updates? Network Security Groups (NSG) Azure Firewall

Network Security Groups (NSG)

Yes or No: Can two subscriptions belonging to the same organization be merged into one?

No

Yes or No: You want to provision an Azure VM using a Powershell script. You have an Ubuntu Linux machine with Azure CLI installed. Can you run the Powershell script on your Linux machine without installing any additional software?

No

Yes or No: You want your virtual machines to survive a data center failure. You are using a Virtual Machine Availability Set to deploy your VMs. Doe this always meet your requirement?

No

Azure Cosmos DB is a ____ Relational Database Storage Account Non Relational or NoSQL Database

Non Relational or NoSQL Database

Which OS can Azure CLI, PowerShell, Cloud Shell and portal run on? Windows Linux Mac All of the above

All of the above

Which of these are advantages of Regions? High Availability Low Latency Global Footprint All of the Above

All of the Above

You have a requirement to keep your files for period of 5 years. These files will be rarely accessed. What storage tier would you recommend? Hot Cold Archive

Archive

An Azure VM has been manually shut down. You want to find out who initiated the shutdown. Which of these services would you recommend? Azure Security Center Azure Monitor Azure Advisor Azure Activity Log

Azure Activity Log

Which of the following services provides automated recommendations to improve reliability, security and performance, achieve operational excellence and reduce costs of your Azure infrastructure? Azure Monitor Azure Policy Azure Advisor Azure Market Place

Azure Advisor

Which of these Azure Services helps you with creating customized standard environments with a set of resource groups, policies, role assignments, and ARM template deployments? Azure Blue Prints Azure Resource Manager template Azure Policy Azure Governance

Azure Blue Prints

Which of these services offers an in-memory database? Azure SQL Azure Cache for Redis Azure Synapse Analytics Azure Table Storage

Azure Cache for Redis

You want to run one container quickly. Which of these services would you recommend? Azure Container Instances Azure Kubernetes Service Azure Service Fabric

Azure Container Instances

Which of these is a global database that automatically replicates data across multiple Azure regions? Azure SQL Database Azure Cosmos DB Azure Storage

Azure Cosmos DB

Which of these Azure services help you to configure subscriptions, manage invoices and payment methods in addition to helping you to analyze and optimize cloud costs? Azure Cost Management Azure Advisor

Azure Cost Management

Your performance testing team needs to deploy 100s of VMs each week with different Operating Systems (Windows and multiple Linux distributions). You provision these machines when you need them to run your performance tests. You destroy the instances after running the tests. Which of these services is recommended to automate the needs of your performance testing team? Azure DevTest Labs Azure Reserved Virtual Machines Azure Virtual Machine Scale Set Azure Availability Sets

Azure DevTest Labs

Which of these help you to attach Virtual Disks to VMs (Block Storage)? Azure Disks Image

Azure Disks

Which of these provides a high bandwidth private connectivity from on-premises to Azure Virtual Network? Azure VPN Azure ExpressRoute

Azure ExpressRoute

You have several machines running on premises with Windows 10. You are planning to map network drive to these machines and you have been tasked to choose corresponding Azure Service. Which of these options would you recommend? Virtual Machine Data Disk Azure Blob Containers Azure Files Service

Azure Files Service

Which of these is a Managed network security service to control traffic going in and out of multiple Azure Virtual Networks? Network Security Groups (NSG) Azure Firewall

Azure Firewall

You don't worry to worry about infrastructure and focus on your code. Which of these services would you recommend? Azure Functions Azure Kubernetes Service

Azure Functions

Which of these is an Azure environment specifically built to meet compliance and security requirements for US government? Azure Government Azure China Azure Global

Azure Government

You are concerned about encryption and security of documents and emails created by your team. You want a flexible service to protect and encrypt document and emails. Which of these services would you recommend? Azure Security center Azure Information Protection Azure Storage account

Azure Information Protection

Which of these Operating Systems are supported by Azure VMs? Windows Linux Both

Both

TRUE or FALSE: All Availability Zones in an Azure Region are present in the same data center

False

TRUE or FALSE: Azure China is operated by Microsoft

False

TRUE or FALSE: Cost of two VMs with same machine type in two different regions are equal

False

TRUE or FALSE: Customer is responsible for Availability when using PaaS

False

Which of these are large scale attacks to bring your apps down? DDoS Attacks SQL Injection Attacks

DDoS Attacks

Which of these is a paid Azure service to mitigate 60 different DDoS attack types? DDoS Protection Basic DDoS Protection Standard

DDoS Protection Standard

Which of these options does NOT help you to reduce costs for your Azure VMs? Dedicated Hosts Azure Spot instances Reserved VM Instances

Dedicated Hosts

TRUE or FALSE: You will not be billed for a VM or storage after it is stopped

FALSE

You are running your workloads on Azure. Provisioning 20 Azure VMs to run your workloads in Azure under Pay As You Go model comes under ___________. Capital Expenditure Operational Expenditure

Operational Expenditure

Your enterprise is running your own data center. Paying electricity bill and operating cooling towers for your data center comes under __________. Capital Expenditure Operational Expenditure

Operational Expenditure

Your enterprise is running your own data center. Paying salaries for the team managing your data center comes under __________. Capital Expenditure Operational Expenditure

Operational Expenditure

Azure SQL Database is an example of ______. Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS)

Platform as a Service (PaaS)

Which of these plans provide you with access to Azure delivery managers to get proactive guidance and advisory consultation? Basic Developer Standard Professional Direct

Professional Direct

In ________ cloud, all the resources/infrastructure/ data center are owned by third party. This infrastructure is shared with multiple organizations. Private Cloud Public Cloud Hybrid Cloud

Public Cloud

We do NOT want to use a private datacenter to host infrastructure, web applications and databases for in28minutes.com. What is the recommended option? Private Cloud Public Cloud Hybrid Cloud

Public Cloud

Which of these helps you estimate the cost savings you get by migrating your workloads to Azure? Total Cost of Ownership (TCO) Calculator Pricing Calculator

Total Cost of Ownership (TCO) Calculator


Ensembles d'études connexes

Chapter 8 Lesson 1 (Solids, Liquids, and Gases) *Not finished*

View Set

Macroeconomics Test 2: Chapter 3.2

View Set

MKC1 Study Guide Flashcards Big Set

View Set