Question Q-8588 A financial services company wants to create a Service Map…
2 comments · last active Jun 8, 2026
By Marcus Chen · Updated May 25, 2026
| Questions | 25 |
| Passing Score | 75% |
| Format | 100% Multiple Choice |
| Sessions Logged | 640 |
| Your progress | Log in / Register to track times taken, best score, questions mastered, and coverage on this quiz. |
| Rating |
Uncategorized25 questions
Log in to post a comment, reply, or expand a question.
Flapping CPU alerts: Alert Rule Wait period (5 min sustained) + recovery event closes alert before incident spawns.
Immediate incident per threshold breach is the trap answer.
Stale CI = Discovery schedule disabled, MID offline, or failing credentials — CI not refreshed by recent successful scan.
Check Discovery Status and MID Server heartbeat before blaming IRE.
Oracle DB attributes via JDBC probe — needs DB credentials and JDBC driver, not SNMP alone.
WMI is Windows — wrong probe family for Oracle instance discovery depth.
CI absent from Discovery 30 days → Lifecycle Management auto-retire install_status after retention — don't leave ghost CIs forever.
Manual retire project at 10k CIs doesn't scale — lifecycle rules automate hygiene.
Service Mapping gap = missing pattern for connection type (non-standard port, unusual middleware) — extend patterns don't guess.
Manual CMDB relationships after the fact lose automated maintenance — fix patterns.
AWS EC2/RDS without MID in AWS = Cloud Discovery / CMI with API credentials (describe-instances, etc.).
MID in every VPC is old pattern — API discovery is standard for public cloud.
Populate CMDB without manual entry = Discovery + MID Server probing SNMP/WMI/SSH/JDBC — classifies and writes CIs.
Import set is for bulk load from files — not continuous automated discovery of live network.
Linux Discovery failing: firewall SSH 22, bad credentials, sshd AllowUsers blocking MID IP — test SSH from MID host.
Discovery dashboard shows probe error type per IP — credential vs timeout vs refused.
SNMP community wrong shows different error than SSH auth fail — learn to read probe logs.
Discovery performance: off-peak schedules, throttle concurrency, limit MID threads — don't blast prod network midday.
Prioritize non-prod scans business hours, prod evenings — operational compromise.
Duplicate CIs after Discovery = broken identification rules — IRE should match on serial/hostname. Fix identification, not delete blindly.
We had two Windows Server classes with overlapping identifiers — consolidation of rules fixed 400 dupes.
5000 events/hour → Event Management ingest, dedupe rules, correlate to CI, group into Alerts — massive noise reduction before incident.
One incident per event is alert fatigue hell — correlation is the point.
Catalog listing of the 5 preview questions for this quiz.
A ServiceNow ITOM implementation team needs to populate the CMDB with AWS EC2 instances, S3 buckets, RDS databases, and VPC configurations. AWS infrastructure changes frequently with auto-scaling. What is the correct approach for continuous CMDB currency for cloud assets?
ServiceNow Cloud Discovery for AWS: (1) Cloud Account configuration — add AWS account credentials (IAM role or access key with read-only Discovery permissions) in ServiceNow Cloud Accounts; (2) Cloud Discovery schedules use AWS APIs directly from the ServiceNow instance (or via a MID Server with internet access) — no MID Server in the cloud required; (3) Discovers: EC2 instances (cmdb_ci_vm_instance), S3 buckets (cmdb_ci_s3_bucket), RDS instances, ELBs, VPCs, Security Groups; (4) Auto-scaling: new instances are discovered and added; terminated instances are marked "Absent" or retired in CMDB; (5) Runs frequently (hourly) to capture ephemeral cloud infrastructure changes. Installing MID Servers on each EC2 (option C) is impractical for auto-scaling environments. Weekly CSV imports (option D) are too infrequent for dynamic cloud environments.
A company has deployed Service Mapping and created service maps for their critical business applications. A planned maintenance is scheduled for a database server. The Change Manager wants to know which business services will be impacted before approving the change. How does ServiceNow address this?
Service Map-driven Change Impact Analysis: (1) Change Request "Affected CIs" includes the database server; (2) Change Impact Analysis: ServiceNow queries the CMDB service map relationships to find all Business Services that include this database as a dependency (directly or indirectly); (3) Impact Report: shows: Online Banking Service (depends on DB → App Server → DB), Customer Portal Service, Internal Reporting Service all will be affected; (4) This information is surfaced on the Change record for CAB review; (5) Scheduling: Change Manager selects a maintenance window outside peak usage for the most-affected business services; (6) Stakeholder notification: notified application owners are included in the approval chain. Manual spreadsheets (option D) become outdated immediately after any infrastructure change.
A company's Service Mapping implementation is showing a business service as "Incomplete" — some CIs in the service map have no connections traced beyond a specific point. What is the MOST LIKELY cause?
Service Mapping "Incomplete" status troubleshooting: (1) Service Mapping uses Patterns to trace connections from one CI to the next; (2) Pattern coverage gap: if no pattern exists for the connection type (e.g., custom middleware, uncommon database driver, encrypted proprietary protocol), tracing stops at that CI; (3) Fix: create or customize a Service Mapping pattern for the missing connection type; patterns use process-to-port mappings, connection table queries, or log file analysis to trace dependencies; (4) Credential gaps: if Service Mapping lacks credentials for a target CI (SSH/WMI), it can't trace within that CI; (5) Network blocking: if ports between CIs are blocked at the firewall, connection discovery fails; (6) Review "Service Mapping Results" for each incomplete entry to see the specific failure reason. Service Mapping has no hard CI count limit (option C). It traces many protocols beyond HTTP (option D).
After running Discovery, a ServiceNow administrator notices that the same physical server appears twice in the CMDB under different sys_ids — once as a Linux server and once as a virtual machine, both with the same IP address. What is the ROOT CAUSE and fix?
CMDB duplicates during Discovery indicate IRE identification rule issues: (1) IRE Identification Rules define which attributes uniquely identify a CI class (e.g., cmdb_ci_linux_server identified by serial_number OR hostname + IP); (2) If the identification rule uses an attribute that Discovery doesn't populate correctly (e.g., serial number format mismatch), IRE can't match the incoming data to the existing CI and creates a duplicate; (3) Fix: navigate to CMDB Identification & Reconciliation, review the identification rules for the CI class, and ensure the identifying attributes are reliably populated by Discovery probes; (4) Run the CMDB Health Dashboard to identify all duplicate CIs; (5) Merge duplicates using the Duplicate CI remediation feature. Simply deleting one (option C) solves the symptom but not the root cause — Discovery will recreate the duplicate.
A monitoring team receives 5,000 events per hour from their monitoring tools (Nagios, SolarWinds, Dynatrace) during business hours. Most are duplicate or correlated alerts about the same infrastructure issue. They want ServiceNow to condense these 5,000 events into meaningful, actionable alerts. Which ITOM feature addresses this?
ITOM Event Management event processing pipeline: (1) Event Ingestion — events arrive via REST, SNMP, Syslog, or monitoring connectors (Dynatrace, Nagios, SolarWinds spokes); (2) Event Rules — filter, transform, and classify incoming events; (3) Deduplication — identical events (same CI, same condition) within a time window are deduplicated, counting occurrences rather than creating separate records; (4) CI Correlation — events are matched to CMDB CI records using IP, hostname, or source identifiers; (5) Alert Rules — correlated events for the same CI/service are grouped into a single Alert; (6) Alert Severity — maximum event severity sets the Alert severity; (7) 5,000 events might produce 50 meaningful Alerts. Only significant Alerts trigger incident creation. Direct incident creation (option A) creates alert storms that overwhelm the service desk.
Discovery finds CIs; Service Mapping builds application dependency map between them.
Business service map from URL/IP entry point = Service Mapping top-down pattern tracing dependencies — not flat Discovery alone.