SY0-501 · Question #17
When trying to log onto a company's new ticketing system, some employees receive the following message: Access denied: too many concurrent sessions. The ticketing system was recently installed on a…
The correct answer is C. The VM does not have enough processing power. The error message 'Access denied: too many concurrent sessions' on a newly installed ticketing system running on a small VM with only recommended hardware indicates a system resource bottleneck.
Question
When trying to log onto a company's new ticketing system, some employees receive the following message: Access denied: too many concurrent sessions. The ticketing system was recently installed on a small VM with only the recommended hardware specifications. Which of the following is the MOST likely cause for this error message?
Options
- ANetwork resources have been exceeded.
- BThe software is out of licenses.
- CThe VM does not have enough processing power.
- DThe firewall is misconfigured.
How the community answered
(48 responses)- A4% (2)
- B6% (3)
- C79% (38)
- D10% (5)
Why each option
The error message 'Access denied: too many concurrent sessions' on a newly installed ticketing system running on a small VM with only recommended hardware indicates a system resource bottleneck.
Network resource exhaustion typically manifests as slow connectivity, timeouts, or dropped packets, not a specific application-level message about too many concurrent sessions.
If the software were out of licenses, the error message would typically be license-specific, such as 'License limit reached' or 'Licensing error,' rather than indicating an issue with concurrent sessions from a resource perspective.
The error message 'too many concurrent sessions' directly points to the system's inability to handle the active user load. Even with recommended specifications, a 'small VM' might not possess sufficient processing power (CPU and RAM) to efficiently manage a high number of simultaneous user requests and maintain their session states, leading the application or underlying OS to deny new connections to prevent further resource exhaustion.
A misconfigured firewall would generally block connections outright or prevent access to specific ports, not allow connections to reach the application and then report 'too many concurrent sessions.'
Concept tested: VM resource capacity for concurrent users
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/sizes-compute
Topics
Community Discussion
No community discussion yet for this question.