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