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 SAP MM Consultant Interview Questions and Answers for Experienced

Updated 8 Nov 2024

Infosys SAP MM Consultant Interview Experiences for Experienced

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All the question are from your resume. Question will ask in a tricky way. Need to prepare as per resume only.
  • Q2. Describe your self
  • Q3. Explain subcon process
  • Ans. 

    Subcon process refers to subcontracting process where a company outsources part of its manufacturing process to a third-party vendor.

    • Subcon process involves sending raw materials to a subcontractor for processing or assembly.

    • The subcontractor then returns the finished goods to the company.

    • The company pays the subcontractor for the services rendered.

    • Subcon process helps companies focus on core competencies and reduce co...

  • Answered by AI
  • Q4. Inventory question
  • Q5. Standard transactions

Interview Preparation Tips

Interview preparation tips for other job seekers - Without preparation don't go for an interview. Always be prepared at any point of time interview will schedule.

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

Interview Questionnaire 

2 Questions

  • Q1. 161 movement type in GRN
  • Ans. 

    Movement type 161 in GRN is used for returning goods to vendor.

    • Movement type 161 is used in Goods Receipt Note (GRN) to return goods to the vendor.

    • It is typically used when there is a need to return defective or damaged goods to the vendor.

    • The return process involves creating a return delivery and a subsequent return purchase order.

    • The return delivery is created with movement type 161 to record the return of goods.

    • The ...

  • Answered by AI
  • Q2.  return deliveries to vendor with reference to returns PO
  • Ans. 

    To return deliveries to a vendor with reference to returns PO in SAP MM, follow these steps:

    • Create a returns purchase order (PO) referencing the original purchase order

    • Create a return delivery using transaction code VL10B

    • Enter the returns PO number as a reference in the return delivery

    • Post the return delivery to complete the process

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool ! it will be around 1 hour , they will test your expertise in the Technology for experience guys

SAP MM Consultant Interview Questions Asked at Other Companies for Experienced

asked in TCS
Q1. What is FDS , did you create and if create tell me the requiremen ... read more
asked in TCS
Q2. Tell about P2P cycle in details?
asked in TCS
Q3. What is the significance of vendor account group?
asked in TCS
Q4. Software on which currently you are working ?
asked in Infosys
Q5. return deliveries to vendor with reference to returns PO

I applied via Walk-in and was interviewed in Sep 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Implementation BBP interface dm

I appeared for an interview in May 2019.

Interview Questionnaire 

1 Question

  • Q1. About Testing process and past exp.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good questions, too hard.

Infosys interview questions for designations

 Associate SAP MM Consultant

 (3)

 SAP MM Functional Consultant

 (2)

 SAP MM WM Consultant

 (1)

 SAP MM S4 Hana Consultant

 (1)

 SAP Consultant

 (9)

 SAP Fico Consultant

 (13)

 SAP SD Consultant

 (12)

 SAP Basis Consultant

 (9)

SAP MM Consultant Jobs at Infosys

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

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

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

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.

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

Interview Questionnaire 

1 Question

  • Q1. Related to Sever

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 Tech round and the interviewer asked me from the JD not from Resume.
We have to be strong in technical.
All the Best for your career

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked about the roles and responsibilities.
  • Q2. Questions related to Adobe campaign, workflow, campaigns , activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, they asked me to introduce myself and based on that they asked me questions.

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Product owner Skills related questions
Round 2 - Technical 

(1 Question)

  • Q1. Product owner questions, domain related questions, regulatory related queries,logical reasoning questions,problem solving ability related questions
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the role.

    • I am flexible and open to negotiation.

    • I am more interested in the overall compensation package rather than just the salary.

    • I would like to be compensated fairly for my skills and experience.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong background in consulting and a proven track record of delivering successful projects.

    • I have extensive experience in the consulting industry, having worked with various clients and industries.

    • I have a deep understanding of business processes and can provide valuable insights and recommendations.

    • I am highly analytical and detail-oriented, ensuring thorough analysis and accurate problem-solving.

    • I am an exc...

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    I am looking for a change to expand my skills and experience in a new environment.

    • Seeking new challenges and opportunities

    • Wanting to learn and grow professionally

    • Exploring different industries or sectors

    • Desire for a better work-life balance

    • Relocation or proximity to family

    • Company culture or values misalignment

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly experienced and sought-after consultant, leading successful projects and making a significant impact in the industry.

    • Leading and managing high-profile consulting projects

    • Building strong relationships with clients and delivering exceptional results

    • Continuously expanding my knowledge and expertise in the field

    • Mentoring and developing junior consultants

    • Contributing to thought leadershi

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong analytical skills, excellent communication, and problem-solving abilities. My weaknesses include being overly critical of my own work and sometimes taking on too much responsibility.

    • Strength: Strong analytical skills

    • Strength: Excellent communication

    • Strength: Problem-solving abilities

    • Weakness: Being overly critical of my own work

    • Weakness: Sometimes taking on too much responsibility

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in developing and implementing effective strategies

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

    • Ability to work well in cross-functional teams

    • Experience in vario...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Consultant interview:
  • Product Management
  • Product Development
  • Data engineering
  • Data Analytics
  • Problem Solving
  • Logical reasoning
  • Architecture
  • Advanced Java
  • SQL
Interview preparation tips for other job seekers - Please prepare more on Domain skills and product owner Skills and also architecture level understanding of a project is alway good .
It's good if you have done any domain specific certification or specialization to stand out .

Infosys Interview FAQs

How many rounds are there in Infosys SAP MM Consultant interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Infosys interview process for experienced candidates are Resume Shortlist, HR and Technical.
How to prepare for Infosys SAP MM Consultant interview for experienced candidates?
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 SAP MM, Inventory Management, Procurement, Master Data and Mm Module.
What are the top questions asked in Infosys SAP MM Consultant interview for experienced candidates?

Some of the top questions asked at the Infosys SAP MM Consultant interview for experienced candidates -

  1. return deliveries to vendor with reference to returns...read more
  2. 161 movement type in G...read more
  3. Explain subcon proc...read more

Tell us how to improve this page.

Infosys SAP MM Consultant Interview Process for Experienced

based on 1 interview

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys SAP MM Consultant Salary
based on 409 salaries
₹4.1 L/yr - ₹14.5 L/yr
37% more than the average SAP MM Consultant Salary in India
View more details

Infosys SAP MM Consultant Reviews and Ratings

based on 33 reviews

3.0/5

Rating in categories

2.8

Skill development

3.4

Work-life balance

2.3

Salary

3.9

Job security

3.1

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 33 Reviews and Ratings
SAP MM Consultant

Coimbatore

5-7 Yrs

Not Disclosed

SAP MM Consultant

Chennai

5-8 Yrs

₹ 3.5-11 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.3k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Technical Lead
34.2k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Associate Consultant
28.9k salaries
unlock blur

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