Round 1 - Merge K sorted linked lists
Software Developer Ii Interview Questions
6,461 software developer ii interview questions shared by candidates
Most questions are related to Selenium, Jenkins, Maven, Java Programming, OOPs Concept, TestNG, API testing as per resume.
Given a function that takes in a variable that can be a nested object, an array or a primitive and another variable that represents a target value, write a function that returns true if it finds the target value within the object (or array or primitive), else returns false.
DSA, UI Design, System Design
Given 23 people in a room, there is a 50% chance that there is a pair that shares the same birthday . Write code to test this hypothesis.
Follow up question to the above one, what if string consists of ",". Like "1,234"
solve a game with two cars, where each car will make a move once
Given number n up to 12 prove that it is strictly non-palindrome on all bases from 2 to n-2 e.g. 6 is strictly non-palindrome number 110 in base 2 20 in base 3 12 in base 4
To solve a problem, explaining my logic as I went along.
Given a matrix of 1’s and 0’s, where 1’s represent land and 0’s represent water, find the number of islands
Viewing 161 - 170 interview questions