
Technical Assessment
Quiz by Human Resource
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
30 questions
Show answers
- Q1What is the primary tool used by a data analyst to organize and analyze data?ExcelPhotoshopPowerPointAutoCAD30s
- Q2What programming language is frequently used by data analysts for data manipulation and analysis?CSSJavaScriptPythonHTML30s
- Q3Which of the following is a commonly used statistical measure to summarize data?MeanMedianModeStandard Deviation30s
- Q4Which of the following is an important skill for a data analyst to possess?Graphic DesignNetwork AdministrationStatistical AnalysisWeb Development30s
- Q5Which data format is commonly used for storing and exchanging structured data?CSVMP4DOCXJPEG30s
- Q6What is the output of the following code: print(type([]))?30s
- Q7Which of the following methods can be used to add an element to a list in Python?insert()add()push()append()30s
- Q8What will the following code snippet output: print('Hello, World!'[::-1])?Hello, World!Hello, World!dlroW ,olleH!dlroW ,olleH30s
- Q9What is the primary purpose of using comments in Python code?To optimize performanceTo explain the code to readersTo define functionsTo execute code30s
- Q10What is the purpose of the 'def' keyword in Python?To import a moduleTo define a functionTo create a classTo declare a variable30s
- Q11Which statement is used to exit a loop in Python?exitstopcontinuebreak30s
- Q12Which SQL clause is used to filter records in a query?WHEREORDER BYJOINGROUP BY30s
- Q13What command is used to remove a table from a database in SQL?CLEAR TABLEREMOVE TABLEDROP TABLEDELETE TABLE30s
- Q14What function is used to count the number of rows in a SQL query?COUNT()MAX()SUM()AVG()30s
- Q15Which SQL statement is used to insert new records into a table?ADD TOINSERT INTOPUT INTOINSERT RECORD30s