I applied online. I interviewed at Infosys in Apr 2025
Interview
Type: Technical Interview (Initial Round)
Mode: Likely virtual or telephonic
Duration: 20–25 minutes
🧑💼 1. Introduction
Brief self-introduction was taken.
I shared my background, experience, and core technical strengths (e.g., Java, Spring Boot, REST APIs).
💻 2. Coding Question
A stream-based coding question was given
🗄️ 3. Database Questions
Basic to intermediate questions around SQL or PostgreSQL
1 tech round for 1 hours - Java 8 features, Collection framework and spring boot, other. SQL, cloud if u mention in resume.
Managerial round - day to day activities. Jira, Confluence, Agile methodologies and other tools.
Hr round with salary discussion.
I applied through a recruiter. The process took 1+ week. I interviewed at Infosys (Bangalore Rural) in Mar 2025
Interview
1. HR called and asked the for basic information and available time for interview.
2. Technical interview scheduled on 1-03-2025.
3. Received an HR call to schedule Manager round.
4. Manager round interview scheduled on 5-3-2025.
5. HR called on 09-03-2025 and said we can't match your expected salary. We have budget same as your current CTC.
Interview questions [1]
Question 1
Technical Round:
Q1. Explain the Spring Security.
Q2. Explain the flow of a Rest API call from frontend to backend and response back to frontend.
Q3. Explain JWT token.
Q4. Define Filters and Segmentation in Spring Security.
Q5. How one microservices authenticate another microservice with jwt?
Q6. What is a functional interface?
Q7. Give an example of a java interface which uses a functional interface.
Q8. Write a code to implement Runnable using lambda.
Q9. Which is springboot default server and How to use another server in srpingboot?
Q10. What are profiles and how to use them?
Q11. How is bean Injection working?
Q12. How to inject a specific bean of the same object?
Q13. How to set up a discovery server? Like Eureka
Q14. What is the use of @Primary annotation?
Q15. Which method can we use to check if a service is up or not?
Q16. How would you externalize a microservice?
Q17. What is the default port of springboot?
Q18. What is an optional class and its use?
Q19. Optional.Of() vs Optional.ofNullable()
Q20. Write sql query to return 2nd highest salary.
Q21. What is a Rest template?