Microsoft Certified Azure Data Engineer Associate · Free Practice Question Easy
Question 1
Which workload management feature influences the order in which a request gets access to resources?
-
A
Workload isolation
-
B
Workload priority
-
C
Workload importance
-
D
Workload classification
Reveal correct answer
Correct answer: C
Explanation
Workload importance indexes write multiple data types and values per row of data and so compression functions are less likely to be able to reduce the size through pattern matching and offsets.
Workload importance
Workload importance influences the order in which a request gets access to resources. On a busy system, a request with higher importance has first access to resources. Importance can also ensure ordered access to locks. There are five levels of importance: low, below_normal, normal, above_normal, and high. Requests that don't set importance are assigned the default level of normal. Requests that have the same importance level have the same scheduling behaviour that exists today.
A. Workload isolation focuses on separating workloads to prevent interference or resource contention between them. While workload isolation is important for resource management, it does not specifically influence the order in which a request gets access to resources.
B. Workload priority is not the correct choice as it does not directly impact the order in which a request gets access to resources. Workload priority may determine the importance or urgency of a workload, but it does not control the sequence in which requests are processed for resource access.
C. Workload importance is the correct choice as it determines the priority or significance of a workload in accessing resources. This feature helps in managing the order in which requests are processed based on the importance assigned to each workload.
D. Workload classification is not directly related to influencing the order in which a request gets access to resources. While workload classification helps in categorizing workloads based on specific criteria, it does not determine the order of resource access for requests.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
