Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
Connect with us on social media
Interview experiences & questions tagged Algorithms
Solve the Coin Change 2 problem. Your solution should involve returning the number of combinations of coins that can make up a given amount. For example, an input of amount 5 with coins [1, 2, 5] would yield a certain number of combinations.
Solve optimization problems that focus on dynamic programming and mathematical techniques.
Answer a set of 25 multiple choice questions covering topics such as C, Data Structures, Algorithms, Machine Learning, Java, DBMS, Object-Oriented Programming, and core Computer Science fundamentals.
How would you find the second maximum number in an array? Provide an efficient algorithm.
Write a function to check if a given string is a palindrome. A palindrome reads the same backward as forward.
Coming Soon