Data Structures , Algorithm and about your projects and OOPS and DBMS also
Software Intern Interview Questions
17,775 software intern interview questions shared by candidates
Standard DP Questions in Online Coding Round
Web Technology Concepts Web API Cloud Technologies
DSA question: given an integer n, we have to print all possible valid parenthesis strings of length 2n.
"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
Differentiate between OOP and non-OOP languages
how to check if a string of difeerent parantheses is valid or not
Describe how you would install and configure a router for a home network?
There were behavioral questions and some technical questions. The one technical question I remembered was N-queens problem.
You got 3 baskets, one with apples, one with oranges and one mixed, the baskets are all labeled wrong and you can take one fruit out of one basket only once, how do you identify the baskets?
Viewing 2591 - 2600 interview questions