| Medium PV of customer segments | 3 mins Business Analysis | Solve |
A retail company is exploring new customer segments to increase sales. You are provided with the following data on three potential customer segments:
Segment A:
- Average annual revenue per customer: $500
- Average customer retention rate: 80%
- Average customer acquisition cost: $200
- Expected segment size: 2,000 customers
Segment B:
- Average annual revenue per customer: $750
- Average customer retention rate: 70%
- Average customer acquisition cost: $300
- Expected segment size: 1,500 customers
Segment C:
- Average annual revenue per customer: $1,000
- Average customer retention rate: 60%
- Average customer acquisition cost: $400
- Expected segment size: 1,000 customers
Assuming a 10% discount rate, which customer segment should the company target to maximize the return on investment? A target customer segment would have higher customer lifetime value (CLV). Note that CLV is calculated by using the following formula:
CLV = (Average Annual Revenue per Customer * Gross Margin %) * (Retention Rate / (1 + Discount Rate - Retention Rate)) - Customer Acquisition Cost
|
| Easy Supply Chain Management | 2 mins Business Analysis | Solve |
A company is considering two options to optimize its supply chain and reduce costs. The following data has been provided for each option:
Option Alpha:
- Annual transportation cost reduction: $300,000
- Annual inventory carrying cost increase: $250,000
- One-time implementation cost: $100,000
Option Beta:
- Annual transportation cost reduction: $200,000
- Annual inventory carrying cost increase: $150,000
- One-time implementation cost: $50,000
As a business analyst, determine which option provides a higher net cost reduction over a 3-year period.
A: Option Alpha provides a higher net cost reduction.
B: Option Beta provides a higher net cost reduction.
C: Both options provide the same net cost reduction.
D: Neither option provides a net cost reduction.
E: The net cost reduction cannot be determined with the given data.
|
| Medium Multi Select | 2 mins SQL | Solve |
Consider the following SQL table:
How many rows does the following SQL query return?
|
| Medium nth highest sales | 3 mins SQL | Solve |
Consider the following SQL table:
Which of the following SQL commands will find the ‘nth highest Sales’ if it exists (returns null otherwise)?
|
| Medium Select & IN | 3 mins SQL | Solve |
Consider the following SQL table:
Which of the following SQL queries would return the year when neither a football or cricket winner was chosen?
|
| Medium Sorting Ubers | 3 mins SQL | Solve |
Consider the following SQL table:
What will be the first two tuples resulting from the following SQL command?
|
| Hard With, AVG & SUM | 2 mins SQL | Solve |
Consider the following SQL table:
How many tuples does the following query return?
|
| Medium MATCH INDEX LOOKUP | 2 mins Excel | Solve |
Some friends live in adjacent apartments in a building in Central Perk, New York. We want to write a function to search the apartment number by name. Which of the following functions should we use?
|
| Medium Organization data | 3 mins Excel | Solve |
We have two Excel files with organization data. One file has Organization ID and Organization Name fields, whereas the second file has Organization ID, Organization Name and Country fields. We wrote a query to retrieve the data from both files. Here’s a sample of the data retrieved:
We want to ensure Organization ID field is unique. Which of the following is the ideal solution that ensures Organization ID field is unique while retaining Country data?
A: Select the Organization ID and Country columns, and then click Keep Duplicates.
B: Select the Organization ID and Country columns, and then click Remove Duplicates.
C: Use Group BY function to group the rows by Organization ID. Specify output columns for Organization Name and Country using MAX operation.
D: Select Organization ID column and then click Remove Duplicates. Then specify output columns for Country using MAX operation.
|
| Medium Student scores | 2 mins Excel | Solve |
Here’s a sample Excel data source:
Here’s the expected data format:
Which of the following is the correct way to transform the data from the query editor to achieve the result?
A: Columns to Select: Student Only
B: Columns to Select: Student and Student ID
C: Columns to Select: Primary and Secondary
D: Command to Use: Pivot Column
E: Command to Use: Reverse Rows
F: Command to Use: Unpivot Columns
|
| Medium VLOOKUP blood donor | 2 mins Excel | Solve |
We are looking to find the contact number of the only blood donor with blood group O-. Which function should we use to look up the correct contact number? Here's the documentation for VLOOKUP: =VLOOKUP(lookup value, range containing the lookup value, the column number in the range containing the return value, Approximate match (TRUE) or Exact match (FALSE)).
A: =VLOOKUP("O-", A1:E10, 3, TRUE)
B: =VLOOKUP("O-", A1:E10, 3, FALSE)
C: =VLOOKUP("O-", D1:D10, 4)
D: =VLOOKUP("O-", D1:D10, 3)
E: =VLOOKUP("O-", A1:E10, 4, TRUE)
F: =VLOOKUP("O-", A1:E10, 4, FALSE)
G: =VLOOKUP("Kane", A1:E10, 4)
|
| Medium Dividends | 3 mins Data Interpretation | Solve |
Consider the following line chart which shows the money invested by a company in production each year and the sales made by the company each year. If the pie chart shows the shareholding pattern of the company and the company gives 10% of the profit as dividends to its share holders then what is the average dividend received by retail investors from 2000 to 2004?
|
| Medium Laptop Brands | 2 mins Data Interpretation | Solve |
Given below is the list of laptop brands and their details in which some data is missing. If the cost price of Dell is 3/5 of the cost price of Lenovo, then what will be the %profit of Dell?
|
| Hard Median | 3 mins Data Interpretation | Solve |
Consider the following line chart which shows the sales of five different companies from 2000 to 2009. Which of the following companies has the maximum percentage increase in the median from 2000 to 2004 and 2005 to 2009.
|
| Medium Tennis Players | 3 mins Logical Reasoning | Solve |
A tennis coach was trying to put together a team of 4 players for a tennis championship out of 7 players. R, S, T are the male players, and W, X, Y, Z are the female players. Note that all players have equal ability, and the team needs to have atleast 2 male players. While selecting the team we need to keep in mind that all 4 players should be able to play with each other.
We also need to keep the following restrictions in mind:
- R cannot play with Y
- S cannot play with W
- T cannot play with Z
Which of the following are true:
A: S and Z cannot be in the team together.
B: T and Y cannot be in the team together.
C: T and X cannot be in the team together.
|
| Hard CID Agent | 3 mins Logical Reasoning | Solve |
A code ("EIG AUC REO RAI COG") was sent to the criminal office by a CID agent named Batra. However, four of the five words are fake, with only one containing the information. They also included a clue in the form of a sentence: "If I tell you any character of the code word, you will be able to tell how many vowels there are in the code word." Are you able to figure out what the code word is?
A: RAI
B: EIG
C: AUC
D: REO
E: COG
F: None
|
| Medium Positive correlation | 2 mins Logical Reasoning | Solve |
Myra is working on her thesis for which she created a scatter plot of the number of teachers and the number of college graduates for cities in Australia. She noticed a positive correlation. Which of these do you think is the probable explanation for this correlation?
A: Teachers encourage people to go to college, so an increase in the number of teachers leads to an increase in the number of college graduates.
B: Some college graduates choose teaching as a profession after graduating, so an increase in the number of college graduates also leads to an increase in the number of teachers.
C: There are more college graduates and teachers in higher income cities, so income is a confounding variable here, make it difficult to prove causation between number of teachers and number of college graduates.
D: Cities with a higher population have more teachers and more college graduates, so the correlation is due to a third variable (population of city).
E: The provided data is insufficient, so it is extremely difficult to establish the reason for the correlation.
F: Most college students choose non-teaching professions after graduating, which explains the correlation.
G: In Australia, college students are encouraged by their teachers to choose teaching as a profession after graduating.
|
| Medium Claims for a new drug Xylanex | 2 mins Critical Thinking | Solve |
A pharmaceutical company claims that their new drug, Xylanex, is highly effective in treating a specific medical condition. They provide statistical data from a clinical trial to support their claim. However, a group of scientists has raised concerns about the validity of the study design and potential bias in the data collection process. They argue that the results may be inflated and not truly representative of the drug's effectiveness.
Which of the following assumptions is necessary to support the pharmaceutical company's claim?
A: The clinical trial participants were randomly selected and representative of the target population.
B: The scientists raising concerns have a conflict of interest and are biased against the pharmaceutical company.
C: The statistical analysis of the clinical trial data was conducted by independent experts.
D: The medical condition being treated by Xylanex is widespread and affects a large number of individuals.
E: The pharmaceutical company has a proven track record of developing effective drugs for similar medical conditions.
|
| Medium Emma's cafe business | 2 mins Critical Thinking | Solve |
Emma's cafe has been operating successfully for the last 6 years. Profits have been growing every year, with this year (2020) being their best year so far. As a thank you, Emma treated her staff to a meal at a Michelin star restaurant.
Below are 3 statements about Emma, her staff and her cafe. Can you help us decide whether the 3 statements are "True", "Probably True", "Insufficient Data to Say True or False", "Probably False", or "False".
1. Emma's staff members are happy.
2. Emma's cafe did well in 2016.
3. Emma is rich.
A: True
B: False
C: Probably True
D: Probably False
E: Insufficient Data
|
| Medium Ivory's new startup | 2 mins Critical Thinking | Solve |
Statement: Ivory started a new startup. We know for a fact that almost all startups fail within the first 2 years.
Conclusion: Ivory's startup will fail.
Does the conclusion follow from the statement?
|