You are on page 1of 2

ANSWER KEY

Part 1. Multiple choice


b) Remove Duplicates
c) Auto-filling data based on patterns
b) Sort and filter data within a table
b) CONCATENATE
d) How two tables are related
c) WHERE
c) To combine data from multiple tables
c) Summarizing and analyzing data
b) Data transformation and cleaning
b) Power BI Service
c) Creating relationships between tables
c) Tree map
d) FULL OUTER JOIN
b) Filtering data visually
b) Line chart
c) Aggregate data and create subtotals
a) COUNT
a) GROUP BY
a) Various
b) Filter Rows

Part 2. Fill in the blanks


1. Patterns
2. Combine text from multiple cells
3. PivotTables
4. True
5. Relationships
6. WHERE
7. AVG
8. Result set
9. Transformation
10. Service
11. To create relationships between data tables
12. Tree map
13. INNER JOIN
14. Creating and sharing interactive data visualizations
15. Aggregate data and create subtotals
16. Slicer
17. MAX
18. Searches for a value in a vertical range and returns a corresponding value
19. Summarized
20. Line chart

Part 3. Code tracing.

1. Expected Output: "Hello World"


2. Expected Output: "Yes"
3. Expected Output: 3
4. Expected Output: The sum of values in column C that meet the specified conditions (17)
5. Expected Output: List of CustomerName and OrderDate where Country is 'USA'

6. Expected Output: The calculated average price for products in the 'Electronics' category
466.something

7. Expected Output: Grouped data by "Category" with a calculated column "Total Sales"

8. Expected Output: Calculated difference between 'Revenue' and 'Cost'

9. Expected Output: List of CustomerNames from Customers table that have matching
CustomerIDs in Orders table
10. Expected Output: Calculated sum of 'Revenue' for the year 2022 (5000)
11. Expected Output: 35 (maximum value in the range)
12. Expected Output: Corresponding value in the third column for the row with "Apples"
13. Expected Output: The average quantity value for the entire 'Sales' table
14. Expected Output: Count of rows in 'Products' table where 'Price' is greater than $100
15. Expected Output: "Not Found" (if the VLOOKUP doesn't find a match)
16. Expected Output: The count of rows meeting the specified conditions
17. Expected Output: The calculated average age of employees in the 'Sales' department
18. Expected Output: Sorted list of employees' first names followed by last names
19. Expected Output: New column "Year" with the value 2022 for each row
20. Expected Output: Calculated total revenue based on the product of 'Quantity' and 'Price'
for each row in 'Sales' table

You might also like