Cual es el sueldo que te gustaría recibir
Junior Java Developer Interviews
Junior Java Developer Interview Questions
"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "
3,803 junior java developer interview questions shared by candidates
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.
Reverse program n tracing after that Fibonacci series program.
Multithreading Lifecycle
Can you tell me about a time when you have faced difficulty working with another member of the team, what happened and how did you resolve this? What is one of the most challenging problems you’ve encountered in work, either technical, within the team or with a client? What did you then do to come up with a solution for this problem?
Viewing 1941 - 1950 interview questions