Upload Button Icon Add office photos
Engaged Employer

i

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

Nagarro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nagarro Lead SAP Technical Consultant Interview Questions and Answers

Updated 3 Aug 2024

7 Interview questions

A Lead SAP Technical Consultant was asked 10mo ago
Q. How to implement
Ans. 

To implement a solution in SAP, follow these steps: analyze requirements, design solution, configure system, test, deploy, and support.

  • Analyze the business requirements to understand the scope of the solution.

  • Design the solution architecture and create a detailed plan.

  • Configure the SAP system according to the design specifications.

  • Test the solution to ensure it meets the requirements and is error-free.

  • Deploy the s...

A Lead SAP Technical Consultant was asked 10mo ago
Q. How do you implement BADIs?
Ans. 

Implementing BADIs involves creating an enhancement implementation and activating it in the system.

  • Identify the BADI relevant to the requirement

  • Create an enhancement implementation using transaction SE18

  • Implement the necessary logic in the BADI implementation

  • Activate the BADI implementation using transaction SE19

Lead SAP Technical Consultant Interview Questions Asked at Other Companies

asked in Nagarro
Q1. How can BADI implementations be called in a specific order?
asked in Nagarro
Q2. How do you ensure that the currency column displays different dec ... read more
asked in Nagarro
Q3. How can you color a single column and a single row in an ABAP rep ... read more
asked in Nagarro
Q4. How would you change the text of a table column throughout the sy ... read more
asked in ClearTax
Q5. What is the data class in DDIC?
A Lead SAP Technical Consultant was asked 10mo ago
Q. How can you color a single column and a single row in an ABAP report?
Ans. 

Use the WRITE statement with the addition COLOR to color a single column and single row in ABAP Report.

  • Use the WRITE statement with the addition COLOR to specify the color for the text output.

  • For coloring a single column, use the WRITE statement within a loop for each row and specify the column number.

  • For coloring a single row, use the WRITE statement for each column in that row and specify the row number.

A Lead SAP Technical Consultant was asked 10mo ago
Q. How do you ensure that the currency column displays different decimals based on the currency in an ABAP Report?
Ans. 

To ensure currency column has different decimals based on currency in ABAP Report, use field symbols and currency conversion functions.

  • Use field symbols to dynamically assign the number of decimal places based on the currency

  • Utilize currency conversion functions like 'CONVERT_TO_FOREIGN_CURRENCY' to handle different decimal places for different currencies

  • Implement logic to determine the currency and set the decima...

What people are saying about Nagarro

View All
a software engineer
4d
Not sure if I should continue
I work in Nagarro as a Software Engineer. It's been a little more than 2 years since I joined as a fresher. Salary hikes are not impressive. Trash projects, nobody knows where the company is going. I've been working with really bad liars for the past 2 years. Everyone in this company seems to be treating it as their retirement plan because they offer work from home. I work on python automation POCs and my team is one of those "Agile" ones with no direction. It can be renamed as "Team ADHD". Their plans change every 4 hours and none of them are engineers, they are consultants (manchilds or scammers would be a good word). I'm also not able to get other job offers, Hardly got 2 interviews after hundreds of applications across multiple platforms. I do see other people getting better roles in better companies. Not sure what I'm doing wrong. I'm attaching *one of my resumes* in case someone wants to help me out.
FeedCard Image
Got a question about Nagarro?
Ask anonymously on communities.
A Lead SAP Technical Consultant was asked 10mo ago
Q. How do you implement screen enhancements?
Ans. 

Screen enhancement can be implemented by using screen exits or BADI implementations in SAP.

  • Screen exits can be implemented using transaction SMOD or CMOD to add custom fields or logic to standard SAP screens.

  • BADI implementations can be used to enhance screens by implementing custom logic at specific points in standard SAP transactions.

  • Enhancements can also be achieved using SAP Screen Personas for a more user-frie...

A Lead SAP Technical Consultant was asked 10mo ago
Q. What makes Filter BADI fast?
Ans. 

Filter BADI is quick due to its ability to selectively filter data based on specific criteria.

  • Filter BADI allows for selective filtering of data based on specific criteria, reducing the amount of data processed.

  • It can be implemented at various levels in the SAP system, such as at the application level or database level.

  • Filter BADI can improve performance by reducing the number of records retrieved from the databas...

A Lead SAP Technical Consultant was asked 10mo ago
Q. How would you change the text of a table column throughout the system using Text Enhancement?
Ans. 

Text enhancement allows for systematic changes to table column texts across the SAP system.

  • Use transaction SE11 to access the Data Dictionary.

  • Select the table and navigate to the 'Field' section.

  • Modify the 'Short Description' field for the desired column.

  • Activate the changes to ensure they are reflected throughout the system.

  • Consider using transport requests for changes in production environments.

Are these interview questions helpful?

Nagarro Lead SAP Technical Consultant Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online Written MCQ Aptitude test was conducted to filter candidates at first stage.

Round 2 - Technical 

(9 Questions)

  • Q1. How to implement BADIs ?
  • Ans. 

    Implementing BADIs involves creating an enhancement implementation and activating it in the system.

    • Identify the BADI relevant to the requirement

    • Create an enhancement implementation using transaction SE18

    • Implement the necessary logic in the BADI implementation

    • Activate the BADI implementation using transaction SE19

  • Answered by AI
  • Q2. What makes Filter BADI quick?
  • Ans. 

    Filter BADI is quick due to its ability to selectively filter data based on specific criteria.

    • Filter BADI allows for selective filtering of data based on specific criteria, reducing the amount of data processed.

    • It can be implemented at various levels in the SAP system, such as at the application level or database level.

    • Filter BADI can improve performance by reducing the number of records retrieved from the database.

    • It ...

  • Answered by AI
  • Q3. How to implement screen enhancement?
  • Ans. 

    Screen enhancement can be implemented by using screen exits or BADI implementations in SAP.

    • Screen exits can be implemented using transaction SMOD or CMOD to add custom fields or logic to standard SAP screens.

    • BADI implementations can be used to enhance screens by implementing custom logic at specific points in standard SAP transactions.

    • Enhancements can also be achieved using SAP Screen Personas for a more user-friendly ...

  • Answered by AI
  • Q4. How will you change the text of a column of a table throughout the system? Answer Text Enhancement.
  • Ans. 

    Text enhancement allows for systematic changes to table column texts across the SAP system.

    • Use transaction SE11 to access the Data Dictionary.

    • Select the table and navigate to the 'Field' section.

    • Modify the 'Short Description' field for the desired column.

    • Activate the changes to ensure they are reflected throughout the system.

    • Consider using transport requests for changes in production environments.

  • Answered by AI
  • Q5. How to log changes done on a table ? Answer: There is log changes button in the table settings.
  • Q6. How to call BADI implementation one after other in a specific order ? Answer: We need to implement BADI Sorter and do screen enhancement for the BADI definition.
  • Ans. 

    To call BADI implementations in a specific order, use BADI Sorter and screen enhancements for the BADI definition.

    • Implement BADI Sorter to manage the sequence of BADI calls.

    • Use the BADI definition to define the order of execution.

    • Screen enhancements can be used to modify the BADI interface.

    • Example: If you have multiple BADI implementations, you can assign priorities to each implementation in the sorter.

    • Ensure that the ...

  • Answered by AI
  • Q7. How to make sure that the currency column will have different decimals as per the currency in an ABAP Report ?
  • Ans. 

    To ensure currency column has different decimals based on currency in ABAP Report, use field symbols and currency conversion functions.

    • Use field symbols to dynamically assign the number of decimal places based on the currency

    • Utilize currency conversion functions like 'CONVERT_TO_FOREIGN_CURRENCY' to handle different decimal places for different currencies

    • Implement logic to determine the currency and set the decimal pla...

  • Answered by AI
  • Q8. How to color a single column and single row in ABAP Report?
  • Ans. 

    Use the WRITE statement with the addition COLOR to color a single column and single row in ABAP Report.

    • Use the WRITE statement with the addition COLOR to specify the color for the text output.

    • For coloring a single column, use the WRITE statement within a loop for each row and specify the column number.

    • For coloring a single row, use the WRITE statement for each column in that row and specify the row number.

  • Answered by AI
  • Q9. How to implement
  • Ans. 

    To implement a solution in SAP, follow these steps: analyze requirements, design solution, configure system, test, deploy, and support.

    • Analyze the business requirements to understand the scope of the solution.

    • Design the solution architecture and create a detailed plan.

    • Configure the SAP system according to the design specifications.

    • Test the solution to ensure it meets the requirements and is error-free.

    • Deploy the soluti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study in depth:

1. SAP LUW and DB LUW concept in detail.
2. Update Function Modules.
3. CDS Views
4. Restful ABAP Programming
5. Enhancement Implementation Framework specially BADIs.
6. BAPI Implementation and how to find which inputs are necessary in a BAPI.
7. SAP Lock and DB Lock Concepts.
8. ABAP OOPs Concepts
9. Design Patterns like Factory and Singleton as well as MVC.
10. Database Design Concepts.
11. Background Jobs
12. RFCs and ST22 dumps. ST12 for Performance Analysis.
13. Code Inspector Related Questions.
14. Parallel Cursor, Code Review Performance Points etc.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Most of them are irrelevant, mostly they focus on how to break things rather how you make. All questions are anti pattern to micro services. Eg: Interviewer asked he will declare react controller in Sprin...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended. At Lead or senior level. Most of them doesn't know whats Microservies and where it should be leveraged

Lead SAP Technical Consultant Interview Questions Asked at Other Companies

asked in Nagarro
Q1. How can BADI implementations be called in a specific order?
asked in Nagarro
Q2. How do you ensure that the currency column displays different dec ... read more
asked in Nagarro
Q3. How can you color a single column and a single row in an ABAP rep ... read more
asked in Nagarro
Q4. How would you change the text of a table column throughout the sy ... read more
asked in ClearTax
Q5. What is the data class in DDIC?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

1st round was consist of mcq questions the difficulty level was moderate to hard.

What people are saying about Nagarro

View All
a software engineer
4d
Not sure if I should continue
I work in Nagarro as a Software Engineer. It's been a little more than 2 years since I joined as a fresher. Salary hikes are not impressive. Trash projects, nobody knows where the company is going. I've been working with really bad liars for the past 2 years. Everyone in this company seems to be treating it as their retirement plan because they offer work from home. I work on python automation POCs and my team is one of those "Agile" ones with no direction. It can be renamed as "Team ADHD". Their plans change every 4 hours and none of them are engineers, they are consultants (manchilds or scammers would be a good word). I'm also not able to get other job offers, Hardly got 2 interviews after hundreds of applications across multiple platforms. I do see other people getting better roles in better companies. Not sure what I'm doing wrong. I'm attaching *one of my resumes* in case someone wants to help me out.
FeedCard Image
Got a question about Nagarro?
Ask anonymously on communities.

Senior Engineer Interview Questions & Answers

NTT Data user image Triparna Banerjee

posted on 19 Mar 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the difference between mule 3 and mule 4
  • Ans. 

    Mule 4 introduces significant improvements over Mule 3, enhancing performance, usability, and features.

    • Mule 4 uses a new runtime engine, improving performance and scalability.

    • Mule 4 supports DataWeave 2.0, offering enhanced data transformation capabilities.

    • Mule 4 simplifies error handling with a new error handling framework.

    • Mule 4 introduces a new APIkit for easier API development and management.

    • Mule 4 has a more intui...

  • Answered by AI
  • Q2. What are the differences between cloudhub 1.0 and cloudhub 2.0
  • Ans. 

    CloudHub 1.0 and 2.0 differ in architecture, scalability, and features, enhancing deployment and management capabilities.

    • CloudHub 2.0 offers improved scalability with support for multi-cloud deployments.

    • Enhanced monitoring and management tools in CloudHub 2.0 allow for better performance insights.

    • CloudHub 2.0 introduces a new runtime engine, providing faster application startup times.

    • Support for Kubernetes in CloudHub ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is your name?
  • Ans. 

    My name is Alex Johnson, a passionate engineer with over 10 years of experience in software development and system architecture.

    • I have a background in computer science and have worked on various projects, including web applications and cloud solutions.

    • I enjoy collaborating with cross-functional teams to deliver high-quality products that meet user needs.

    • In my previous role, I led a team that successfully migrated a leg...

  • Answered by AI
  • Q2. Which profile you working?
  • Ans. 

    I am currently working as a Senior Software Engineer, focusing on full-stack development and system architecture.

    • Leading a team of developers to design and implement scalable web applications.

    • Utilizing technologies like React for front-end and Node.js for back-end development.

    • Involved in code reviews and mentoring junior engineers to enhance their skills.

    • Collaborating with cross-functional teams to gather requirements ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked the google questions as he is not even aware of my profile , he wanted mw to answer the same and asked few question which is irrelevant to jd
  • Q2. Finally after 30 min of interview received a rejection mail after 5 min
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - Coding Test 

Python basic leet code

Round 3 - Technical 

(1 Question)

  • Q1. Sql test rank,dense rank, rownum

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. DSA questions with low and medium complexity.

Nagarro Interview FAQs

How many rounds are there in Nagarro Lead SAP Technical Consultant interview?
Nagarro interview process usually has 2 rounds. The most common rounds in the Nagarro interview process are Aptitude Test and Technical.
What are the top questions asked in Nagarro Lead SAP Technical Consultant interview?

Some of the top questions asked at the Nagarro Lead SAP Technical Consultant interview -

  1. How to call BADI implementation one after other in a specific order ? Answer: W...read more
  2. How to make sure that the currency column will have different decimals as per t...read more
  3. How to color a single column and single row in ABAP Repo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.7
 • 3.4k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 629 Interviews
EPAM Systems Interview Questions
3.7
 • 570 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all
Associate Staff Engineer
3.3k salaries
unlock blur

₹17 L/yr - ₹31 L/yr

Staff Engineer
3.3k salaries
unlock blur

₹22.5 L/yr - ₹38 L/yr

Senior Engineer
2.5k salaries
unlock blur

₹6.4 L/yr - ₹19.9 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹7.8 L/yr - ₹29.7 L/yr

Software Engineer
1.1k salaries
unlock blur

₹4.9 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.7
Compare

Cognizant

3.7
Compare

TCS

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview