H13-821_V3.0 · Question #232
Database and application migration UGO's source library portrait function is trained with the key indicators of the database as the characteristics, abstracting the whole picture of the database…
The correct answer is B. CPU and memory usage C. Table and SQL Complexity D. IOPS and QPS. Options B, C, and D are correct because UGO's portrait function is designed to characterize the database's operational profile - meaning it captures metrics that reflect how the database performs and how complex its workload is, not just its identity metadata. CPU and memory…
Question
Database and application migration UGO's source library portrait function is trained with the key indicators of the database as the characteristics, abstracting the whole picture of the database information. Which of the following key indicators are the objects of extraction? (Multiple choice)
Options
- ADB name and DB creation time
- BCPU and memory usage
- CTable and SQL Complexity
- DIOPS and QPS
How the community answered
(25 responses)- A28% (7)
- B72% (18)
Explanation
Options B, C, and D are correct because UGO's portrait function is designed to characterize the database's operational profile - meaning it captures metrics that reflect how the database performs and how complex its workload is, not just its identity metadata. CPU and memory usage (B) reveal the resource consumption pattern of the source database, which is essential for sizing and planning the target environment. Table and SQL complexity (C) captures structural and query-level complexity, helping assess migration effort and compatibility. IOPS and QPS (D) measure I/O throughput and query volume, defining the performance baseline that the migrated system must match.
Option A is incorrect because the database name and creation time are administrative metadata - they describe what the database is called and when it was created, but they provide no insight into workload behavior, performance characteristics, or migration difficulty, so they are not useful profiling indicators.
Memory tip: When thinking about what "portraits" a database for migration, focus on the three performance dimensions - compute resources (B), data/query structure (C), and I/O throughput (D). A name and a birthday tell you nothing about how hard the database works.
Topics
Community Discussion
No community discussion yet for this question.