Question Bank
1899 approved questions from the community
Python uses 'interning' to optimize memory for small integers and certain strings by reusing the same object.
What is the primary purpose of the Python Virtual Machine (PVM)?
Which of the following are valid immutable built-in data types in Python? (Select all that apply)
Which of the following statements about generators are true? (Select all that apply)
What are the three requirements to create a closure in Python?
When multiple decorators are stacked on a function, in what order are they applied?
In Python, you can add a list as an element to a set.
In Python's object creation process, which method is called first: __new__() or __init__()?
Which methods are available in the child_process module? (Select all that apply)
Which are valid ways to handle errors in Node.js? (Select all that apply)
What is Multer used for in Node.js?
What does npm shrinkwrap do?
What is the purpose of the Joi module?
What is the purpose of the Helmet module?
Why should you separate Express 'app' and 'server'?
What is JWT (JSON Web Token) used for?
What is middleware in Express.js?
What is the URL module used for in Node.js?
How does Node.js handle concurrency despite being single-threaded?
How does Node.js handle child threads?