1What is a primary characteristic that distinguishes a Cloud Database from a traditional on-premise database?
A.It is accessed through a cloud platform and often offered as a service.
B.It does not support SQL.
C.It is always slower than on-premise databases.
D.It requires the user to purchase physical hardware.
Correct Answer: It is accessed through a cloud platform and often offered as a service.
Explanation:
Cloud databases run on cloud computing platforms (like AWS, Azure, GCP) and are typically accessed via the internet, removing the need for local hardware management.
Incorrect! Try again.
2Which financial model is typically associated with Cloud Databases compared to traditional databases?
A.Fixed annual licensing only
B.Hidden surcharges
C.OPEX (Operating Expenditure)
D.CAPEX (Capital Expenditure)
Correct Answer: OPEX (Operating Expenditure)
Explanation:
Cloud databases usually operate on a pay-as-you-go subscription model (OPEX), whereas traditional databases often require upfront hardware and license investment (CAPEX).
Incorrect! Try again.
3What does 'DBaaS' stand for in the context of cloud computing?
A.Database as a Service
B.Data base and Storage
C.Database Authorization and Security
D.Digital Backup as a Service
Correct Answer: Database as a Service
Explanation:
DBaaS stands for Database as a Service, a managed service where the cloud provider handles administrative tasks like patching and backups.
Incorrect! Try again.
4Which of the following is a key benefit of cloud databases regarding resource management?
A.Static resource allocation
B.Single-point availability
C.Elasticity
D.Manual hardware replacement
Correct Answer: Elasticity
Explanation:
Elasticity allows cloud databases to scale resources (compute, storage) up or down automatically or on-demand based on traffic.
Incorrect! Try again.
5In a cloud database environment, who is typically responsible for physical hardware maintenance?
A.The Network Engineer
B.The Cloud Service Provider
C.The End User
D.The Database Administrator (DBA)
Correct Answer: The Cloud Service Provider
Explanation:
The cloud provider (e.g., Amazon, Microsoft, Google) manages the underlying physical infrastructure, power, and cooling.
Incorrect! Try again.
6What is 'Scalability' in the context of cloud databases?
A.The ability to handle increased workloads by adding resources.
B.The ability to encrypt data at rest.
C.The ability to delete data permanently.
D.The process of moving data to a hard drive.
Correct Answer: The ability to handle increased workloads by adding resources.
Explanation:
Scalability is the capability to expand the database's capacity to handle growing amounts of data or user requests.
Incorrect! Try again.
7Which of the following is a potential consideration or challenge when adopting cloud databases?
A.Unlimited free storage
B.Zero latency guarantees
C.Vendor Lock-in
D.Physical server access
Correct Answer: Vendor Lock-in
Explanation:
Vendor lock-in is a risk where moving data or applications to a different provider becomes difficult or expensive due to proprietary technologies.
Incorrect! Try again.
8How does High Availability (HA) typically function in a cloud database?
A.By restricting access to business hours.
B.By replicating data across multiple availability zones or regions.
C.By using tape backups.
D.By using a single server to save power.
Correct Answer: By replicating data across multiple availability zones or regions.
Explanation:
Cloud providers often replicate data across different physical locations (zones/regions) to ensure the database remains accessible even if one data center fails.
Incorrect! Try again.
9Which of the following is a popular NoSQL cloud database provided by Amazon Web Services (AWS)?
A.DB2
B.Oracle 12c
C.SQL Server
D.DynamoDB
Correct Answer: DynamoDB
Explanation:
Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale.
Incorrect! Try again.
10What is Google Cloud's fully managed, serverless data warehouse?
A.BigQuery
B.Redshift
C.Synapse
D.Snowflake
Correct Answer: BigQuery
Explanation:
BigQuery is Google Cloud's serverless, highly scalable, and cost-effective multi-cloud data warehouse designed for business agility.
Incorrect! Try again.
11Which Microsoft Azure service acts as a globally distributed, multi-model database service?
A.Access Online
B.Azure Blob Storage
C.Cosmos DB
D.Azure SQL Database
Correct Answer: Cosmos DB
Explanation:
Azure Cosmos DB is a fully managed NoSQL database for modern app development, known for its global distribution and multi-model support.
Incorrect! Try again.
12Snowflake is best described as:
A.A specialized hardware appliance.
B.An on-premise relational database.
C.A cloud-native data warehouse/platform.
D.A localized ETL tool.
Correct Answer: A cloud-native data warehouse/platform.
Explanation:
Snowflake is a Data Cloud platform built specifically for the cloud, separating compute and storage to offer unique scalability.
Incorrect! Try again.
13Which traditional database task is frequently automated in a DBaaS model?
A.Query writing
B.Application logic design
C.Software patching and backups
D.Data modeling
Correct Answer: Software patching and backups
Explanation:
In a DBaaS model, the provider automates routine maintenance tasks like OS patching, database software updates, and backups.
Incorrect! Try again.
14What is 'Data Sovereignty' as a consideration for cloud databases?
A.The legal requirement that data is subject to the laws of the country in which it is located.
B.The speed of data transfer.
C.The ownership of the cloud hardware.
D.The format of the database schema.
Correct Answer: The legal requirement that data is subject to the laws of the country in which it is located.
Explanation:
Data sovereignty refers to jurisdictional control; organizations must ensure their cloud data resides in specific regions to comply with local laws (e.g., GDPR).
Incorrect! Try again.
15The 'Shared Responsibility Model' in cloud security implies that:
A.The provider handles all security aspects.
B.Security is optional.
C.Security obligations are divided between the provider and the customer.
D.The user handles all security aspects.
Correct Answer: Security obligations are divided between the provider and the customer.
Explanation:
The provider secures the infrastructure (security 'of' the cloud), while the customer secures the data and access (security 'in' the cloud).
Incorrect! Try again.
16Which of the following describes 'Horizontal Scaling' (Sharding) in cloud databases?
A.Switching to a newer database version.
B.Deleting old data to make space.
C.Adding more machines/nodes to the pool of resources.
D.Adding more CPU and RAM to a single machine.
Correct Answer: Adding more machines/nodes to the pool of resources.
Explanation:
Horizontal scaling involves adding more servers to distribute the load, which is a common pattern in cloud architectures.
Incorrect! Try again.
17Which factor is generally considered a 'feature' rather than a 'drawback' of cloud databases?
A.Unknown data location
B.Latency due to internet connection
C.Rapid provisioning
D.Reliance on internet connectivity
Correct Answer: Rapid provisioning
Explanation:
Rapid provisioning is a benefit, allowing developers to spin up a database instance in minutes rather than waiting weeks for hardware procurement.
Incorrect! Try again.
18What is 'Master Data'?
A.Core business entities used repeatedly across the organization (e.g., Customer, Product).
B.Transactional data created every second (e.g., sales receipts).
C.Log files generated by servers.
D.Temporary cache data.
Correct Answer: Core business entities used repeatedly across the organization (e.g., Customer, Product).
Explanation:
Master data represents the 'nouns' of a business—essential non-transactional data like customers, products, employees, and suppliers.
Incorrect! Try again.
19Which of the following is NOT typically classified as Master Data?
A.Product SKU
B.Sales Transaction Timestamp
C.Customer Address
D.Employee ID
Correct Answer: Sales Transaction Timestamp
Explanation:
A sales transaction timestamp is transactional data (an event), whereas Master Data describes the entities involved in the event.
Incorrect! Try again.
20What problem does Master Data Management (MDM) primarily aim to solve?
A.Hardware failure rates.
B.Lack of storage space.
C.Slow internet speeds.
D.Data silos and inconsistent data versions across the enterprise.
Correct Answer: Data silos and inconsistent data versions across the enterprise.
Explanation:
MDM addresses the issue of fragmented data where different departments hold conflicting or duplicate information about the same entity.
Incorrect! Try again.
21What is the 'Golden Record' in MDM?
A.The first record entered into the system.
B.The single, trusted, and consolidated version of an entity.
C.A backup record.
D.The most expensive record in the database.
Correct Answer: The single, trusted, and consolidated version of an entity.
Explanation:
The Golden Record is the result of cleaning, matching, and merging data from multiple sources to create a single source of truth.
Incorrect! Try again.
22Why is managing Master Data critical for Business Intelligence (BI)?
A.It automates SQL queries.
B.It ensures reports are based on accurate and consistent definitions of business entities.
C.It removes the need for visualization tools.
D.It increases the size of the data warehouse.
Correct Answer: It ensures reports are based on accurate and consistent definitions of business entities.
Explanation:
Without MDM, BI reports may show conflicting numbers (e.g., total customer count) depending on which system provides the data.
Incorrect! Try again.
23Which of the following is a key function of an MDM solution?
A.Network routing
B.Virus scanning
C.Hardware virtualization
D.Data Deduplication
Correct Answer: Data Deduplication
Explanation:
Deduplication is a core MDM function that identifies and merges duplicate records referring to the same entity.
Incorrect! Try again.
24What is 'Data Stewardship' in the context of MDM?
A.Writing code for the database kernel.
B.Selling data to third parties.
C.The physical storage of backup tapes.
D.The responsibility for maintaining data quality, security, and usage policies.
Correct Answer: The responsibility for maintaining data quality, security, and usage policies.
Explanation:
Data Stewards are individuals or teams responsible for ensuring the master data remains accurate, consistent, and governed.
Incorrect! Try again.
25How does MDM support a 'Customer 360' view?
A.By deleting old customer data.
B.By rotating the monitor 360 degrees.
C.By asking the customer to re-enter their data.
D.By aggregating all data points related to a customer from various systems into one view.
Correct Answer: By aggregating all data points related to a customer from various systems into one view.
Explanation:
MDM consolidates data from sales, support, marketing, and billing to provide a complete, holistic view of the customer relationship.
Incorrect! Try again.
26Which architecture style involves leaving master data in source systems and creating a central index?
A.Consolidation Style
B.Registry Style
C.Centralized Style
D.Transaction Style
Correct Answer: Registry Style
Explanation:
The Registry style creates a central index that points to the master data in various source systems without moving the full physical records to a central hub.
Incorrect! Try again.
27What is 'Reference Data' in relation to MDM?
A.User passwords.
B.Standardized values used to categorize other data (e.g., Country codes, Currencies).
C.Data that changes every second.
D.Random numbers.
Correct Answer: Standardized values used to categorize other data (e.g., Country codes, Currencies).
Explanation:
Reference data defines the set of permissible values to be used by other data fields, ensuring consistency (e.g., using 'USA' instead of 'U.S.', 'US', 'America').
Incorrect! Try again.
28Which is a benefit of MDM during Mergers and Acquisitions (M&A)?
A.It lowers the stock price.
B.It prevents the merger.
C.It increases the number of employees.
D.It speeds up the integration of disparate IT systems and customer lists.
Correct Answer: It speeds up the integration of disparate IT systems and customer lists.
Explanation:
MDM facilitates the mapping and merging of customer and product data from the acquiring and acquired companies.
Incorrect! Try again.
29What does 'Survivorship' mean in MDM?
A.The backup retention policy.
B.Rules determining which data value is kept when merging conflicting records.
C.The ability of the server to survive a power outage.
D.How long a record stays in the database.
Correct Answer: Rules determining which data value is kept when merging conflicting records.
Explanation:
Survivorship rules dictate which attribute value (e.g., the phone number from the CRM vs. the Billing system) wins and populates the Golden Record.
Incorrect! Try again.
30In the context of Master Data, what is 'volatility'?
A.The cost of storing the data.
B.How dangerous the data is.
C.The speed of the processor.
D.How often the data changes.
Correct Answer: How often the data changes.
Explanation:
Master data typically has low volatility (it changes infrequently) compared to transactional data.
Incorrect! Try again.
31Which of the following is a leading cloud provider for MDM solutions (Informatica context)?
Informatica offers cloud-native master data management solutions as part of its Intelligent Data Management Cloud.
Incorrect! Try again.
32What is the relationship between Data Quality and MDM?
A.They are unrelated.
B.Data Quality creates duplicates for MDM.
C.MDM relies on Data Quality tools to clean data before or during the mastering process.
D.MDM replaces the need for quality.
Correct Answer: MDM relies on Data Quality tools to clean data before or during the mastering process.
Explanation:
You cannot have reliable Master Data without Data Quality processes (profiling, cleansing, standardization) to ensure the inputs are correct.
Incorrect! Try again.
33A key benefit of Cloud Databases over traditional ones regarding 'Global Reach' is:
A.Lower latency for local-only users.
B.Exemption from international laws.
C.Ability to deploy regions worldwide with a few clicks.
D.Free shipping of hardware.
Correct Answer: Ability to deploy regions worldwide with a few clicks.
Explanation:
Cloud providers have data centers globally, allowing businesses to deploy databases near their users anywhere in the world instantly.
Incorrect! Try again.
34Multi-tenancy in cloud databases refers to:
A.A tenant paying rent to the database administrator.
B.Multiple customers sharing the same underlying computing resources while keeping data isolated.
C.One database storing multiple data types.
D.One user having multiple passwords.
Correct Answer: Multiple customers sharing the same underlying computing resources while keeping data isolated.
Explanation:
Multi-tenancy is a cloud architecture where a single instance of software serves multiple customers (tenants), providing cost efficiency.
Incorrect! Try again.
35Which type of Master Data would include 'Supplier' information?
A.Product Data domain
B.Asset Data domain
C.Location Data domain
D.Party / Customer Data domain
Correct Answer: Party / Customer Data domain
Explanation:
Suppliers are typically categorized under 'Party' data (individuals or organizations involved with the business).
Incorrect! Try again.
36What is 'Hierarchy Management' in MDM?
A.Prioritizing tasks.
B.Managing the org chart of the IT team.
C.Sorting data alphabetically.
D.Defining and managing relationships between data records (e.g., Parent-Child companies).
Correct Answer: Defining and managing relationships between data records (e.g., Parent-Child companies).
Explanation:
Hierarchy management handles complex relationships, such as corporate families, bill-to/ship-to relationships, or product categories.
Incorrect! Try again.
37The 'Hub' style of MDM architecture implies:
A.A read-only database.
B.A connection only to the internet.
C.A decentralized network of spreadsheets.
D.A centralized repository holding the golden copy of master data.
Correct Answer: A centralized repository holding the golden copy of master data.
Explanation:
In the Hub style, master data is consolidated into a central repository which synchronizes with source systems.
Incorrect! Try again.
38What is a risk of NOT implementing MDM?
A.Faster decision making.
B.Too much consistency.
C.Operational inefficiencies and poor customer service due to fragmented data.
D.Reduced storage costs.
Correct Answer: Operational inefficiencies and poor customer service due to fragmented data.
Explanation:
Without MDM, staff waste time reconciling data, shipments go to wrong addresses, and customers get duplicate marketing, leading to inefficiency.
Incorrect! Try again.
39Which feature of cloud databases helps in Disaster Recovery?
A.Point-in-time recovery and geo-replication.
B.Single availability zone deployment.
C.Local hard drive storage.
D.Manual tape backups.
Correct Answer: Point-in-time recovery and geo-replication.
Explanation:
Cloud databases offer automated backups that allow restoring to a specific moment and replicating data to geographically distant centers.
Incorrect! Try again.
40When migrating to a cloud database, 'Lift and Shift' refers to:
A.Moving the application and database to the cloud with minimal changes.
B.Only moving the data, not the application.
C.Physically moving servers.
D.Rewriting the application from scratch.
Correct Answer: Moving the application and database to the cloud with minimal changes.
Explanation:
Lift and Shift (Rehosting) involves moving the existing stack to the cloud infrastructure without redesigning it for cloud-native features.
Incorrect! Try again.
41Master Data Governance refers to:
A.The hardware specs for the MDM server.
B.The software installation process.
C.The speed of the network.
D.The strategic framework, policies, and roles ensuring data is managed as an asset.
Correct Answer: The strategic framework, policies, and roles ensuring data is managed as an asset.
Explanation:
Governance is the 'people and process' side of MDM, defining who owns the data and the rules for maintaining it.
Incorrect! Try again.
42What distinguishes 'Analytical' MDM from 'Operational' MDM?
A.There is no difference.
B.Analytical is faster.
C.Operational is cheaper.
D.Analytical is for reporting/BI; Operational is for real-time transaction support.
Correct Answer: Analytical is for reporting/BI; Operational is for real-time transaction support.
Explanation:
Operational MDM feeds clean data back to source systems for daily ops, while Analytical MDM feeds data warehouses for analysis.
Incorrect! Try again.
43Which of the following is an example of 'Location' master data?
A.A flight path.
B.A GPS coordinate of a moving truck.
C.A standardized Warehouse Address.
D.A dynamic IP address.
Correct Answer: A standardized Warehouse Address.
Explanation:
Fixed physical locations like warehouses, stores, or headquarters are considered Location Master Data.
Incorrect! Try again.
44Cost savings in cloud databases are primarily achieved through:
A.Reducing data quality.
B.Eliminating the need for upfront capital investment and paying only for usage.
C.Firing all DBAs.
D.Using older hardware.
Correct Answer: Eliminating the need for upfront capital investment and paying only for usage.
Explanation:
The 'Pay-as-you-go' model and the removal of data center maintenance costs are the primary drivers of cost savings.
Incorrect! Try again.
45What is 'Fuzzy Matching' in MDM?
A.Matching based on exact spelling only.
B.Matching images.
C.Randomly connecting records.
D.Matching based on probable likeness (e.g., 'Jon' vs 'John').
Correct Answer: Matching based on probable likeness (e.g., 'Jon' vs 'John').
Explanation:
Fuzzy matching algorithms identify potential duplicates that are not identical character-for-character but represent the same entity.
Incorrect! Try again.
46What is a 'Silo' in data management?
A.A collection of data held by one group that is not easily accessible by other groups.
B.A secure storage vault.
C.A type of cloud database.
D.A backup drive.
Correct Answer: A collection of data held by one group that is not easily accessible by other groups.
Explanation:
Data silos occur when departments run separate systems that don't talk to each other, preventing a unified view of the business.
Incorrect! Try again.
47Cloud Database 'Serverless' architecture means:
A.It is free.
B.The database runs on the client's computer.
C.There are no servers involved at all.
D.The developer does not have to manage or provision the servers.
Correct Answer: The developer does not have to manage or provision the servers.
Explanation:
Serverless doesn't mean no servers exist; it means the cloud provider abstracts the server management entirely from the user.
Incorrect! Try again.
48The primary goal of 'Data Enrichment' in MDM is to:
A.Encrypt the data.
B.Translate the data.
C.Make the data file larger.
D.Enhance internal data with external 3rd party data (e.g., D&B credit scores).
Correct Answer: Enhance internal data with external 3rd party data (e.g., D&B credit scores).
Explanation:
Enrichment adds value to master records by appending missing information from trusted external sources.
Incorrect! Try again.
49Which cloud service model does a standard installation of Oracle Database on an AWS EC2 instance represent?
A.PaaS (Platform as a Service)
B.SaaS (Software as a Service)
C.IaaS (Infrastructure as a Service)
D.DaaS (Data as a Service)
Correct Answer: IaaS (Infrastructure as a Service)
Explanation:
Running your own database software on a raw virtual machine (like EC2) is Infrastructure as a Service; you manage the OS and DB, the provider manages the hardware.
Incorrect! Try again.
50In the context of Informatica and MDM, what is the role of 'Metadata'?
A.It is the user interface.
B.It is the data about the data (definitions, lineage, rules).
C.It is the transactional data.
D.It is the financial report.
Correct Answer: It is the data about the data (definitions, lineage, rules).
Explanation:
Metadata is crucial in MDM for defining the structure, constraints, source systems, and transformation rules for the master data.