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 Consultant Interview Questions, Process, and Tips

Updated 3 Apr 2025

Top Infosys Senior Consultant Interview Questions and Answers

  • Q1. What do understand by umask value and what are the by default values of umask if I create a file or a directory as a user and root?
  • Q2. What projects have you worked on, share the tech stack and basic architecture.
  • Q3. What is headless and how to achieve in Drupal?
View all 74 questions

Infosys Senior Consultant Interview Experiences

103 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell us about yourself, your previous roles, and your responsibilities
  • Q2. What do you understand by DevOps and Agile methodologies?
  • Q3. What is SDLC and Secure SDLC?
  • Ans. 

    SDLC is a process followed for software development. Secure SDLC is the same process with security measures added.

    • SDLC stands for Software Development Life Cycle

    • It is a process followed for software development from planning to deployment

    • Secure SDLC is the same process with security measures added at each stage

    • It includes threat modeling, code review, penetration testing, etc.

    • Secure SDLC ensures that security is integr

  • Answered by AI
  • Q4. What do you understand by CI/CD?
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice that aims to automate the building, testing, and deployment of code changes.

    • CI/CD is a process that involves continuous integration of code changes into a shared repository

    • It includes automated testing to ensure that the code changes are functional and do not break existing code

    • Continuous deployment involves automatical...

  • Answered by AI
  • Q5. What was the branching strategy used in your previous project?
  • Ans. 

    We used GitFlow branching strategy in the previous project.

    • GitFlow is a popular branching strategy that uses two main branches: master and develop.

    • Feature branches are created from develop and merged back into it once the feature is complete.

    • Release branches are created from develop for preparing a new release.

    • Hotfix branches are created from master to fix critical issues in production.

    • We followed this strategy to ensu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be genuine, if you don't know the answer accept it, be precise and give short answers. To be the point. Don't do malpractice they will catch you and you will be banned.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. 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. SAP BI/BW related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial kind of discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. I was hired as a Retail SME hence all my interviews were based on the work that i had done & my knowledge on retail process
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more technical on retail maths, logic, system & functions, adapting to new business models etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is a great company to work for, all the best!

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

Round 1 - Technical 

(1 Question)

  • Q1. Over all 3round first 2 technical last salry negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Oracle Architecture process ,RAC, expdp impdp, RMAN, DataGuard and broker, process management, PT slow query topic. If not sure for any questions please say not sure insted of confused ans. Start which part ur very strong so you build confidence.

Infosys interview questions for designations

 Senior Associate Consultant

 (183)

 Senior Consultant P5

 (2)

 Senior Consultant C1

 (1)

 Senior Technical Consultant

 (1)

 Senior Software Consultant

 (1)

 Senior SAP Fico Consultant

 (2)

 Senior SAP Basis Consultant

 (1)

 Senior SAP SD Consultant

 (1)

I applied via LinkedIn and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions related to overall Banking & finance Domain
  • Ans. Be crisp and specific while answering
  • Answered Anonymously
  • Q2. Questions judging your solving power or capability
  • Q3. Have to answer with logical reasoning .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crisp and smart in answering questions logically and to the point .

Get interview-ready with Top Infosys Interview Questions

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

Interview Questionnaire 

3 Questions

  • Q1. What is headless and how to achieve in Drupal?
  • Ans. 

    Headless is a way of separating the frontend and backend of a website. In Drupal, it involves using Drupal as a backend to provide content via APIs.

    • Headless Drupal involves using Drupal as a backend to provide content via APIs

    • The frontend is built using a separate technology, such as React or Angular

    • This allows for greater flexibility and customization in the frontend design

    • Examples of headless Drupal sites include the

  • Answered by AI
  • Q2. How to pass custom args in a url through route?
  • Ans. 

    To pass custom args in a URL through route, use route parameters or query strings.

    • For route parameters, define a parameter in the route path and access it in the controller using req.params.

    • For query strings, append key-value pairs to the URL and access them in the controller using req.query.

    • Example: /users/:id for route parameters or /users?id=123 for query strings.

    • Use encodeURIComponent() to encode special characters

  • Answered by AI
  • Q3. What is Twig template?
  • Ans. 

    Twig is a template engine for PHP that allows developers to write cleaner and more concise code.

    • Twig is used to separate the presentation layer from the business logic layer in web applications.

    • It provides a syntax that is easy to read and write, making it easier for developers to create templates.

    • Twig supports inheritance, macros, and filters, which can be used to create reusable code.

    • It also has built-in security fea...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, I have joined as a Sr. Consultant in infosys. Interviewed were very good and make you comfortable with their gesture. From technical aspect I would suggest, if you don't know the answer properly still try to give the answers based on the concept or previous experience unless you are not totally unaware about the technology question. Make sure you give 100% effort to make the interviewer convince about your skill and capability even you don't give proper answers to the question.

Skills evaluated in this interview

Senior Consultant Jobs at Infosys

View all
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why should hire you Infosys?
  • Ans. Say as I’m a Traitor. If you are a Traitor you will be hired immediately. If you are a Nationalist you will be fired immediately.
  • Answered Anonymously
Round 2 - HR 

(1 Question)

  • Q1. Infosys won’t give any job security. Are you okay?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a traitor they can hire you without any thing.
If you are a Nationalist they fire you immediately without notice…🤣🤣🤣

No work life balance, no job security, no hike, no employee wellness.

Interview Questionnaire 

1 Question

  • Q1. What are data points?
  • Ans. 

    Data points are individual pieces of information that make up a larger dataset.

    • Data points can be numerical or categorical

    • Examples of data points include age, gender, income, and education level

    • Data points are used to analyze trends and patterns in data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be open and be yourself.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More non-technical and mainly about working methodology

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer both in technical perspective and management perspective.

Interview Questionnaire 

3 Questions

  • Q1. What are different DB2 abend codes
  • Ans. 

    DB2 abend codes are error codes that occur during execution of DB2 programs.

    • ABENDS001 - ABENDS999 are system abend codes

    • SQLCODE - SQL error codes

    • DSN - DB2 error codes

    • Examples: ABENDS013, SQLCODE -805, DSN1101I

    • Each code indicates a specific error or problem in the program execution

  • Answered by AI
  • Q2. What is deadlock condition
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

    • Occurs in a multi-process system

    • Processes are blocked and cannot continue

    • Each process is waiting for a resource held by another process

    • Can be prevented by proper resource allocation and scheduling

    • Example: Process A holds resource X and waits for resource Y, while Process B holds resourc

  • Answered by AI
  • Q3. What is -811 error
  • Ans. 

    DB2 SQL error code -811 indicates a row or value was not found in the table.

    • Occurs when a SELECT or FETCH statement does not return any rows

    • May also occur when a value being inserted or updated does not exist in the table

    • Can be resolved by checking the SQL statement or verifying the existence of the row or value

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Senior Consultant interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Technical, HR and One-on-one Round.
How to prepare for Infosys Senior Consultant 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 Project Management, TDD, Java, Scrum and SQL.
What are the top questions asked in Infosys Senior Consultant interview?

Some of the top questions asked at the Infosys Senior Consultant interview -

  1. What do understand by umask value and what are the by default values of umask i...read more
  2. What projects have you worked on, share the tech stack and basic architectu...read more
  3. What is headless and how to achieve in Drupa...read more
How long is the Infosys Senior Consultant interview process?

The duration of Infosys Senior Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Senior Consultant Interview Process

based on 99 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior Consultant Salary
based on 16.4k salaries
₹10 L/yr - ₹30.5 L/yr
7% less than the average Senior Consultant Salary in India
View more details

Infosys Senior Consultant Reviews and Ratings

based on 1.1k reviews

3.3/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.6

Salary

3.9

Job security

3.4

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 1.1k Reviews and Ratings
Senior Consultant/Business Analyst

Pune,

Bangalore / Bengaluru

+1

4-9 Yrs

₹ 10.5-25 LPA

SAP EWM Senior Consultant

Hyderabad / Secunderabad

5-9 Yrs

₹ 10-23.5 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

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