Oefentoets vragen Flashcards

1
Q

Which of the following statements describes the type of data that can be retrieved using Microsoft Graph?

A

All of the data contained in Microsoft 365

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

There are two types of managed identities: system-assigned and user-assigned. What is the main difference?

A

The main difference between them is that system-assigned managed identities have their lifecycle linked to the resource where they’re used. User-assigned managed identities can be used on multiple resources.

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

How many input bindings is an Azure Function allowed to have?

A

Any number or zero.

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

For Windows App Services, where can you choose to have logging saved to?

A

File system and blob storage. Not sql database.

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

Which feature of Azure functions allow you to use a runtime not currently supported natively by Azure?

A

Custom handlers

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

Azure Functions store their configuration settings in which file?

A

function.json

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

The speed of an Azure Event Hub is determined by the number of Throughput units you reserve for it. You can set between 1 and 20 throughput units for the Event Hub. How fast does 1 throughput unit represent for data coming in to an Event Hub?

A

1 MB per second or 1000 events per second (whichever comes first)

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

The API Management Gateway includes a powerful feature called Policies. What is the main function of policies?

A

Policies allow you to modify the inbound request as well as the outbound results without modifying the API code itself.

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

Which type of data can most benefit from being stored in a caching system like Azure Redis Cache?

A

Data that is repeatedly read

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

Which CLI command is able to copy a public image into Azure Container Registry?

A

az acr import

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