1. You are given x amount of balls, all but two are red, all but two are green, all but two are blue. How many balls do you have? 2. Why are manhole covers circular? 3. There are x amount of balls in a bag, 8 are red, 4 are green, 4 are blue. You are blind folded. What is the least amount of balls you have to pull out of the bag to be 100% sure you have 1 of every color.
Junior Engineer Interview Questions
28,429 junior engineer interview questions shared by candidates
They had a bunch of brain teaser type questions like if you are in a lake on a boat with a rock and you throw the rock in the water, what will happen to the water level.
Some questions about Java basics, and some math problems and SQL
What about the company interested you to apply
Write a.SQL.query for selecting the second top most salary of an employee from employee table.
There was no human interaction, just the coding test.
2nd Round – Technical (Written): • 10 SQL questions, mainly on joins and foreign keys. • Programming Logic Questions. o From the given string find the first repeated character. o Find the sum of digits in a number. (Eg. 24 -> 2+4=6) o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be 1 2 3 4 5 6 7 8 9 10 o Draw the pattern, where the value of ‘n’ will be taken from the user, for n=4 Pattern will be * * * * * * * * * *
Are you ready to relocate anywhere in India?
Nothing really. Just stick to what you know
You have 2 arrays with characters. the \b char represents deleting a letter. you need to return if the words that the arrays represent are equals. example: [a , a , \b , b , c] [a , b , c] True because the word in both array is : abc
Viewing 41 - 50 interview questions