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
3.6

based on 38.2k Reviews

Filter interviews by

Infosys Senior Consulting Manager Interview Questions and Answers

Updated 14 Nov 2021

Infosys Senior Consulting Manager Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Maximum related to cv and some technical
  • Q2. Live scenario case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview pls go through cv

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 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. About the JD for technology as basic primarily round.
  • Q2. About yourself and aspirations in detail
  • Ans. Tell about positive things as a consultant only , no managers trait show.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know well about your product and its components and features
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Ans. 

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

    • HashMap uses an array of buckets to store key-value pairs.

    • Keys are hashed to determine the index where the value will be stored.

    • In case of hash collisions, a linked list or balanced tree is used to store multiple entries in the same bucket.

    • HashMap allows one null key and multiple null values.

    • Example: HashMap&...

  • Answered by AI
  • Q2. JAVA 8 Stream API coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. JAVA 8 advanced coding question
  • Q2. Specific questions on client requirements
Round 3 - HR 

(1 Question)

  • Q1. General questions on expectations

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Percentage and averages, number and alphabet series, compound interest (CI) and simple interest (SI).

Round 2 - Coding Test 

Basic programs include: 1. A program to perform the addition of two numbers, 2. A program to print a star pattern, and 3. A program to generate a triangle output, among others.

Round 3 - HR 

(4 Questions)

  • Q1. What challenges did we face?
  • Ans. 

    We faced challenges related to communication, resource allocation, and project timelines.

    • Communication breakdown between team members

    • Limited resources available for the project

    • Struggling to meet project deadlines

  • Answered by AI
  • Q2. Where do you see yourself in the next five years?
  • Ans. 

    In five years, I see myself as a senior consultant leading projects and mentoring junior team members.

    • Advancing to a senior consultant role

    • Leading projects and teams

    • Mentoring junior team members

    • Continuing professional development through training and certifications

  • Answered by AI
  • Q3. What strategies can be employed to overcome failures?
  • Ans. 

    Strategies to overcome failures include learning from mistakes, staying positive, seeking feedback, and setting new goals.

    • Learn from mistakes by analyzing what went wrong and how to improve

    • Stay positive and maintain a growth mindset to bounce back from setbacks

    • Seek feedback from mentors or colleagues to gain different perspectives

    • Set new goals and create a plan to move forward with renewed motivation

  • Answered by AI
  • Q4. Are you able to work effectively under pressure?
  • Ans. 

    Yes, I thrive under pressure and can effectively manage my time and priorities to meet deadlines.

    • I have experience working in fast-paced environments where quick decision-making and adaptability are key.

    • I am able to stay calm and focused under pressure, allowing me to deliver high-quality work even in challenging situations.

    • I prioritize tasks effectively to ensure that deadlines are met without compromising on quality.

    • ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I believe this is one of the best companies for a fresher to learn new concepts and explore various opportunities.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Shipping point determination
  • Q2. Plant determination with order of preference
  • Ans. 

    Plant determination can be done by considering various factors in order of preference.

    • Start by looking at the plant's physical characteristics such as leaves, flowers, and stems.

    • Next, consider the plant's habitat and location to narrow down possibilities.

    • Use plant identification guides or apps for further assistance.

    • Consult with botanical experts or horticulturists for accurate identification.

    • Consider factors like seas...

  • Answered by AI
  • Q3. Difference between s4 hana and ecc
  • Ans. 

    SAP S/4HANA is the next-generation business suite designed to run on SAP HANA, while ECC is the previous version of SAP's ERP software.

    • S/4HANA is built on the SAP HANA platform for real-time data processing, while ECC runs on traditional databases.

    • S/4HANA offers a simplified data model and user interface, while ECC has a more complex structure.

    • S/4HANA includes advanced features like predictive analytics and machine lea...

  • Answered by AI
  • Q4. Difference between Greenfield and brownfield implementation
  • Ans. 

    Greenfield is starting a new project from scratch, while brownfield is implementing changes to an existing project.

    • Greenfield involves building a new system or project from the ground up.

    • Brownfield involves making changes or improvements to an existing system or project.

    • Greenfield projects are typically more time-consuming and costly due to starting from scratch.

    • Brownfield projects may have limitations or constraints d...

  • Answered by AI
  • Q5. Scenario based questions around Product allocation and back order processing bop
  • Q6. Business partner and what tables are updated in backend in sap s4 hana, why is the old tables like kna1, knb1 still required?
  • Ans. 

    Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility and historical data purposes.

    • Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility with existing programs and reports.

    • Some custom developments may still be using the old tables, requiring them to be maintained.

    • Historical data stored in the old tables may still be needed for reference or reporting purposes.

  • Answered by AI
  • Q7. Questions on current project
  • Q8. S4 Hana einvoice - consolidated invoice
  • Q9. Why are you looking for a change(Exp in curren company<= 2 years)
  • Ans. 

    Seeking new challenges and growth opportunities after gaining valuable experience in current role.

    • Looking for new challenges and opportunities for growth

    • Seeking a role with more responsibility and impact

    • Want to expand my skill set and knowledge in a different environment

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Consultant interview:
  • Sap s4 hana
Interview preparation tips for other job seekers - Read through various sd processes from different sources.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How to do Deployment
  • Q2. Mvc page life cycle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Voice assesment,which will be evaluated by ai

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Basic dsa question on printing pattern
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Write a program to print the Fibonacci series.

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions L2 level
  • Q2. Technical questions L3 level
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Technical questions L3
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever CTC final during HR discussion then why not management approved that CTC.

Infosys Interview FAQs

What are the top questions asked in Infosys Senior Consulting Manager interview?

Some of the top questions asked at the Infosys Senior Consulting Manager interview -

  1. Maximum related to cv and some techni...read more
  2. Live scenario case st...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Senior Consulting Manager Salary
based on 6 salaries
₹17.8 L/yr - ₹29 L/yr
28% less than the average Senior Consulting Manager Salary in India
View more details

Infosys Senior Consulting Manager Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹7.8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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