exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 3 question 21 discussion

Actual exam question from Microsoft's AZ-303
Question #: 21
Topic #: 3
[All AZ-303 Questions]

You have an Azure subscription that contains the web apps shown in the following table.

For which web app can you configure a WebJob?

  • A. WebApp1
  • B. WebApp4
  • C. WebApp2
  • D. WebApp3
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
byuq
Highly Voted 4 years, 4 months ago
Correct answer. https://docs.microsoft.com/en-us/azure/app-service/webjobs-dotnet-deploy-vs
upvoted 19 times
...
tinyflame
Highly Voted 4 years, 3 months ago
Java SE is correct answer. Web Job is only on Windows(no Linux) Ruby 2.6 => Windows Not Support Python 3.7 => Windows Not Support ASP.NET V4.7 = Windows Not Support(ASP.BET V4.8 is fine)
upvoted 12 times
henry1985
3 years, 11 months ago
I think this is right because... WebJobs is not yet supported for App Service on Linux. ref. https://docs.microsoft.com/en-us/azure/app-service/webjobs-create#overview and: az webapp list-runtimes [ "aspnet|V4.8", "aspnet|V3.5", "DOTNETCORE|2.1", "DOTNETCORE|3.1", "DOTNET|5.0", "node|10.6", "node|10.10", "node|10.14", "node|12-lts", "php|7.2", "php|7.3", "php|7.4", "python|3.6", "java|1.8|Tomcat|7.0", "java|1.8|Tomcat|8.0", "java|1.8|Tomcat|8.5", "java|1.8|Tomcat|9.0", "java|1.8|Java SE|8", "java|11|Tomcat|7.0", "java|11|Tomcat|8.0", "java|11|Tomcat|8.5", "java|11|Tomcat|9.0", "java|11|Java SE|8" ]
upvoted 4 times
...
...
observador081
Most Recent 2 years, 11 months ago
You have an Azure web app called WebApp1. You find that backup options are not available for WebApp1. You need to backup WebApp1. What should you do first? Please select only one answer. A-Modify the platform settings of WebApp1. B-Modify the application settings of WebApp1. C-Increase the app's service plan. D-Scale out the app's service plan.
upvoted 1 times
...
observador081
2 years, 11 months ago
You plan to deploy the following Azure web apps: WebApp1, which uses the .NET 5 runtime stack WebApp2, which uses the ASP.NET V4.8 runtime stack WebApp3, which uses the Java 11 runtime stack WebApp4, which uses the PHP 8.0 runtime stack You need to create the App Service plans for the web apps. What is the minimum number of App Service plans that must be created? A-1 B-2 C-3 D-4
upvoted 4 times
leemnclng
2 years, 8 months ago
what is the answer here?
upvoted 1 times
ab079
2 years, 7 months ago
I Believe A-1
upvoted 2 times
...
...
...
KemalM
3 years, 2 months ago
Selected Answer: A
Java SE
upvoted 1 times
...
JayBee65
3 years, 2 months ago
Ruby and Python only run on Linux, (https://docs.microsoft.com/en-us/azure/app-service/overview), and WebJobs is not yet supported for App Service on Linux, (https://docs.microsoft.com/en-us/azure/app-service/webjobs-create#overview) so WebApp2 and WebApp3 cannot be used. You can choose to develop a WebJob that runs as either a .NET Core app or a .NET Framework app. ASP.NET web app required 4.8 (https://docs.microsoft.com/en-us/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs) so WebApp4 cannot be used. Only option is WebApp1 using JaveSE
upvoted 2 times
...
ERROR505
3 years, 2 months ago
Per this documentation: https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=in-process%2Cv4&pivots=programming-language-csharp Answer could be A and D. Language 1.x 2.x 3.x 4.x C# GA (.NET Framework 4.8) GA (.NET Core 2.11) GA (.NET Core 3.1) GA (.NET 5.0) GA (.NET 6.0) JavaScript GA (Node.js 6) GA (Node.js 10 & 8) GA (Node.js 14, 12, & 10) GA (Node.js 14) Preview (Node.js 16) F# GA (.NET Framework 4.8) GA (.NET Core 2.11) GA (.NET Core 3.1) GA (.NET 6.0) Java N/A GA (Java 8) GA (Java 11 & 8) GA (Java 11 & 8) PowerShell N/A GA (PowerShell Core 6) GA (PowerShell 7.0 & Core 6) GA (PowerShell 7.0) Python N/A GA (Python 3.7 & 3.6) GA (Python 3.9, 3.8, 3.7, & 3.6) GA (Python 3.9, 3.8, 3.7) TypeScript2 N/A GA GA GA
upvoted 1 times
altafpatel1984
3 years, 2 months ago
Question is about WebJobs, not Azure function
upvoted 1 times
...
...
plmmsg
3 years, 4 months ago
Java SE
upvoted 1 times
...
jmay
3 years, 4 months ago
As of Dec 2021, ASP.NET 4.7 is not a valid runtime option. Java SE is the only possible answer here with a caveate: it needs to be deployed on the Windows OS instead of linux as WebJobs only supports Windows platform. So the answer is A. Java SE
upvoted 1 times
...
Mr_RJ
3 years, 4 months ago
Selected Answer: A
JAVA SE
upvoted 3 times
...
jadepe
3 years, 4 months ago
A similar one, not present in this dump was on exam 13dic2021 Shows four web apps 1 asp.net deployed as code 2 ruby deployed as code 3 a container with linux 4 a container with windows 2 questions: a) Which webapp support webjobs only option1 (chosen) option 1 and 4 option 1 and 2 all Which ones support deployment slots (I chose all)
upvoted 1 times
Mr_RJ
3 years, 4 months ago
1 and 4. WebJobs feature is only supported in Azure WebApp for Windows, not for Linux on Container
upvoted 1 times
...
...
gcpbrig01
3 years, 4 months ago
Linux versions of Azure App service won't support web jobs. Assuming all web apps except the webapp4 are on linux app service plan, the answer is B.
upvoted 1 times
...
syu31svc
3 years, 8 months ago
I'm going with B as the answer for having tried in the portal
upvoted 2 times
...
thelue
3 years, 8 months ago
the answer is correct, tested in the lab
upvoted 1 times
...
struz
3 years, 9 months ago
outdated question? The following file types are supported: .cmd, .bat, .exe (using Windows cmd) .ps1 (using PowerShell) .sh (using Bash) .php (using PHP) .py (using Python) .js (using Node.js) .jar (using Java) https://docs.microsoft.com/en-us/azure/app-service/webjobs-create
upvoted 1 times
...
norbitek
3 years, 11 months ago
Correct answer. Tested. For other App Service WebJobs panel is disabled.
upvoted 2 times
...
azurellc
3 years, 11 months ago
On exam 5/15/2021
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago