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.
Software Developer Ii Interview Questions
3,979 software developer ii interview questions shared by candidates
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
Take a string of letters and output them in reverse
Assign length of time dedicated to a set of provided User Stories.
Viewing 91 - 100 interview questions