Question Bank
721 approved questions from the community
What is Forward Secrecy in SSL/TLS?
What is the difference between encryption, encoding, and hashing?
Why are hash values not reversible?
What is the `never` type used for in TypeScript?
In TypeScript, what is the difference between an interface and a type alias?
What is the purpose of parameter properties in TypeScript constructors?
What is the difference between `private` access modifier and the JavaScript `#` private field syntax in TypeScript?
What is the purpose of the `implements` keyword in TypeScript?
Which of the following are valid uses of Enums in TypeScript? (Select all that apply)
Which compiler options in `tsconfig.json` help enforce stricter type checking? (Select all that apply)
Which of the following are benefits of using TypeScript over JavaScript? (Select all that apply)
In TypeScript, const enums are completely removed during compilation and replaced with their literal values for better performance.
Which guidelines should you follow when writing reducers? (Select all that apply)
A scalable way to reduce context-triggered rerenders is to:
Best default strategy for choosing state location is:
What did React Fiber primarily unlock?
React Suspense is mainly used to:
What is the primary difference between controlled and uncontrolled components?
What is the main advantage of Server-Side Rendering (SSR) in React?
When should you use useImperativeHandle?