quiz 1 Flashcards

1
Q

When a new tenant is created, which role can add users to the tenant?

A

Only the owner, the person who created the tenant. The owner can make people User administrator or Global Administrator who then can add and delete users.

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

In order to create the backend pool of a load balancer, which resources do you need access to?

A

Access to the load balancer, read access over the virtual network and the VMs that go in the backend pool. You also need some write permissions to joun the VM to the backend pool.

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

Do you just need access to the load balancer to add a health probe?

A

No, you also need read access over the Virtual Network, and the Virtual Machines you have to attach to the backend pool.

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

How to grand access to AKS to Azure AD tenant users?

A

Form the tenant, create a OAuth 2.0 protocol

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

Which who kind of groups can you create to grant users to a temporary Microsoft SharePoint document library?

A

An Office 365 group that uses Assigned membership,

An Office 365 group that uses Dynamic membership

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

AzCopy is a command-line utility that you can use to copy ………. to or from a storage account.

A

blobs or files

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

Which authentication method should you use for azcopy-ing blob storage?

A

Azure Active Directory (AD), or a Shared Access Signature (SAS) token.

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

Which authentication method should you use for azcopy-ing file storage?

A

a Shared Access Signature (SAS) token only

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

You need to configure a storage service for your container. What Azure service should you use? (persistent storage)

A

Azure file storage

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

Does the storage account you use for the azure backup reports of the recovery vault need to be in the same region as the vault?

A

Yes

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

Does the Log Analytics workspaces you use for the Azure Backup reports of recovery vault need to be in the same region as the vault?

A

No. The Log analytics Workspace is independent of the location or subscription.

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

Will you have access to SAS when running a net use command?

A

No, because it’s SMB protocol. SMB is not supported by SAS, only REST protocol.

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

What does the Linux Diagnostic Extension (LAD) 3.0 do?

A

Monitor the metrics and the logs of your Linux virtual machine.

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

A DNS server runs on port …

A

DNS works on port 53 using both protocols, UDP and TCP

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

A web server runs on port …

A

TCP port 80 if its http, or TCP port 443 if it’s https

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

RDP runs on port …

A

typically over TCP port 3389

17
Q

What will happen to the files you created on drive D when you redeploy a VM?

A

It will be lost. The D drive is the the temporary disk.

18
Q

Before you upload a Windows virtual machine (VM) from on-premises to Azure, you must prepare the …

A

Hard drive. Then you can use the disks attached to VM-01 as a template for Azure virtual machines.

19
Q

Each client computer that connects to a VNet using Point-to-Site must have a … installed.

A

Client certificate. You generate a client certificate from the self-signed root certificate, and then export and install the client certificate. If the client certificate is not installed, authentication fails.

20
Q

What kind of VPN gateway SKU do you need when you need to run both ExpressRoute and site-to-site VPN?

A

VpnGw1 SKU.

21
Q

What is the difference between web server logging and application logging.

A

As opposed to Application Logging option, when enabling the web server logging option, each log message will include : HTTP method, resource URI, client IP, client port, user agent and response code. Application logging only says error / warning/ info.

22
Q

Which two tools do you need to configure cluster autoscaler for AKS?

A

az aks and azure portal.

23
Q

Which command do you need to sign in and push a container image to Container Registry?

A

az acr build