technical question with a leetcode like hard question using coderpad
Internship Software Interview Questions
24,799 internship software interview questions shared by candidates
What is the difference between "==" and .equals in Java?
Capitalize the first letter of every word.
Reverse linked list, tower of hanoi
Rearrange letters according to their frequency
Given a boolean array, create a class that takes in that array and has a function that can verify if a given range in the array is all True. Minimum area to encapsulate points a robot has walked to. BFS reachability from single point.
Find the nth term in the Fibonacci sequence
Implementing binary search over a sorted list
How to swap 2 nums by bit operating
write a function to check if two strings are substrings of each other (either first is substring of second or vice versa). write a function to check if two strings are anagrams of each other. The interview was 45 minutes and we didn't have time to code the seconds question so i discussed the two solutions and analyzed their time and space complexities.
Viewing 131 - 140 interview questions