exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 6 question 10 discussion

Actual exam question from Microsoft's 70-487
Question #: 10
Topic #: 6
[All 70-487 Questions]

You need to configure the WebJob.
What should you do?

  • A. Set the type to Triggered. Set the Scale to Single Instance.
  • B. Set the type to Continuous. Set the Scale to Multiple Instance.
  • C. Set the type to Triggered. Set the Scale to Multiple Instance.
  • D. Set the type to Continuous. Set the Scale to Single Instance.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Scenario: An Azure WebJob named EventJob will be deployed with the Event Service Web App. The WebJob:
✑ Creates new computed events when partner events are created.
✑ Must be active whenever the Event Service is running.
Triggered WebJobs Starts only when triggered manually or on a schedule. Runs on a single instance that Azure selects for load balancing.
References:
https://docs.microsoft.com/en-us/azure/app-service/webjobs-create

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Armstrong
Highly Voted 5 years ago
Should Be B: Continuous WebJob:  Starts immediately when the WebJob is created. To keep the job from ending, the program or script typically does its work inside an endless loop. If the job does end, you can restart it  Runs on all instances that the web app runs on. You can optionally restrict the WebJob to a single instance  Supports remote debugging
upvoted 8 times
Dev666
4 years, 10 months ago
Says updated once a quarter. So should be triggered as then it can be scheduled
upvoted 1 times
Dev666
4 years, 10 months ago
also, downtime is scheduled
upvoted 1 times
...
...
...
mbellish
Most Recent 4 years, 5 months ago
I believe the answer is correct. Since the webjob is deployed with the service that is when it gets triggered and I believe it runs for the life of the service. Since a webjob can only run on a single instance that would make the answer A.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...