Management APM Professional Practice
Exam
**Question 1. Which of the following best defines Application Performance Management
(APM)?**
A) Monitoring hardware health only
B) Tracking end‑user experience and business transaction performance
C) Managing network bandwidth allocation
D) Auditing source‑code compliance
Answer: B
Explanation: APM focuses on end‑user experience and business‑critical transaction
performance, not just hardware or code audits.
**Question 2. In the APM lifecycle, which phase directly follows data collection?**
A) Alerting
B) Diagnosis
C) Optimization
D) Reporting
Answer: B
Explanation: After gathering data, the next step is diagnosing the root cause of any performance
issues.
**Question 3. How does APM differ from traditional infrastructure monitoring?**
A) APM monitors only CPU usage
B) APM emphasizes user‑centric transaction visibility across tiers
, Certified Application Performance
Management APM Professional Practice
Exam
C) Traditional monitoring includes business‑level KPIs
D) APM does not collect logs
Answer: B
Explanation: Traditional monitoring focuses on servers and networks, while APM adds
end‑to‑end user transaction insight.
**Question 4. Which of the following is NOT one of the five core APM pillars?**
A) End‑User Experience
B) Application Discovery/Tracing
C) Patch Management
D) Diagnostics
Answer: C
Explanation: Patch Management is not a core APM pillar; the pillars are experience, discovery,
diagnostics, analytics, and infrastructure monitoring.
**Question 5. Real User Monitoring (RUM) primarily provides which type of data?**
A) Synthetic transaction timings
B) Passive measurements from actual user traffic
C) Predicted performance based on models
D) Server‑side CPU usage
Answer: B
, Certified Application Performance
Management APM Professional Practice
Exam
Explanation: RUM captures real‑world user interactions without injecting synthetic traffic.
**Question 6. Which metric is most useful for identifying geographic performance bottlenecks
in RUM data?**
A) Thread count
B) Page load time per region
C) Database connection pool size
D) Disk I/O latency
Answer: B
Explanation: Analyzing page load times segmented by region reveals geographic latency issues.
**Question 7. Synthetic monitoring is best suited for which scenario?**
A) Measuring actual user click paths
B) Detecting availability issues before users are impacted
C) Auditing source‑code quality
D) Monitoring internal network packet loss
Answer: B
Explanation: Synthetic scripts simulate critical journeys to catch outages proactively.
**Question 8. What is the primary purpose of application discovery and tracing?**
A) To generate load test scripts automatically
B) To map service dependencies and follow request flow across tiers
, Certified Application Performance
Management APM Professional Practice
Exam
C) To replace database monitoring tools
D) To encrypt all network traffic
Answer: B
Explanation: Discovery creates a service map, while tracing follows a request through that map.
**Question 9. Deep transaction tracing collects data at which granularity?**
A) Only at the HTTP request level
B) At every function call, DB query, and external service call
C) Only at the operating‑system process level
D) Only at the network packet level
Answer: B
Explanation: Deep tracing captures fine‑grained details of every internal operation within a
transaction.
**Question 10. Which APM agent technique injects instrumentation without modifying source
code?**
A) Manual code annotations
B) Byte‑code instrumentation
C) SQL query rewriting
D) HTML tag insertion
Answer: B