Mostly related to java basic, DS algo, behavioural, project.
Software Development Interview Questions
36,992 software development interview questions shared by candidates
What is more important: Efficiency or Creativity? Find the most efficient way to use a balance to find the heavier ball amongst the 9 balls where the other 8 balls are of equal weight.
Given bytes "A" and "B" whose bit representations can be written as "0101X110" and "1Y011001" write a function to take in bytes "A" and "B" and return true if bits "X" and "Y" are the same or return false if they are not the same. Assume the 1s and 0s in "A" and "B" are arbitrary.
move zeroes to end two sum
"I haven't had a chance to talk with (lead programmer that interviewed me) but in the past we have hired interns for 17 dollars an hour. Would you be open to this?" - Head HR at Bomgar. So, if she hadn't talked to the guy that interviewed me, then why is she offerring me 17 dollars an hour?
Hit a API to fetch three unique strings in response.
First round the asked about java basics including lists and asked me to write anagram program Second round they asked about selenium, asked to write locaters Third round they asked about java and 2 program-one was related to list, and was sone string operation Fourt wa mixed of everything
What's your favorite programming language? Talk to me about it.
I don't recall exactly the challenge but you had to code something in a tool that recorded you as you typed. And then they can later review how it went.
Make a data structure for adding numbers, removing numbers, and returning the median. Give the O(n) time of each operation.
Viewing 861 - 870 interview questions