Mock Interview Test

1. What is the time complexity of binary search?

2. Which of the following is a non-primitive data type in JavaScript?

3. What is the output of the following Python code?
print(2 ** 3)

4. What does SQL stand for?

5. Which of the following is a popular version control system?

6. What does the acronym REST stand for in web services?

7. Which of the following is a NoSQL database?

8. In which programming language is the Django framework written?

9. Which of the following is a front-end framework?

10. What is the main purpose of the alt attribute in an <img> tag?

11. What is the purpose of the z-index CSS property?

12. Which of the following is NOT a JavaScript data type?

13. What does HTML stand for?

14. In CSS, which of the following is used to select elements with a specific class?

15. Which of the following is a correct way to comment in JavaScript?