Final Quiz – Core Modules
This quiz will test your understanding about the fundamentals and core learning of the Data Analyst Toolkit.
- There are 150 questions total.
- You have 1 hour and 30 minutes to complete this quiz.
- The answers are saved on the server every 5 seconds.
- Passing score is 80%.
- Unlimited retakes.
When you are ready to take the quiz, click the “Start Quiz” button below.
Quiz Summary
0 of 80 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 80 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Computing and Programming Basics 0%
- Data Analysis with Excel 0%
- Data Analysis with SQL 0%
- Data Visualization with Power BI 0%
- Math and Statistics for Data Science 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 80
1. Question
If a 2-dimensional array called array1 consists of 4 values in the first row: 35, 42, 5, 109 and 4 values in the second row: 56, 89, 6, 1. What is the code to access the value 1?
CorrectIncorrect -
Question 2 of 80
2. Question
John needs to declare a list to keep employee’s ages. Assume he creates a list called age. What is the best list data type for this exercise?
CorrectIncorrect -
Question 3 of 80
3. Question
What are the benefits of a list?
CorrectIncorrect -
Question 4 of 80
4. Question
What data type seems best to store addresses in a list, which are comprised of letters, numbers and symbols?
CorrectIncorrect -
Question 5 of 80
5. Question
The primary purpose of an operating system is:
CorrectIncorrect -
Question 6 of 80
6. Question
Within the operating system, which is the first program run on a computer when the computer boots up?
CorrectIncorrect -
Question 7 of 80
7. Question
Function of system software is to serve as the _________ between the user, the application software, and the computer’s hardware
CorrectIncorrect -
Question 8 of 80
8. Question
The user interface for more experienced users such is called the ________, whereas the user interface used by beginners because they are more user friendly is called a ______
CorrectIncorrect -
Question 9 of 80
9. Question
The following is not a function of an operating system:
CorrectIncorrect -
Question 10 of 80
10. Question
A user interface made up of a command prompt is called:
CorrectIncorrect -
Question 11 of 80
11. Question
What are the 3 algorithm components?
CorrectIncorrect -
Question 12 of 80
12. Question
What is the difference between a flowchart and code?
CorrectIncorrect -
Question 13 of 80
13. Question
Which of the following is NOT one of the jobs of RAM?
CorrectIncorrect -
Question 14 of 80
14. Question
Which of these is NOT a good reason to use functions?
CorrectIncorrect -
Question 15 of 80
15. Question
What is the purpose of adding comments to your code?
CorrectIncorrect -
Question 16 of 80
16. Question
It’s a good idea to use a for loop when you need to __________
CorrectIncorrect -
Question 17 of 80
17. Question
Which of the following is not a descriptive statistic?
CorrectIncorrect -
Question 18 of 80
18. Question
Daily rainfall is an example of what sort of data
CorrectIncorrect -
Question 19 of 80
19. Question
The number of times that a cyclist rides over 45 km each day is what sort of data?
CorrectIncorrect -
Question 20 of 80
20. Question
You are interested in how stress affects heart rate in humans. Your dependent variable would be the __________.
CorrectIncorrect -
Question 21 of 80
21. Question
In descriptive statistics our main objective is to ______________
CorrectIncorrect -
Question 22 of 80
22. Question
What is the purpose of an inferential statistical test?
CorrectIncorrect -
Question 23 of 80
23. Question
A psychology student has conducted a statistical test on his data. The results show that the p-value is less than the critical alpha value. What should this student do?
CorrectIncorrect -
Question 24 of 80
24. Question
Which of the following is a null hypothesis?
CorrectIncorrect -
Question 25 of 80
25. Question
What is an appropriate graphical summary of the distribution of a categorical variable?
CorrectIncorrect -
Question 26 of 80
26. Question
Identify the outlier for the given data? 23, 34, 27, 7, 30, 26, 28, 31, 34
CorrectIncorrect -
Question 27 of 80
27. Question
The goal of optimization methods is to reduce the _________ or the ________ in the data.
CorrectIncorrect -
Question 28 of 80
28. Question
It is better to use gradient descent when ____________.
CorrectIncorrect -
Question 29 of 80
29. Question
The _______ theorem states that if you have a population with mean M and standard deviation SD and take sufficiently large random samples from the population, then the distribution of the sample means will be approximately normally distributed
CorrectIncorrect -
Question 30 of 80
30. Question
The Least Squares Method is trying to minimize the sum of the squares of the difference between an observed value and the fitted value provided by a model, otherwise known as the residual.
CorrectIncorrect -
Question 31 of 80
31. Question
If the dependent variable is a continuous variable but we want to test each subject twice, for example, before and after a particular treatment, we call this a ___________
CorrectIncorrect -
Question 32 of 80
32. Question
What does the SQL SELECT statement do?
CorrectIncorrect -
Question 33 of 80
33. Question
How can you filter rows using the WHERE clause?
CorrectIncorrect -
Question 34 of 80
34. Question
Which statement is used to group data in SQL?
CorrectIncorrect -
Question 35 of 80
35. Question
What does the GROUP BY statement allow you to do?
CorrectIncorrect -
Question 36 of 80
36. Question
When using the SELECT statement to eliminate duplicate rows from the result, which keyword is used?
CorrectIncorrect -
Question 37 of 80
37. Question
Which of the following functions can be used to count the number of non-NULL values in a column?
CorrectIncorrect -
Question 38 of 80
38. Question
What does the CASE statement allow you to do in SQL?
CorrectIncorrect -
Question 39 of 80
39. Question
In a SELECT query, how can you handle NULL values using the COALESCE function?
CorrectIncorrect -
Question 40 of 80
40. Question
When using an INNER JOIN in SQL, which condition is used to join the tables?
CorrectIncorrect -
Question 41 of 80
41. Question
How can you filter grouped data using the HAVING clause?
CorrectIncorrect -
Question 42 of 80
42. Question
Which SQL operator is used to filter data based on a list of values?
CorrectIncorrect -
Question 43 of 80
43. Question
When using the INNER JOIN clause, if a row in one table doesn’t have a matching row in the other table, what happens?
CorrectIncorrect -
Question 44 of 80
44. Question
Which SQL keyword is used to combine the results of two or more SELECT statements into a single result set?
CorrectIncorrect -
Question 45 of 80
45. Question
What is the purpose of a Common Table Expression (CTE) in SQL?
CorrectIncorrect -
Question 46 of 80
46. Question
Which SQL join operator returns all rows from both tables and combines rows when there’s a match?
CorrectIncorrect -
Question 47 of 80
47. Question
In an SQL query, which join type returns only the unmatched rows from the left table and the matched rows from the right table?
CorrectIncorrect -
Question 48 of 80
48. Question
Which SQL clause is used to sort the result set in ascending or descending order?
CorrectIncorrect -
Question 49 of 80
49. Question
What Excel function is used to add a range of values?
CorrectIncorrect -
Question 50 of 80
50. Question
How can you apply conditional formatting to highlight cells that meet a specific condition?
CorrectIncorrect -
Question 51 of 80
51. Question
What type of Excel object is used to summarize and analyze data from a table?
CorrectIncorrect -
Question 52 of 80
52. Question
What Excel function can be used to retrieve information from a different worksheet based on a key value?
CorrectIncorrect -
Question 53 of 80
53. Question
Which type of graph is suitable for displaying the distribution of a dataset, such as frequency of scores?
CorrectIncorrect -
Question 54 of 80
54. Question
What is the purpose of data validation in Excel?
CorrectIncorrect -
Question 55 of 80
55. Question
What Excel function is used to concatenate or combine text from different cells into a single cell?
CorrectIncorrect -
Question 56 of 80
56. Question
How can you create a basic line chart in Excel to show the trend of data over time?
CorrectIncorrect -
Question 57 of 80
57. Question
In Excel, what is the purpose of the “Freeze Panes” feature?
CorrectIncorrect -
Question 58 of 80
58. Question
Which Excel function can be used to find the maximum value in a range of cells?
CorrectIncorrect -
Question 59 of 80
59. Question
What is the primary purpose of the “Group” feature in Excel’s Data tab?
CorrectIncorrect -
Question 60 of 80
60. Question
How can you protect an Excel worksheet from unauthorized edits or changes?
CorrectIncorrect -
Question 61 of 80
61. Question
What is the purpose of using the VLOOKUP() function in Excel?
CorrectIncorrect -
Question 62 of 80
62. Question
How can you create a bar chart in Excel to compare values across different categories?
CorrectIncorrect -
Question 63 of 80
63. Question
What type of data can be validated using the “Data Validation” feature in Excel?
CorrectIncorrect -
Question 64 of 80
64. Question
In Power BI Desktop, which section is used to design and customize visualizations in your report?
CorrectIncorrect -
Question 65 of 80
65. Question
What is the primary purpose of Power Query in Power BI?
CorrectIncorrect -
Question 66 of 80
66. Question
After creating a report in Power BI Desktop, how can you share it with others for viewing and interaction?
CorrectIncorrect -
Question 67 of 80
67. Question
Which feature allows you to combine data from multiple sources, transform it, and load it into Power BI?
CorrectIncorrect -
Question 68 of 80
68. Question
In Power BI Service, what is the primary purpose of creating a dashboard?
CorrectIncorrect -
Question 69 of 80
69. Question
When you publish a Power BI report to Power BI Service, what term is used to describe the published version of the report?
CorrectIncorrect -
Question 70 of 80
70. Question
In Power Query, what transformation is used to remove duplicate rows from a dataset?
CorrectIncorrect -
Question 71 of 80
71. Question
Which feature in Power Query allows you to analyze the quality and structure of your data to identify potential issues?
CorrectIncorrect -
Question 72 of 80
72. Question
How can you create a new calculated column in Power Query based on existing columns and custom expressions?
CorrectIncorrect -
Question 73 of 80
73. Question
What is the process of combining two or more datasets into a single dataset in Power Query called?
CorrectIncorrect -
Question 74 of 80
74. Question
What function is commonly used to create a calculated table in DAX that filters data from an existing table based on a condition?
CorrectIncorrect -
Question 75 of 80
75. Question
How can you create a measure in DAX that calculates the sum of the “Sales” column in your dataset?
CorrectIncorrect -
Question 76 of 80
76. Question
What is the purpose of using variables in DAX expressions?
CorrectIncorrect -
Question 77 of 80
77. Question
How can you establish a relationship between two tables in Power BI to link their data?
CorrectIncorrect -
Question 78 of 80
78. Question
What is the purpose of creating a date table like “CalendarAuto” in Power BI?
CorrectIncorrect -
Question 79 of 80
79. Question
How can you add descriptions to tables and columns in Power BI to provide more context for users?
CorrectIncorrect -
Question 80 of 80
80. Question
What is the purpose of creating calculated columns in Power BI?
CorrectIncorrect