
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
25 questions
Show answers
- Q1What keyword is used to sort the result set in SQL?FILTER BYORDER BYGROUP BYSORT BY30s
- Q2What feature of Power BI allows users to visualize data and share insights through dashboards?Power QueryPower BI ServicePower BI DesktopPower Pivot30s
- Q3What will be the output of the following code: print(2 ** 3)?698530s
- Q4Which of the following is the correct way to define a function in Python?define my_function():def my_function():function my_function():my_function() = function:30s
- Q5What is the purpose of the 'import' statement in Python?It starts a loop.It defines a new variable.It allows you to use libraries and modules.It executes a program file.30s
- Q6What is the primary purpose of TensorFlow's 'tf.function' decorator?To handle batch normalizationTo convert Python functions into TensorFlow graphsTo perform data augmentationTo visualize model architecture30s
- Q7What is the primary objective of exploratory data analysis (EDA)?To clean and format data for reportingTo automate data collection processesTo predict future trends using historical dataTo summarize the main characteristics of a dataset30s
- Q8What language is primarily used for creating calculations and queries in Power BI?SQLDAXMR30s
- Q9What is the result of the expression: 'hello'.upper()?'hello''HELLO''Hello''hElLo'30s
- Q10Which SQL keyword is used to prevent duplicate records from being returned in a query?DISTINCTFILTERUNIQUEPRIMARY30s
- Q11What function is used in TensorFlow to create a linear regression model?tf.estimator.Estimatortf.data.Datasettf.keras.Modeltf.keras.Sequential30s
- Q12Which data visualization technique is used to display the distribution of a dataset?HistogramLine graphPie chartScatter plot30s
- Q13What is the default sorting order of the ORDER BY clause in SQL?AlphabeticalDescendingRandomAscending30s
- Q14Which of the following SQL clauses is used to filter records based on a specified condition?JOINWHEREHAVINGORDER BY30s
- Q15Which feature in Power BI allows users to create interactive reports that users can filter and drill down into?Data ModelsBookmarksSlicersVisualizations30s