3rd Interview, onsite : -code a class that represent a rectangle -given a point, determine if its inside that rectangle -draw a binary tree of 3 levels -Code a class to represent a binary tree -write a function to count number of nodes in a binary tree -how does insertion and retrieval work in a BST ? whats the running time -define Big(O) notation -write a class to represent a linked list -how to discover if there's a loop in the linked list ? -given a phrase, reverse words i.e: "I want to eat" becomes "eat to want I" -given a phrase, find first non repeating character -whats agile -some behavioral questions
Ingeniero De Software Java Junior Interview Questions
3,915 ingeniero de software java junior interview questions shared by candidates
Serialisation , Threads , Collections
Cual es el sueldo que te gustaría recibir
Típica preguntas: Contame sobre vos, de tu vida en general y también conocimientos.
4.oops concept,JSP, servlets,sql query (joins imp) ,collectins ,spring,hibernate etc.
1.Return True if the string "cat" and "dog" appear the same number of times in the given string. cat_dog('catdog') → True cat_dog('catcat') → False cat_dog('1cat1cadodog') → True
3.Given 3 int values, a b c, return their sum. However, if one of the values is 13 then it does not count towards the sum and values to its right do not count. So for example, if b is 13, then both b and c do not count. luckySum(1, 2, 3) → 6 luckySum(1, 2, 13) → 3 luckySum(1, 13, 3) → 1
technical round interview questions in EQ company
Questions were very easy, be strong with your SQL skills, espiacally joins
Aptitude round, technical round, hr round.
Viewing 2001 - 2010 interview questions