- Tell me about your IT experience and projects you worked on.
- What is Lambda in AWS? What does it mean by serverless? Is it can run complex queries? What is SQS in AWS? What is the difference b/w a normal queue and a fifo in SQS? What is SNS and its uses in AWS? When to use which dB in AWS?
- Given a list of employees with their age give a list of names when age is greater than a specific number using Stream API in java.
- Give the Internal working of HashMap and HashSet. Why HashSet don't allow duplicate characters?
- How does HashMap control collisions internally?
- How to create custom exceptions in Java? Can a child class exception be different from the parent class exception?
- What is a checked Exception in Java?
- Given String s="Leetcode", find the first non-repeating character from this.
- If there is one class X and class Y and Z implement it in spring. How to connect two X to Y and X to Z and how to remove ambiguity of the references.
- What is the scope of spring bean?
- How to create indexing of tables in JPA?
- How to create a composite key in JPA?
- How to create a foreign key in JPA if there are two tables given?
- What are Generics in Java? Why are they required in Java?
- Java8 new features? Why functional Interfaces was introduced?
- Can we remove Tomcat server from starter-web and add another server?