Azure architect questions Flashcards

1
Q

How do you load balance web traffic in Azure?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How would you design network architecture in Azure

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What kind of service we can use to enforce compliance and governance on all Azure resources in single or multiple subscription

A

Azure Policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is suggested method to group Azure resource

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Options for Azure connectivity with On-Prem infrastructure

A

Azure Site-to-site vs Express Route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to you govern Azure cost

A

Use Azure advisor for under and over provision resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you automated things in Azure

A
  • Azure function
  • Azure logic app
  • Azure automation Run book
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are cloud quality pillars in Cloud design

A
  • Availability
  • Data Management
  • Design and implementation
  • Messaging
  • Management and Monitoring
  • Performance and Scalability
  • Resiliency
  • Security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If you created a new subscription, which group will it default to under the Microsoft Azure hierarchy?
- account
- resource
- subscription
- root management

A

root management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If you created a new subscription, which group will it default to under the Microsoft Azure hierarchy?
- account
- subscription
- resource
- root management

A

root management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

the resource owner and the HTTP service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Who has the ability to assign roles in Microsoft Azure RBAC?
- the owner and the contributor
- the contributor
- the reader
- the owner

A

the owner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly