interview was based on the resume introduce yourself / tell me about yourself project discussion one geometry question one puzzle.
Software Engineer Summer Intern Interview Questions
12,247 software engineer summer intern interview questions shared by candidates
Tell me the 3 pillars of object-oriented programming.
Mainly pillars of oops concepts .
Why and How do you implemented database and backend functionalities in your project?
Time Complexity for BFS and DFS Java code snippets SQL queries cloud based questions
Given Two relations, display all customer's orders: Customer(Name, ID) Order(CustomerID, OrderID)
Employees often borrow equipment from the equipment room and it often goes missing. Describe a system that solves this problem.
"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
In interview they asked from my resume and project. Some question from dsa like duplicate element in an array and 3 sum.
Viewing 1721 - 1730 interview questions