How to create deadlock in your code.
Java Software Engineer Interviews
Java Software Engineer Interview Questions
"Java software engineers design, build, and maintain systems that support and run java applications. Employers are looking for candidates who display strong organizational and communication skills as well as advanced technical skill within the java universe. During an interview, expect to answer a lot engineering questions as well as discuss past projects you have worked on."
30,830 java software engineer interview questions shared by candidates
Print the second largest element in array?
What is more important: Efficiency or Creativity? Find the most efficient way to use a balance to find the heavier ball amongst the 9 balls where the other 8 balls are of equal weight.
They asked me about my work experience
What is the by default size of newly created HashMap object.
Programming test was most difficult part, but absolutely reasonable! good test, i enjoyed it
what is method overloading
class A{ p s v test(){sout("A");} } class B extends A{ p s v test(){sout("B");} } class C{ main(){ A a2 = new B(); } } what is the o/p? what this example refers to? what happens when you try to override a static method from parent class?
Basic work experience questions based on your CV. Very simple cryptography questions. For example, difference between symmetric key and asymmetric key.
Write Java code to find K-complementary pairs in a given array of integers. Given Array A, pair (i, j) is K- complementary if K = A[i] + A[j];
Viewing 391 - 400 interview questions