There is no waiting for a shipment when you order from ActualCollection. About a minute after payment, the IBM Assessment: DB2 10.1 Advanced DBA for LUW package, all 110 practice questions included, lands in your inbox as an instant download.
IBM A2090-614 Exam Overview:
| Certification Vendor: | IBM |
|---|---|
| Exam Name: | DB2 10.1 Advanced DBA for Linux UNIX and Windows |
| Exam Number: | C2090-614 |
| Passing Score: | 60% |
| Real Exam Qty: | 54-60 |
| Related Certifications: | IBM Certified Database Administrator - DB2 10.1 for Linux, UNIX and Windows |
| Exam Price: | Approx. $200 USD (varies by region) |
| Exam Format: | Multiple choice, Scenario-based questions |
| Available Languages: | Japanese, English |
| Certificate Validity Period: | Valid until retired; exam retired December 31, 2021 |
| Exam Duration: | 90 minutes |
| Recommended Training: | IBM Education: DB2 10.1 Advanced Administration |
| Exam Registration: | IBM Certification Portal Pearson VUE Registration |
| Sample Questions: | ![]() |
| Exam Way: | Proctored onsite at Pearson VUE test centers; online proctoring not available |
| Pre Condition: | No formal prerequisites; recommended: significant experience as senior DBA with DB2 10.1 |
| Official Syllabus URL: | https://www.ibm.com/certify/exam?id=C2090-614 |
IBM A2090-614 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Advanced Concepts | 15% | - Replication technologies - DB2 pureScale environment - Audit facility and security management - Federated database configuration |
| Data Partitioning and Clustering | 20% | - Design and manage Database Partitioning Feature (DPF) - Range partitioning and attached/detached partitions - Range Clustering Tables (RCT) - Insert Time Clustering (ITC) tables - Implement multi-dimensional clustering (MDC) |
| High Availability and Diagnostics | 24% | - Advanced backup and restore operations - High Availability Disaster Recovery (HADR) configuration - Workload Manager (WLM) implementation - Log management and recovery architecture - Diagnostic tools and problem determination |
| Database Design | 17% | - Use IBM Data Studio for database management - Configure multi-temperature data storage - Design, create and manage storage groups and storage paths - Design, create and manage buffer pools - Design, create and manage table spaces |
| Performance and Scalability | 24% | - Performance monitoring and troubleshooting - Memory and I/O tuning for instance and database - Query optimizer and access plan analysis - Index design and maintenance - Data and index compression techniques |
Common Questions About the IBM Assessment: DB2 10.1 Advanced DBA for LUW Exam
The IBM Assessment: DB2 10.1 Advanced DBA for LUW exam is the official IBM test registered under exam code A2090-614. Passing it earns you the IBM Certified Advanced Database Administrator - DB2 10.1 for Linux, UNIX and Windows certification, a credential at the Advanced level. It is also linked to the related certification: IBM Certified Database Administrator - DB2 10.1 for Linux, UNIX and Windows. IBM exams are valued because they test job-ready skills, so a passing score here carries real weight on a resume.
The IBM Assessment: DB2 10.1 Advanced DBA for LUW exam includes 54-60 questions to be completed within 90 minutes. Do the pacing math before exam day: with that many items on the clock, you need a steady rhythm and the discipline to flag a hard question and move on instead of stalling. Two or three full timed sessions with the ActualCollection test engine will show you exactly what that pace feels like, so time pressure stops being a factor on the real day.
To pass the IBM Assessment: DB2 10.1 Advanced DBA for LUW exam you need 60%, and the official registration fee is Approx. $200 USD (varies by region). A retake is not discounted: a failed attempt means paying the full Approx. $200 USD (varies by region) again, so treat your first sitting as the expensive one. A sensible rule is to book your seat only after you are scoring comfortably above the passing mark on the ActualCollection practice tests, not just squeaking past it once.
No formal prerequisites; recommended: significant experience as senior DBA with DB2 10.1
Eligibility rules do change from time to time, so confirm the current requirements before you register on the official exam page.
Registration for the IBM Assessment: DB2 10.1 Advanced DBA for LUW exam goes through the official channels below.
As for the delivery format, the exam is taken Proctored onsite at Pearson VUE test centers; online proctoring not available.
IBM points candidates toward the following training options for IBM Assessment: DB2 10.1 Advanced DBA for LUW.
Course work builds the foundation; question practice makes it stick. The 110 practice questions in the ActualCollection A2090-614 package let you rehearse each topic under exam-style pressure before the real thing.
Yes. ActualCollection offers a free PDF demo of the IBM Assessment: DB2 10.1 Advanced DBA for LUW material so you can judge the question quality and format before spending anything. After purchase, your license includes 365 days of free updates, and if you want to keep receiving updates after that period, renewals are available at a 50% discount.
If you take the IBM Assessment: DB2 10.1 Advanced DBA for LUW exam within 60 days of your purchase and do not pass, ActualCollection backs you with a 100% money-back guarantee. The claim must match the exam your product covers: attempts taken within 3 days of purchase are not eligible (that is too little preparation time), and neither are downloaded-but-unused products, free materials, or expired orders. The candidate name must match the payer name, and you need to submit a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam; claims are processed within 7 days. Prefer not to refund? You can swap instead and receive two other exam products of equal value for free while keeping the update service on your original purchase.
Delivery itself is instant: your files are downloadable right away and emailed to you within one minute of payment. If nothing arrives within 2 hours, contact customer service. There is no limit on how many computers you may install the software on.
The official IBM Assessment: DB2 10.1 Advanced DBA for LUW syllabus is organized into 5 domains. Key areas include Performance and Scalability (24%), Database Design (17%), and Data Partitioning and Clustering (20%). The complete, up-to-date topic list appears in the exam topics section above; work through it line by line and flag anything you cannot yet explain in your own words.
IBM Assessment: DB2 10.1 Advanced DBA for LUW Sample Questions:
Question 1
A database named TEST was created and two buffer pools named BP_GENERAL and BP_AUDITING were created as follows:
IBM 000-614 : Practice Test
The majority of the database tables were created in table space TS1, while one large table was created in table space TS2. A set of triggers thatThe majority of the database tables were created in table space TS1, while one large table was created in table space TS2. A set of triggers that would populate the table in table space TS2 each time changes were made to the database were then defined and the database was put into production.
At first, ad-hoc queries performing random I/O against the table in table space TS2 ran fine, but performance has gotten worse as the table has gotten larger. What should be done to improve query performance?
A. Increase the size of the BP_AUDITING buffer pool.
B. Reduce the size of the BP_AUDITING buffer pool.
C. Replace the BP_AUDITING buffer pool with a block-based buffer pool.
D. Change the page size of the BP_AUDITING buffer pool to 16 or 32 K.
Question 2
In what situation should you use a redirected restore operation?
A. You want to move data from one operating system to another.
B. You want to restore you table spaces into new storage groups.
C. You want to restore your table space containers into a different physical location.
D. You want to drop a storage group during a restore process.
Question 3
Which statement about Range Clustered Tables (RCT) is correct?
A. The minimum value of a key column for an RCT cannot be a negative value.
B. The ALTER TABLE statement can be used to change the physical structure of an RCT.
C. When defining a range of key values for an RCT, a minimum value is optional.
D. Storage space is not pre-allocated for an RCT.
Question 4
Which statement about dropped table recovery is correct?
A. The dropped table recovery feature lets you recover only dropped table data with a database-level restore operation.
B. By default, the DROPPED TABLE RECOVERY option is off when a new table space is created.
C. For a dropped table to be recoverable, the table space in which the table resides must have the DROPPED TABLE RECOVERY option turned on.
D. Multiple dropped tables can be recovered with a single table space-level restore operation.
Question 5
A DBA wants to create a table named SALES that has the following characteristics:
- Data for the first half of the year will reside in table space TBSP1; the index for this data will reside in table space TBSP21. - Data for the second half of the year will reside in table space TBSP2; the index for this data will reside in table space TBSP22.
Which clause must be used with the CREATE TABLE statement to define this table?
A. ORGANIZE BY DIMENSIONS
B. PARTITION BY RANGE
C. ORGANIZE BY KEY SEQUENCE
D. DISTRIBUTE BY HASH
Solutions:
| Question 1 Answer: B | Question 2 Answer: C | Question 3 Answer: C | Question 4 Answer: C | Question 5 Answer: B |






0 Customer Reviews
