UPDATED QUESTIONS WITH
ANSWERS | LATEST STUDY GUIDE AND
CERTIFICATION PREP
Azure Function - CORRECT ANSWER>>>>is a simple way for you to
run small pieces of code in the cloud, without having to worry about the
infrastructure required to host that code.
HTTPTrigger - CORRECT ANSWER>>>>Use this template when you
want the code to execute in response to a request sent through the HTTP
protocol.
TimerTrigger - CORRECT ANSWER>>>>Use this template when you
want the code to execute according to a schedule.
BlobTrigger. - CORRECT ANSWER>>>>Use this template when you
want the code to execute when a new blob is added to an Azure Storage
account.
Page 1 of 49
,CosmosDBTrigger - CORRECT ANSWER>>>>Use this template when
you want the code to execute in response to new or updated documents
in a NoSQL database.
WebJobs, Functions, - CORRECT ANSWER>>>>Code-first
technologies
Serverless compute - CORRECT ANSWER>>>>as a function as a
service (FaaS), or a microservice that is hosted on a cloud platform.
Serverless compute - CORRECT ANSWER>>>>a great option for
hosting business logic code in the cloud.
Durable Functions - CORRECT ANSWER>>>>that allows you to
orchestrate the executions of multiple functions without any timeout.
function app - CORRECT ANSWER>>>>Functions are hosted in an
execution context called a
Consumption service plan. - CORRECT ANSWER>>>>This is the plan
that you choose when using the Azure serverless application platform. It
provides automatic scaling and bills you when your functions are
running.
Page 2 of 49
,Azure Storage - CORRECT ANSWER>>>>storage solution that
supports all types of data, including: blobs, queues, and NoSQL.
workflows - CORRECT ANSWER>>>>Business processes modeled in
software are often called
Logic Apps
Microsoft Power Automate
WebJobs
Azure Functions - CORRECT ANSWER>>>>Azure includes four
different technologies that you can use to build and implement
workflows that integrate multiple systems
run actions, accept inputs, include conditions, produce outputs, -
CORRECT ANSWER>>>>All workflow technologies
design-first approach - CORRECT ANSWER>>>>They both include
user interfaces in which you can draw out the workflow
Logic Apps - CORRECT ANSWER>>>>a service within Azure that you
can use to automate, orchestrate, and integrate disparate components of a
distributed application
connector - CORRECT ANSWER>>>>is a Logic Apps component that
provides an interface to an external service.
Page 3 of 49
, Microsoft Power Automate - CORRECT ANSWER>>>>is a service that
you can use to create workflows even when you have no development or
IT Pro experience.
Automated, Button, Scheduled, Business Process, - CORRECT
ANSWER>>>>4 types of workflow
Automated Flow - CORRECT ANSWER>>>>A flow that is started by a
trigger from some event.
Button flow - CORRECT ANSWER>>>>runs a repetitive task with a
single click from your mobile device.
Scheduled flow - CORRECT ANSWER>>>>A flow that executes on a
regular basis such as once a week, on a specific date, or after 10 hours.
Business process flow - CORRECT ANSWER>>>>A flow that models
a business process such as the stock ordering process or the complaints
procedure.
Continuous, Triggered, - CORRECT ANSWER>>>>There are two
kinds of WebJob
Page 4 of 49