mostly focus on sql and java
Desenvolvedor Interview Questions
102,633 desenvolvedor interview questions shared by candidates
Basic 11 and 12 school mathematics were asked
A windowless room has 3 lightbulbs. You are outside the room with 3 switches, each controlling one of the lightbulbs. If you can only enter the room one time, how can you determine which switch controls which lightbulb?
Not unexpectedly, the manager was particularly interested in my experience in gathering requirements and creating designs.
You are given an array of integer numbers (not sorted, possibly negative, with possible repetitions). You are required to write a function that, given a number x, would find whether there are two numbers in the array summing up to this x.
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1,2,1,−5,4], the contiguous subarray [4,−1,2,1] has the largest sum = 6.
basic os questions Different Ways to Add Parentheses Create Binary Tree From Descriptions
1. Pattern making 2.Find second max no
If you were given two words and needed to determine if the words were anagrams, how would you go about doing this?
Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
Viewing 401 - 410 interview questions