
Technical Test
Quiz by Sidharth Mavinkurve
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
70 questions
Show answers
- Q1In data analysis, which of the following techniques is used to identify the relationship between two variables?RegressionClusteringCorrelationClassification30s
- Q2In programming, which of the following is a commonly used loop structure for iterating a block of code a specific number of times?while loopswitch statementfor loopif statement30s
- Q3Which SQL command is used to retrieve data from a database?SELECTUPDATEDELETEINSERT30s
- Q4What programming paradigm focuses on using 'objects' to design software components?Functional ProgrammingProcedural ProgrammingObject-Oriented ProgrammingDeclarative Programming30s
- Q5Which data structure uses a Last In, First Out (LIFO) principle?QueueLinked ListArrayStack30s
- Q6What is the primary purpose of data normalization in databases?To simplify backup processesTo speed up queriesTo reduce data redundancyTo increase data integrity30s
- Q7Which of the following programming languages is primarily used for web development on the client side?PythonC++JavaScriptJava30s
- Q8In Python, which built-in function is used to read data from a file?closewriteopenread30s
- Q9Which of the following algorithms is primarily used for searching an element in a sorted array?Linear SearchDepth-First SearchBinary SearchBreadth-First Search30s
- Q10In machine learning, what is overfitting?A model with too few parametersA model that generalizes wellA model with high biasA model that performs well on training data but poorly on unseen data30s
- Q11What is the purpose of a Data Object in programming?To represent data in a structured wayTo execute commands directlyTo display results onlyTo store only numerical values30s
- Q12What is the main function of a database management system (DBMS)?To analyze data without a structured formatTo provide a systematic way to store, retrieve, and manage dataTo create high-level programming languagesTo design user interfaces30s
- Q13Which programming paradigm focuses on using objects and classes to design and structure software?Procedural ProgrammingObject-Oriented ProgrammingLogic ProgrammingFunctional Programming30s
- Q14What is the primary purpose of unit testing in software development?To conduct security auditsTo validate that individual components work as intendedTo assess the overall performance of the applicationTo document the code comprehensively30s
- Q15What is a primary key in a database?A key that encrypts dataA field that allows duplicate valuesA type of user role in database managementA unique identifier for a record in a table30s