Envié una solicitud electrónica. Acudí a una entrevista en Infosys (Bengaluru) en sept 2025
Entrevista
The first round technical interview at Infosys usually tests your problem-solving, coding ability, database knowledge, and core computer science fundamentals. You can expect coding questions, SQL queries, OOP concepts, and scenario-based problem-solving tasks.
Preguntas de entrevista [1]
Pregunta 1
The questions asked were about previous project, functionality of project.
Q] Virtual method, can we override it?
Q] SOLID Principles. How you implemented it in your project
Q] Example of open/Close principle
Q] What is N tier Architecture
Q] Do u heard of Magic Table
Q] Difference between Delete and Truncate
Q] Deployment
Q] How u did Unit testing
Envié una solicitud electrónica. Acudí a una entrevista en Infosys (Toronto, ON) en oct 2025
Entrevista
Smooth process face to face, regular 1 hour technical questions . discussed more on full stack development including angular, database, .Net C#, Azure base question. it was good interview and get an offer next day
Preguntas de entrevista [1]
Pregunta 1
It was for full stack position that require for Angular on front and C#.Net for backend knowledge with Azure cloud integration service knowledge.
-For Angular: How to manage state for large scale application (I mentioned for using ngRx for state management , but it's not require if its small to medium size application using Signal for state management is fine
- usage of Http Interceptor
- some other angular base questions
Backend:
- different type of life cycles for services (Transient, Scopped, Singleton)
- usage of caching mechanism
- different pattern like abstract factory, generic repository pattern
- usage of async await ops
- content-type usage in postman, can you pass multiple content-type format like xml, json ? : answer is NO, can pass one at a time
- Azure service bus usage, real time streaming data what you can use websocket or signalR
The interview process was slightly challenging. The interviewer asked several scenario-based questions to assess problem-solving skills, technical understanding, and real-world application of knowledge relevant to the job role. It was good.
Preguntas de entrevista [1]
Pregunta 1
1. What is the difference between delete and truncate.
2. What is mean by partition in SQL.
3. What are the types of indexes are in SQL.