Find the missing number with logn complexity
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Do you consent to us recording you taking the online assessment and then passing the recording off to an AI program that will determine if you cheated or not?
Technical Question (for Software Engineering Roles) Question: "Given an array of integers, find two numbers such that they add up to a specific target number. Return the indices of the two numbers." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] (because nums[0] + nums[1] = 2 + 7 = 9)
I don’t remember the exact question but it was focused on array after solving the problem in one go the interviewer tried to make it complex by introducing more variables which wanted you to use complex data structures like min heap
Development. And testing for the people who are willing to join the company
diffrence btwn test objective and testcase
some android /iOs version question to verify you are updated or not
Reverse the input string and make it lower case
Basic java question and algo
1. Leetcode questions such as house robber 2. Product and mangerial questions 3. Designing social media API
Viewing 1931 - 1940 interview questions