A company wants to setup users within their Microsoft Azure Account.
They have segregated their users into groups.
They now want to ensure they set the right permissions for users and administrators accordingly. They need to manage the permissions effectively.
You recommend using Azure Role Based Access.
Does this recommendation meet the requirement?
Yes
No
Answer is Yes. Because Azure role-based access control (RBAC) is the authorization system you use to manage access to Azure resources. To grant access, you assign roles to users, groups, service principals, or managed identities at a particular scope.
A company wants to setup users within their Microsoft Azure Account.
They have segregated their users into groups.
They now want to ensure they set the right permissions for users and administrators accordingly.
They need to manage the permissions effectively.
You recommend using Azure Management Groups.
Does this recommendation meet the requirement?
Yes
No
Answer is No. Because Azure Management Groups refers to the tasks and processes required to maintain your business applications and the resources that support them. Azure has many services and tools that work together to provide complete management. These services aren't only for resources in Azure, but also in other clouds and on-premises. Understanding the different tools and how they work together is the first step in designing a complete management environment.
A company wants to host their applications on Microsoft Azure using serverless components.
They don’t want to manage the underlying infrastructure for the application.
Which of the following could be used to host code that could be run on a serverless infrastructure?
Azure Logic Apps
Azure Service Bus
Azure Function App
Azure Storage
Answer is Azure Function App. Because Azure Functions Apps are a solution for easily running small pieces of code, or "functions," in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it. Functions can make development even more productive, and you can use your development language of choice, such as C#, Java, JavaScript, PowerShell, and Python. Pay only for the time your code runs and trust Azure to scale as needed. Azure Functions lets you develop serverless applications on Microsoft Azure.
A company wants to host their applications on Microsoft Azure using serverless components.
They don’t want to manage the underlying infrastructure for the application.
Which of the following could be used to implement a workflow that could be run on a serverless infrastructure?
Azure Logic Apps
Azure Service Bus
Azure Function App
Azure Storage
Answer is Azure Logic Apps. Because Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. Logic Apps simplifies how you design and build scalable solutions for app integration, data integration, system integration, enterprise application integration (EAI), and business-to-business (B2B) communication, whether in the cloud, on premises, or both.
A support engineer plans to perform several Azure management tasks by using the Azure CLI.
You install the CLI on a computer.
You need to tell the support engineer which tools to use to run the CLI.
Which two tools should you instruct the support engineer to use?
Command Prompt
Azure Storage Explorer
Windows PowerShell
Windows Defender Firewall
Network and Sharing Center
Answer is Command Prompt & Windows PowerShell.
Question 266
Your company is planning on hosting resources in Azure. Is it possible for outside users to have access to resources in Azure?
Yes
No
Answer is Yes. Since Azure has other capabilities in place that can allow other users to access Azure-based resources. For example, Azure has the feature of Azure AD Business to Business collaboration where the users don’t have to be defined in Azure.
Your company has several business units.
Each business unit requires 20 different Microsoft Azure Resources for daily operation.
All the business units require the same types of Azure resources.
You need to recommend a solution to automate the creation of the Azure resources.
What should you include in the recommendation?
Azure virtual machine scale sets
Azure API Management service
Azure Management groups
Azure Resources Manager templates
Answer is Azure Resource Manager templates. To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates. The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.
This question requires that you evaluate the underlined text to determine if it is correct.
When planning to migrate a public website to Azure, you must plan to pay monthly usage costs.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
No change is needed
deploy a VPN
pay to transfer all the website data to Azure
reduce the number of connections to the website
No change is needed.
Question 269
Your company plans to migrate all its data and resources to Azure.
The company’s migration plan states that only platform as a service (PaaS) solutions must be used in Azure.
You need to deploy an Azure environment that supports the planned migration. Solution: You create an Azure App Service and Azure SQL databases.
Does this meet the goal?
Yes
No
Answer is Yes.
Question 270
You have an on-premises network that contains 100 servers.
You need to recommend a solution that provides additional resources to your users.
The solution must minimize capital and operational expenditure costs.
What should you include in the recommendation?
a complete migration to the public cloud
an additional data center
a private cloud
a hybrid cloud
Answer is a hybrid cloud.
A hybrid cloud is a combination of a private cloud and a public cloud.
Capital expenditure is the spending of money up-front for infrastructure such as new servers.
With a hybrid cloud, you can continue to use the on-premises servers while adding new servers in the public cloud (Azure for example). Adding new servers in Azure minimizes the capital expenditure costs as you are not paying for new servers as you would if you deployed new server on-premises.
Incorrect Answers:
A: A complete migration of 100 servers to the public cloud would involve a lot of operational expenditure (the cost of migrating all the servers).
B: An additional data center would involve a lot of capital expenditure (the cost of the new infrastructure).
C: A private cloud is hosted on on-premises servers to this would involve a lot of capital expenditure (the cost of the new infrastructure to host the private cloud).