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
Principal Design Engineer Interview Questions
10,184 principal design engineer interview questions shared by candidates
What is the most important role of a leader in the consulting practice?
Typical Program Mgmt type questions - lot of focus on the 'artifacts' or output that a tech PM will provide or generate.
Q: shown small snippet of code, what can you say about this / find all issues
There will be times when you will have to work with a sales rep who wants you to focus on a customer because they have a deal they want to get through. How will you manage this along with our customers in your portfolio?
How does your solution deal with in country data residency regulatory reqmts
How would you describe 'Agile' to a high school student?
Find the roots of subtrees after deleting a node from the Binary tree.
Menciona una situación compleja que te tocó vivir y de que modo lo manejaste , sea en lo personal o vida profesional
Which industry would you love to work in?
Viewing 1271 - 1280 interview questions