Sharing a list of interview questions for QA Engineers with 3–5 years of experience. These are some common questions asked in recent Deloitte interviews. Hope this helps anyone preparing. Manual Testing : • Explain your current project and responsibilities • Severity vs Priority with examples • What is STLC • Test case vs Test scenario • Bug life cycle • Negative test cases for Login • Scenarios for Login, Payment, Search & Filter • How to handle non-reproducible bugs • How to handle bugs found in production • How to decide test coverage when time is limited Automation (Selenium + Java + Rest Assured) : • Implicit vs Explicit wait • WebDriverWait and its usage • Handling multiple browser windows • Dynamic XPath for Amazon product ratings • Types of locators & preferred ones • What is POM and why it is used • Handling stale element issues Java : • Interface vs Abstract class • OOPs concepts with framework examples • String immutability • Coding tasks: • Second most repeating character • Move vowels to the left, consonants in the middle, special chars to the right • Reverse string without built-in methods • Checked vs Unchecked exceptions API Testing (Rest Assured) : • Common HTTP status codes • GET vs POST vs PUT vs PATCH • Basic Rest Assured script for request + status validation Git : • Merge vs Rebase • Pull vs Fetch • Handling merge conflicts • Steps to commit and push These were asked across two technical rounds. All the best to everyone preparing !