Font size
WorksheetsBANL 1100 Review [English]
Total questions: 100
Worksheet time: 50mins
What is the first step in analyzing a dataset like the Baidu search logs?
Create visualizations
Run statistical tests
Clean and prepare the data
Write the final report
Which of the following is NOT typically part of the data cleaning process?
Handling missing values
Converting data types
Creating a data dictionary
Performing regression analysis
How do I create a histogram in R to visualize the distribution of response times across different device types?
Use the plot() function
Use the hist() function with facet_wrap()
Use the barplot() function
Use the boxplot() function
What statistical test should I use to compare click-through rates between mobile and desktop users?
T-test
ANOVA
Chi-square test
Z-test
How can I use ggplot2 to create a scatter plot showing the relationship between query complexity and time spent on search result pages?
Use geom_bar()
Use geom_line()
Use geom_point()
Use geom_boxplot()
Which R packages are best for cleaning and preprocessing the Baidu search log data?
ggplot2 and lattice
dplyr and tidyr
caret and glmnet
rpart and randomForest
What's the most appropriate way to visualize trends in search volume over time using R?
Histogram
Scatter plot
Box plot
Line plot
How do I perform a chi-square test in R to analyze the relationship between user demographics and query types?
Use the t.test() function
Use the aov() function
Use the chisq.test() function
Use the lm() function
What online resources can I use to research current trends in Chinese search engine user behavior?
Google Trends
Baidu Index
Bing Webmaster Tools
Yandex Metrica
Which function in R is suitable for visualizing the distribution of a dataset across different categories?
Use pie() function
Use scatterplot() function
Use boxplot() function
Use lineplot() function
What statistical method should I use to identify factors that best predict whether a user will click on a search result?
Linear regression
ANOVA
Chi-square test
Logistic regression
How do I conduct sentiment analysis on search queries using R, and what online resources can help me interpret the results in a business context?
Use the sentiment() function from the syuzhet package; consult academic papers
Use the analyze_sentiment() function from the sentimentr package; refer to industry blogs
Use the get_sentiments() function from the tidytext package; consult R-specific forums
Use the sentiment_analyzer() function from the openNLP package; refer to data science textbooks
What is the primary purpose of Exploratory Data Analysis?
To prove hypotheses
To identify patterns and relationships in the data
To create the final presentation
To clean the dataset
Which R package is commonly used for data visualization in EDA?
dplyr
ggplot2
tidyr
stringr
When comparing click-through rates between mobile and desktop users, which statistical test would be most appropriate?
Chi-square test
ANOVA
Z-test
Linear regression
What does a p-value of 0.03 in a hypothesis test indicate?
The null hypothesis is definitely true
The alternative hypothesis is definitely true
There's strong evidence against the null hypothesis
The test was inconclusive
Which type of plot is best suited for showing the distribution of a continuous variable like response time?
Bar chart
Pie chart
Histogram
Scatter plot
When creating visualizations for non-technical managers, what should be your primary focus?
Using complex statistical terminology
Showing as much data as possible in one graph
Clarity and ease of understanding
Using advanced R functions
In the context of Nicoll's Contextual Usability Framework, which quadrant focuses on particular instances, events, occasions, conditions, motivations, contexts and exigencies of users when they actually interact with a search engine?
Use (Situational)
Usability (Defined and Designed)
Usage (Behavioural)
Usefulness (Expected/Discovered Value)
When presenting findings to Baidu's management, what should be the primary focus of your recommendations?
Technical details of the R code
Actionable insights that can improve business performance
Complex statistical formulas
Raw data tables
What is the purpose of treating the project proposal as a 'living document'?
To avoid making any changes to the initial plan, crystallising contingencies
To continuously adapt the project focus and objectives as new insights and feedback arise or changes are made to hypothesis
To increase the workload and getting subordinate workers to be more productive
To confuse team members as part of a training programme for handling ambiguity
What are summary or descriptive statistics, that subfield of statistics that deals with characterizing the features of known data, what are its main concerns?
Used to analyze data points recorded at regular time intervals.
Providing a straightforward and concise overview of the data, enabling researchers or analysts to gain insights and understand patterns, trends, and distributions within the dataset.
Draw conclusions about the population using samples
Describe variability among observed, correlated variables in terms of a potentially lower number of unobserved variables called factors
Which of the following is a crucial step in data preparation?
Running regression analysis
Creating visualizations
Handling missing values
Writing the final report
What is the purpose of creating a data dictionary?
To list all R functions used in the analysis
To explain categorical variables and their relevance
To calculate descriptive statistics
To create visualizations
When converting data types, which of the following is most likely to be changed?
Numerical variables to categorical
Dates to numerical format
Boolean values to text
Text to numerical format
Which R package is primarily used for data manipulation in the Tidyverse?
ggplot2
dplyr
tidyr
stringr
In the context of Nicoll's Contextual Usability Framework, which quadrant focuses on patterns of use, patterns of interaction such as repeat searches and search habits?
Use (Situational)
Usability (Defined and Designed)
Usage (Behavioural)
Usefulness (Expected/Discovered Value)
Which type of plot is most suitable for comparing distributions across different groups?
Scatter plot
Bar chart
Box plot
Line graph
When comparing the frequency of query types across different age groups, which statistical test would be most appropriate?
T-test
ANOVA
Chi-square test
Linear regression
What does a correlation coefficient of 0.8 between response time and relevance score indicate?
A weak negative relationship
A strong positive relationship
No relationship
A perfect relationship
Which of the following is NOT a measure of central tendency?
Mean
Median
Mode
Standard deviation
Which type of plot is best for showing the relationship between two continuous variables?
Bar chart
Pie chart
Scatter plot
Box plot
When creating a time series plot of search volume, what should be on the x-axis?
Search volume
Query type
Time (e.g., hours, days, or weeks)
User age
Which ggplot2 function is used to create a histogram?
geom_bar()
geom_histogram()
geom_boxplot()
geom_point()
In Nicoll's Contextual Usability Framework, which quadrant is most concerned with how difficult or easy, how frustrating or how convenient, it is to find relevant information through search when you want to?
Use (Situational)
Usability (Defined and Designed)
Usage (Behavioural)
Usefulness (Expected/Discovered Value)
When presenting findings to Baidu's management, what should be the primary focus of your recommendations?
Technical details of the R code
Complex statistical formulas
Actionable insights that can improve business performance
Raw data tables
What is the purpose of treating the project proposal as a 'living document'?
To avoid making any changes to the initial plan
To continuously adapt the project based on new insights and feedback
To increase the workload
To confuse team members
How often should the team update the project documentation?
Only at the beginning of the project
Only at the end of the project
Regularly throughout the project lifecycle
Never
What is the recommended approach for task allocation in the group project?
The group leader does all the work
Tasks are randomly assigned
The group leader coordinates work ensuring everyone contributes
Only the most skilled member performs all tasks
What is the purpose of performing hypothesis testing?
To prove a theory with absolute certainty
To assess the likelihood of an observed result occurring by chance
To create complex visualizations
To clean the dataset
Which of the following is a common mistake to avoid when interpreting hypothesis tests?
Sampling bias
Type I and Type II errors
Using the wrong statistical test
ALL of these answers
When would you use a Z-test instead of a T-test?
When treating "not rejecting" as "proving" the hypothesis
When the population variance is known and the sample size is large (n > 30).
Only when the population variance is unknown or the sample size is small (n > 30)
When the focus is only on the p-value
What does a p-value of 0.01 in a hypothesis test indicate?
The null hypothesis is definitely true
The alternative hypothesis is definitely true
There's very strong evidence against the null hypothesis
The test was inconclusive
Which of the following best describes Baidu's business context?
A social media platform
China's leading search engine
An e-commerce website
A video streaming service
Why do Business Analysts analyze search user log data?
To increase the company's stock price
To develop understanding of user behaviour and so adjust and improve search engine performance
To spy on users' personal information
To create marketing campaigns
Which of the following is NOT a typical research question for analyzing search engine data?
How do search patterns differ across age groups?
What are the most common query categories?
How does query complexity relate to user engagement metrics?
What is the favorite color of Baidu's CEO?
Whether to use ANOVA or a t-test largely hinges on the study’s design, the number of groups involved, and the specific characteristics of the data. When would you use ANOVA in favour of a T-test?
When there is only one categorical variable
When there are three or more groups to compare
When comparing the means of two distinct group
When comparing medians of 3 or more distinct groups
What is true of statistical regression?
All of the other answers
Regression is a statistical technique that relates a dependent variable to one or more independent variables.
For regression results to be properly interpreted, several assumptions about the data and the model itself must hold.
It essentially determines a best-fit line and seeing how the data is dispersed around this line.
Which one of the following is not important in Regression Analysis
Clearly articulating the dependent and independent variables.
Collecting relevant data and ensure it is clean, consistent, and free from outliers or errors.
When comparing mean differences across multiple groups and assessing the effects of one or more independent variables on a single dependent variable.
Select the method based on the nature of the dependent variable and the relationship, such as logistic regression for binary outcomes and linear regression for continuous outcomes.
Which one IS NOT a Limitation of Regression Analysis?
Assumption Dependence: Assumes linearity, normality, and independence, which may not always hold.
Overfitting: Models with too many predictors can fit the training data too well but fail to generalize.
Quantifies Relationships: Measures the strength and direction of variable interactions.
Causation Misinterpretation: Correlation does not imply causation; external factors might influence results.
Which of the following IS NOT one of the main advantages of Regression Analysis?
Data Sensitivity: Outliers and multicollinearity can distort results.
Predictive Power: Forecast outcomes and trends effectively.
Supports Decision-Making: Provides data-driven insights for strategic planning.
Quantifies Relationships: Measures the strength and direction of variable interactions.
What principle should be applied when explaining findings to keep them as simple as possible?
Einstein's Relativity
Newton's Laws
Occam's Razor
Pythagoras' Theorem
Which framework is recommended for enhancing the data story-telling, deriving data insights and enhancing meaning in data from the user perspective?
SWOT analysis
Porter's Five Forces
Contextual usability
PESTEL analysis
What should the storytelling framework in the final report include?
A fictional narrative about Baidu's history
Personal anecdotes from team members
A clear problem statement, methodology justification, key findings, and business implications
Detailed technical specifications of Baidu's search algorithm
Which of the following best describes the purpose of this project in relation to the course?
To memorize R functions
To develop and showcase R programming skills, data visualization abilities, and application of basic statistical concepts
To learn about Baidu's corporate structure
To practice public speaking skills
What type of experience does this project aim to provide?
A theoretical understanding of search engines
A realistic and practical experience of what kind of work happens in business analytics
An opportunity to learn Chinese
A chance to develop marketing strategies
Which of the following is NOT a key task in the Exploratory Data Analysis stage?
Generate summary statistics using R
Create initial visualizations with ggplot2
Write the final report
Identify patterns in the data
What should be done if the team's findings contradict their initial hypotheses?
Ignore the contradictory findings
Manipulate the data to fit the hypotheses
Document the changes and present them clearly with their rationale
Abandon the project entirely
Which of the following best describes the nature of the business analytics process as presented in the project brief?
Linear and predictable
Cyclic and iterative
Random and chaotic
Static and unchanging
What is the primary goal of analyzing search patterns across different times of day and cities?
To determine the best time to schedule team meetings
To understand how usage -user behavior - varies by time and location
To decide where to build new Baidu offices
To set working hours for Baidu employees
Which of the following is a key aspect of evaluating search engine performance?
Examining factors influencing click-through rates
Analyzing employee satisfaction at Baidu
Studying competitors' marketing strategies
Reviewing Baidu's financial statements
What is the purpose of analyzing how current events affect search behavior?
To predict future stock market trends
To understand the impact of real-world events on user queries
To decide which news stories Baidu should report
To influence public opinion on current events
How does creativity play a role in choosing which variables to explore during the EDA process?
It has no role; variable selection is purely scientific
It helps analysts identify unexpected relationships between variables
It replaces the need for statistical analysis
It only applies to visualization, not variable selection
In what ways does intuition complement statistical rigor when interpreting patterns in data visualizations?
Intuition replaces the need for statistical analysis
It helps guide further statistical inquiries based on visual patterns
Intuition and statistical rigor are mutually exclusive
It only applies to qualitative data, not quantitative
How do analysts balance the need for scientific objectivity with the art of storytelling when presenting insights to non-technical stakeholders?
By focusing solely on statistical results
By ignoring scientific objectivity in favor of storytelling
By using storytelling techniques to make objective findings more accessible and engaging
By presenting raw data without interpretation
How does the iterative nature of EDA reflect both scientific method and artistic refinement?
It doesn't; EDA is purely scientific
By allowing for hypothesis testing and creative exploration of data
By replacing scientific method with artistic interpretation
By focusing solely on data visualization
In what ways does the selection of visualization types involve both artistic design principles and scientific communication of data?
It doesn't; visualization is purely artistic
By choosing visually appealing charts that accurately represent the data, and showcase observable tell-tale characteristics in their shape and size
By ignoring data accuracy in favor of aesthetics
By using only standard chart types regardless of data
How do analysts artfully craft hypotheses while maintaining scientific validity in the business analytics process?
By basing hypotheses solely on intuition
By ignoring business context when forming hypotheses
By creatively combining business insights with data-driven observations
By avoiding hypothesis formation altogether
How does the art of asking the right questions intersect with the science of data analysis in EDA?
It doesn't; question formulation is separate from data analysis
By guiding the analytical process towards meaningful insights
By replacing data analysis with intuitive questioning
By focusing only on questions that can be answered with available data
In what ways does the creative interpretation of outliers or unexpected patterns in data complement statistical analysis?
It replaces the need for statistical analysis of outliers
By providing context and potential explanations for statistical anomalies
By ignoring outliers in favor of the main trend
By focusing solely on outliers and ignoring the overall data distribution
How do analysts balance the art of simplification with the scientific need for accuracy when communicating complex findings?
By presenting all data without simplification
By oversimplifying to the point of inaccuracy
By using appropriate levels of detail for different audiences while maintaining core accuracy
By focusing solely on the most complex aspects of the analysis
How does the process of feature engineering in data preparation blend creative insight with scientific methodology?
It doesn't; feature engineering is purely scientific
By creatively combining variables based on domain knowledge and validating through statistical methods
By randomly creating new features without scientific basis
By avoiding feature engineering to maintain data purity
What is the primary purpose of exploratory data analysis (EDA)?
To create complex machine learning models
To clean and prepare data for analysis
To summarize the main characteristics of a dataset
To perform hypothesis testing
Which of the following is a common method for handling missing data in a dataset?
Deleting the entire dataset
Filling missing values with the mean or median
Ignoring the missing data
Randomly assigning values to missing data
What is the role of a p-value in statistical hypothesis testing?
It provides a summary of the data distribution
It determines the sample size needed for the test
It indicates the strength of the evidence against the null hypothesis
It measures the probability of the null hypothesis being true
What is the primary purpose of using a boxplot in data analysis?
To compare the means of different groups
To visualize the frequency of data points
To show the relationship between two categorical variables
To display the distribution of data based on a five-number summary
Which statistical test is most appropriate for determining if there is a significant difference in means between three or more independent groups?
ANOVA
Correlation analysis
T-test
Chi-square test
What does a confidence interval represent in statistical analysis?
The probability of making a Type I error
The range within which the true population parameter is expected to lie with a certain level of confidence
The likelihood of the null hypothesis being true
The average value of a dataset
Which statistical method is best suited for predicting a continuous outcome based on multiple predictor variables?
Chi-square test
ANOVA
Linear regression
Logistic regression
What is the primary purpose of using a box plot in data analysis?
To show the distribution of data and identify outliers
To compare means of different groups
To display the frequency of data points
To illustrate the relationship between two variables
Which of the following is NOT a common data visualization tool used in R?
lattice
matplotlib
plotly
ggplot2
What is the primary goal of using a decision tree in data analysis?
To perform complex mathematical calculations
To classify data into distinct categories based on input features
To visualize data trends over time
To summarize data using central tendency measures
Which statistical test is most appropriate for comparing the means of two independent groups?
Chi-square test
t-test
ANOVA
Regression analysis
Which of the following is a key assumption of linear regression?
Variables must be categorical
Data must be heteroscedastic
Data must be normally distributed
There must be multicollinearity
Which of the following is NOT a common method for visualizing categorical data?
Bar chart
Line plot
Pie chart
Histogram
Which R function is used to calculate the mean of a numeric vector?
sum()
mode()
mean()
median()
What is the primary purpose of using a scatter plot in data analysis?
To compare the means of two groups
To show the distribution of a single variable
To visualize the relationship between two continuous variables
To display the frequency of categorical data
What is the primary benefit of using a data visualization tool like ggplot2 in R?
To perform complex statistical tests
To create interactive web applications
To generate clear and informative visual representations of data
To automate data cleaning processes
Which of the following is a key consideration when selecting a statistical test for data analysis?
The sample size and distribution of the data
The brand of software used
The time of day the analysis is performed
The color scheme of the output
What is the main purpose of conducting a literature review in a research project?
To prove the researcher's hypothesis
To summarize existing knowledge and identify research gaps
To increase the length of the research paper
To find errors in previous studies
Which R function is used to perform linear regression analysis?
glm()
lm()
t.test()
anova()
What is the best practice for handling missing data in a dataset before analysis?
Delete the entire dataset
Use imputation methods
Replace with zeros
Ignore the missing data
Which visualization technique is most effective for comparing the proportions of different categories?
Line plot
Pie chart
Scatter plot
Histogram
What is the primary goal of data preprocessing in data analysis?
To increase the size of the dataset
To visualize data trends
To create complex models
To ensure data is clean and ready for analysis
Which R function is used to calculate the mean of a numeric vector?
mode()
mean()
median()
sum()
What is the primary purpose of using a boxplot in data analysis?
To compare two categorical variables
To show the distribution of data and identify outliers
To visualize the correlation between variables
To display the frequency of data points
Which statistical test is appropriate for comparing the means of two independent groups?
Regression analysis
T-test
ANOVA
Chi-square test
What is the primary goal of conducting a hypothesis test?
To calculate the mean of the sample data
To prove the null hypothesis
To determine the probability of a Type III error
To assess the evidence against the null hypothesis
Which statistical test is most appropriate for comparing the means of two independent groups?
T-test
ANOVA
Chi-square test
Correlation analysis
What is the significance of a confidence interval in statistical analysis?
It indicates the probability of a Type I error
It determines the sample size needed for the study
It measures the central tendency of the data
It provides a range of values that is likely to contain the population parameter
