Write a javascript function to draw a chessboard
Senior Developer Interview Questions
94,533 senior developer interview questions shared by candidates
void sort(String s){ } void sort(Integer I){ } void sort(Object o){ } calling : sort(null) which function will be called?
Given 2 strings find the common words along with the time and space complexity. How would you optimize the algorithm
"Given a log file spanning multiple days, and given a page transition A -> B -> C, find all the unique users who made this page transition in the logs"
Write a method that takes a string and reverse it
Coding challenge
Write a function that determines the divisors of an supplied parameter and which of those are prime numbers.
Given an integer array containing positive and negative numbers, how do you get the maximum sum of its sub-arrays? Continuous numbers form a sub-array of an array. For example, if the input array is {1, -2, 3, 10, -4, 7, 2, -5}, the sub-array with the maximum sum is {3, 10, -4, 7, 2} whose sum 18.
What is your highest educations
There will be lot of things which i cant explain.
Viewing 251 - 260 interview questions