A structured compilation of technical multiple-choice questions covering Microsoft Excel, Data Visualization, and Supply Chain Case Studies with verified answers and explanations.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
Consider the below table:
| Donation ID | Donor ID | Type | Method | Status | Amount |
|---|---|---|---|---|---|
| 1 | D1 | Donation | Credit Card | Completed | 5000 |
| 2 | D2 | T-Shirt | Paypal | Abandoned | 500 |
| 3 | D3 | Food | Paypal | Failed | 3000 |
| 4 | D4 | Cash |
| Credit Card |
| Failed |
| 1000 |
| 5 | D5 | Stationary | Paypal | Completed | 400 |
| 6 | D6 | T-Shirt | Credit Card | Abandoned | 500 |
User has to create the below Pivot table from the above given data:
| Count of Method | Credit Card | Paypal | Grand Total |
|---|---|---|---|
| 3 | 3 | 6 |
Which of the selections users must follow to create the above Pivot table, please choose the correct option?
Explanation:
The categories (Credit CardandPaypal) are arranged horizontally as column headers across the top with a trailing "Grand Total" column. Placing the field into the Columns area generates this horizontal layout.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
What would be the output of the following formula when applied to the below data:
=FIND("C2", C2, 2)
Where cell C2 contains: C1C2C3C4C3C2C1
Explanation:
TheFIND(find_text, within_text, [start_num])function returns the 1-based character position of the substring.
- Position 1:
C- Position 2:
1- Position 3:
C- Position 4:
2
Starting search from index2, the first"C2"substring begins at position 3.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
You have a list of sales figures from B1 to B10, and you want to find the smallest number in the list. Which formula will give you the result?
Explanation:
=MIN()is the built-in Excel function for finding the minimum value in a range. Functions likeMINIMUMandLOWdo not exist, whileSMALLrequires a second rank parameter (k).
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
What will be result of the following formula when applied to the below data:
=SUMIF(A2:A5, "China", B2:B5)
| A | B | C | D | |
|---|---|---|---|---|
| 1 | A1 | A2 | A3 | |
| 2 | India | 180 | 320 | 440 |
| 3 | China | 240 | 160 | 310 |
| 4 | India | 230 | 520 | 420 |
| 5 | China | 350 | 520 | 620 |
Explanation:
The formula sums column B where column A equals"China":
- Row 3:
240- Row 5:
350- Total: $240 + 350 = 590$.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
Consider the below excel sheet, if the user wants to calculate the average of the cell range E6 to E10 then, which of the formulas is used?
(Values in E6:E10 are 10, 20, 30, 40, 50)
Explanation:
The standard Excel function for arithmetic mean isAVERAGE. Abbreviations likeAVGorAVRGare invalid.
Group: Technical | Section: Visualization | Marks: 1
Problem Statement:
What is the first step in structuring an effective report?
Explanation:
An effective report begins by framing the background, objectives, and context so the audience understands the purpose and scope before reviewing data and recommendations.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
You want to calculate the total sales for a specific product category listed in column A and the sales amounts in column B. You need to sum only the sales that meet the criteria. Which formula would you use?
Explanation:
The syntax forSUMIFis=SUMIF(range, criteria, [sum_range]). Here,A:Ais checked for"Electronics"and corresponding values inB:Bare summed.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
Consider the table given below. User has to display the value only for Group B. If none of the values found then "No Results Found" must be displayed. Which of the below formulas can be used?
Explanation:
The dynamic array functionFILTERtakes=FILTER(array, include, [if_empty]). Filtering conditionB3:B9="B"selects Group B records and returns the fallback string when no match exists.
Group: Technical | Section: Visualization | Marks: 1
Problem Statement:
Which of the following list of challenges is not true for an organization in adopting analytics techniques to succeed in the market?
Explanation:
Cultural acceptance is an enabler and positive driver for digital transformation, whereas cultural resistance is the actual challenge/barrier.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
You want to create a list of numbers from 1 to 10 in a column using a single formula. Which formula would you use?
Explanation:
Excel's dynamic array formula=SEQUENCE(rows, [columns], [start], [step])with parameters(10, 1, 1, 1)generates values from 1 to 10 vertically.
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
Consider the below excel sheet image, where A2, A3 and A4 cells have a value (A2=10, A3=8, A4=1). User wants to show the value in cell A5 as TRUE only if the value of the cell A2 is greater than the value of cell A3 and the value of the cell A4 is greater than the value of A2. Which of the below formulas can be used?
Explanation:
- Condition 1: $A2 > A3$ (
A2>A3)- Condition 2: $A4 > A2$, which is identical to $A2 < A4$ (
A2<A4)
Joining withAND:=AND(A2>A3, A2<A4).
Group: Technical | Section: Visualization | Marks: 1
Problem Statement:
When designing a data visualization for a broad audience, what is a key consideration for ensuring accessibility?
Explanation:
Accessibility guidelines mandate high-contrast ratios and color palettes distinguishable by individuals with color vision deficiencies (e.g., deuteranopia, protanopia).
Group: Technical | Section: Visualization | Marks: 1
Problem Statement:
What is the primary purpose of using a diverging color scheme in a data visualization?
Explanation:
Diverging color schemes highlight deviations in two directions from a critical baseline/midpoint (e.g., positive vs. negative margins, above vs. below target).
Group: Technical | Section: MS Excel | Marks: 1
Problem Statement:
You enter "01-May-2025" in a cell and drag the fill handle. Which Autofill option ensures only weekdays are filled?
Explanation:
The AutoFill contextual options menu provides "Fill Weekdays", which auto-increments dates while omitting Saturdays and Sundays.
Group: Technical | Section: Visualization | Marks: 1
Problem Statement:
If I want to show the percentage distribution of expenses in a budget (e.g., rent, utilities, groceries) then which chart is more suitable?
Explanation:
Pie charts and donut charts are specifically suited for part-to-whole categorical percentage distributions that sum to 100%.
Group: Case Study | Section: Supply Chain | Marks: 10
Scenario:
Around 600 small marketplace sellers operate in three manufacturing clusters. Most sellers individually send low-volume shipments to the fulfillment centre, leading to irregular and high freight cost and frequent missed receiving cut-offs. A scheduled milk-run collection could consolidate volume, but sellers have different production times and fear penalties if they miss the pickup window. The current 3PL is willing to pilot dedicated routes only if minimum daily volume is guaranteed.
Seller Segmentation
Route & Frequency Design
Consolidation Points (Cluster Hubs)
Pickup-Window Rules & SLA Safeguards
Commercial Arrangements
Exception Handling & Contingencies
Key Metrics & KPIs
Google • Pending