Quiz: IT Asset Management Fundamentals
Test your understanding of IT asset management principles, portfolio management, and the distinctions between asset and configuration management with these review questions.
1. Which of the following best describes the primary focus of IT Asset Management compared to Configuration Management?
- IT Asset Management tracks operational dependencies, while Configuration Management focuses on hardware procurement
- IT Asset Management focuses on financial tracking and lifecycle governance, while Configuration Management tracks operational relationships and component states
- IT Asset Management is limited to hardware, while Configuration Management covers both hardware and software
- IT Asset Management is a subset of Configuration Management used only for auditing purposes
Show Answer
The correct answer is B. Asset Management emerged from financial accounting practices, focusing on procurement, depreciation, license compliance, and lifecycle governance—attributes governed by accounting standards like GAAP. Configuration Management derives from military-spec change control, tracking version numbers, configuration parameters, and baseline states. Conflating these two disciplines contributed significantly to CMDB failures.
Concept Tested: Asset Management
2. An organization discovers that its traditional asset management system lacks visibility into cloud compute instances provisioned by development teams. This illustrates which key challenge in modern IT asset management?
- Relational database schemas cannot store cloud resource identifiers
- Cloud resources are not considered IT assets because they are rented rather than owned
- Traditional systems designed for capitalized hardware assets fail to incorporate cloud operating expenditures
- Cloud providers prohibit third-party asset management tools from querying their APIs
Show Answer
The correct answer is C. Traditional asset management systems were designed for capitalized hardware assets tracked on balance sheets. Cloud compute instances are operating expenditures appearing in monthly bills rather than capitalized assets, creating a blind spot when legacy tools are used. Graph-based IT management addresses this by modeling both asset types as nodes with different financial governance properties.
Concept Tested: IT Asset
3. What is the primary compliance risk associated with Software Asset Management that distinguishes it from Hardware Asset Management?
- Software assets cannot be physically inventoried, making audits impossible to conduct
- Software vendors conduct license audits, and under-licensing creates legal liability and financial penalties
- Software depreciation schedules are more complex than hardware, creating tax compliance risks
- Software assets must be registered with government agencies, unlike hardware assets
Show Answer
The correct answer is B. Software Asset Management focuses on license compliance—measuring deployed instances against purchased entitlements to avoid both over-licensing (wasted expenditure) and under-licensing (legal and financial risk). Vendors conduct surprise audits, and organizations found out of compliance face significant financial penalties. This compliance risk is fundamentally different from hardware asset management concerns.
Concept Tested: Software Asset
4. Which of the following relationship types in a graph-based IT management system would be most useful for determining which business services are at risk if a specific data center loses power?
- CONSUMES_LICENSE, linking software instances to license entitlements
- FINANCIALLY_REPRESENTS, linking financial asset records to configuration items
- LOCATED_IN and DEPENDS_ON, traversing from location through infrastructure to services
- MANAGED_BY, identifying which team is responsible for each asset
Show Answer
The correct answer is C. To determine business service risk from a data center power outage, you must traverse from the physical location (LOCATED_IN) through the infrastructure assets physically present there, then follow DEPENDS_ON relationships upward through applications to business services. This multi-hop traversal is straightforward in a graph database but requires complex recursive SQL joins in relational systems.
Concept Tested: IT Asset
5. An application portfolio quadrant assessment classifies a legacy billing system as a candidate for retirement. However, graph traversal reveals it has 12 downstream dependent systems including three regulatory reporting services. What does this scenario illustrate?
- Portfolio quadrant analysis is fundamentally flawed and should be replaced with dependency analysis alone
- Portfolio decisions cannot be made in isolation without understanding the dependency networks that constrain transformation options
- Legacy systems should always be maintained regardless of their technical quality scores
- Regulatory reporting dependencies automatically override any portfolio rationalization decisions
Show Answer
The correct answer is B. This scenario illustrates why portfolio analysis tools that lack dependency network visibility produce misleading recommendations. An application assessed as suitable for retirement may be deeply embedded in critical business processes with many dependent systems, making retirement infeasible without extensive modernization programs. Graph-based portfolio management enables queries that traverse dependency relationships alongside strategic classifications.
Concept Tested: Application Portfolio
6. Studies have consistently found that organizations lack accurate inventory of what percentage of their IT assets?
- 5-10%, limited to recently acquired assets not yet entered into tracking systems
- 15-20%, primarily shadow IT tools acquired without IT department approval
- 30-50%, due to decentralized procurement, cloud adoption, shadow IT, and M&A activity
- 60-75%, because most organizations rely entirely on manual inventory methods
Show Answer
The correct answer is C. Studies consistently show organizations lack accurate inventory of 30-50% of their IT assets. This gap stems from decentralized procurement (business units buying SaaS directly), rapid cloud adoption outside IT governance, shadow IT addressing legitimate business needs, and M&A activity bringing unknown technology estates. The consequences include security vulnerabilities, compliance failures, and architectural debt.
Concept Tested: Digital Estate
7. How does the shift from capital expenditure (CapEx) to operating expenditure (OpEx) models for cloud and SaaS services affect IT Asset Management practices?
- OpEx spending eliminates the need for asset tracking since expenses are immediately recognized on income statements
- OpEx models require more frequent physical audits because cloud assets depreciate faster than hardware
- CapEx models are prohibited for cloud resources under international accounting standards
- Traditional asset management systems designed for CapEx depreciation tracking miss OpEx cloud consumption, creating portfolio visibility gaps
Show Answer
The correct answer is D. Traditional asset management systems were built around capitalized assets requiring depreciation tracking. Cloud and SaaS expenses appear as operating expenditures in monthly bills rather than as balance sheet assets, creating blind spots when organizations use legacy tools. Graph-based IT management models both types as nodes with different financial governance properties, enabling comprehensive portfolio views regardless of accounting treatment.
Concept Tested: IT Portfolio
8. Which discovery method provides the most comprehensive visibility into the digital estate of an organization that has undergone multiple acquisitions?
- Annual physical inventory audits with barcode scanning of all hardware assets
- Agent-based software inventory tools deployed on all managed endpoints
- Graph-based integration of multiple telemetry sources including network scanning, cloud APIs, financial systems, and SSO logs
- Quarterly vendor reconciliation comparing purchase orders against known asset lists
Show Answer
The correct answer is C. Single discovery methods have blind spots: physical audits miss software and cloud resources, agents require deployment access not available on acquired systems, vendor reconciliation misses assets acquired through non-standard channels. Graph-based integration of multiple telemetry sources—network discovery, cloud APIs, software metering, financial reconciliation, and SSO logs—enables comprehensive visibility and automated entity resolution when multiple sources report the same asset differently.
Concept Tested: Digital Estate
9. What is an Application Portfolio in the context of IT portfolio management?
- A financial ledger recording the acquisition cost and depreciation of all licensed software
- The complete collection of software applications supporting business capabilities, typically analyzed by business function, lifecycle stage, and strategic value
- A technical architecture diagram showing how applications communicate with each other
- A vendor contract repository tracking maintenance agreements for all enterprise applications
Show Answer
The correct answer is B. An application portfolio comprises all software applications supporting business capabilities, categorized by business function, technology stack, lifecycle stage, and strategic value. Application Portfolio Management frameworks employ models such as quadrant analysis assessing applications by business value versus technical quality, resulting in classifications like invest, maintain, migrate, or retire—though these require dependency network analysis to be actionable.
Concept Tested: Application Portfolio
10. In a graph-based IT management system, what does the relationship type FINANCIALLY_REPRESENTS connect, and why is this relationship important?
- It connects license entitlements to deployed software instances, enabling compliance position calculation
- It connects financial asset records to technical configuration items, bridging financial governance and operational management
- It connects business services to their revenue contribution, enabling IT investment prioritization
- It connects procurement purchase orders to vendor contracts, supporting accounts payable reconciliation
Show Answer
The correct answer is B. The FINANCIALLY_REPRESENTS relationship connects the financial asset record (capturing purchase date, acquisition cost, depreciation schedule) to the technical configuration item representing the same physical device in operational context. This bridge enables queries that combine financial governance requirements with operational configuration management—for example, identifying assets nearing end of depreciation that also host critical production workloads.
Concept Tested: IT Asset