SDE
Interview Date
16-09-2026
Result
Selected
Difficulty
Hard
Rounds
03
Drive Type
On-Campus
Topics asked
Detailed experience
Hartford Interview Experience The interview was mainly focused on AI, backend, CS fundamentals, and DSA. AI was asked in quite a lot of depth. Questions covered machine learning basics, supervised vs unsupervised learning, overfitting and underfitting, regularization, evaluation metrics, neural networks, deep learning, transformers, attention mechanism, embeddings, RAG, LLMs, vector databases, prompt engineering, and some practical questions around building AI applications. They also cross-questioned based on the technologies and AI projects mentioned in my resume, so knowing your projects in depth is important. DSA was comparatively easier. There were questions based on basic arrays, strings, hashing, and common problem-solving patterns. The focus was more on explaining the approach and complexity rather than extremely difficult competitive-programming problems. CS fundamentals were also covered, especially DBMS, SQL, OOPs, operating systems, and computer networks. DBMS included normalization, keys, indexing, transactions, ACID properties, joins, and SQL queries. There were also follow-up questions to check whether I actually understood the concepts rather than just memorized definitions. Backend was one of the more detailed sections. Questions covered REST APIs, HTTP methods and status codes, authentication/authorization, JWT, middleware, database design, indexing, transactions, concurrency, caching, microservices, message queues, scalability, and how I would design backend systems for real-world applications. They also asked questions based on the backend technologies and projects mentioned in my resume. Statistics was another important area. Questions included mean, median, variance, standard deviation, probability, conditional probability, Bayes' theorem, distributions, correlation vs covariance, hypothesis testing, p-value, confidence intervals, and basic statistical reasoning. Overall, the interview was quite resume-driven. The difficulty was not extremely high in DSA, but the technical discussion was deep, especially around AI and backend. The interviewer frequently asked follow-up questions, so it was important to explain the reasoning behind an answer rather than giving only definitions. My main preparation areas would be: AI/ML → Transformers → LLMs → RAG → Vector DB → AI system design Backend → REST → DBMS/SQL → Authentication → Caching → Microservices CS Fundamentals → OS → CN → OOP → DBMS Statistics → Probability → Distributions → Hypothesis Testing DSA → Arrays → Strings → Hashing → Basic DP/Graphs