New
CIS Hardware Asset Mgmt - ServiceNow Practice Test 2026
HAM is a lifecycle exam. Receiving, stockrooms, transfers, contracts, refresh, and disposal all matter. These 240 questions focus on the decisions asset teams actually make in ServiceNow.
What's included
- 240 questions covering receiving, stockrooms, transfers, refresh, and disposal
- Every answer links to the ServiceNow doc page behind it
- Per-option reasoning shows why each distractor falls apart
- Built around Zurich-era behavior and the 2026 exam specs
- Yours for the long haul. Updates are included.
- Published by someone who passed all 18 ServiceNow exams on the first attempt
- Udemy backs it with a 30-day refund window
15 Free Preview Questions
Answer 5 questions free. Enter your email to continue through question 15. The full course has 240 questions on Udemy.
- AImport set prioritization
- BManual reconciliation
- CIdentification and reconciliation
- DTransform map consolidation
Show full explanation
Correct Answer
C - Identification and reconciliation
Source
ServiceNow Zurich Documentation
Expert Explanation
The Identification and Reconciliation Engine (IRE) is the standard mechanism for preventing duplicate CIs in the CMDB. When data arrives through import sets, the Identification Engine checks incoming records against existing CIs using identifier rules. The Reconciliation Engine then merges attributes from authoritative data sources to maintain a single, accurate CI record.
Why the Others Are Wrong
Import set prioritization is a fabricated term with no ServiceNow equivalent. Manual reconciliation exists conceptually but is not scalable and is not the recommended approach. Transform map consolidation describes mapping logic, not deduplication logic.
Memory Tip
Think "IR" - Identify first (find the match), then Reconcile (merge the data). IR stops duplicates at the door.
Real-World Example
Your company imports server data from both a discovery tool and a spreadsheet. Without IRE, the same server might appear twice in the CMDB. IRE identifies that both records refer to the same serial number and reconciles them into one CI, keeping the most authoritative data from each source.
- ADaily
- BWeekly
- CMonthly
- DQuarterly
Show full explanation
Correct Answer
B - Weekly
Source
ServiceNow Zurich Documentation
Expert Explanation
The HAM Content Service is a subscription-based feature that automatically delivers hardware model data, lifecycle dates (end-of-life, end-of-sale), and normalization content from ServiceNow's centrally maintained library. Updates are pushed to opted-in instances on a weekly basis, balancing data freshness with system performance.
Why the Others Are Wrong
Daily is too aggressive for a content library update. Monthly and quarterly are both too slow - the weekly schedule ensures new models and lifecycle milestones are reflected promptly without unnecessary overhead.
Memory Tip
Content Service = Weekly Service. Think of it like a weekly newspaper delivery - fresh hardware data arrives every week.
Real-World Example
A new Dell server model launches on Monday. By the following week, the Content Service pushes the model data to your instance, so when your procurement team orders the new servers, they can be tracked with the correct model and lifecycle information immediately.
- AHardware Asset Order State becomes "In Maintenance"
- BHardware Asset Reclamation State becomes "In Stock" Substate "Available"
- CEmployee Offboarding State becomes "Retired"
- DAsset Revocation State becomes "Missing"
Show full explanation
Correct Answer
B - Hardware Asset Reclamation, State becomes "In Stock" Substate "Available"
Source
ServiceNow Zurich Documentation
Expert Explanation
Hardware Asset Reclamation is the dedicated HAM workflow for recovering assets from departing employees. When HR triggers an offboarding event, this flow creates tasks to collect each assigned device. After the assets are received and checked in, the system updates the state to "In Stock" with substate "Available," returning them to the pool for redeployment.
Why the Others Are Wrong
Hardware Asset Order is for procurement. Employee Offboarding is an HR concept, not a HAM flow. Asset Revocation does not exist as a standard flow. Assets returned through reclamation go back to stock as available, not into maintenance, retirement, or missing status.
Memory Tip
Reclaim = Return to stock. When you reclaim something, it goes back on the shelf (In Stock - Available) ready for the next person.
Real-World Example
Sarah from Marketing resigns. HR triggers offboarding, which kicks off the Reclamation flow. IT receives a task to collect her laptop and monitor. Once Sarah returns the devices and IT confirms receipt, both assets flip to "In Stock - Available" and can be assigned to her replacement.
- AThe asset is automatically set to Retired
- BThe asset is automatically set to In Stock - Available
- CA Sanitization or Inspection task is generated
- DThe request is closed immediately
Show full explanation
Correct Answer
C - A Sanitization or Inspection task is generated
Source
ServiceNow Zurich Documentation
Expert Explanation
The Loaner workflow follows a structured sequence: Deploy, Receive, then Sanitize/Inspect. After the user returns the loaner and the Receive task is completed, the system generates a Sanitization or Inspection task. This step ensures the device is wiped of user data, checked for damage, and confirmed to be in working condition before going back into the available loaner pool.
Why the Others Are Wrong
Retiring the asset would remove it from the loaner pool permanently. Setting it directly to In Stock skips the required inspection. Closing the request immediately would bypass the quality assurance step that protects the next borrower.
Memory Tip
Think of a hotel room: after a guest checks out (Receive), housekeeping cleans and inspects (Sanitize/Inspect) before the next guest can check in.
Real-World Example
An employee borrows a laptop while theirs is repaired. When they return it, IT completes the Receive task. The system then creates a Sanitization task so a technician can wipe the hard drive, check for physical damage, and run diagnostics before lending it to the next person.
- AMemory
- BOperating system
- CCPU type
- DSerial number
Show full explanation
Correct Answer
D - Serial number
Source
ServiceNow Zurich Documentation
Expert Explanation
The serial number is a unique, manufacturer-assigned identifier that stays with the physical device for its entire life. Unlike configurable components such as memory, operating system, or CPU, the serial number is permanent. It is the primary way to track and identify individual assets across all lifecycle stages.
Why the Others Are Wrong
Memory can be upgraded or swapped. Operating systems get updated, reinstalled, or changed entirely. CPU type can change in serviceable hardware like desktops and servers. All three are mutable configuration attributes, not permanent identifiers.
Memory Tip
Serial = Permanent. Just like your birth certificate number never changes, a device's serial number is assigned at "birth" (manufacturing) and stays forever.
Real-World Example
A company laptop gets a RAM upgrade from 8GB to 32GB, a fresh Windows install, and eventually a CPU swap during a depot repair. Through all of these changes, the serial number printed on the chassis remains the same - it is the one constant that IT uses to track that specific machine from purchase to disposal.
- AName, Manufacturer, Model category
- BAsset tracking unit, Manufacturer, Model number
- CName, Manufacturer, Model number
- DName, Asset tracking unit, Model number
- EAsset tracking unit, Manufacturer, Model category
Show full explanation
Correct Answer
C - Name, Manufacturer, Model number
Source
ServiceNow Zurich Documentation
Expert Explanation
Hardware model normalization standardizes model records against ServiceNow's Content Library. The normalized display name is built from three specific attributes on the hardware model record: Name, Manufacturer, and Model number. The normalization engine uses these three fields to match against known models and produce a clean, consistent display name.
Why the Others Are Wrong
Asset tracking unit defines how assets are counted (per unit, per quantity) and is not related to display name normalization. Model category classifies the type of model (laptop, server, printer) but is not used in building the normalized display name string.
Memory Tip
Think "NMM" - Name, Manufacturer, Model number. These are the three pieces you would naturally use to describe any piece of hardware: "What is it- Who made it- What model-"
Real-World Example
Your CMDB has entries like "Dell Lat 5520," "DELL Latitude 5520," and "Latitude5520-Dell." The normalization engine reads the Name, Manufacturer (Dell), and Model number (5520) from each record and maps them all to the standard display name "Dell Latitude 5520."
- AFinancial tracking of an organization's property
- BFinancial tracking of the organization's network
- CBuilding of the organization's property
- DBuilding the elements that create the organization's network
Show full explanation
Correct Answer
A - Financial tracking of an organization's property
Source
ServiceNow Zurich Documentation
Expert Explanation
Asset management is defined as the financial tracking and management of an organization's property throughout its lifecycle. This includes tracking acquisition costs, calculating depreciation, managing warranties and contracts, and determining disposal value. The financial perspective distinguishes asset management from configuration management, which focuses on technical relationships.
Why the Others Are Wrong
Network tracking falls under configuration management or network management. Building property is construction or project management. Building network elements is infrastructure engineering. None of these capture the core financial tracking purpose of asset management.
Memory Tip
Asset management = Money tracking for stuff you own. Assets are on the balance sheet, and asset management keeps that balance sheet accurate.
Real-World Example
Your finance team needs to know the total value of all company laptops for the annual report. Asset management tracks each laptop from the $1,200 purchase price, through $300/year depreciation, to the $100 residual value at disposal - that is financial tracking of organizational property.
- ASubstate must be "Pending Disposal"
- BState must be "Retired"
- CResidual Value must be greater than $0
- DAsset must be assigned to a user
Show full explanation
Correct Answer
A - Substate must be "Pending Disposal" and B - State must be "Retired"
Source
ServiceNow Zurich Documentation
Expert Explanation
For an asset to appear in the Disposal Order selection list, it must meet two conditions: the State must be "Retired" and the Substate must be "Pending Disposal." This two-level check ensures that only assets explicitly marked for end-of-life and staged for disposal can be added to a disposal order, preventing accidental disposal of active or stockroom assets.
Why the Others Are Wrong
Residual value is a financial attribute that has no bearing on disposal eligibility - even assets with remaining book value can be disposed of. User assignment is irrelevant to disposal; retired assets awaiting disposal typically have no assigned user.
Memory Tip
Disposal needs a double lock: Retired (done with service) + Pending Disposal (cleared for removal). Both keys are required to open the disposal door.
Real-World Example
You try to add 50 old desktops to a Disposal Order but only 30 appear. Checking the missing 20, you find they are Retired but their substate is "Pending Return" not "Pending Disposal." Once you update the substate to "Pending Disposal," all 50 become selectable.
- AShip
- BReturn
- CTransfer
- DDisposal
Show full explanation
Correct Answer
A - Ship
Source
ServiceNow Zurich Documentation
Expert Explanation
In the RMA (Return Merchandise Authorization) workflow, a Ship task is created to track sending the defective asset back to the vendor. This task type captures all shipping logistics - carrier information, tracking numbers, and dates. After the vendor repairs the asset, a separate Receive task tracks its return to your organization.
Why the Others Are Wrong
Return is not a defined task type in the RMA flow. Transfer is for internal stockroom-to-stockroom movement. Disposal is for permanently removing assets from the organization, not for vendor repair scenarios.
Memory Tip
RMA = you Ship it out, then Receive it back. Ship is the task for the outbound leg to the vendor.
Real-World Example
A rack server fails under warranty. You open an RMA order with the vendor. ServiceNow generates a Ship task where the technician records the carrier (FedEx), tracking number, and ship date. Once the vendor repairs and returns the server, a Receive task is completed to close the loop.
- ACreate a transfer order to restock from another stockroom
- BCreate a task assigned to the stock room manage to create a purchase order
- CCreate a transfer order to restock from a vendor
- DCreate a task assigned to the stock room manager to contact the procurement manager
Show full explanation
Correct Answer
A - Create a transfer order to restock from another stockroom and B - Create a task assigned to the stockroom manager to create a purchase order
Source
ServiceNow Zurich Documentation
Expert Explanation
ServiceNow provides two baseline automatic restocking actions in Stock Rules. The first creates a transfer order to move assets from a stockroom that has surplus inventory to the one that is running low. The second creates a task for the stockroom manager to initiate a purchase order when external procurement is needed. These two actions cover both internal redistribution and external purchasing scenarios.
Why the Others Are Wrong
Transfer orders are strictly for internal stockroom-to-stockroom movement, never for vendor restocking. The task is specifically to create a purchase order, not to contact a procurement manager - the distinction is between a concrete action (create PO) and a vague directive (contact someone).
Memory Tip
Stock Rules have two restocking paths: Transfer (move from another stockroom) or Task-to-PO (tell the manager to buy more). Internal move or external buy - those are your two options.
Real-World Example
Your NYC stockroom drops below 5 laptops. Stock Rule #1 checks the Chicago stockroom and creates a transfer order for 10 laptops. Meanwhile, Stock Rule #2 creates a task for the NYC stockroom manager to submit a purchase order for 20 more laptops from Dell to replenish the overall supply.
- A90 days before
- B60 days before
- C45 days before
- D30 days before
- E7 days before
- FDay of expiration
Show full explanation
Correct Answer
A - 90 days before, B - 60 days before, D - 30 days before, F - Day of expiration
Source
ServiceNow Zurich Documentation
Expert Explanation
ServiceNow runs a nightly event that checks for upcoming contract expirations and sends reminders to contract administrators at four default intervals: 90 days, 60 days, 30 days, and on the day of expiration. This graduated notification schedule provides progressively urgent reminders so administrators can plan renewals, negotiate terms, or arrange replacements well in advance.
Why the Others Are Wrong
45 days before is not a default interval - the system goes from 60 to 30 days. 7 days before is also not a default - the last reminder before expiration day is the 30-day notice. These intervals can be customized, but the baseline defaults are 90, 60, 30, and day-of.
Memory Tip
Remember "90-60-30-0": the countdown pattern is like a rocket launch. Three months, two months, one month, liftoff (expiration day).
Real-World Example
A software maintenance contract expires July 1. The admin gets notified on April 2 (90 days), May 2 (60 days), June 1 (30 days), and July 1 (day of). Each notification gives them a chance to act - start renewal talks at 90 days, finalize terms at 60, get signatures at 30, and confirm completion on the expiration date.
- AOn the Hardware Model record itself
- BOn the Model Category record associated with the model
- COn the Business Rule "Create CI on Insert"
- DOn the Asset Class record
Show full explanation
Correct Answer
B - On the Model Category record associated with the model
Source
ServiceNow Zurich Documentation
Expert Explanation
The Model Category record contains the setting that controls automatic CI creation for assets. When the "Create CI" flag is enabled on a Model Category, every asset created under a model belonging to that category will automatically generate a corresponding CI in the CMDB. This centralized approach ensures consistency - all laptops, all servers, or all printers in a category behave the same way.
Why the Others Are Wrong
The Hardware Model record inherits this behavior from its parent Model Category. A custom business rule is not used for this purpose - ServiceNow handles it through the Model Category configuration. Asset Class defines the table structure, not CI creation logic.
Memory Tip
Category = the boss that decides the rules for all models under it. If the Category says "create CIs," every model in that category obeys.
Real-World Example
You create a Model Category called "Laptops" and enable "Create CI." Now every time someone creates an asset using any laptop model (Dell Latitude 5520, HP EliteBook 840, Lenovo ThinkPad T14), a matching CI record is automatically created in the CMDB without any manual intervention.
- AStockroom
- BFacility
- CConfiguration item
- DConsumable
- EModel
- FSoftware entitlement
Show full explanation
Correct Answer
B - Facility, D - Consumable, F - Software entitlement
Source
ServiceNow Zurich Documentation
Expert Explanation
ServiceNow supports multiple asset types beyond hardware. Facility assets track buildings and physical spaces. Consumable assets track items managed by quantity rather than individual serial numbers. Software entitlements track software licenses and usage rights. Each type extends the base asset table (alm_asset) and has its own specialized fields and lifecycle management.
Why the Others Are Wrong
Stockrooms are storage locations, not asset records. Configuration items belong to the CMDB (cmdb_ci tables), not the asset tables (alm tables). Models are templates that define asset characteristics but are not assets themselves.
Memory Tip
Think "FCS" - Facilities, Consumables, Software entitlements. These are the three non-hardware asset types. A building (F), a box of cables (C), and a software license (S).
Real-World Example
Your asset portfolio includes 500 laptops (hardware), the office building lease (facility), 2,000 USB cables in the supply closet (consumable), and 300 Microsoft Office licenses (software entitlement). All four are tracked as different asset types in ServiceNow.
- AThe model name contains special characters or bad formatting that prevents matching
- BThe Hardware Asset Management plugin is not active
- CThe content library has not been downloaded or updated recently
- DThe model is a new release and does not yet exist in the ServiceNow Content Service
- EThe asset record is missing the "Assigned to" field
Show full explanation
Correct Answer
A - Model name contains special characters or bad formatting, C - Content library not downloaded or updated recently, D - Model is a new release not yet in the Content Service
Source
ServiceNow Zurich Documentation
Expert Explanation
"Match Not Found" means the normalization engine ran but could not match the hardware model against the Content Library. The three most common causes are dirty data in the model name (special characters or formatting issues), a stale or missing content library (not downloaded or updated), and brand-new hardware that has not yet been added to ServiceNow's central content database.
Why the Others Are Wrong
If the HAM plugin were inactive, normalization would not run at all - there would be no status to display. The "Assigned to" field is an asset-level attribute that plays no role in model normalization, which operates entirely on model-level fields.
Memory Tip
Three reasons for "No Match": Bad name (garbage in), Old library (stale data), New model (not cataloged yet). Think of it as: the engine can't read it, can't find it, or it doesn't exist yet.
Real-World Example
Your dashboard shows 15 models with "Match Not Found." Investigation reveals: 8 have names like "D3ll Lat!tude" (bad formatting from a sloppy import), 4 match models added to the Content Service last month but your library has not synced in 60 days, and 3 are a brand-new HP model released just two weeks ago that ServiceNow has not cataloged yet.
- AWhen the Hardware Content Service reports the asset is reaching End of Life (EOL)
- BWhen the Hardware Content Service reports the asset is reaching End of Service (EOS)
- CAt any point it is recommended by the HAM-defined baseline asset policy
- DAt any point that it is recommended by your company-defined policies and procedures
Show full explanation
Correct Answer
D - At any point that it is recommended by your company-defined policies and procedures
Source
ServiceNow Zurich Documentation
Expert Explanation
The appropriate time to retire an IT asset is determined by the organization's own policies and procedures. While ServiceNow provides helpful data like End of Life and End of Service dates through the Content Service, these are informational inputs, not automatic triggers. Every organization has unique factors - budget cycles, compliance mandates, performance thresholds, and business priorities - that shape their retirement criteria.
Why the Others Are Wrong
EOL and EOS from the Content Service are valuable data points but are not the decision-makers. Many organizations keep assets well past EOL if they still function adequately. A "HAM-defined baseline policy" does not exist as a universal standard - ServiceNow provides the platform, but each organization defines its own asset policies.
Memory Tip
Your company, your rules. EOL and EOS are the weather report - your company policy is the one who decides whether to go outside.
Real-World Example
Company A retires laptops at 3 years per their policy, even if the manufacturer says EOL is 5 years. Company B keeps servers running 7 years past EOL because they still pass performance benchmarks. Both are valid - because each company follows its own defined policies and procedures for retirement timing.
Free exam updates. No spam. Unsubscribe anytime.
You scored 0/15 on the 15-question preview.
The full course keeps the same answer breakdown style across all 240 questions.
Your first exam attempt is free. Your second costs $350.
Many students also study:
Compare all 18 practice tests, or use the cert quiz to plan what to study next.
Looking for a different certification-
Browse all 18 practice tests →