Question Q-8512 A company's HAM team needs to automate the hardware procurement…
2 comments · last active May 21, 2026
By Marcus Chen · Updated May 25, 2026
| Questions | 25 |
| Passing Score | 75% |
| Format | 100% Multiple Choice |
| Sessions Logged | 890 |
| 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.
Depreciation schedule: Straight Line, 36 months, 10% salvage on laptop asset class — HAM calculates book value automatically.
Contract amortization is lease payments, not hardware straight-line depreciation.
HAM IRE matches Discovery CI to alm_asset by serial/MAC/hostname — prevents duplicate asset and CI fragmentation.
Custom BR on cmdb_ci_computer is a hack vs IRE identification/reconciliation rules.
Serial mismatch on receive = receiving exception, Pending state, notify procurement — don't silently overwrite PO line.
Auto-return to vendor without human review is too aggressive for exam scenarios.
Disposal: sanitize → vendor pickup → attach cert of destruction → Disposed state, record retained. Graveyard stockroom skips compliance.
Problem record per disposal is wrong process — HAM disposal workflow is purpose-built.
Loaner Management module: pools, return dates, SLA alerts on overdue — not incident tickets with due dates.
Spreadsheet reminders don't integrate asset state transitions Available → On Loan → Returned.
Shadow deploy prevention: mandatory Asset Assignment workflow before physical release — acknowledgment updates assigned_to and state.
Weekly stockroom audit catches issues after the fact; workflow enforces chain of custody upfront.
Asset = cost, depreciation, warranty, contract. CI = hostname, IP, relationships, installed software. Link them — don't use interchangeably.
Unassigned hardware still has asset record in stockroom — assignment status isn't what splits asset vs CI.
Hardware Refresh Planning scores age, warranty, SCCM performance — not just sort asset table by purchase date.
Excel VLOOKUP refresh list is how we did it pre-HAM — exam wants the module.
60+ days In Stock = PA indicator on days in stock + threshold alert → task to stockroom manager. Scheduled report is passive.
Discovery won't find laptops still in sealed boxes in stockroom — wrong tool.
Laptop TCO in HAM = acquisition + depreciation on asset, expense lines for maintenance, contract costs linked, disposal at end — aggregate per model in PA/report. Not purchase price alone.
ITFM does service/department allocation — asset-level TCO still lives in HAM data model.
Lease contract record linked to 300 servers + Contract Notification 120 days out → task with buy vs return checklist.
Per-asset manual reminders don't aggregate the fleet decision — contract object is the anchor.
Catalog listing of the 5 preview questions for this quiz.
A lease management scenario: The company has 300 leased servers with a 3-year lease. The lease agreement includes an option to buy at the end. ServiceNow HAM needs to alert the asset manager 120 days before lease expiration to evaluate buy vs. return decision. How is this configured?
HAM Pro integrates with Contract Management. The correct approach: (1) Create a Contract record for the server lease with start/end dates, lease terms, and buyout option terms; (2) Link all 300 server asset records to this contract; (3) Configure Contract Notifications with a 120-day pre-expiry alert that creates a task for the asset manager. The task includes the financial analysis context: remaining book value vs. buyout price vs. replacement cost vs. continued lease cost. This enables informed decision-making before the deadline. Option A (Report) provides passive visibility but no automatic action. Option C (individual asset reminders) requires 300 manual configurations and doesn't aggregate the decision. Option D (manual email) relies entirely on human memory.
A company has 500 assets in a stockroom with no assigned users. The organization wants to track "shelf life" — flagging assets that have been in stock for more than 60 days without being deployed. Which HAM configuration achieves this?
Tracking shelf life requires: a PA Indicator that calculates days elapsed since the asset entered "In Stock" state (using the asset state history/audit log), and a PA Threshold set at 60 days that triggers automated workflow (notification task to stockroom manager, creation of a review record). This provides proactive management of dormant inventory, preventing capital from being tied up in undeployed hardware. Option A (Scheduled Report) provides visibility but not automated alerting or workflow. Option C (Deploy By date) requires manual date entry and doesn't automatically calculate elapsed time. Option D (Discovery) identifies hardware on the network, not hardware sitting in a stockroom that hasn't been connected yet.
After completing a hardware refresh, old equipment needs to be disposed of properly. The organization is subject to data security regulations requiring certificate of destruction for hard drives. How should ServiceNow HAM Pro manage the disposal process?
HAM Pro's Disposal workflow enforces a controlled end-of-life process with: disposal authorization (manager/security approval), data sanitization documentation (wipe method, technician, date), selection of disposal vendor (certified e-waste recycler or data destruction firm), chain-of-custody tracking, certificate of destruction attachment to the asset record, and final state transition to "Disposed" with all attributes preserved for audit. The asset record is retained (not deleted) to maintain the complete lifecycle audit trail required by regulations like SOX, GDPR, and HIPAA. Option A (delete records) destroys the audit trail. Option C (Graveyard stockroom) doesn't enforce data destruction verification. Option D (Problem Records) are for incident root cause analysis, not asset disposal management.
A HAM implementation needs to support hardware asset audits where physical assets must be verified against system records. Which ServiceNow feature is BEST for conducting field-based hardware audits with barcode/RFID scanning?
HAM Pro's Audit module enables systematic hardware audits using: audit plans for specific stockrooms or locations, auto-generated audit tasks assigned to field technicians, the ServiceNow Mobile app with barcode/QR code/RFID scanning capability, real-time sync of scanned results to the instance, automatic exception flagging (expected but not found = Missing; found but not expected = Unrecorded/Ghost asset), and audit completion reporting. This replaces error-prone paper-based audits and provides real-time, accurate inventory verification. Option A (Discovery) only finds network-connected devices and can't physically verify stockroom inventory. Option C (paper checklist) is manual and subject to transcription errors. Option D (ad-hoc lookup) supports individual asset lookups but not systematic audit management.
A company's HAM Pro implementation needs to manage accessories (monitors, keyboards, docking stations) alongside laptops. These accessories are assigned to employees along with their primary device. What is the BEST approach to relate accessories to their primary device and employee in ServiceNow HAM?
HAM Pro supports asset-to-asset relationships that model physical groupings. An employee's equipment set — laptop + docking station + monitor + keyboard — can all be linked with relationship types like "Component of" (docking station is a component of the workstation setup) or "Used with" (peripheral relationships). All are assigned to the same employee and location. This enables: complete view of all hardware assigned to an employee (for offboarding return), accurate replacement cost reporting per employee, and efficient accessory lifecycle tracking (accessories often outlive primary devices). Option A (spreadsheet) creates a data silo outside ServiceNow. Option C (stockroom-only tracking for accessories) loses visibility once deployed. Option D — using only CMDB CI relationships for accessories without Asset records loses financial tracking (cost, depreciation, warranty).
End-to-end laptop request: Service Catalog → Flow Designer → alm_order PO → receiving → stockroom asset In Stock → deploy assigns user + CI.
Discovery finds existing gear on network — doesn't replace procurement for newly ordered hardware.