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 Senior Technology Architect Interview Questions, Process, and Tips

Updated 6 Feb 2024

Top Infosys Senior Technology Architect Interview Questions and Answers

Infosys Senior Technology Architect Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain project architecture
  • Ans. 

    Project architecture refers to the overall design and structure of a software project.

    • Project architecture defines the organization and relationships between components.

    • It includes decisions on technologies, frameworks, and patterns to be used.

    • Architectural diagrams and documentation are created to communicate the design.

    • Key considerations include scalability, performance, security, and maintainability.

    • Examples of proj...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral 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 

(1 Question)

  • Q1. Expertise in many out of box areas in test data management
Round 3 - Technical 

(1 Question)

  • Q1. Modernisation in TDM track
  • Ans. 

    Modernisation in TDM track involves upgrading legacy systems to newer technologies.

    • Modernisation can improve efficiency, reduce costs, and enhance user experience.

    • Examples of modernisation in TDM track include migrating from mainframe to cloud-based systems, adopting DevOps practices, and implementing automation.

    • Modernisation should be approached strategically, with a focus on business goals and user needs.

    • Legacy syste...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Very pin pointed TDM questions

Interview Preparation Tips

Topics to prepare for Infosys Senior Technology Architect interview:
  • Test data management
  • Datawareshoue testing
  • xloud data testing
Interview preparation tips for other job seekers - Be confident and honest about the tracks worked by you in your specific skills.

Senior Technology Architect Interview Questions Asked at Other Companies

asked in Infosys
Q1. What are project management tools you used?
asked in Infosys
Q2. What are cutover step in implementation project?
asked in Infosys
Q3. Modernisation in TDM track
asked in Infosys
Q4. Explain project architecture

I applied via Referral

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 

(1 Question)

  • Q1. What are cutover step in implementation project?
  • Ans. 

    Cutover steps are the final steps in an implementation project where the system is transitioned from the old to the new.

    • Cutover steps involve data migration, system testing, and user training.

    • They ensure that the new system is fully functional and ready for use.

    • Examples of cutover steps include finalizing data migration, conducting user acceptance testing, and preparing end-users for the new system.

    • Cutover steps are cr...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What are project management tools you used?
  • Ans. 

    I have experience using various project management tools such as JIRA, Trello, and Asana.

    • JIRA for agile project management and issue tracking

    • Trello for visual project organization and collaboration

    • Asana for task management and team communication

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How much percentage of compensation you expecting?

Interview Preparation Tips

Interview preparation tips for other job seekers - Selection process is easy
Be confident and share actual work experience examples

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you ?
  • Q2. Latest project running in the intustry?

Interview Preparation Tips

Interview preparation tips for other job seekers - Student should have to clear , to thier goals , excellent communication skills , Answer every question with clam , and must have patience.

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Performa in 3par
  • Ans. 

    Performa is a performance monitoring tool for HPE 3PAR storage arrays.

    • Performa provides real-time monitoring of storage performance metrics.

    • It helps identify performance bottlenecks and optimize storage performance.

    • Performa can generate reports and alerts based on user-defined thresholds.

    • It can also be used for capacity planning and trend analysis.

    • Examples of performance metrics monitored by Performa include IOPS, late

  • Answered by AI
  • Q2. San zoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup basics.

Infosys Interview FAQs

How many rounds are there in Infosys Senior Technology Architect interview?
Infosys interview process usually has 3 rounds. The most common rounds in the Infosys interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for Infosys Senior 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 Java, JQuery, Microservices, CSS3 and Html5.
What are the top questions asked in Infosys Senior Technology Architect interview?

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

  1. What are project management tools you us...read more
  2. What are cutover step in implementation proje...read more
  3. Modernisation in TDM tr...read more

Tell us how to improve this page.

Infosys Senior Technology Architect Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Senior Technology Architect Salary
based on 704 salaries
₹15.2 L/yr - ₹40 L/yr
At par with the average Senior Technology Architect Salary in India
View more details

Infosys Senior Technology Architect Reviews and Ratings

based on 43 reviews

3.4/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

2.1

Salary

3.6

Job security

3.3

Company culture

2.3

Promotions

3.1

Work satisfaction

Explore 43 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.2 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.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 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