Tell me about your past experience?
Intern Software Engineer Interview Questions
9,360 intern software engineer interview questions shared by candidates
Given an array of positive integers nums and an integer target, return the minimum length of a contiguous subarray whose sum is greater than or equal to target. If no such subarray exists, return 0.
Asked string based questions in technical HR round
Interview questions are team dependent but for the team I interviewed for: What is something that you dread/dislike while coding? I was told that Round 2 of the interview (technical round) did not involve LeetCode-style questions or coding at all—more so picking your brain about your technical skills and thinking.
Write a C function to isolate n bits at offset k.
Check if linked list is a palindrome. Then check how many palindromes are contained in a given linked list.
Problem 1: Ball Collisions Goal: Count how many times a specific ball at position x collides with others. Logic: A collision happens if a faster ball is behind a slower one Check balls behind x: If any ball to the left of x is faster than x, it will hit x. Check balls ahead of x: If x is faster than any ball to its right, x will hit them.
Dynamic Programming - Number Theory
Sort an Array
The first question given to me was the most difficult. It was a logic puzzle, and asked which of four statements about the puzzle was true. I could have sketched a logic puzzle grid, but I decided the simplest way was to test if each of the four statements could be disproved.
Viewing 3011 - 3020 interview questions