Home
6.
Which Azure PowerShell cmdlet should you use to download the diagnostic logs from an Azure website to your local computer?
  • A.
    Get-AzureWebsiteLog
  • B.
    Enable-AzureWebsiteApplicationDiagnostic
  • C.
    Save-AzureWebsiteLog
  • D.
    Get-AzureWebsiteMetric
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
A. Incorrect: Get-AzureWebsiteLog is used to enable log streaming.
B. Incorrect: Enable-AzureWebsiteApplicationDiagnostic is used to enable application diagnostics and configure logging level.
C. Correct: Save-AzureWebsiteLog is the cmdlet to download the log files from Azure to your local computer.
D. Incorrect: Get-AzureWebsiteMetric is used to get detailed metrics for the website.
Report
Name Email  
7.
Which Autoscale schedule setting is needed to configure Autoscale for a website such that the number of running instances can be increased during the day and decreased in the evening?
  • A.
    Recurring schedule for weekday and weekend
  • B.
    Recurring schedule for day and night
  • C.
    Specific schedule with a start time in the morning and an end time in the evening
  • D.
    Specific schedule with a start time in the evening and an end time in the morning
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: Recurring schedule for weekday and weekend enables you to scale Monday through Friday and Saturday through Sunday.
B. Correct: Recurring schedule for day and night enables you to indicate the start and end time for your day, and scale on that schedule.
C. Incorrect: Specific schedule with a start time in the morning and an end time in the evening enables you to scale up or down during that time period only. It doesn't give you an option to scale up and down.
D. Incorrect: Specific schedule with a start time in the evening and an end time in the morning enables you to scale up or down during that time period only. It doesn't give you an option to scale up and down.
Report
Name Email  
8.
Which are valid instance size settings for an Azure website? (Choose all that apply.)
  • A.
    A0 (Shared core, 768 MB memory)
  • B.
    Small (1 core, 1.75 GB memory)
  • C.
    Medium (2 cores, 3.5 GB memory)
  • D.
    Large (4 cores, 7 GB memory)
  • Answer & Explanation
  • Report
Answer : [B,C, D]
Explanation :
A. Incorrect: A0 (Shared core, 768 MB memory) is not a valid website instance size. However, this is a valid size for a virtual machine.
B. Correct: Small (1 core, 1.75 GB memory) is a valid instance size setting.
C. Correct: Medium (2 cores, 3.5 GB memory) is a valid instance size setting.
D. Correct: Large (4 cores, 7 GB memory) is a valid instance size setting.
Report
Name Email  
9.
Which web hosting plan would be appropriate for a website requiring SSL for a custom domain, 3 GB of memory, and a minimum of two instances?
  • A.
    Standard (S2)
  • B.
    Basic (B3)
  • C.
    Shared
  • D.
    Basic (B2)
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
A. Incorrect: Standard (S2) meets all the requirements for the website but is not the most cost-effective choice.
B. Incorrect: Basic (B3) meets all the requirements for the website but is not the most cost-effective choice.
C. Incorrect: Shared doesn't meet any of the requirements.
D. Correct: Basic (B2) meets all the requirements and is the most cost-effective choice.
Report
Name Email  
10.
Which web hosting plans can you configure a specific instance size for all websites in the web hosting plan? (Choose all that apply.)
  • A.
    Standard
  • B.
    Shared
  • C.
    Basic
  • D.
    Free
  • Answer & Explanation
  • Report
Answer : [A, C]
Explanation :
A. Correct: Standard mode lets you define the instance size, and is offered as S1, S2, and S3 for instance sizes Small, Medium, and Large.
B. Incorrect: Shared does not let you define an instance size.
C. Correct: Basic mode lets you define the instance size, and is offered as B1, B2, and B3 for instance sizes Small, Medium, and Large.
D. Incorrect: Free does not let you define an instance size.
Report
Name Email