AZ-204 – Question 128

0
411
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are designing an Azure WebJob that will run on the same instances as a web app.
You want to make use of a suitable WebJob type. The webjob type should also allow for the option to restrict the WebJob to a single instance.

Q. 1: Solution: You configure the use of the Triggered WebJob type.
Does the solution meet the goal?

A. Yes
B. No 

Correct Answer: B

Continuous Webjobs :: Runs on all instances that the web app runs on. You can optionally restrict the WebJob to a single instance.

Reference: https://docs.microsoft.com/en-us/azure/app-service/webjobs-create#webjob-types

Q. 2: Solution: You configure the use of the Continuous WebJob type.
Does the solution meet the goal?
A. Yes
B. No

Correct Answer: A