Why and How do you implemented database and backend functionalities in your project?
Software Developer Intern Interview Questions
9,768 software developer intern interview questions shared by candidates
Time Complexity for BFS and DFS Java code snippets SQL queries cloud based questions
Mostly concerning my CV, skills, and why I decided to study CS
GM:1(called as AA ) :: Given a character array of consisting of A-Z characters , i had to replace a series of characters in the following manner :AAAABBCCC to be replaced by 4A2B3C.
How do you do anagrams in Java without using the Math class function?
Given Two relations, display all customer's orders: Customer(Name, ID) Order(CustomerID, OrderID)
How would you go about speeding up an API that is providing mainly static data?
"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
DSA question: given an integer n, we have to print all possible valid parenthesis strings of length 2n.
Having milions of points with coordinates (x,y), how would you find points that are at distance at most d from the point given X, Y for every query?
Viewing 1391 - 1400 interview questions