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
Java Junior Interview Questions
4,082 java junior interview questions shared by candidates
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?
Simple, normal and difficult questions about IT and programming in Java.
Full topics on exception handling and oops and 3 programs one SQL query ??
Viewing 2091 - 2100 interview questions