Discutere dei modificatori d'accesso in Java.
Jr Java Developer Interview Questions
3,833 jr java developer interview questions shared by candidates
The questions were not difficult, but slightly irrelevant. For example, "do you have any bad habits preventing you from working?"
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
Serialisation , Threads , Collections
Cual es el sueldo que te gustaría recibir
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
Viewing 1951 - 1960 interview questions