What it's your favorite Ruby keyword?
Software Development Interview Questions
37,007 software development interview questions shared by candidates
Array based medium level Questions?
Given a matrix with numbers and some zeros in the matrix, create an algorithm that put zeros on all rows and colums where there is a zero at the start
The interviewer had asked a peculiar question to which he did help a few steps but its implementation in c++ was not so easy and very rare.
Basic SQL, string replace but then the requirement changed if the string has " in the middle, Well I said, of course that changes to the looping process. Then the person asked if the string didn't have a second ". We do you want to pass the string once or move backwards. The code is generic but stop changing the requirements. In the end, I was able to answer all Java questions, some too basic I felt insulted.
serialize binary tree
There were specific technical questions related to Java programming. However both interviews had a common question - Have you have dealt with a product throughout its lifecycle and describe the steps.
First question: https://leetcode.com/problems/binary-search-tree-iterator/ Second question: https://leetcode.com/problems/kth-largest-element-in-an-array/
Consider this scenario: You're an employee of a company. You have a manager above you. Your manager has a manager above him. This manager, who's above your manager, has a manager above. How would you find the name of all the manager?
Print the integers from 1 to 100, but for the multiples of 3, print "Fizz" instead and for multiples of 5, print "Buzz". for multiples of 3 and 5 both, print "Gizz"
Viewing 2011 - 2020 interview questions