MU Set 1 Flashcards

1
Q

Install password writeback. Should you:

Assign AAD Premium 1 license?

Install Azure AD Connect?

Use Pass through authentication?

A

Assign AAD Premium 1 license? Yes

Install Azure AD Connect? Yes

Use Pass through authentication? No

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

Migration to Azure

Create a new database using thses commands:

New-AzSqlInstance

New-AzSqlInstanceDatabase

True of False:

You can only use V-Cor?

You can move the db to an elastice pool?

Migration can be completed with little or now change to the db?

MicroS is responsible for all dba engine updates and maint. ?

A

You can only use V-Cor? Yes

You can move the db to an elastice pool? No

Migration can be completed with little or now change to the db? Yes

MicroS is responsible for all dba engine updates and maint. ? Yes

https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview

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

What is the request parameters in relationto an azure function?

A

It’s the method of requesting a return of information usually represented as ‘req’ in your code.

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

How do you change out the keys if you believe on is compramised in four steps.

A

regen key 2

change strings to key 2

verify apps

regen key 1

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

You want to collect performance metrics from AKS

Which four actions do you do in sequence?

A

Create a log analytics workspace

enable monitoring for the cluster

add monitor for containers to the workspace

view charts on the insights page

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

Which three commands do you start with to prepare a vm to use for a custom image?

A

sysprep

stop -azvm

set-azvm

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

config or set in cli commands?

A

set

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

You can use Table API to migrate a table to cosmos db?

A

Yup

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

As a rule can supscription owners create resources?

A

Any damn thing they want

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

How to determine the size of an elastic DTU Pool needed?

A

databases * average DTU per database

number of peaking databases * peak DTU

Use the larger value and round up to the nearest supported size

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

You need to deploy a docker image, MyTestApp to an az acr mytestreg. What’s the command?

A

docker push mytestreg.azurecr.io/my-test-app

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

You need to implement a logic app to send an email everytime a vm is stopped.

What three logic app compnents do you use in order?

A

Event grid Trigger

condition

action

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

In a docker file explain the difference between RUN and CMD

A

RUN is an image build step, the state of the container after a RUN command will be committed to the container image. A Dockerfile can have many RUN steps that layer on top of one another to build the image.

CMD is the command the container executes by default when you launch the built image. A Dockerfile will only use the final CMD defined. The CMD can be overridden when starting a container with docker run $image $other_command.

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

To collect performance metrics from an AKS Cluster, what four steps should you perfom in order?

A

Create LA workspace

Enable monitoring for the cluster in the portal

Add AZ Monitor for containers to the LAW

go to the insights page of the cluster to see charts

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

You need to configure a vmware migration what steps do you take in order?

A

create a resource group name company 2 on Sub B

Create a Migrate Project in rg comany2

Select Azure Migrate: Server Assesment as the ServerAssessment tool

Select Azure Migrate: Server Migration as the migration tool

17
Q

Your going to migrate a VMWare Cluster to Azure.

What three steps do you do to begin?

Download and deploy the VHD image appliance on cluster

Congfigure and register the appliance with project1

Download and deploy the OVA temlate migraiotn appliance on cluster 3.

Configure and regisdterr hte migration appliance with Project 2.

Connect the appliance to the vmware vcenter server.

A

Download and deploy the OVA temlate migraiotn appliance on cluster 3.

Configure and regisdterr hte migration appliance with Project 2.

Connect the appliance to the vmware vcenter server.

18
Q

You need to route users to the closest region to gain access to a web app. Yes or no to each of the following methods:

Traffic manager in geographic routing mode.

Front Door and latency based routing mode.

Applicaton Gateway

19
Q

Define an availability set

A

Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. Each availability set can be configured with up to three fault domains and twenty update domains. Update domains indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time. When more than five virtual machines are configured within a single availability set with five update domains, the sixth virtual machine is placed into the same update domain as the first virtual machine, the seventh in the same update domain as the second virtual machine, and so on. The order of update domains being rebooted may not proceed sequentially during planned maintenance, but only one update domain is rebooted at a time. A rebooted update domain is given 30 minutes to recover before maintenance is initiated on a different update domain.

20
Q
A