Q11. What are your salary expectations?
Anchor on research, not on your current salary. - Research the market range for the role, level and location (levels.fyi, Glassdoor, industry surveys, peers). - Give a re...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (182 available).
Anchor on research, not on your current salary. - Research the market range for the role, level and location (levels.fyi, Glassdoor, industry surveys, peers). - Give a re...
DP solves problems with overlapping subproblems and optimal substructure by storing results and reusing them. Two styles: - Top-down memoisation: recursion plus a cache, ...
Memory is divided into heap (shared objects) and per-thread stacks (frames, locals). The heap has a young generation (Eden plus two survivor spaces) and an old generation...
The Global Interpreter Lock is a mutex in CPython that allows only one thread to execute Python bytecode at a time. Consequences: - CPU-bound multithreading does not get ...
I build the forecast from drivers, not from a flat growth assumption. First I establish the opening cash balance, then project inflows and outflows month by month for the...
BANT and MEDDIC are qualification frameworks that force honesty about whether a deal is real. BANT covers Budget, Authority, Need and Timing. It is simple and useful for ...
A common implementation is SET key value NX PX ttl. NX sets the key only if it does not exist, and PX gives the lock an expiry so a crashed holder cannot deadlock the sys...
Signals are Angular's fine-grained reactive primitive. A signal(0) holds a value; reading it with count() registers the consumer as a dependency, and writing with count.s...
Defence in depth: - Identity: least-privilege IAM roles, workload identity, no long-lived static keys, and RBAC scoped per namespace. - Network: private subnets, security...
A deadlock needs four conditions: mutual exclusion, hold-and-wait, no preemption and circular wait. Classic case: thread A locks X then waits for Y while thread B locks Y...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.