Home
11.
A recurring WebJob can be configured to recur every how often? (Choose all that apply.)
  • A.
    Second
  • B.
    Minute
  • C.
    Hour
  • D.
    Day
  • E.
    Week
  • F.
    Month
  • Answer & Explanation
  • Report
Answer : [B,C,D,E,F]
Explanation :
A. Incorrect: WebJobs do not support a 1-second recurrence.
B. Correct: WebJobs can recur every minute.
C. Correct: WebJobs can recur every hour.
D. Correct: WebJobs can recur every day.
E. Correct: WebJobs can recur every week.
F. Correct: WebJobs can recur every month.
Report
Name Email  
12.
A WebJob can be triggered as a result of which of the following? (Choose all that apply.)
  • A.
    A new blob added to a container
  • B.
    A new message in a storage queue
  • C.
    An on-demand request
  • D.
    A SQL trigger
  • Answer & Explanation
  • Report
Answer : [A, B, C]
Explanation :
A. Correct: WebJobs can be triggered from a blob.
B. Correct: WebJobs can be triggered from a message in a Storage queue.
C. Correct: WebJobs can be triggered on demand.
D. Incorrect: WebJobs cannot be triggered from a SQL trigger.
Report
Name Email  
13.
The failover load balancing method is also a feature of which of the following?
  • A.
    Failover
  • B.
    Round robin
  • C.
    Performance
  • D.
    All of the above
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
A. Incorrect: While correct, failover load balancing can occur with round robin and performance methods.
B. Incorrect: While correct, failover load balancing can occur with failover and performance methods.
C. Incorrect: While correct, failover load balancing can occur with failover and round robin methods.
D. Correct: Failover occurs with all load balancing methods.
Report
Name Email  
14.
Which one of the following does auto-scale control?
  • A.
    Instance size
  • B.
    Instance count
  • C.
    Instance region
  • D.
    Instance memory
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: Instance size is not affected by auto-scale.
B. Correct: Instance count is controlled by auto-scale.
C. Incorrect: The region is not affected by auto-scale.
D. Incorrect: The memory (or instance size) is not affected by auto-scale.
Report
Name Email  
15.
If you have a website set up with Traffic Manager for failover and the primary endpoint fails, what is the minimum amount of time active users will wait to failover to the next endpoint?
  • A.
    0 seconds
  • B.
    30 seconds
  • C.
    500 seconds
  • D.
    3,600 seconds
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: The minimum TTL is 30 seconds; a user would experience at least that.
B. Correct: The minimum TTL is 30 seconds; a user would experience at least that.
C. Incorrect: The minimum TTL is 30 seconds; a user would experience at least that.
D. Incorrect: The minimum TTL is 30 seconds; a user would experience at least that.
Report
Name Email