Dreams Core logo

Question Library

Dashboards / Question Library

Question Library

142 reusable questions

ReactMultiple Choice

What problem do compound components solve?

JavaScriptTrue/False

Closures capture variables by reference, not by value.

SQLShort Answer

Write a query to return the second-highest salary from an Employees table.

CSSMultiple Choice

Which property creates a new stacking context on its own?

System DesignShort Answer

How would you shard a multi-tenant database as customer count grows past 10M rows?

JavaScriptCoding

Implement a debounce function with a configurable delay.

ReactTrue/False

useEffect with an empty dependency array runs after every re-render.

SecurityMultiple Choice

Which header mitigates clickjacking attacks?

SQLMultiple Choice

Which join type returns all rows from both tables, matched where possible?

NetworkingFill in the Blank

TCP establishes a connection using a _____-way handshake.

CSSCoding

Write a Flexbox layout that centers a card both vertically and horizontally.