- Home
- Server Administration
- Windows
- Developing Microsoft Azure Solutions
1.
How many deployment slots can a website have (besides the main slot)?
- A.Two
- B.Three
- C.Four
- D.Five
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
A. Incorrect: A website can have up to four deployment slots besides the main slot,
not just two. B. Incorrect: A website can have up to four deployment slots besides the main slot, not just three. C. Correct: A website can have up to four deployment slots besides the main slot. D. Incorrect: A website can have a maximum of four deployment slots besides the main slot. |
2.
For a website to be co-located with other websites in the same web hosting plan, what
must they have in common? (Choose all that apply.)
- A.Subscription
- B.Region
- C.Resource group
- D.Pricing tier
- Answer & Explanation
- Report
Answer : [A, B, C, D]
Explanation :
Explanation :
A. Correct: Websites must share the same subscription. B. Correct: Websites must share the same region. C. Correct: Websites must share the same resource group. D. Correct: Websites must share the same pricing tier. |
3.
How can you create a new web hosting plan?
- A.Directly, by clicking New on the command bar
- B.By creating a new website and then choosing an existing web hosting plan
- C.By creating a new website and then creating a new web hosting plan
- D.None of the above
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
A. Correct: Installing the Graphical Management Tools and Infrastructure module—
and only that module—on a Server Core installation results in the Minimal Server
Interface. B. Incorrect: Installing the Server Graphical Shell with the Graphical Management Tools and Infrastructure converts a Server Core installation to the full GUI. C. Incorrect: Windows PowerShell is a command-line interface that has no effect on the Minimal Server Installation. D. Incorrect: MMC is one of the graphical applications available in the Minimal Server Installation, but you do not install it individually. |
4.
Why should you set up your own SSL certificate versus using the certificate for
*.azurewebsites.net? (Choose all that apply.)
- A.The *.azurewebsites.net certificate is more susceptible to phishing attacks.
- B.The *.azurewebsites.net certificate is less secure.
- C.You cannot use the *.azurewebsites.net certificate with a custom domain name.
- D.Your data is not encrypted in transit with the *.azurewebsites.net certificate
- Answer & Explanation
- Report
Answer : [A, B, C]
Explanation :
Explanation :
A. Correct: Because the certificate does not identify the subdomain, it becomes
possible to lure users to a similarly named website pretending to be yours. B. Correct: Because the private key is used to decrypt all Azure traffic, its compromise would mean compromising your website security—which would not be possible if you had your own certificate. C. Correct: You can only use the *.azurewebsites.net certificate against that domain. D. Incorrect: Data is encrypted with the certificate for the *.azurewebsites.net domain. |
5.
If you are developing a Node.js web application on Mac for deployment to Azure
Websites, which tools might you use to manage your website? (Choose all that apply.)
- A.Windows PowerShell
- B.xplat-cli
- C.Management portal
- D.None of the above
- Answer & Explanation
- Report
Answer : [B, C]
Explanation :
Explanation :
A. Incorrect: Windows PowerShell is supported only on Windows. B. Correct: The cross-platform command line interface (xplat-cli) would be useful here. C. Correct: The management portal is accessible using a browser on a Mac. D. Incorrect: Options B and C are valid. |