Q81. 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 (329 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...
Narrowing reduces a union to a subset within a control-flow branch. Techniques: - typeof for primitives. - instanceof for classes. - The in operator for property presence...
I decide what evidence would prove the objective was met, then collect it in more than one way. Direct measures include a task, quiz or performance rubric aligned to 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 ...
Normalisation organises columns into tables to reduce redundancy and update anomalies. The common normal forms: - 1NF: atomic values, no repeating groups, each row unique...
Inheritance is an is-a relationship: `Dog extends Animal` because every dog is an animal. Composition is a has-a relationship: `Car` holds an `Engine`. Inheritance gives ...
Start with a clear hypothesis and a primary metric tied to the business, plus guardrail metrics for regressions. Key steps: 1. Define the unit of randomization, usually t...
Precision is the fraction of predicted positives that are truly positive: TP / (TP + FP). Recall, or sensitivity, is the fraction of actual positives that were found: TP ...
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.