Skip to main content

CBDA Real Exam Questions

Certification in Business Data Analytics (CBDA)

150 questions available · Page 1 of 15

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A large bank has recently revamped their website, adding additional features such as financial investment opportunities, spending activity, and supporting reports.

Which question will add value when evaluating how the website is being used?

  1. A

    What is the customer satisfaction rating across the branches?

  2. B

    What are the top keywords used in searches made within the website?

  3. C

    What is the customer retention rate since the website launch?

  4. D

    How many articles were published since the website launch?

Show answer and explanation

Correct answer: C

Explanation

Customer retention rate is a measure of how many customers continue to use a product or service over a given period of time. It is an important indicator of customer loyalty, satisfaction, and value. Customer retention rate can help the bank evaluate how the website is being used by comparing the number of customers who visited the website before and after the launch of the new features. A high customer retention rate would suggest that the new features are attractive, useful, and engaging for the customers, while a low customer retention rate would indicate that the new features are not meeting the customers' needs or expectations. Customer retention rate can also help the bank identify the segments of customers who are more or less likely to use the website, and tailor their marketing and communication strategies accordingly.

Question 2 Single choice

A large retail chain has asked their analytics team to complete a study on their customers' purchasing patterns. The analyst assigned to the study has decided to draw further insight by grouping customers based on their purchasing habits.This clustering approach is an example of:

  1. A

    Untrained learning

  2. B

    Trained learning

  3. C

    Unsupervised learning

  4. D

    Supervised learning

Show answer and explanation

Correct answer: C

Explanation

Unsupervised learning is a category of data analysis techniques that does not require labeled data or predefined outcomes. Unsupervised learning aims to discover patterns, structures, or relationships in the data without any guidance or supervision. Clustering is a common example of unsupervised learning, where the data is grouped into clusters based on some similarity or distance measure. Clustering can help reveal customer segments, market trends, or product preferences, among other insights.

Question 3 Single choice

A 3rd party is marketing an application for financial institutions to use for credit scoring.
This application is an example of what type of analytics?

  1. A

    Descriptive analytics

  2. B

    Prescriptive analytics

  3. C

    Exploratory

  4. D

    Inferential

Show answer and explanation

Correct answer: B

Explanation

Prescriptive analytics is the type of analytics that provides recommendations or suggestions for optimal actions or decisions based on data analysis. Prescriptive analytics uses techniques such as optimization, simulation, and decision analysis to generate and evaluate various scenarios and outcomes. Prescriptive analytics can help financial institutions to use credit scoring to determine the best loan offers, interest rates, and repayment terms for their customers, as well as to manage risk and compliance. Prescriptive analytics is the most advanced and complex type of analytics, as it requires a high level of data quality, integration, and modeling, as well as human judgment and domain expertise.

Question 4 Single choice

Insights based on the data collected indicate that a multi-national company could increase its salesof a mature product by reducing its price by 20% which would result in increased revenues of 2% over a 6- month period. The team recommends this as an appropriate goal for its organization. This is considered a good goal because:

  1. A

    It meets all the criteria for a well-defined objective

  2. B

    The organization can derive additional revenue from the product

  3. C

    It indicates that the company does not have to incur costs associated with retiring this product

  4. D

    Management will be pleased that the mature product can still contribute to revenue

Show answer and explanation

Correct answer: A

Explanation

A well-defined objective is one that is specific, measurable, achievable, relevant, and time-bound (SMART) 1. The goal of increasing sales of a mature product by reducing its price by 20% which would result in increased revenues of 2% over a 6-month period meets all these criteria, as it clearly states what the desired outcome is, how it will be measured, whether it is realistic and attainable, how it aligns with the organization's strategy, and when it will be achieved

Question 5 Single choice

A merger has been completed between two telecommunication companies and the analytic practices from both organizations are being joined. The newly formed analytics department will create a task force of data

experts to combine the data from both companies into a structure usable for future analytics initiatives.

Which of the following activities would provide a high level understanding about any potential data issues that might be encountered when merging sources?

  1. A

    Data conversion

  2. B

    Data cleansing

  3. C

    Data migration

  4. D

    Data profiling

Show answer and explanation

Correct answer: D

Explanation

According to the Guide to Business Data Analytics, data profiling is a technique that analyzes the structure, content, and quality of data sources. Data profiling can help identify data issues such as missing values, outliers, inconsistencies, duplicates, and errors. Data profiling can also provide information about the data types, formats, ranges, distributions, and relationships of data elements. Data profiling can help prepare data for data conversion, data cleansing, and data migration by providing a high level understanding of the current state of data and the potential challenges and risks involved in transforming and integrating data from different sources.

Question 6 Single choice

With the recent departure of two of its employees, an IT helpdesk team is now understaffed and finding it difficult to keep up with the current workload. The number of tickets being received has increased as well as the number of days to resolve the tickets. The IT manager has set up a meeting with the IT director to request funding for two new helpdesk agents. To prepare for the meeting, the manager is interested in showing the tickets processed against ticket volume over the past year.

What type of chart should the manager use to effectively show the change in processing rate over time?

  1. A

    A pie chart to compare the number of tickets coming in versus tickets being processed each month, over the past year

  2. B

    A column chart to compare the number of tickets coming in versus tickets being processed each month, since June

  3. C

    A line chart to show the widening gap between the number of tickets being processed against the number coming over the past year

  4. D

    A waterfall chart to show the number of tickets coming in are a lot higher than those being processed as of year to date

Show answer and explanation

Correct answer: C

Explanation

A line chart is the type of chart that the manager should use to effectively show the change in processing rate over time, because it is a technique that displays data as a series of points connected by straight lines.
A line chart can help the manager visualize the trends and patterns in the ticket volume and processing rate over the past year, and highlight the widening gap between them. A line chart can also show the seasonal variations and fluctuations in the data, and compare the performance of different categories or groups. Options A, B, and D are not suitable for showing the change in processing rate over time, because they are techniques that display data as proportions (A), comparisons (B), or accumulations (D) of different categories or groups at a single point in time or over a fixed period.

Question 7 Single choice

The CustomerOrder entity will include information on all customer orders. Applying database normalization rules, which set of attributes will need to be normalized to avoid redundancies?

1. Customerld
2. CustomerPhone
3. Orderld
4. OrderDate
5. ProductName
6. ProductQuantity
7. OrderTotal

  1. A

    CustomerPhone

  2. B

    ProductName

  3. C

    ProductName
    ProductQuantity

  4. D

    Orderld
    ProductName

  5. E

    Customerld
    OrderDate

Show answer and explanation

Correct answer: B

Explanation

Database normalization is the process of organizing the data in a database to reduce redundancy and improve integrity, consistency, and performance 1. Database normalization rules are based on the concept of normal forms, which are levels of database design that meet certain criteria 2. One of the most common normal forms is the third normal form (3NF), which states that a table should not have any transitive dependencies, meaning that a non-key attribute should not depend on another non-key attribute 3. In the CustomerOrder entity, the set of attributes that will need to be normalized to avoid redundancies are ProductName and ProductQuantity, as they are non-key attributes that depend on another non-key attribute, Orderld. This means that the same product information may be repeated for different orders, which could lead to data inconsistency, duplication, or update anomalies. To normalize this set of attributes, a separate table should be created for the OrderDetails entity, which would have Orderld, ProductName, and ProductQuantity as its attributes, and Orderld and ProductName as its composite primary key.

The other sets of attributes do not need to be normalized to avoid redundancies, as they do not violate the 3NF. CustomerPhone and ProductName are non-key attributes that depend on the primary key, Customerld and Orderld respectively, which is allowed by the 3NF. Orderld and ProductName are part of the composite primary key of the OrderDetails entity, which is also allowed by the 3NF. Customerld and OrderDate are both primary keys of the Customer and Order entities respectively, which are also allowed by the 3NF.

Question 8 Single choice

A job satisfaction study is being considered. Half of the employees of the company will be interviewed by senior managers and the other half of the employees will be interviewed by an external market research company, using the same set of questions.

Which of the following might be a concern for using this approach to collect study data?

  1. A

    Reliability

  2. B

    Validity

  3. C

    Timeliness

  4. D

    Precision

Show answer and explanation

Correct answer: A

Explanation

Reliability is the degree to which a data collection method produces consistent results under the same conditions 1. In this case, the reliability of the study data might be compromised by the different interviewers (senior managers vs. external market research company), who might have different biases, expectations, or rapport with the employees. This could affect how the employees respond to the same set of questions, and thus introduce variability in the data. Validity, timeliness, and precision are not directly affected by the choice of interviewers, as they depend more on the quality, relevance, and accuracy of the questions and the data analysis.

Question 9 Single choice

An online retailer of men's athletic apparel is seeking to become the market leader in the industry. To deliver on this strategy, the analytics team continuously collects data on the prices of competitorproducts and uses this information to adjust the retailer's prices.

What type of analytics is the retailer using to maintain their pricing structure?

  1. A

    Descriptive

  2. B

    Diagnostic

  3. C

    Predictive

  4. D

    Prescriptive

Show answer and explanation

Correct answer: D

Explanation

Prescriptive analytics is the type of analytics that the retailer is using to maintain their pricing structure, because it is a technique that uses data and models to recommend the best course of action for a given situation. Prescriptive analytics can help the retailer optimize their prices based on the data collected from the competitors, the market conditions, and the customer preferences, and thus achieve their strategic goal of becoming the market leader.

Question 10 Single choice

A software company launched a new product in late 2016. The product manager is reviewing a Box and Whisker plot used to compare year-over-year sales, from 2017 to 2018.

What is the conclusion he can make from this chart?

  1. A

    2017 minimum and maximum sales are higher than 2018, and the 2017 median result is higher than the 2018 median result

  2. B

    2017 minimum and maximum sales are higher than 2018, but the 2017 median result is lower than
    2018 1st quartile result

  3. C

    2018 minimum and maximum sales are higher than 2017, and the 2018 quartile results are higher than
    2017 quartile results

  4. D

    2018 minimum and maximum sales are higher than 2017, and the 2018 1st quartile is higher than 2017 median result

Show answer and explanation

Correct answer: D