Upload Button Icon Add office photos

Filter interviews by

Accenture SAP Lead Interview Questions and Answers

Updated 20 Oct 2024

Accenture SAP Lead Interview Experiences

1 interview found

SAP Lead Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SAP ABAP
  • Ans. 

    SAP ABAP is a high-level programming language used for developing business applications in the SAP environment.

    • ABAP stands for Advanced Business Application Programming.

    • It is used to develop custom reports, interfaces, forms, and enhancements in SAP systems.

    • ABAP programs run on the SAP NetWeaver platform.

    • ABAP code is written in the ABAP Workbench, which includes tools for coding, testing, and debugging.

    • ABAP is often us...

  • Answered by AI
  • Q2. Define about adobe forms
  • Ans. 

    Adobe forms are electronic forms created using Adobe software for data collection and processing.

    • Adobe forms are used for creating interactive and dynamic forms for data collection.

    • They can be designed using Adobe software like Adobe Acrobat or Adobe LiveCycle Designer.

    • Adobe forms can be filled out electronically and submitted online for processing.

    • They are commonly used in business processes for tasks like employee on

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude test that included coding and various logical questions.

Round 2 - Technical 

(4 Questions)

  • Q1. Domain questions
  • Q2. Project level questions
  • Q3. Mid level python questions
  • Q4. Devops questions
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario based question
  • Q2. DevSecOps Questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round. It was a casual discussion though about the project and role level activities.
Round 5 - HR 

(1 Question)

  • Q1. Its was just a formality

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer questions regarding your role and domain expertise, as well as have a basic understanding of various logical concepts.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dot net related questions and sql questions
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.Why you left your previous organisation that too without any offer ? 2.Assumption questions about recursive pattern 3.Cloud related question’s 4.Deployment related questions in deep 5.Have you used Do...
  • Ans. 

    Docker images provide a lightweight, portable, and consistent environment for running applications.

    • Docker images encapsulate all dependencies and configurations needed for an application to run

    • They can be easily shared and deployed across different environments

    • Docker images are immutable, ensuring consistency and reproducibility

    • Containers based on Docker images are isolated from the host system, enhancing security

    • Docke...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program for duplicate removal and sorting

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the opportunity to interview with Wipro over a period of two months, and unfortunately, it was one of the most frustrating interview experiences I’ve had. Here’s a breakdown of what happened.

First Round – Virtual Interview:
The first round was a virtual interview that lasted around 30 minutes. It was smooth and professional, covering the usual technical and behavioral questions.

Second Round – Face-to-Face Interview:
After successfully passing the first round, I was invited for a second and final face-to-face interview. This round lasted over an hour and covered more in-depth technical topics. I left the interview feeling positive and optimistic about the outcome.

Post-Interview Communication:
A few days later, the HR contacted me to request documents and initiated salary discussions, giving me the impression that things were progressing well. However, this is where the problems began.

Months of Silence and Miscommunication:
After these initial discussions, there was complete silence from their side for nearly two months. No updates, no follow-ups—just radio silence. I reached out multiple times, only to be ignored.

L2 Interview Round – Unexpected and Unprofessional:
Out of the blue, I received a call from HR stating that I needed to go through another "L2" technical round, despite having completed the final round weeks earlier. This round felt redundant, and I was ultimately rejected.

Unprofessional HR Behavior:
Throughout this process, the communication from HR was inconsistent, rude, and highly unprofessional. Their lack of transparency, coupled with the abrupt rejection after months of waiting, made the experience even worse.

I would advise anyone considering interviewing with Wipro to think twice before investing their time. The process was disorganized, communication was poor, and the behavior from the HR team was far from professional. Your time and efforts could be better spent elsewhere.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Scenario based questions
Round 2 - Technical 

(2 Questions)

  • Q1. All questions are scenario based
  • Q2. I can't discuss due to it's all scenario based
Round 3 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Based on your technical skills they scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - To be technicaly fit other wise they reject your profile no recommendations purely technical knowledge persons are selected
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Qualification and experience
  • Q2. About my previous organization
Round 2 - One-on-one 

(1 Question)

  • Q1. Was on team leader

Interview Preparation Tips

Interview preparation tips for other job seekers - the HR was behind the money he wanted me to pay 1.5 lak his name is syed
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 - Technical 

(2 Questions)

  • Q1. Functional interface in java?
  • Q2. Serialization with example

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be theoretically prepared in core java questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. He asked Java related questions and java 8 coding questions.
  • Q2. Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions and asked to build api's from the scratch.
Round 3 - Technical 

(1 Question)

  • Q1. Java and projects questions
Round 4 - Technical 

(1 Question)

  • Q1. Java and project questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on core java concepts
  • Q2. Questions on SQL and Springboot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collection framework.
  • Q2. Questions on Springboot and core java
Round 3 - Client Interview 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Stream API questions

Accenture Interview FAQs

How many rounds are there in Accenture SAP Lead interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
What are the top questions asked in Accenture SAP Lead interview?

Some of the top questions asked at the Accenture SAP Lead interview -

  1. What is SAP A...read more
  2. Define about adobe fo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture SAP Lead Salary
based on 6 salaries
₹12.6 L/yr - ₹24.9 L/yr
20% more than the average SAP Lead Salary in India
View more details
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview