Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 51.5k Reviews

Filter interviews by

Wipro Senior Consulting Manager Interview Questions and Answers

Updated 3 Nov 2022

Wipro Senior Consulting Manager Interview Experiences

1 interview found

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 questions from similar companies

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 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
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.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. About different joins in SQL
  • Q2. 1)About previous projects done in detail 2) Regarding any certification like dp-203 or spark certification 3) spark architecture 4) about delta table
  • Q3. Some questions about adf pipelines scenario based
  • Q4. Spark actions and transformation

Interview Preparation Tips

Topics to prepare for Cognizant Associate Consultant interview:
  • Adf
  • SQL
  • Pyspark

Wipro Interview FAQs

How many rounds are there in Wipro Senior Consulting Manager interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

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

Wipro Senior Consulting Manager Reviews and Ratings

based on 3 reviews

1.1/5

Rating in categories

2.8

Skill development

1.1

Work-life balance

3.8

Salary

3.7

Job security

1.1

Company culture

1.9

Promotions

1.1

Work satisfaction

Explore 3 Reviews and Ratings
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.8 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.3
Compare

Amazon

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