Sunking Software Engineer Interview Questions
The questions to prepare for a Sunking Software Engineer interview. Questions from real interview reports rank first. Updated daily.
Tests your approach to incrementally decoupling legacy code and introducing dependency injection safely.
Tests your ability to make sound design decisions based on extensibility, contracts, and inheritance needs.
Tests your knowledge of OOP design tradeoffs and when each construct is appropriate.
Tests your ability to apply interface-based design to resolve coupling and dependency graph issues.
Tests your understanding of dependency injection mechanisms and the practical benefits for maintainable software.
Return rows from the first table that have no matching reference code in the second table.
Tests your ability to detect referential gaps using join-based SQL patterns.
Sign up to see every question
Create a free account to unlock this list and practice real interview questions.
Use a left join to return rows that exist in the first table but have no matching key in the second table.
Rank active HSBC employees by division and return every employee tied for the highest or second-highest salary.
Hsbc