InterviewStack.io LogoInterviewStack.io

Technical Foundation and Self Assessment Questions

Covers baseline technical knowledge and the candidate's ability to honestly assess and communicate their technical strengths and weaknesses. Topics include fundamental infrastructure and networking concepts, operating system and protocol basics, core development and platform concepts relevant to the role, and the candidate's candid self evaluation of their depth in specific technologies. Interviewers use this to calibrate how technical the candidate is expected to be, identify areas for growth, and ensure alignment of expectations between product and engineering for collaboration.

MediumTechnical
41 practiced
Compare A/B testing and champion-challenger strategies for evaluating models. Design a simple A/B experiment for a recommender system that includes: metric selection, traffic split, significance test, and minimum sample size considerations.
MediumTechnical
47 practiced
Describe how you would version datasets and model artifacts for reproducible ML experiments. Cover storage choices, metadata (schema, provenance), hashing, dataset lineage, and trade-offs between storage cost and reproducibility.
EasyTechnical
33 practiced
Compare full-batch gradient descent, stochastic gradient descent, and mini-batch gradient descent. Discuss convergence behavior, noise properties, and memory trade-offs when training deep neural networks.
EasyTechnical
49 practiced
Write a Python generator function that yields mini-batches from an input dataset represented as two NumPy arrays X and y. The generator should support shuffle per epoch and configurable batch_size and yield tuples (X_batch, y_batch). State any assumptions about memory.
HardTechnical
42 practiced
Evaluate three approaches for secure inference: running inference inside a Trusted Execution Environment (TEE), using homomorphic encryption, and performing client-side encryption/tokenization. Compare their threat models, performance overhead, and practicality for real-time services.

Unlock Full Question Bank

Get access to hundreds of Technical Foundation and Self Assessment interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.