wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AZ-204-Module-1

Total questions: 19

Worksheet time: 4mins

Name
Class
Date
1.

If I want to host a Java website in Azure, the only option I have is to deploy the code to Azure App Service.

a)

Yes

b)

No

2.

App Service supports SMB based hosting.

a)

True

b)

False

3.

App Service supports CI/CD

a)

True

b)

False

4.

Can a Customer select the background VM OS as 'Linux' while creating App Service?

a)

Yes

b)

No

5.

You can't deploy a web application to App Service if it doesn't provide the target framework in the dropdown (While creating App Service)

a)

True

b)

False

6.

Select the Pricing tier which doesn't support Auto-Scale

a)

Basic

b)

Standard

c)

Isolated

d)

Premium

7.

Free Tier only provides 1 hour Hosting with No-dedicated compute allocation.

a)

True

b)

False

8.

Can an App Service belonging to Central-India region, have it's app service plan belonging to East-US region?

a)

Yes

b)

No

9.

AS1 is an app service with OS type as 'windows' pointing to ASP1. Can AS2 with OS type as 'Linux' be created using the same ASP?

a)

No

b)

Yes

10.

Can 2 different App Services with different Runtime Stacks run on the same ASP?

a)

Yes

b)

No

11.

If Scale Up = Vertical Scaling

& Scale down = Horizontal Scaling

then Auto-scale means Scale-Out or Scale-Up

a)

Scale Out

b)

Scale Up

12.

Can CI/CD be configured for an app service's Non-Production deployment Slot?

a)

Yes

b)

No

13.

If you want to integrate Azure AD's authentication then you need to write explicit code.

a)

Yes

b)

No

14.

Isolated Pricing Tier is deployed in Single Tenant Network.

a)

True

b)

False

15.

If you want to blacklist an IP address from accessing your App Service URL, which Inbound Feature can you use?

a)

Private endpoints

b)

App Assigned Address

c)

Service Endpoints

d)

None of the Above.

16.

Can you change the Runtime stack of an app service after it's creation?

a)

Yes

b)

No

17.

In order to persist a volume in App Service Container, what should you do?

a)

Create File share and mount it to App Service Container.

b)

No need to mount, It is automatically mounted with some storage.

c)

Perform Virtual Directory mapping.

d)

None of the above.

18.

If you have swapped 'Beta-Slot' with production Slot, and there is a critical bug found, what would you do?

a)

Re-deploy the last stable application.

b)

Swap Prod slot with Beta Slot again

c)

Remote debug the app service.

d)

None of the above.

19.

Which Pricing Tier Doesn't support Deployment Slot?

a)

Standard

b)

Isolated

c)

Premium

d)

Basic