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 14 Feb 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

101 interviews found

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Spring boot core questions, Practice REST API writing
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Consultant with a background in project management and client relations.

    • Over 10 years of experience in consulting roles

    • Strong project management skills, including leading cross-functional teams

    • Proven track record of building and maintaining client relationships

    • Expertise in data analysis and problem-solving

    • Certified in relevant industry standards such as Six Sigma

  • Answered by AI
  • Q2. What are the integration points for SD and MM
  • Ans. 

    Integration points for SD and MM include sales order creation, delivery processing, billing, and inventory management.

    • Sales order creation in SD triggers the creation of a delivery document in MM for picking and packing

    • Delivery processing in MM updates the delivery status in the sales order in SD

    • Billing in SD generates invoices which are posted in MM for accounting purposes

    • Inventory management in MM updates stock level

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Application Architecture related questions
  • Q2. Azure - PAAS/SAAS/IAAS
  • Q3. Application Logs questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between put and patch
  • Ans. 

    Put is used to create or update a resource, while patch is used to update a resource partially.

    • Put is idempotent, meaning multiple identical requests will have the same effect as a single request

    • Patch is not idempotent, as multiple identical requests may have different effects

    • Put requires the client to send the entire updated resource, while patch only requires the client to send the specific changes

    • Put is typically us...

  • Answered by AI
  • Q2. Csrf what is it
  • Ans. 

    CSRF stands for Cross-Site Request Forgery, a type of attack where a malicious website tricks a user into performing actions on another website.

    • CSRF attacks exploit the trust that a site has in a user's browser, allowing an attacker to perform actions on behalf of the user without their consent.

    • Prevent CSRF attacks by using tokens to validate requests, ensuring that actions can only be performed by the intended user.

    • Ex...

  • Answered by AI
  • Q3. Jwt token related questions
Round 2 - HR 

(1 Question)

  • Q1. Managerial questions

Skills evaluated in this interview

Infosys interview questions for designations

 Senior Associate Consultant

 (178)

 Senior Consultant P5

 (2)

 Senior Technical Consultant

 (1)

 Senior Software Consultant

 (1)

 Senior Consultant C1

 (1)

 Senior SAP Fico Consultant

 (2)

 Senior SAP Basis Consultant

 (1)

 Senior SAP SD Consultant

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java angular related
Round 2 - Behavioral 

(1 Question)

  • Q1. Process related and project related
Round 3 - HR 

(1 Question)

  • Q1. Financials discussed

Get interview-ready with Top Infosys Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What are Filters in .NET?
  • Ans. 

    Filters in .NET are attributes that can be applied to classes, methods, or properties to add behavior or functionality.

    • Filters are used to add behavior or functionality to classes, methods, or properties in .NET applications.

    • They can be used for tasks such as logging, exception handling, authorization, and validation.

    • Filters can be applied using attributes like [Authorize], [ExceptionFilter], [ActionFilter], etc.

  • Answered by AI
  • Q2. Explain your project architecture.
  • Q3. How would you compare two objects in Javascript?
  • Ans. 

    In JavaScript, you can compare two objects using the '===' operator for strict equality or by comparing their properties.

    • Use the '===' operator to check if two objects are the same instance in memory.

    • Compare specific properties of the objects to see if they have the same values.

    • Use JSON.stringify() to compare the stringified versions of the objects.

  • Answered by AI
  • Q4. Explain Box model.
  • Ans. 

    Box model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Every element in CSS is considered as a rectangular box.

    • The box model consists of content, padding, border, and margin.

    • Content is the actual content of the box, padding is the space between the content and the border, border is the line around the box, and margin is the space outside the border.

    • The total widt...

  • Answered by AI
  • Q5. What is Z-index?
  • Ans. 

    Z-index is a CSS property that controls the stacking order of elements on a webpage.

    • Z-index is used to specify the stack order of an element along the z-axis.

    • Elements with a higher z-index value will appear on top of elements with a lower z-index value.

    • Z-index only works on positioned elements (position: relative, position: absolute, position: fixed, or position: sticky).

  • Answered by AI
  • Q6. What will be the output if you try to console log an uninitialized const variable?
  • Ans. 

    Attempting to console log an uninitialized const variable will result in a ReferenceError.

    • Attempting to access an uninitialized const variable will result in a ReferenceError.

    • Constants (const) must be initialized with a value at the time of declaration.

    • Example: const myVar; console.log(myVar); // ReferenceError: myVar is not defined

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basics strong

Skills evaluated in this interview

Senior Consultant Jobs at Infosys

View all
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic question about process
Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed interview related to your expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - They take your interview for process in which you are expertise but never tell you what project they have and when you join they will put you on bench. Didn’t understand one thing when they don’t have process then why they hire you. Since starting they are lying that they have project but in reality they have nothing. They are deliberately ruining your career.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SDWAN and why it is in demand .
  • Ans. 

    SDWAN stands for Software-Defined Wide Area Network, a technology that simplifies the management and operation of a WAN by decoupling the networking hardware from its control mechanism.

    • SDWAN allows organizations to use multiple types of connections, such as broadband internet, LTE, and MPLS, to securely connect users to applications.

    • It provides centralized control and visibility, making it easier to manage network traf...

  • Answered by AI
  • Q2. What are your aspiration and expectations from Infosys

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Core Data
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data allows you to create, read, update, and delete data in your app's database.

    • It provides an object-oriented interface to the underlying SQLite database.

    • Core Data supports relationships between entities, data validation, and undo/redo functionality.

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to 'remember' the environment in which they were created

    • They can access variables from their outer scope even after the outer function has finished executing

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI
Round 2 - Coding Test 

Write a core data class and write fetch, insert and delete functions

Round 3 - HR 

(2 Questions)

  • Q1. What is your expected salary
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your technical concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Difference b/w == and equals How hashmap works how struts flow works some sqls related questions
  • Ans. 

    The interview questions cover topics like the difference between == and equals, how HashMap works, Struts flow, and SQL related questions.

    • The '==' operator in Java is used for reference comparison, while the 'equals' method is used for content comparison.

    • HashMap in Java is a data structure that stores key-value pairs and uses hashing to store and retrieve elements efficiently.

    • Struts is a framework used for developing w...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. 1. Explain current project 2. Explain architecture of your project 3. How you manage your team as a lead

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Senior Consultant interview?
Infosys interview process usually has 2-3 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 Automation Testing.
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 96 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 16k salaries
₹10 L/yr - ₹30 L/yr
5% less than the average Senior Consultant Salary in India
View more details

Infosys Senior Consultant Reviews and Ratings

based on 1k reviews

3.4/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.6

Salary

4.0

Job security

3.4

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 1k Reviews and Ratings
S2RL Senior Consultant

Ahmedabad

8-10 Yrs

Not Disclosed

S2RL Senior Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

EQX_Senior Consultant_Q4

Coimbatore

7-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

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