Interview Questions Hub

Explore our comprehensive collection of interview questions

Total Questions

174

Total Views

422

Categories

6

Active Filters: None ×
Medium
0

What is the purpose of the async and await keywords in Python?

Programming Languages
Medium
Easy
2

What is the purpose of the map function in Python?

Programming Languages
Medium
2

How do you implement a linked list in Python?

Data Structures
Easy
3

What is the purpose of the filter function in Python?

Programming Languages
Medium
2

How do you implement a stack in Python?

Data Structures
Medium
0

What is the purpose of the reduce function in Python?

Programming Languages
Medium
2

How do you implement a queue in Python?

Data Structures
Easy
2

What is the purpose of the lambda function in Python?

Programming Languages
Medium
2

How do you implement a binary tree in Python?

Data Structures
Medium
0

What is the purpose of the super function in Python?

Programming Languages
Hard
3

How do you implement a hash table in Python?

Data Structures
Easy
2

What is the purpose of the __init__ method in Python?

Programming Languages
Medium
3

How do you implement a priority queue in Python?

Data Structures
Easy
3

What is the output of `console.log(2 + '2')`?

JavaScript
Medium
4

Explain closures in JavaScript

JavaScript
Easy
Medium
3

What is hoisting in JavaScript?

JavaScript
Hard
2

Explain the event loop

JavaScript
Medium
2

What is the output of `0.1 + 0.2 === 0.3`?

JavaScript