"Teach me something"
Senior Interview Questions
341,689 senior interview questions shared by candidates
Write a function that determines the divisors of an supplied parameter and which of those are prime numbers.
Build a dropdown menú with CSS
Without using length and size function how could you get the 2nd last variable in an array of integers?
Expereience
Qu'est ce qui vous pousse à choisir Exakis comme employeur en ce moment?
Tell me about your self and experience
Write a javascript function to draw a chessboard
void sort(String s){ } void sort(Integer I){ } void sort(Object o){ } calling : sort(null) which function will be called?
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.
Viewing 631 - 640 interview questions