Given an array and a target, find two indices that sum to the target — Google DeepMind interview
Reported in Google DeepMind European engineering loops. Classic array + hash map problem testing optimal time–space trade-offs.
Interview atlas
Explore 28 curated Q&As across 1 employers — filter by career stage, round, or company.
Filtered Google DeepMind ×
Reported in Google DeepMind European engineering loops. Classic array + hash map problem testing optimal time–space trade-offs.
Reported in Google DeepMind European engineering loops. Foundational search algorithm with clear loop invariants and edge cases.
Reported in Google DeepMind European engineering loops. Pointer manipulation staple for junior coding interviews.
Reported in Google DeepMind European engineering loops. Graph traversal question covering shortest paths, connectivity, and complexity.
Reported in Google DeepMind European engineering loops. Tree recursion warm-up that often leads to balanced-tree and diameter follow-ups.
Reported in Google DeepMind European engineering loops. Sliding window pattern for substring problems with hash set or map tracking.
Reported in Google DeepMind European engineering loops. Sort-and-sweep array problem common in calendar and scheduling interviews.
Reported in Google DeepMind European engineering loops. HR negotiation question requiring research and flexible framing.
Reported in Google DeepMind European engineering loops. SQL performance question covering B-trees, composite indexes, and trade-offs.
Reported in Google DeepMind European engineering loops. Security and networking question covering encryption, certificates, and performance.
Reported in Google DeepMind European engineering loops. Array prefix-suffix pattern often asked in coding rounds.
Reported in Google DeepMind European engineering loops. Hash set based linear-time approach for sequence detection.
Reported in Google DeepMind European engineering loops. Heap and selection strategy question with multiple valid approaches.
Reported in Google DeepMind European engineering loops. Topological sort and directed cycle detection interview staple.
Reported in Google DeepMind European engineering loops. Dynamic programming optimization with unbounded choices.