500-445 · Question #2
What is the limit of concurrent agents per application server?
The correct answer is D. 1800. Option D (1800) is the correct limit for concurrent agents per application server, a hard cap set by the platform to balance resource utilization and system stability across the server's thread pool and connection resources. Why the distractors are wrong: A (400) is too low…
Question
What is the limit of concurrent agents per application server?
Options
- A400
- B600
- C1200
- D1800
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- D88% (21)
Explanation
Option D (1800) is the correct limit for concurrent agents per application server, a hard cap set by the platform to balance resource utilization and system stability across the server's thread pool and connection resources.
Why the distractors are wrong:
- A (400) is too low - this might be confused with per-user session limits or smaller-tier server thresholds.
- B (600) may correspond to other concurrency limits within the system (e.g., per-queue or per-service limits), but not the application server agent cap.
- C (1200) is exactly two-thirds of the correct answer and may seem plausible, but it does not match the documented specification.
Memory tip: Think "1800 = 18 hundreds" - picture an 18-wheeler truck (a large vehicle carrying a heavy load of agents). The application server is the "highway" that can only handle 1800 agents before traffic jams occur. Alternatively, remember that 1800 = 3 × 600, so if you remember 600 as a distractor, triple it to get the right answer.
Topics
Community Discussion
No community discussion yet for this question.