IT EXams Flashcards
Your developers have created 10 web applications that must be host on Azure.
You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements:
✑ The web apps will use custom domains.
✑ The web apps each require 10 GB of storage.
✑ The web apps must each run in dedicated compute instances.
✑ Load balancing between instances must be included.
✑ Costs must be minimized.
Which web tier plan should you use?
A. Standard B. Basic C. Free D. Shared
B. Basic
Explanation:
Standard offers 50 GB of storage space, while Basic only gives 10 GB.
References:
http://azure.microsoft.com/en-us/pricing/details/websites/
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are planning to migrate a company to Azure. Each of the company’s numerous divisions will have an administrator in place to manage the Azure resources used by their respective division.
You want to make sure that the Azure deployment you employ allows for Azure to be segmented for the divisions, while keeping administrative effort to a minimum.
Solution: You plan to make use of several Azure Active Directory (Azure AD) directories.
Does the solution meet the goal?
A. Yes B. No
You are planning to migrate a company to Azure. Each of the company’s numerous divisions will have an administrator in place to manage the Azure resources used by their respective division.
You want to make sure that the Azure deployment you employ allows for Azure to be segmented for the divisions, while keeping administrative effort to a minimum.
Solution: You plan to make use of several Azure Active Directory (Azure AD) directories.
Does the solution meet the goal?
A. Yes B. No
B. No
Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment.
You plan to host the web app on Azure.
You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements:
✑ The website will use the miami.weyland.com URL.
✑ The website will be deployed to two instances.
✑ SSL support must be included.
✑ The website requires 12 GB of storage.
✑ Costs must be minimized.
Which web tier plan should you use?
A. Standard B. Basic C. Free D. Shared
A. Standard
Explanation:
References:
http://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/
Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center.
You are required make sure that the intended Azure solution uses the correct expenditure model.
Solution: You should recommend the use of the elastic expenditure model.
Does the solution meet the goal?
A. Yes B. No
B. No
You are tasked with deploying a critical LOB application, which will be installed on a virtual machine, to Azure.
You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible.
Solution: You include two virtual machines and one availability zone in your strategy.
Does the solution meet the goal?
A. Yes B. No
B. No
Explanation:
https://docs.microsoft.com/en-us/azure/availability-zones/az-overview
You are tasked with deploying a critical LOB application, which will be installed on a virtual machine, to Azure.
You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible.
Solution: You include one virtual machine and two availability zones in your strategy.
Does the solution meet the goal?
A. Yes B. No
B. No
Explanation:
https://docs.microsoft.com/en-us/azure/availability-zones/az-overview
Azure Virtual Machines offer less control over the computing environment than the other compute offerings
B. False
Which offering below uses inbound and outbound rules to filter network traffic to and from Azure resources connected to Azure Virtual Networks?
A, Public Load Balancer
B. Internal Load Balancer
C. Application Security Group
D. Network Security Group
D. Network Security Group
Deploying a solution using Azure Container Instances requires you to manage virtual machines
A. True
B. False
B. False
Which service below is Microsofts managed network security service in Azure that protects Azure Virtual network resources?
A. Azure Bastion
B. Azure Firewall
C. Application Security Group
D. Azure Sentinel
B. Azure Firewall
Which service below provides developer services for support teams to plan, work, collaborate on code development and build and deploy applications
A. Azure Virtual Machines
B. Azure DevOps
C. Azure Functions
D. Azure Container Instances
B. Azure DevOps
Which storage service below is best for serving images or documents directly to a browser, and for streaming video and audio?
A. Azure Blob Storage
B. Azure File Storage
C. Virtual Machine Disks
D. Queue Storage
A. Azure Blob Storage
Data in the storage service below can be mounted concurrently by cloud and on premises deployments, using SMB protocol and NFS
A. Azure Blog Storage
B. Table Storage
C. Azure Files
D. Queue Storage
C. Azure Files
Explanat
Which option below is used to define repeatable sets of Azure resources that implement and adhere to standards, patterns and requirements?
A. None of the choices is correct
B. ARM Templates
C. Azure Policy
D. Azure Blueprints
D. Azure Blueprints
Azure Service Health provides personalized guidance and support wnever issues with Azure services affect you
A. True
B. False
A. True
Which option below is used to prevent accidental deletion or modification of Azure resources?
A. Resource Locks
B. Resource Tags
C. RBAC Roles
D. Azure Policy
A. Resource Locks
Which option below provides fine grained access management for Azure resources?
A. Azure Active Directory
B. Self Service Password Reset
C. Role Based Access COntrol
D. Azure Security Center
C. Role Based Access Control
Azure Monitor provides personalized guidance and support whenever issues with Azure services affect you
A. True
B. False
B. False
Trust Center provides information and details that outline how Microsoft implements and supports security, privacy, compliance, and transparency in all Microsoft cloud products and services
A. True
B. False
A. True
The Service Trust Portal is where Microsoft publishes audit reports and other compliance related information
A. True
B. False
A. True
Explanation:
Which option below is used to logically organize Azure resources, using name value pairs?
A. Azure Tags
B. Azure Locks
C. Azure Policy
D. Azure Billing
A. Azure Tags
Which option below allows several types of Azure resources to securely communicate with each other?
A. Azure Virtual Network
B. Resource Group
C. Azure Load balancer
D. Network Security Group
A. Azure Virtual Network
Explanation:”
Compliance Manager is a workflow based risk assessment dashboard within the Trust Portal thats used to track, assign and verify regulatory compliance activities
A. True
B. False
A. True
Which option below offers a set of identically-configure virtual machines that supports true auto scale?
A. Azure Compute
B. VM Scale Set
C. Azure Container Instances
D. Kubernetes Clusters
B. VM Scale Set
Which option below supports inbound and outbound scenarios and allows you to scale applications and create high availability solutions?
A. Azure Sentinel
B. Network Security Group
C. VM Scale Set
D. Azure Load Balancer
D. Azure Load Balancer
In Azure, a platform as a service (PaaS) solution that hosts web apps gives you complete control over the operating systems that host applications. Is the statement correct?
A) No
B) Yes
A. No
Explanation:
A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS.
By changing the pricing tier, a Platform as a Service (PaaS) solution that runs web apps in Azure can be provided additional memory. Is the statement correct or incorrect?
A) No
B) Yes
B. Yes
What are two of the public cloud’s characteristics?
Please select 2 correct answers
A) metered pricing
B) Self-service management
C) dedicated hardware
D) limited storage
E) unsecured connections
A) metered pricing
B) Self-service management
Explanation:
With the public cloud, you get pay-as-you—go pricing - you pay only for what you use, no CapEx costs. With the public cloud, you have self-service management. You are responsible for the deployment and configuration of the cloud resources such as virtual machines or web sites. The underlying hardware that hosts the cloud resources is managed by the cloud provider.
Multiple account administrators can be found in each Azure subscription. Is the statement correct?
A) No
B) Yes
A. No
Explanation:
You can assign service administrators and co-administrators in the Azure Portal but there can only be one account administrator.