wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AI_Driven_Retail_Intelligence

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
  1. I. Python & SQL Technical Skills

  2. Which Pandas method is used to merge two DataFrames based on a common column?

a)
  1. A) concat()

b)
  1. B) join()

c)
  1. C) merge()

d)
  1. D) combine()

2.
  1. You need to extract daily sales data from an ERP database. Which SQL query achieves this?

a)
  1. A) SELECT * FROM sales WHERE date = '2023-10-01';

b)
  1. B) GET sales WHERE date IS '2023-10-01';

c)
  1. C) EXTRACT sales ON date='2023-10-01';

d)
  1. D) FILTER sales BY date='2023-10-01';

3.
  1. How would you handle missing values in a Pandas DataFrame df for the 'price' column?

a)
  1. A) df.dropna(subset=['price'])

b)
  1. B) df['price'].fillna(0)

c)
  1. C) df.delete('price')

d)

  1. D) df.replace('price', np.nan)

4.
  1. To connect Python to an Odoo ERP API, which library is most appropriate?



a)
  1. A) requests

b)
  1. B) odoo-client

c)
  1. C) sqlalchemy

d)
  1. D) tensorflow

5.
  1. What does this SQL clause do? GROUP BY category HAVING SUM(sales) > 1000

a)
  1. A) Filters categories before grouping

b)
  1. B) Groups sales by category and excludes sums ≤1000

c)
  1. C) Sorts categories by sales descending

d)
  1. D) Aggregates sales without filtering

6.
  1. A sudden 30% sales drop in a region is observed. What should you investigate first?

a)
  1. A) Train a new neural network

b)
  1. B) Check inventory stockouts and promotions

c)
  1. C) Rebuild the entire dashboard

d)
  1. D) Run a cluster analysis

7.
  1. Which metric best measures promotion effectiveness?

a)
  1. A) Total website visits

b)
  1. B) Margin per unit sold during promo

c)
  1. C) Social media likes

d)
  1. D) Employee overtime hours

8.
  1. What does "SKU rationalization" aim to optimize?



a)
  1. A) Warehouse temperature

b)
  1. B) Product assortment profitability

c)
  1. C) Customer service scripts

d)
  1. D) Delivery truck routes

9.
  1. III. Statistics & Machine Learning

  1. In demand forecasting, which technique handles weekly seasonality?

a)
  1. A) K-means clustering

b)
  1. B) ARIMA models

c)
  1. C) Logistic regression

d)
  1. D) Decision trees

10.
  1. A model predicting "high-value customers" has 95% accuracy but misses 80% of actual high-value users. What is the issue?

a)
  1. A) High precision

b)
  1. B) Low recall

c)
  1. C) Overfitting

d)
  1. D) Perfect performance

11.
  1. Which test determines if a price change affected sales significantly?

a)
  1. A) Chi-square test

b)
  1. B) T-test

c)
  1. C) K-means clustering

d)
  1. D) PCA

12.
  1. How do you detect bias in an inventory allocation model?

a)
  1. A) Track API response times

b)
  1. B) Analyze stock distribution by store demographics

c)
  1. C) Monitor cloud compute costs

d)
  1. D) Count missing values

13.
  1. IV. Data Visualization & Communication


    1. To show monthly sales trends and anomalies simultaneously, which PowerBI visual is ideal?

a)
  1. A) Pie chart

b)
  1. B) Scatter plot

c)
  1. C) Line chart with anomaly detection

d)
  1. D) Table

14.
  1. A stakeholder asks, "Why did loyalty program participation drop?" How should you respond?

a)
  1. A) Share raw SQL queries

b)
  1. B) Show a dashboard comparing participation pre/post policy changes

c)
  1. C) Email a Jupyter Notebook

d)

  1. D) Schedule a model retraining session

15.

V. Critical Thinking & Problem Translation

  1. "Reduce overstock costs" translates to which measurable AI task?

a)
  1. A) Build a chatbot

b)
  1. B) Predict demand elasticity for slow-moving items

c)
  1. C) Create employee training videos

d)
  1. D) Audit supplier contracts

16.
  1. A vague goal: "Improve customer experience." What data question aligns with this?

a)
  1. A) "Which store has the cheapest products?"

b)
  1. B) "What is the correlation between checkout wait times and repeat purchases?"

c)
  1. C) "How many employees work night shifts?"

d)
  1. D) "Calculate total annual revenue."

17.

VI. Ethics & Deployment

  1. An AI model recommends higher prices in low-income areas. What ethical risk exists?

a)
  1. A) Model drift

b)
  1. B) Bias in pricing

c)
  1. C) API latency

d)
  1. D) Cloud costs

18.
  1. To monitor a deployed demand forecasting model, you track:

a)
  1. A) User login counts

b)
  1. B) Prediction accuracy vs. actual sales over time

c)
  1. C) Dashboard color schemes

d)
  1. D) ERP license renewal dates

19.

VII. Tool Proficiency

  1. What does PromptBi simulate in this course?

a)
  1. A) ERP data extraction

b)
  1. B) AI model deployment pipelines

c)
  1. C) Payroll processing

d)
  1. D) Social media ads

20.
  1. In TensorFlow, what is the purpose of a Sequential model?

a)
  1. A) Process SQL joins

b)
  1. B) Handle time-series data

c)
  1. C) Build neural networks layer-by-layer

d)
  1. D) Clean retail datasets