Fincart
Java Backend Developer
Find Employees Earning More Than Their Manager
Easy
Round 5 (SQL)codingCandidate Selected
Given an `Employee` table with schema `(emp_id, emp_name, salary, manager_id)`, write an SQL query to find employees whose salary is greater than their manager's salary.
This question was asked in
Fincart Java Backend Developer Interview Experience
The interview process at Fincart consisted of five distinct rounds covering Java Core, Java Collections, Spring Boot, DSA/Coding, and SQL. Candidates were evaluated deeply on core Java 8 features, design patterns like Singleton, multithreading collections, Spring bean scopes, and basic relational querying along with two-sum variations. Overall, the interview had an easy-to-medium difficulty level focused primarily on strong backend fundamentals.