Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Technology Architect Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Infosys Technology Architect Interview Questions and Answers

Infosys Technology Architect Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Objects can encapsulate data and behavior within a single unit.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have multiple behaviors.

    • Abstraction: Objects can represent real-world ent...

  • Answered by AI
  • Q2. What is dependency injection, and how does it work?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of a class creating an ins...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are design patterns, including the Singleton pattern?
  • Ans. 

    Design patterns are reusable solutions to common problems in software design. Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Design patterns are best practices for solving common design problems in software development.

    • Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.

    • Singleton pattern provides a ...

  • Answered by AI
  • Q2. What are the advantages of using .NET Core?
  • Ans. 

    Advantages of using .NET Core include cross-platform compatibility, high performance, and open-source nature.

    • Cross-platform compatibility allows for development on Windows, macOS, and Linux.

    • High performance due to its modular architecture and optimized runtime.

    • Open-source nature encourages community contributions and rapid updates.

    • Support for modern development practices like microservices and containerization.

    • Integrat...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. How do you manage a team of developers?
  • Ans. 

    I manage a team of developers by setting clear goals, providing support and resources, fostering collaboration, and promoting a positive work culture.

    • Set clear goals and expectations for the team

    • Provide necessary support, resources, and training for team members

    • Foster collaboration and communication among team members

    • Promote a positive work culture and provide feedback and recognition for achievements

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Coding we had related to Peoplecode and unix scripting

Round 3 - One-on-one 

(1 Question)

  • Q1. We had a basic technological round where they post common questions to the related area you worked.

Interview Preparation Tips

Interview preparation tips for other job seekers - We have IJP for internal promotions

Technology Architect Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What are DevOps pipelines and how are they implemented using Azur ... read more
asked in UST
Q2. 1. Current Project architecture 2. How do you design micro servic ... read more
asked in Infosys
Q3. What are design patterns, including the Singleton pattern?
asked in Infosys
Q4. What are the concepts of Object-Oriented Programming (OOP)?
asked in Infosys
Q5. What is dependency injection, and how does it work?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Data architecture questions
  • Q2. Data security implemntations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with db concepts.
Data Modelling, Data Governance

Technology Architect Interview Questions & Answers

user image Dhanamurthy Ramalingam

posted on 25 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and work location

Infosys interview questions for designations

 Senior Technology Architect

 (3)

 Technology Analyst

 (279)

 Technology Consultant

 (3)

 Technology Specialist

 (3)

 Manager Technology

 (1)

 Technical Architect

 (6)

 Solution Architect

 (3)

 Data Architect

 (1)

I applied via Company Website and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Current role and responsibilities
  • Q2. C#, technical scenario based questions, SQL server related questions, basic oops
Round 3 - Technical 

(1 Question)

  • Q1. More detailed technical questions
Round 4 - HR 

(2 Questions)

  • Q1. In my case ready for the reallocate or not?
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be clear with fundamental things. Be prepared with scenario based questions.

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java related questions spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes it’s very good experience

Technology Architect Jobs at Infosys

View all

I applied via Referral and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Number of interview rounds
  • Q2. Three rounds of interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and to the point

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Code review , micro services, cloud,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the commonly used design patterns in .NET?
  • Ans. 

    Commonly used design patterns in .NET include Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and...

  • Answered by AI
  • Q2. What are DevOps pipelines and how are they implemented using Azure DevOps?
  • Ans. 

    DevOps pipelines automate the software delivery process, integrating code changes from development to production.

    • DevOps pipelines are automated workflows that allow for continuous integration and continuous delivery (CI/CD) of software.

    • Azure DevOps provides tools for creating, managing, and executing DevOps pipelines.

    • Pipelines in Azure DevOps can be defined using YAML or through a visual designer.

    • They typically consist...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the issues you face and how to resolve
  • Ans. 

    Issues faced include outdated technology, lack of resources, and conflicting requirements. Resolving involves upgrading systems, prioritizing tasks, and effective communication.

    • Outdated technology causing compatibility issues

    • Lack of resources leading to delays in project completion

    • Conflicting requirements from different stakeholders

    • Upgrade systems to latest technology

    • Prioritize tasks based on importance and impact

    • Commu...

  • Answered by AI
  • Q2. Do you received any P1 or P2 incidents
  • Ans. 

    Yes, I have received P1 and P2 incidents in my role as a Technology Architect.

    • Yes, I have experience handling P1 incidents which are critical and require immediate attention.

    • I have also dealt with P2 incidents which are high priority but not as urgent as P1 incidents.

    • In both cases, I have worked with cross-functional teams to troubleshoot and resolve the issues efficiently.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Is rotational shift is fine
  • Ans. 

    Rotational shift can be acceptable depending on individual preferences and work-life balance.

    • Rotational shifts can provide flexibility for employees with different schedules or preferences.

    • Some individuals may thrive in a rotational shift environment, while others may find it challenging to adjust.

    • It is important for employers to consider the impact of rotational shifts on employee well-being and productivity.

    • Communica...

  • Answered by AI
  • Q2. Why are you leaving current organization
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for new challenges

    • Seeking a more innovative environment

    • Want to broaden skill set

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on technical and scenario based topics

Infosys Interview FAQs

How many rounds are there in Infosys Technology Architect interview?
Infosys interview process usually has 3 rounds. The most common rounds in the Infosys interview process are Technical, Resume Shortlist and HR.
How to prepare for Infosys Technology Architect interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are SDLC, Java, AWS, Microservices and SOA.
What are the top questions asked in Infosys Technology Architect interview?

Some of the top questions asked at the Infosys Technology Architect interview -

  1. What are the concepts of Object-Oriented Programming (OO...read more
  2. What is dependency injection, and how does it wo...read more
  3. What are design patterns, including the Singleton patte...read more

Tell us how to improve this page.

Infosys Technology Architect Interview Process

based on 6 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technology Architect Salary
based on 1.8k salaries
₹14 L/yr - ₹32.5 L/yr
10% less than the average Technology Architect Salary in India
View more details

Infosys Technology Architect Reviews and Ratings

based on 143 reviews

3.3/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.3

Salary

3.9

Job security

3.3

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 143 Reviews and Ratings
Salesforce Tech Architect/Lead Consultant

Bangalore / Bengaluru

9-11 Yrs

₹ 21-27.3 LPA

Technology Lead/Technology Architect/Lead Consultant

Bangalore / Bengaluru,

Thiruvananthapuram

5-10 Yrs

₹ 10-20 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview