There were behavioral questions and some technical questions. The one technical question I remembered was N-queens problem.
Intern Software Engineer Interview Questions
9,351 intern software engineer interview questions shared by candidates
"Given an array of integers, return the indices of the two numbers that add up to a specific target." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: nums[0] + nums[1] = 2 + 7 = 9
how to check if a string of difeerent parantheses is valid or not
Can you explain a project where you solved a difficult problem?
How would you test a pen?
Two integers, A and B, swap their values without the use of a third variable.
Why does Java not depend on the type of computer you are using?
Add linkedlists
- different between http and https
What does MCP stand for?
Viewing 1401 - 1410 interview questions