Implement Azure App Service - Web Apps [1/3]

Implement Azure App Service - Web Apps [1/3]

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

AZ204 APEX Study Group

Used 3+ times

FREE Resource

Student preview

quiz-placeholder

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Azure App Service is a fully managed ___ for hosting web applications, API, mobile backend and WebJobs

SaaS

PaaS

IaaS

FaaS

Answer explanation

Azure App Service is an HTTP-based Platform as a Service for hosting different web applications types

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's the unique default hostname naming convention when creating an App Service?

<app-name>-<random-hash>.<region>.azurewebsites.net

<app-name>.<region>.azurewebsites.net

<random-hash>-<app-name>-<random-hash>.<region>.azurewebsites.net

Answer explanation

App Service allows you to create web apps with unique default hostnames to avoid a high-severity threat of subdomain takeover

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The company needs you to run a web app in Ruby, what's the best approach to achieve this?

Create an Azure App directly in Azure and using Windows OS

Create a custom container running Ruby and deploy it to the Azure App

There is no way to achieve this

Answer explanation

Ruby has been deprecated as supported language, a custom container needs to be created to host your application

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Select all the advantages you have when running an app in Azure App Service

Security (e.g. IP blocking and use of TLS/SSL certificates)

Network capabilities such as load balancing

Autoscaling

Continuous deployment features

Staging environments

Answer explanation

App Service adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, automated management, DevOps capabilities, staging environments, custom domain, and TLS/SSL certificates.

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

When creating an App Service Plan, what compute resources can you define? (select all that apply)

Operative System

Connections to other Azure services

Number of VM instances and their size

Pricing tier

Region

Answer explanation

During the creation of an App Service Plan, you need to define the OS, # of VMs, size of the VMs, pricing tier and region

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The available features and price that we need to pay for using the App Service is defined by

Azure Service Plan

Pricing tier

Azure Service tier

Pricing plan

Answer explanation

Pricing tier is the configuration that will enable/disable certain features in the Service Plan and thus determine the cost to pay for those features

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An Azure App Service Web App can only contain one app

No, it can have multiple apps handled by virtual applications

Yes, it must contain only one app, otherwise we're going to get a 403 HTTP error response

No, it can have multiple apps handled by virtual directories

Yes, it must contain only one app, otherwise we're going to get a 500 HTTP error response

Answer explanation

Virtual Applications allows us to map different applications hosted in the same webapp to their corresponding starting folders

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?