Skip to content

Desi banjara

  • Sample Exam Questions 3: AZ-300: Microsoft Azure Architect Technologies AZ-300: Microsoft Azure Architect Technologies Exam
  • AWS DevOps Engineer Professional Exam Practice Questions – 4 AWS DevOps Engineer Professional Exam
  • AWS DevOps Engineer Professional Exam Practice Questions – 12 AWS DevOps Engineer Professional Exam
  • Interview question: In how many ways you can pass parameters to a method? C# development
  • Celebrate every birthday as your 18th birthday; amazingly weird yet memorable. Birthday Wishes
  • Happy Guru Nanak Jayanti 2018: Wishes, Quotes, Status, Messages, Greetings, SMS Guru Nanak Jayanti
  • Interview question: What are nullable types in C#? C# development
  • “It doesn’t matter how slow you go, as long as you don’t stop.”– Confucius Motivational & Inspirational Quotes

Sample Exam Questions 1: AZ-300: Microsoft Azure Architect Technologies

Posted on June 17, 2020 By DesiBanjara No Comments on Sample Exam Questions 1: AZ-300: Microsoft Azure Architect Technologies

Skill measure: Deploy and Configure Infrastructure

QUESTION 1

You have an Azure subscription named Subscription1 that is used by several departments at your company. Subscription1 contains the resources in the following table.

Another administrator deploys a virtual machine named VM1 and an Azure Storage account named Storage2 by using a single Azure Resource Manager template. You need to view the template used for the deployment.
From the Azure Portal, for which blade can you view the template that was used for the deployment?

  1. Container1 B. VM1
  2. Storage2 D. RG1

Correct Answer: D

Explanation
You can verify the deployment by exploring the resource group from the Azure portal

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-manager-tutorial https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell


QUESTION 2

You have two subscriptions named Subscription1 and Subscription2. Each subscription is associated to a different Azure AD tenant.
Subscription1 contains a virtual network named VNet1. VNet1 contains an Azure virtual machine named VM1 and has an IP address space of 10.0.0.0/16. Subscription2 contains a virtual network named VNet2. Vnet2 contains an Azure virtual machine named VM2 and has an IP address space of 10.10.0.0/24. You need to connect VNet1 to VNet2.

What should you do first?

  1. Modify the IP addresss pace of VNet2.
  2. Move VM1 to Subscription2.
  3. Provision virtual network gateways.
  4. Move VNet1 to Subscription2.

Correct Answer: C Section: (none) Explanation

Explanation
We require a virtual network gateway for VNet-to-VNet connectivity.

Incorrect Answers:
A: There is no need to modify the address space. If you update the address space for one VNet, the other VNet automatically knows to route to the updated address space.

Reference:

https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-cli

QUESTION 3

You have an Azure Active Directory (Azure AD) tenant.

You have an existing Azure AD conditional access policy named Policy1. Policy1 enforces the use of Azure AD-joined devices when members of the Global Administrators group authenticate to Azure AD from untrusted locations.

You need to ensure that members of the Global Administrators group will also be forced to use multi-factor authentication when authenticating from untrusted locations.

What should you do?

  1. From the Azure portal, modify session control of Policy1.
  2. From multi-factor authentication page, modify the user settings.
  3. From multi-factor authentication page, modify the service settings.
  4. From the Azure portal, modify grant control of Policy1.

Correct Answer: D

Explanation
We need to modify the grant control of Policy1.

The grant control can trigger enforcement of one or more controls. Require multi-factor authentication (Azure Multi-Factor Authentication) Require device to be marked as compliant (Intune)
Require Hybrid Azure AD joined device
Require approved client app
Require app protection policy

Note: It is now possible to explicitly apply the Require MFA for admins rule.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/untrusted-networks
https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/concept-baseline-protection


QUESTION 4

You have an Azure subscription named Subscription1 that contains an Azure virtual machine named VM1. VM1 is in a resource group named RG1. VM1 runs services that will be used to deploy resources to RG1.

You need to ensure that a service running on VM1 can manage the resources in RG1 by using the identity of VM1. What should you do first?

  1. From the Azure portal, modify the Access control (IAM) settings of RG1.
  2. From the Azure portal, modify the Policies settings of RG1.
  3. From the Azure portal, modify the Access control (IAM) settings of VM1.
  4. From the Azure portal, modify the value of the Managed Service Identity option for VM1.

Correct Answer: D

Explanation
Through a create process, Azure creates an identity in the Azure AD tenant that’s trusted by the subscription in use. After the identity is created, the identity can be assigned to one or more Azure service instances.

Reference:

https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity
https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview

QUESTION 5

You configure Azure AD Connect for Azure Active Directory Seamless Single Sign-On (Azure AD Seamless SSO) for an on-premises network.

Users report that when they attempt to access myapps.microsoft.com, they are prompted multiple times to sign in and are forced to use an account name that ends with onmicrosoft.com.

You discover that there is a UPN mismatch between Azure AD and the on-premises Active Directory. You need to ensure that the users can use single-sign on (SSO) to access Azure resources.
What should you do first?

  1. From on-premises network, deploy Active Directory Federation Services (ADFS).
  2. From AzureAD, add and verify a custom domain name.
  3. From on-premises network, request a new certificate that contains the Active Directory domain name.
  4. From the server that runs Azure AD Connect, modify the filtering options.

Correct Answer: B

Explanation
The UPN is used by Azure AD to allow users to sign-in. The UPN that a user can use, depends on whether or not the domain has been verified. If the domain has been verified, then a user with that suffix will be allowed to sign-in to Azure AD.

To do so, you need to add and verify a custom domain in Azure AD before you can start syncing the users.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-design-concepts#azure-ad-sign-in

https://docs.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-objectsync#detect-upn-mismatch-if-object-is-synced-to-azure-active-directory



 

Next: Sample Exam Questions 2: AZ-300: Microsoft Azure Architect Technologies

AZ-300: Microsoft Azure Architect Technologies Exam, Microsoft Azure certifications Tags:Architect a data platform in Azure, Architect API integration in Azure, Architect compute infrastructure in Azure, Architect infrastructure operations in Azure, Architect message brokering, Architect migration, Architect modern applications in Azure, Architect network infrastructure in Azure, Architect storage infrastructure in Azure, AZ-300, disaster recovery in Azure, Microsoft Azure, Microsoft Azure Architect Technologies Exam, serverless applications in Azure

Post navigation

Previous Post: AZ-300: Microsoft Azure Architect Technologies Exam Preparation
Next Post: Sample Exam Questions 2: AZ-300: Microsoft Azure Architect Technologies

Related Posts

  • Sample Exam Questions 6: AZ-300: Microsoft Azure Architect Technologies AZ-300: Microsoft Azure Architect Technologies Exam
  • AZ-300: Microsoft Azure Architect Technologies Exam Preparation AZ-300: Microsoft Azure Architect Technologies Exam
  • Sample Exam Questions 5: AZ-300: Microsoft Azure Architect Technologies AZ-300: Microsoft Azure Architect Technologies Exam
  • Microsoft AZ-220 Certification Exam Practice Questions – Part 1 Microsoft Azure certifications
  • Sample Exam Questions 4: AZ-300: Microsoft Azure Architect Technologies AZ-300: Microsoft Azure Architect Technologies Exam
  • Sample Exam Questions 2: AZ-300: Microsoft Azure Architect Technologies AZ-300: Microsoft Azure Architect Technologies Exam

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *



Archives

  • February 2023
  • February 2022
  • June 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • April 2020
  • December 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • January 2018
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • August 2015
  • May 2015
  • April 2014
  • November 2013

Categories

  • Acer
  • Amazon AWS Certification Exam
  • Amazon Kindle
  • Android phones
  • ASP.Net MVC
  • ASP.NET Web API
  • AWS DevOps Engineer Professional Exam
  • AZ-300: Microsoft Azure Architect Technologies Exam
  • Azure Active Directory
  • Azure App Services
  • Azure Data Factory
  • Azure Logic Apps
  • Azure Mobile Apps
  • Azure Virtual Machine
  • Best Wishes Messages
  • birthday messages for boyfriend
  • Birthday messages For Girlfriend
  • Birthday Wishes
  • Birthday Wishes For Mom
  • Business
  • C# development
  • Cameras
  • Canon
  • Cloud
  • Cloud services
  • digital-cameras
  • Diwali
  • Entrepreneurship
  • eReaders
  • Family Quotes
  • Family Quotes
  • Friendship Quotes
  • Gadgets
  • Games
  • Get Well Soon Messages
  • GIT
  • Good Morning Wishes
  • Google
  • Gratitude Quote
  • Guru Nanak Jayanti
  • Halloween
  • Happiness Quote
  • Happy Diwali Wishes
  • Happy Independence Day Wishes
  • Happy New Year Wishes
  • HTC
  • HTC One
  • HTML
  • I Miss You Messages
  • Inspirational Quotes
  • Inspirational Travel Quotes
  • Interview questions
  • IT/Software development
  • Leadership Quote
  • Life lessons
  • Love Quotes
  • Love shayari
  • Messages
  • Microsoft AI-900 Certification Exam
  • Microsoft AZ-104 Certification Exam
  • Microsoft AZ-204 Certification Exam
  • Microsoft AZ-900 Certification Exam
  • Microsoft Azure
  • Microsoft Azure certifications
  • Microsoft Exam AZ-220
  • Microsoft Excel
  • Microsoft Office
  • Microsoft word
  • Mobile phones
  • Motivational & Inspirational Quotes
  • Nature Quotes
  • Nexus
  • Nikon
  • Pixels
  • PL-200: Microsoft Power Platform Functional Consultant Certification
  • PL-900: Microsoft Power Platform Fundamentals
  • postman
  • Quotes
  • Robin Sharma
  • Samsung Galaxy S5
  • Self improvement quotes
  • Self-Confidence Quote
  • SonarQube
  • Sony PlayStation 4
  • SQL
  • SQL Server
  • Success Quotes
  • Travel Quotes
  • Uncategorized
  • Uplifting Quotes
  • WCF (Windows Communication Foundation)
  • Web development
  • Wishes
  • Wishes for Newborn Baby

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org



Recent Posts

  • Azure Data Factory
  • What is Azure Active Directory?
  • Azure Virtual Machine
  • Azure Logic Apps
  • Azure Mobile Apps

Recent Comments

  • Yosianus on Error while sending json model in POST request to web API service using postman
  • AWS DevOps Engineer Professional Exam Practice Questions – 8 AWS DevOps Engineer Professional Exam
  • Asp.Net WebApi Interview Questions ASP.NET Web API
  • Canon EOS 1200D Cameras
  • “In three words I can sum up everything I’ve learned about life. It goes on.”– Robert Frost Motivational & Inspirational Quotes
  • “The difference between stumbling blocks and stepping stones is how you use them.”– Unknown Motivational & Inspirational Quotes
  • Raise a toast this birthday as you aren’t getting old, but becoming wise. Birthday Wishes
  • Happy birthday to someone who still yearns for Doraemon in present. Birthday Wishes
  • Nature Quotes – We need the tonic of wildness Nature Quotes

Copyright © 2023 Desi banjara.

Powered by PressBook News WordPress theme