Question 1 of 25
Hints left: 3
Q1
In cloud computing, which service provides virtual servers?
Q2
What is the output of 5 % 2 in Python?
Q3
In JavaScript, what is the default value of an uninitialized variable?
Q4
What is the main feature of cloud computing?
Q5
In Object-Oriented Programming, which principle is followed to hide internal details?
Q6
Which keyword in C# is used to define a class that cannot be inherited?
Q7
In SQL, which clause is used to sort records?
Q8
In SQL, what does the GROUP BY clause do?
Q9
In Python, what is the result of 2 ** 3?
Q10
In HTML, which tag is used to create a hyperlink?
Q11
In Python, what is the output of 3 * "abc"?
Q12
In SQL, which keyword is used to select all records from a table?
Q13
What is an API in software development?
Q14
What does npm stand for in Node.js?
Q15
In HTML, which tag is used to create a drop-down list?
Q16
Which function is used to add elements to an array in JavaScript?
Q17
In Python, which of the following methods adds an element to a list?
Q18
What is the main use of inheritance in OOP?
Q19
Which data structure uses a LIFO (Last In First Out) approach?
Q20
What is the default scope of a variable in JavaScript declared with var?
Q21
What is the main purpose of version control systems like Git?
Q22
In Python, how do you define a function?
Q23
In Java, which keyword is used to create an object?
Q24
Which Python function is used to read input from the user?
Q25
What is the purpose of load testing in software engineering?