Real Interview Questions
JPMorgan Chase Interview Questions (Real, Asked)
9 real questions candidates were actually asked at JPMorgan Chase interviews. Practice any of them out loud with Roundd AI and get instant feedback — free, no signup.
Practice these questions with AI feedback →- 1.
Given coins of value 1, 3, and 6, and a target sum, find the minimum number of coins needed to reach that sum.
Software Engineer
- 2.
Given an integer, add it to its reverse and check if the result is a palindrome; if not, repeat until it is. Print the number of iterations and the final palindrome.
Software Engineer
- 3.
Design a notepad-like application with features such as returning the line number for a "find" command, and editing or deleting words.
Software Engineer
- 4.
Design a data structure combining a doubly linked list and a hash map.
Software Engineer
- 5.
Given scanned election voting papers, design a system to count votes per candidate using computer vision.
Software Engineer
- 6.
Two Sum problem — find two numbers in an array that add up to a target.
Software Engineer
- 7.
Merge Intervals.
Software Engineer
- 8.
Design an LRU (Least Recently Used) Cache.
Software Engineer
- 9.
Reverse a Linked List.
Software Engineer