Q: What do you know about Accenture?
Software Java Interview Questions
30,828 software java interview questions shared by candidates
1. What is the difference between JPA, Hibernate and Spring JDBC 2. What is AWS Lambda and why we need it 3. How much time does AWS Lambda take for running a program (15 min) and what memory size it allows (5MB) 4. Write a Singleton and explain how you can create instance of Singleton from Cloneable 5. How to write Singleton to handle multiple threads 6. What are the features of Java 8 7. What is Global Load balancing 8. Write a Program to remove duplicates from an ArrayList without using a Set 9. What is String pool and why is String Immutable 10. Write answer for this code String s1 = "abc"; String s2 = "abc"; Sysout(s1 == s2); // true, since they both are in String pool Sysout(s1.equals(s2)); // true String s3 = new String("abd"); Sysout(s1==s3) // false Sysout(s1.equals(s3); // true 11. What are the datatypes in Java
Where do you see yourself in a couple of years?
They've asked me if I already had experience with financial institutions before, and how long was it.
Swapping of 2 numbers without using third variable
how do you do to improve the quality of the code?
A entrevista não ficou somente no campo profissional, foram me perguntado coisas como sonhos e valores.
What is OOPS and Java basics.
If you are having a list of 1 million records how you will sort the records
What do you see yourself five years from now?
Viewing 3531 - 3540 interview questions