In the coding test I was asked to implement Wrap Text algorithm. Given a long string and a line width, modify the string to put new line so that a line has at most line width amount of character and no line break is given in the middle of a word. I was not allowed to use split function.
Jr Software Engineer Interview Questions
7,225 jr software engineer interview questions shared by candidates
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 * * * * * * * * * *
Tell me about the internal structure of a software program that you were part of creating.
Puzzles:- There are 12 bricks 11 are of same size and one is of different, we have to find the brick with different size in optimal way. (Hint:- Divide And Conquer)
what is MVC?
They gave some random programming problems. One have to solve those problems and explain against his/her own answer. Then some basic conversation. whole interview was very comfortable and very friendly.
Viewing 11 - 20 interview questions