There were 2 rounds for Interview one was Technical and one was HR. In Technical they focused on terms used in resume, projects done till now, and basics of your preferred language. Whereas, in HR focus was on preferred shift, open to relocation, flexible working hours nd so on.
Interview questions [1]
Question 1
They asked what was the biggest challenge you faced in your end term group project.
I applied online. I interviewed at Wipro (Bengaluru)
Interview
Total 3 round.
1 . Python coding
2.Technical
3. Functional
4 .HR round
All round around 45 minutes to 1 hr .
Python basic coding questions based on list , string, dictionary, matrix, sometime based on pattern.
Interview questions [1]
Question 1
Current project details from development to deployment.
I applied in-person. I interviewed at Wipro (Hyderabad)
Interview
Had a smooth technical interview at Wipro. The discussion covered Core Java fundamentals, SQL queries, Microservices design, and Spring Boot vs Spring Framework. Interviewer informed that HR will connect next for salary negotiation.
Interview questions [1]
Question 1
Difference between == and equals()
How does HashMap work internally?
Difference between HashMap and ConcurrentHashMap
What is immutable class? How to create one?
Explain OOP concepts with real examples
What are checked vs unchecked exceptions?
Difference between ArrayList and LinkedList
How does Garbage Collection work in Java?
What is String pool?
SQL Queries Questions
Find the second highest salary from a table
Difference between INNER JOIN and LEFT JOIN
What is index? When should we use it?
Difference between WHERE and HAVING
How to remove duplicate records from a table?
Explain normalization
What are primary key and foreign key?
Spring / Spring Boot Questions
Difference between Spring Framework and Spring Boot
What is Microservices architecture?
Difference between Monolith and Microservices
How do microservices communicate with each other?
What is service discovery?
How do you handle failure in microservices?
What is API Gateway?
Basics of Kafka / async communication
What is dependency injection?
Explain @Component, @Service, @Repository
What is @Autowired and how it works?
Difference between @Controller and @RestController
What is Spring Boot auto-configuration?