What does MCP stand for?
Intern Software Engineer Interview Questions
12,248 intern software engineer interview questions shared by candidates
How do you do anagrams in Java without using the Math class function?
DSA question: given an integer n, we have to print all possible valid parenthesis strings of length 2n.
Web Technology Concepts Web API Cloud Technologies
"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?
Functions in python and what return in some cases.
Merge two sorted arrays with O(1) extra space
Given an array of n elements. Return the sum of min and max of all the subarrays.
Viewing 1741 - 1750 interview questions