|
Explain the substring() method in Java
|
|
0
|
33
|
March 24, 2025
|
|
How do you convert a String to an integer in Java?
|
|
0
|
21
|
March 24, 2025
|
|
What is the Java Collection Framework?
|
|
0
|
8
|
March 24, 2025
|
|
What is multiple inheritance? Does Java support multiple inheritance?
|
|
0
|
3
|
March 24, 2025
|
|
What is “this” keyword in Java?
|
|
0
|
7
|
March 24, 2025
|
|
What is the super keyword in Java?
|
|
0
|
13
|
March 24, 2025
|
|
What is the difference between a default constructor and a parameterized constructor?
|
|
0
|
107
|
March 24, 2025
|
|
How do microservices communicate with each other?
|
|
0
|
13
|
March 24, 2025
|
|
What are the Pros and Cons (benefits and challenges) of Java Microservices?
|
|
0
|
12
|
March 24, 2025
|
|
What are the key annotations used in Spring Data JPA and their purposes?
|
|
0
|
21
|
March 24, 2025
|
|
How do you configure and use Spring Data JPA in a Spring Boot application? Can you provide an example of a simple repository interface and a query method?
|
|
0
|
22
|
March 24, 2025
|
|
What is the purpose of the @Id annotation?
|
|
0
|
16
|
March 24, 2025
|
|
What is the role of the @Entity annotation in JPA?
|
|
0
|
11
|
March 24, 2025
|
|
What is the @SpringBootApplication annotation?
|
|
0
|
15
|
March 24, 2025
|
|
Which annotation is used in spring boot for scanning?
|
|
0
|
12
|
March 24, 2025
|
|
How does HashMap work internally and how does it handle collisions?
|
|
0
|
58
|
March 24, 2025
|
|
Briefly explain the concept of autoconfiguration in Spring Boot
|
|
0
|
16
|
March 24, 2025
|
|
What are static methods and how are they used?
|
|
0
|
8
|
March 24, 2025
|
|
What are Memory storages available with JVM?
|
|
0
|
15
|
March 24, 2025
|
|
If @Valid annotation fails in Request, what will Spring respond back with?
|
|
0
|
74
|
March 24, 2025
|
|
When you run more than one controller instance, your server will not start because of port clash right? How were you able to run multiple controller tests simultaneously?
|
|
0
|
25
|
March 24, 2025
|
|
What is Spring Data? Or there other ways of accessing Mongo data? Are you aware about Hibernate?
|
|
0
|
7
|
March 24, 2025
|
|
Let’s say you don’t handle an error and at runtime an exception gets thrown - what will the client see - 4xx or 5xx HTTP error? If you didn’t handle the error, who converts your exception into HTTP error?
|
|
0
|
21
|
March 24, 2025
|
|
Is blindly having @Data in all classes a good habit? Why/why not?
|
|
0
|
14
|
March 24, 2025
|
|
Can you run your spring server on any port? Are there any challenges with that? How did you change ports when you were experimenting?
|
|
0
|
25
|
March 24, 2025
|
|
Let’s say one of your controller code has divide by zero exception. Will your server crash or will it accept more requests? Why/How?
|
|
0
|
17
|
March 24, 2025
|
|
What is the difference between compareTo() and equals()?
|
|
0
|
34
|
March 24, 2025
|
|
What is hashcode and where is this method has implemented? What if the same hashcode is generated for 2 values?
|
|
0
|
31
|
March 24, 2025
|
|
What are Singleton classes? What are some real-world examples of Singleton pattern?
|
|
0
|
28
|
March 24, 2025
|
|
What is Rest API? How is it different from HTTP?
|
|
0
|
23
|
March 24, 2025
|