Upload Button Icon Add office photos

Filter interviews by

KPMG India SAP Abap Consultant Interview Questions and Answers

Updated 21 Aug 2021

KPMG India SAP Abap Consultant Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Resume n project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good but tough.

Interview questions from similar companies

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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to find customer exits in a report or FM?
  • Ans. 

    Customer exits in reports or FMs can be found using transaction code SMOD or CMOD.

    • Use transaction code SMOD to find customer exits in reports.

    • Use transaction code CMOD to find customer exits in function modules.

    • Look for enhancements with names starting with 'EXIT_' or 'ZZ'.

  • Answered by AI
  • Q2. How to debug proxies?
  • Ans. 

    Debugging proxies involves using tools like SAP PI Message Monitor and Proxy Framework to trace and analyze data flow.

    • Use SAP PI Message Monitor to trace messages exchanged between systems

    • Analyze message payload and headers to identify issues

    • Utilize Proxy Framework to debug proxy classes and methods

    • Check configuration settings for proxies to ensure correct behavior

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. From your resume mostly full questions on DDIC use of bdc what is syn and asyn how to do performance analysis ho to analyze the dump
  • Q2. Ddic questions use of buffer TMG

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare whatever there in resume and also some general questions like why are you searching new job something like that.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is difference between SAP ECC and SAP S4Hana material master
  • Ans. 

    SAP ECC and SAP S4Hana material master differ in data structure, user interface, and functionality.

    • SAP ECC material master has a traditional data structure with limited fields, while SAP S4Hana material master has a simplified data model with additional attributes.

    • SAP ECC material master requires more manual data entry and maintenance, whereas SAP S4Hana material master offers automation and real-time updates.

    • SAP ECC m...

  • Answered by AI
  • Q2. Tell me about your project
  • Q3. What are workflows in SAP
  • Ans. 

    Workflows in SAP are automated sequences of tasks that are executed based on predefined rules and conditions.

    • Workflows help streamline business processes by automating tasks and ensuring they are completed in a specific order.

    • They can be used for approvals, notifications, and data processing.

    • Workflows can be customized to fit the specific needs of an organization.

    • Examples include purchase order approvals, invoice proce

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. WHAT IS DDIC and what are DATA CLASS
  • Ans. 

    DDIC stands for Data Dictionary and DATA CLASS refers to the classification of data in SAP system.

    • DDIC is a centralized repository in SAP system for defining and managing data definitions.

    • DATA CLASS is used to classify data based on its technical attributes like storage type, size, etc.

    • Examples of DATA CLASS include MASTER (for master data), TRANSACTIONAL (for transactional data), etc.

  • Answered by AI
  • Q2. Different type of Enhancements
  • Ans. 

    Different types of enhancements in SAP ABAP include user exits, BAdIs, and enhancement spots.

    • User exits allow custom code to be added at specific points in standard SAP programs.

    • BAdIs (Business Add-Ins) are enhancements that allow custom code to be added without modifying the original object.

    • Enhancement spots provide predefined enhancement points in standard SAP objects for custom code.

    • Examples: Customer exits, BAdIs f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare latest technologies

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. From your resume mostly full questions on DDIC use of bdc what is syn and asyn how to do performance analysis ho to analyze the dump
  • Q2. Ddic questions use of buffer TMG

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare whatever there in resume and also some general questions like why are you searching new job something like that.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. First they started with resume and asked some questions related to previous experience.
  • Q2. Questions related to Salesforce
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. New ABAP Syntax to move records from one internal table to another internal table and delete the duplicate records in one shot
  • Ans. 

    Use COLLECT statement with SORTED BY to move and delete duplicate records in one shot

    • Use COLLECT statement with SORTED BY to move records from one internal table to another internal table and automatically delete duplicate records

    • Example: COLLECT wa INTO itab2 SORTED BY field.

    • Make sure to sort the internal table before using COLLECT statement to ensure duplicates are deleted

  • Answered by AI
  • Q2. Substring in Odata
  • Ans. 

    Substring function in OData allows for extracting a portion of a string value.

    • Use the substringof() function in OData to extract a substring from a string value.

    • Specify the starting position and length of the substring to be extracted.

    • For example, substringof('Hello World', 6, 5) will return 'World'.

  • Answered by AI
  • Q3. How to retrieve a field in Odata which is not a key field
  • Ans. 

    To retrieve a non-key field in OData, use $select query option in the URL.

    • Use $select query option in the URL to specify the fields you want to retrieve

    • Example: /EntitySet?$select=FieldName1,FieldName2

    • Make sure the field you want to retrieve is included in the $select query

  • Answered by AI
  • Q4. Difference between Search help entities in odata and CDS as search help
  • Ans. 

    Search help entities in OData and CDS are used for providing search help functionality, but they differ in their implementation and usage.

    • Search help entities in OData are defined in the metadata document of the OData service and are used to provide suggestions for input fields in the UI.

    • CDS as search help allows defining search help entities directly in the Core Data Services (CDS) views, making it easier to reuse and...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Procure yo pay process of SAP.
  • Ans. 

    Procure to pay process of SAP involves the entire procurement process from purchase requisition to payment to vendor.

    • The process starts with creating a purchase requisition

    • The purchase requisition is then converted into a purchase order

    • Goods receipt is created upon receipt of goods

    • Invoice verification is done to ensure accuracy of invoice

    • Payment is made to vendor

    • SAP modules involved in the process include MM, FI, and C

  • Answered by AI
  • Q2. Journal entries of Accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence while speaking, If you don't know any thing just say I don't have any idea or I am not aware about this, listen more and than speak clearly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is consignment process
  • Ans. 

    Consignment process involves transferring goods to a customer but retaining ownership until they are used or sold.

    • Goods are transferred to customer's location but remain in the ownership of the seller

    • Customer only pays for the goods once they are used or sold

    • Seller can track the goods in the customer's location

    • Risk of damage or loss is usually borne by the seller

  • Answered by AI
  • Q2. Difference in SAP ECC / HANA
  • Ans. 

    SAP ECC is the traditional ERP system while SAP HANA is an in-memory database platform.

    • SAP ECC is a traditional ERP system that relies on disk-based databases for data storage.

    • SAP HANA is an in-memory database platform that stores data in RAM for faster processing.

    • SAP HANA allows real-time data processing and analytics, while SAP ECC may have delays in data retrieval.

    • SAP HANA is optimized for handling large volumes of ...

  • Answered by AI
  • Q3. Vendor master Details
  • Q4. Scheduling agreement types

Skills evaluated in this interview

Tell us how to improve this page.

KPMG India SAP Abap Consultant Salary
based on 19 salaries
₹4 L/yr - ₹14 L/yr
7% more than the average SAP Abap Consultant Salary in India
View more details

KPMG India SAP Abap Consultant Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Consultant
7.7k salaries
unlock blur

₹6.5 L/yr - ₹26.5 L/yr

Assistant Manager
6.9k salaries
unlock blur

₹10.5 L/yr - ₹31.8 L/yr

Associate Consultant
4.6k salaries
unlock blur

₹4.5 L/yr - ₹15.9 L/yr

Analyst
3.5k salaries
unlock blur

₹1 L/yr - ₹9.6 L/yr

Manager
2.9k salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.8
Compare

PwC

3.4
Compare

Capgemini

3.7
Compare

Google

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