Upload Button Icon Add office photos
Engaged Employer

i

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

Maruti Suzuki Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Maruti Suzuki SAP Abap Consultant Interview Questions and Answers

Updated 13 Jul 2024

Maruti Suzuki SAP Abap Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is enhancement point and enhancement section
  • Ans. 

    Enhancement point and enhancement section are features in SAP ABAP that allow developers to add custom code to standard SAP programs without modifying them directly.

    • Enhancement point is a predefined hook provided by SAP within a standard program where custom code can be added.

    • Enhancement section is a user-defined area within a standard program where custom code can be inserted.

    • Enhancement points are created by SAP and ...

  • Answered by AI
  • Q2. What is delivery class
  • Ans. 

    Delivery class determines how a custom object is transported and installed in different systems.

    • Delivery class A: Application table (data is stored in the database)

    • Delivery class C: Customizing table (data is transported with customizing requests)

    • Delivery class L: Temporary table (data is not transported)

    • Delivery class E: System table (data is maintained by SAP and not transported)

  • Answered by AI

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. I interviewed for the . Net position. But I got more no of questions from SQL server.
  • Q2. 1. What is index?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are created on one or more columns of a table.

    • They allow for faster searching, sorting, and filtering of data.

    • Examples include B-tree, hash, and bitmap indexes.

    • Indexes can also have unique constraints to enforce data integrity.

    • However, they can also slow down data modification operations like insert, update, an

  • Answered by AI
  • Q3. 2. What is the type of index?
  • Ans. 

    There are different types of indexes in databases, including clustered, non-clustered, unique, and full-text indexes.

    • Clustered index determines the physical order of data in a table based on the indexed column.

    • Non-clustered index creates a separate structure that includes the indexed column and a pointer to the actual data.

    • Unique index ensures that the indexed column has unique values.

    • Full-text index enables searching ...

  • Answered by AI
  • Q4. 3. What is the use of index?
  • Ans. 

    Index is used to improve the performance of database queries by allowing faster data retrieval.

    • Index is a data structure that stores a small portion of the table data in an easily searchable format.

    • It helps in reducing the number of disk I/O operations required to retrieve data from a table.

    • Indexes can be created on one or more columns of a table.

    • Examples of indexes include primary key, unique key, clustered index, and

  • Answered by AI
  • Q5. Explain all the joins
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple basic questions only asked. Be positive

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Related to accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic accounts knowledge required

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you satisfy your job
  • Q2. With hardwork and my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wor

I applied via Walk-in and was interviewed before Mar 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. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , trust on yourself .
In every interview your confidence is most important

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How the diesel engine works?
  • Ans. 

    Diesel engine works by compressing air in the cylinder and injecting fuel at the right time to ignite the mixture.

    • Air is compressed in the cylinder by the piston

    • Fuel is injected into the cylinder at the right time

    • The heat generated by the compressed air ignites the fuel

    • The expanding gases push the piston down, creating power

    • Diesel engines are more efficient than gasoline engines

  • Answered by AI
  • Q2. What do you mean by cc
  • Ans. 

    CC stands for carbon copy, a term used in email communication to indicate additional recipients of a message.

    • CC is used to send a copy of an email to someone other than the primary recipient

    • CC recipients are visible to all other recipients of the email

    • CC is often used for informational purposes or to keep others in the loop

    • CC can also be used to show transparency in communication

  • Answered by AI
  • Q3. What is the compression ratio
  • Ans. 

    Compression ratio is the ratio of the volume of gas in a cylinder when the piston is at the bottom of its stroke to the volume of gas when the piston is at the top of its stroke.

    • It is a measure of how much the engine compresses the air/fuel mixture before ignition.

    • Higher compression ratios can lead to better fuel efficiency and more power.

    • Compression ratio is calculated by dividing the volume of the cylinder at bottom

  • Answered by AI
  • Q4. What is swept volume
  • Ans. 

    Swept volume is the volume of space swept by a piston in an engine cylinder during one stroke.

    • It is the volume of the combustion chamber when the piston is at the bottom of its stroke subtracted from the volume of the combustion chamber when the piston is at the top of its stroke.

    • It is used to calculate the engine displacement.

    • For example, a four-cylinder engine with a 500cc swept volume has a total displacement of 2,0...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good there are two types of interview techanical and relate to personality development which is understanding

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What do you mean by CFMEA?
  • Ans. 

    CFMEA stands for Control Failure Mode and Effects Analysis.

    • CFMEA is a systematic approach used to identify and mitigate potential failures in a process or system.

    • It involves analyzing failure modes, their causes, and the potential effects on the process or system.

    • CFMEA helps in prioritizing and implementing control measures to prevent or minimize failures.

    • It is commonly used in industries such as manufacturing, automot...

  • Answered by AI
  • Q2. Is system level or component level DFMEA given main preference?
  • Ans. 

    System level DFMEA is given main preference.

    • System level DFMEA considers the entire system and its interactions.

    • Component level DFMEA focuses on individual components.

    • System level DFMEA is more comprehensive and effective in identifying potential failures.

    • Example: In automotive industry, system level DFMEA would consider the entire vehicle and its subsystems.

    • Example: In medical devices, system level DFMEA would conside...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be concise about your technical experience and do not shy away from stating whether the answer provided is part of your experience or technical know how.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

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

Interview Questionnaire 

1 Question

  • Q1. Core java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple

Maruti Suzuki Interview FAQs

How many rounds are there in Maruti Suzuki SAP Abap Consultant interview?
Maruti Suzuki interview process usually has 1 rounds. The most common rounds in the Maruti Suzuki interview process are Technical.
What are the top questions asked in Maruti Suzuki SAP Abap Consultant interview?

Some of the top questions asked at the Maruti Suzuki SAP Abap Consultant interview -

  1. What is enhancement point and enhancement sect...read more
  2. what is delivery cl...read more

Tell us how to improve this page.

Maruti Suzuki SAP Abap Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
TVS Motor Interview Questions
4.0
 • 320 Interviews
Bajaj Auto Interview Questions
3.9
 • 273 Interviews
Ashok Leyland Interview Questions
4.1
 • 248 Interviews
Ford Motor Interview Questions
4.3
 • 149 Interviews
Kia Motors Interview Questions
3.9
 • 134 Interviews
View all
Deputy Manager
2.2k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Assistant Manager
2k salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Manager
1.9k salaries
unlock blur

₹11.2 L/yr - ₹39.6 L/yr

Senior Manager
382 salaries
unlock blur

₹20 L/yr - ₹54 L/yr

Senior Engineer
372 salaries
unlock blur

₹8 L/yr - ₹19 L/yr

Explore more salaries
Compare Maruti Suzuki with

Tata Motors

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Ashok Leyland

4.1
Compare

TVS Motor

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