Azure architect questions Flashcards
How do you load balance web traffic in Azure?
This question implicit tells you what are the different type of load balancer in Azure
- Internal
- External
- Azure Traffic Manager
- Azure Frontdoor
- Azure Gateway
Learn about each type of load balancer here
https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
How would you design network architecture in Azure
Create a network diagram with different subnets
Various network topologies in Azure
- Hub and spoke model, use in enterprises where there is a network hub where the traffic enters and based on the rules, it can go to various internal subnets
https://aws.amazon.com/solutions/implementations/aws-perspective/
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli
What kind of service we can use to enforce compliance and governance on all Azure resources in single or multiple subscription
Azure Policy
What is suggested method to group Azure resource
Use Azure resource group
The idea would be group resources which have the same lifecycle
Like application X has 6 resources a load balancer, Azure VM, Azure IAM policy, Azure Blob storage and Azure Database. Then group all into one Azure resource
If there are share resources like cache, CDN, DNS, etc, group them in the shared resource group
Options for Azure connectivity with On-Prem infrastructure
Azure Site-to-site vs Express Route
How to you govern Azure cost
Use Azure advisor for under and over provision resource
How do you automated things in Azure
- Azure function
- Azure logic app
- Azure automation Run book
What are cloud quality pillars in Cloud design
- Availability
- Data Management
- Design and implementation
- Messaging
- Management and Monitoring
- Performance and Scalability
- Resiliency
- Security
If you created a new subscription, which group will it default to under the Microsoft Azure hierarchy?
- account
- resource
- subscription
- root management
root management
If you created a new subscription, which group will it default to under the Microsoft Azure hierarchy?
- account
- subscription
- resource
- root management
root management
Who does the OAuth 2.0 Authorization Protocol orchestrate an approval between?
- the Microsoft Authenticator and the FIDO2 keys
- the partners and the SaaS apps
- the resource owner and the HTTP service
- the administrator and the OATH token
the resource owner and the HTTP service
Who has the ability to assign roles in Microsoft Azure RBAC?
- the owner and the contributor
- the contributor
- the reader
- the owner
the owner