wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AZ-900 week 2

Total questions: 24

Worksheet time: 18mins

Name
Class
Date
1.

A solution for building highly reliable and secure serverless apps that support multiple programming languages

a)

Function

b)

Logic Apps

c)

Event Grid

2.

In which situation you should use Azure Functions

a)

You want to visually design a workflow that integrates several resources

b)

You want to execute js code that sends maintenance email every sunday

c)

You want to execute a batch file that removes records from Azure on demand

d)

You want to use it for everything because it is a cool feature

3.

Which can be used to connect Azure VNets

a)

VNet peering

b)

Azure Load Balancer

c)

Azure Firewall

d)

Azure Virtual Network Connector

4.

Express route is routed through a private connection

a)

Yes

b)

NO

5.

Traffic between peered VNets is routed over public internet

a)

Yes

b)

NO

6.

A solution for building scalable solution for app integration, data integration, system integration, enterprise application integration and b2b communication

a)

Function

b)

Event Grid

c)

Logic Apps

7.

You use azure functions to implement a workflow using GUI

a)

Yes

b)

NO

8.

You use logic apps to implement serverless computing through code

a)

Yes

b)

NO

9.

A solution for building event driven architectures that subscribe to Azure Resources and route events to different endpoints

a)

Event Grid

b)

Function

c)

Logic Apps

10.

Which Azure Service provides for serverless workflow orchestration to let you integrate apps, data, systems and azure services across enterprises and organizations

a)

Function

b)

Event Grid

c)

Logic Apps

d)

VM

11.

Migrate workload from on-prem host to Azure, still retaining control over OS

a)

Azure VM

b)

Azure App Service

c)

Azure Functions

d)

Event Grids

12.

Build an event driven solution and pay only for time spent running your code

a)

Azure VM

b)

Azure App Service

c)

Azure Functions

d)

Event Grids

13.

Both Azure Function and Logic apps can run on schedule

a)

Yes

b)

NO

14.

which one you use? Deploy a web app using paas for scalability and security

a)

Azure VM

b)

Azure App Service

c)

Azure Functions

d)

Event Grids

15.

Why Azure Functions?

a)

To improve performance by not using any server at all

b)

To get rid of VM's

c)

To have each function do single task enabling high performance and separation of responsibility

d)

Because it is cool

16.

Choose 2 answer that is correct about containers in Azure

(Multiple choice)

a)

Can be accessed over internet by ip address

b)

Represent single app and its dependencies

c)

Requires you to manually manage dependencies

17.

Your companies web application becoming increasingly popular. You have to add more VM to run your web app. What is the best way to ensure that traffic is distributed and that all virtual machines are being used optimally

a)

Network Security Group

b)

Application Gateway

c)

Load Balancer

d)

Azure Load Distributor

18.

A company want to host data disks on the Azure cloud. The data disks must be available to other on-prem machines running windows,Linux and macos using network sharing via Server Message Block(SM) protocol. Data must be secured bot at rest and in-transit. Which one do you choose

a)

Disk Storage

b)

File Storage

c)

Archive Storage

d)

Blob Storage

19.

Choose 2 answer that is correct about containers in Azure

(Multiple choice)

a)

Can run on windows or linux

b)

Requires you to configure the host VM

c)

Can scale out as needed

20.

Which one best describes NSG

a)

NSG are group of devices within a subnet that perform security functions

b)

NSG are established connection between your network and Azure

c)

NSG contains inbound and outbound security rules enabling traffic to be filtered

d)

NSG enables peered VNets allowing connections between networks

21.

You want to restrict internet traffic to Windows VM. What functionality would you choose to accomplish this

a)

NSG

b)

Azure Traffic Manager

c)

Azure Traffic Restriction

d)

Azure Traffic Filtering Service

22.
a)

To ensure that the front end VM hosts only web applications

b)

To ensure that only your account can use RDP to access VMs

c)

To ensure that all three VMs are accessible over port 222

d)

To ensure that only the front end VM is publicly accessible over port 80

23.

Which azure service you should use to route all requests for "/image/" url's to a specific VM

a)

Azure Load Balancer

b)

Azure Logic Apps

c)

Azure Application Gateway

d)

Azure URL Router

24.

VM is ...

a)

Serverless

b)

Infrastructure-as-a-Service

c)

Software-as-a-Service

d)

Platform-as-a-Service