PE PowerExams Prepare. Practice. Pass.
CIS-HAM · Domain 1 of 5

IT Asset Management Overview & Fundamentals

About 20% of the CIS-HAM exam — see all 5 domains.

20%
of the exam
60
practice questions
5
domains total
  • ITAM = governance of an asset's financial, contractual, and inventory lifecycle. ServiceNow splits it into Hardware Asset Management (HAM/HAM Pro) for physical IT assets, Software Asset Management (SAM) for licenses/entitlements, and (separately) Enterprise Asset Management (EAM) for non-IT operational/facilities assets.
  • HAM Pro is the licensed, flow-driven product (Asset Workspace, asset lifecycle automation, stockrooms, transfer orders, asset tasks). Foundational/classic Asset Management is the lighter built-in capability.
  • Asset vs CI (repeated because it is foundational): asset = finance/contract/inventory; CI = operations/service relationships; synced one-to-one via ci/asset references.
  • Roles to recognize: asset manager (asset), and HAM Pro–specific roles for workspace and admin functions; least-privilege assignment is best practice.

Sample questions from this domain

Three of the 60 in this domain, with the reasoning. The full set is in the question bank.

Question 1 · easy

Which ServiceNow application is specifically designed to manage the lifecycle of physical IT assets such as laptops, servers, and mobile devices?

  • A. IT Service Management (ITSM)
  • B. Hardware Asset Management (HAM Pro)
  • C. Software Asset Management (SAM)
  • D. Enterprise Asset Management (EAM)

Why: HAM Pro is purpose-built to manage the full lifecycle of physical IT hardware assets. SAM manages software licenses and entitlements, not physical hardware. ITSM handles incidents, problems, and changes rather than asset lifecycle. EAM manages non-IT operational/facilities assets, not IT hardware.

Question 2 · easy

What is the primary distinction between an Asset record and a Configuration Item (CI) in ServiceNow?

  • A. An Asset tracks the financial and contractual aspects, while a CI tracks the operational and service relationships
  • B. There is no difference; the terms are interchangeable
  • C. A CI tracks financial data while an Asset tracks operational relationships
  • D. An Asset is stored in the CMDB while a CI is stored in the asset tables

Why: Assets focus on financial, contractual, and inventory attributes (cost, purchase order, contract, lifecycle state), while CIs focus on operational use and relationships within services. Option D reverses the storage tables. Option C reverses the two roles. Option B is incorrect because they are distinct but synchronized records.

Question 3 · medium

When a hardware asset is created and synchronized with a CI, which field maintains the relationship between the alm_hardware record and its corresponding cmdb_ci record?

  • A. The model field on the asset
  • B. The serial number field only
  • C. The assigned_to field on both records
  • D. The CI field (ci) on the asset record, paired with the Asset field on the CI

Why: The asset record references its CI through the ci field, and the CI references back through the asset field, maintaining a one-to-one synchronized relationship. The model field classifies the asset but does not link it to a specific CI. Serial number and assigned_to may match but are not the defining relationship reference.