CCRM Data Analytics 5 — Questions and Answers
Question 1: A CRM team runs an A/B test on two email subject lines and finds a p-value of 0.03. At a significance level of 0.05, what should they conclude?
- There is no statistically significant difference between the two subject lines
- The difference in open rates is statistically significant and unlikely due to chance (Correct answer)
- The test needs to run longer before any conclusion can be drawn
- A p-value of 0.03 means the result is 3% accurate
Correct answer: The difference in open rates is statistically significant and unlikely due to chance
A p-value of 0.03 is below the 0.05 threshold, meaning the observed difference is statistically significant at the chosen confidence level.
Question 2: Which RFM dimension specifically measures how recently a client last interacted with the company?
- Frequency
- Monetary
- Recency (Correct answer)
- Retention
Correct answer: Recency
Recency measures the time elapsed since the client's most recent purchase or interaction, with lower values indicating more recent activity.
Question 3: A client analytics team discovers a strong correlation between client age and product preference. Before acting on this, what should they verify?
- That the correlation implies a causal relationship
- That the correlation is not driven by a confounding variable such as income level (Correct answer)
- That the dataset contains at least 1 million records
- That the finding has been published in a peer-reviewed journal
Correct answer: That the correlation is not driven by a confounding variable such as income level
Correlation does not imply causation, and an observed relationship may be explained by a third confounding variable.
Question 4: In the context of CRM analytics, 'sentiment analysis' is used to:
- Calculate the financial sentiment of quarterly earnings reports
- Classify client feedback text as positive, negative, or neutral using NLP techniques (Correct answer)
- Measure the emotional intelligence of relationship managers
- Score the tone of internal sales team communications
Correct answer: Classify client feedback text as positive, negative, or neutral using NLP techniques
Sentiment analysis uses natural language processing to detect and classify the emotional tone of client-generated text such as reviews and emails.
Question 5: A CCRM professional needs to track client health scores continuously. Which data infrastructure approach is most appropriate?
- Manual monthly spreadsheet updates shared via email
- A real-time data pipeline feeding a live dashboard with automated alerts (Correct answer)
- Quarterly batch exports from the CRM to a static PDF report
- Annual survey data collected and stored in a local file
Correct answer: A real-time data pipeline feeding a live dashboard with automated alerts
Real-time pipelines and live dashboards enable proactive intervention by surfacing changes in client health as they occur.
Question 6: Which scenario represents an ethical concern in client data analytics?
- Using aggregated data to identify overall trends in client satisfaction
- Using personal client data to train models without obtaining explicit consent (Correct answer)
- Presenting confidence intervals alongside predictive model outputs
- Segmenting clients by product usage tier to tailor communications
Correct answer: Using personal client data to train models without obtaining explicit consent
Using personal data without explicit consent violates privacy regulations such as GDPR and CCPA and constitutes an ethical breach.
Question 7: A relationship manager wants to forecast client revenue for the next 12 months using historical monthly revenue data. Which method is most appropriate?
- K-means clustering on transaction amounts
- Time-series forecasting using ARIMA or exponential smoothing (Correct answer)
- Chi-square test on categorical revenue buckets
- Logistic regression predicting churn probability
Correct answer: Time-series forecasting using ARIMA or exponential smoothing
Time-series methods like ARIMA or exponential smoothing are designed to model sequential temporal data and produce future-period forecasts.
A CRM team runs an A/B test on two email subject lines and finds a p-value of 0.03.
At a significance level of 0.05, what should they conclude?