Technical2026-08-13
Easy question 1
AI-Expanded — inferred from the question title, not from the original candidate report
Given an array of integers, write a function that returns the indices of the two numbers that add up to a specific target value. You may assume that each input would have exactly one solution, and you cannot use the same element twice.
Context & Summary
Online coding round with 4 questions of varying difficulty
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Conceptual Question
This appears to be a conceptual, design, or behavioral question rather than an algorithmic coding problem. The code editor and automated test cases have been disabled for this question.
Back to questions
InterviewDigest