Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture SAP Abap Developer Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Accenture SAP Abap Developer Interview Questions and Answers

  • Q1. what is the signification of authorization object in abap. to control the access of object by the assign user only in other way to stop move further into rest of process ...read more
  • Q2. How to go back my previous version in new developed smartforms by retrieving the previous version in it .
  • Q3. 1. What is transport management 2. Debugging 3. ALV reports 4. Smartforms 5. Module pool programming
View all 10 questions

Accenture SAP Abap Developer Interview Experiences

7 interviews found

SAP Abap Developer Interview Questions & Answers

user image Biswajit Jash (Biswajit Jash)

posted on 6 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(9 Questions)

  • Q1. What my passionate about ABAP. Its very powerful and easy to understand Programing, open source Language develop by 5Ex-IBM to developed world No 1 ERP solution.
  • Q2. What should be the keep in mind to write a report program, Ans: The should be modularized, and avoid to pass hardcode vale, should be interactive.
  • Q3. How to debug the background job by Tcode JDBG.
  • Ans. 

    Debugging background jobs using Tcode JDBG in SAP ABAP.

    • Go to transaction code JDBG in SAP system.

    • Enter the job name and job count of the background job you want to debug.

    • Set breakpoints in the ABAP code of the background job.

    • Execute the background job and it will stop at the breakpoints for debugging.

    • Use standard debugging tools like variables, watchpoints, etc. to analyze and troubleshoot the job.

  • Answered by AI
  • Q4. How to analysis ABAP dump. by Tcode ST22/ST23.
  • Ans. 

    ABAP dumps can be analyzed using transaction codes ST22/ST23 in SAP.

    • Use transaction code ST22/ST23 to access the ABAP dump analysis tool.

    • Review the short dump overview to see a list of recent dumps.

    • Click on a specific dump to view detailed information such as error messages, program flow, and variables.

    • Analyze the dump to identify the root cause of the issue and take necessary actions to resolve it.

  • Answered by AI
  • Q5. How many type of report I have developed. List Report, ALV List Report, Interactive ALV etc
  • Q6. How many type of forms I have developed SAP Script And Smartforms.
  • Ans. 

    I have developed both SAP Script and Smartforms for various forms.

    • I have developed SAP Script forms for customizing standard SAP documents like invoices, purchase orders, etc.

    • I have also developed Smartforms for more interactive and user-friendly forms with dynamic content.

    • Each type of form has its own advantages and use cases in SAP development.

  • Answered by AI
  • Q7. How to go back my previous version in new developed smartforms by retrieving the previous version in it .
  • Ans. 

    To retrieve a previous version of a smartform in SAP ABAP, you can use the transport request system.

    • Use the transport request system to track changes and versions of smartforms.

    • Identify the transport request containing the previous version of the smartform.

    • Import the transport request to revert back to the previous version.

    • Ensure to test the smartform after reverting to the previous version.

  • Answered by AI
  • Q8. What is the signification of authorization object in abap. to control the access of object by the assign user only in other way to stop move further into rest of process step.
  • Ans. 

    Authorization objects in ABAP control access to objects for assigned users, preventing unauthorized access.

    • Authorization objects are used to control access to specific objects in ABAP programs.

    • They define which users have access to certain objects and what actions they can perform.

    • Authorization objects are assigned to roles, which are then assigned to users.

    • Examples of authorization objects include S_PROGRAM for progra...

  • Answered by AI
  • Q9. What is the use of container to development abap object. to display output in the screen container is used .
  • Ans. 

    Containers are used in ABAP development to display output on the screen.

    • Containers are used to hold and display UI elements in ABAP programs.

    • They can be used to display text, images, tables, and other UI components.

    • Containers can be added to screens using the SAP GUI for Windows or Web Dynpro ABAP technology.

    • Example: DATA container TYPE REF TO cl_gui_container.

    • Example: container->add( text ).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Singleton Class
  • Ans. 

    Singleton class is a class that can only have one instance created at a time.

    • Singleton class ensures that only one instance of the class is created throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single point of control is needed, such as logging, database connections, or configuration settings.

  • Answered by AI
  • Q2. Questions on the technologies we used

SAP Abap Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. What are the objects generated after TMG is created
asked in TCS
Q2. Report Events, why is At selection Screen Event used
asked in Accenture
Q3. what is the signification of authorization object in abap. to con ... read more
asked in Accenture
Q4. How to go back my previous version in new developed smartforms by ... read more
asked in Accenture
Q5. 1. What is transport management 2. Debugging 3. ALV reports 4. Sm ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between script and smartforms
  • Ans. 

    Smartforms are more advanced and user-friendly than scripts in SAP ABAP development.

    • Smartforms have a graphical interface for designing forms, while scripts use a plain text editor.

    • Smartforms support more complex formatting options and dynamic content, while scripts are more limited.

    • Smartforms can be previewed and tested directly in the development environment, while scripts need to be executed to see the output.

    • Smartf...

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Technical 

(2 Questions)

  • Q1. Enhancements Badi
  • Q2. In IDOCs what does partner number means
  • Ans. 

    Partner number in IDOCs represents the unique identifier of the partner system or business partner.

    • Partner number is used to identify the sender or receiver of the IDOC.

    • It is typically a numerical or alphanumeric value assigned to each partner system or business partner.

    • Partner number is crucial for routing and processing IDOCs correctly.

    • For example, in a sales order IDOC, the partner number may represent the customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for IDOCs and enhancements

Accenture interview questions for designations

 SAP Abap

 (2)

 SAP Abap Consultant

 (18)

 SAP Abap Technical Consultant

 (2)

 SAP Abap Development Consultant

 (1)

 SAP ABAP Hana Developer

 (1)

 Senior SAP ABAP Developer

 (1)

 SAP UI5 Developer

 (1)

 SAP Consultant

 (13)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

My profile was shortlisted through Naukri and then received a call from HR asking whether I was interested. Once I confirmed my availability for the role, they sent a test link on that day itself. The test was taken on the same day I received the call, as I received 5 calls from Accenture asking for the progress of the test within 5 hours. The coding round had MCQ questions mostly based on core ABAP, and then HANA with a difficulty range between moderate and difficult. I assume that the test is not a qualifying round in nature.

Round 3 - Technical 

(1 Question)

  • Q1. The technical interview was the worst interview I ever had! I joined the interview link 15 minutes before the interview. The interviewer joined just 4 or 5 minutes before (4.25 PM) the actual interview sch...

Interview Preparation Tips

Topics to prepare for Accenture SAP Abap Developer interview:
  • Smartforms
  • Modification
  • Abap Objects
  • WebDynPro ABAP
Interview preparation tips for other job seekers - They'll ask for all the documents to be uploaded before scheduling an interview and make us agree to their terms and conditions saying they have the right to use it for their business purposes. This process should be after the interview only if you're selected. Once rejected, then the way the HR team ghosts you is unbelievable! These same people were calling me 5 to 6 times every day, asking me to complete the test and schedule an interview ASAP since the project requirement was urgent. I was getting numerous WhatsApp messages and emails for each step, but they couldn't even send a single rejection mail properly. I will never try for a job in this organization as they're clearly taking advantage of the needy helpless job seekers with their corporate attitude.

Get interview-ready with Top Accenture Interview Questions

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

Asked general questions on sap

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 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 

Basic ABAP MCQ questions

Round 3 - Technical 

(1 Question)

  • Q1. 1. What is transport management 2. Debugging 3. ALV reports 4. Smartforms 5. Module pool programming
  • Ans. 

    Questions related to SAP ABAP development including transport management, debugging, ALV reports, Smartforms, and module pool programming.

    • Transport management involves moving changes made in development to testing and production environments.

    • Debugging is the process of identifying and fixing errors in code.

    • ALV reports are used to display data in a tabular format with various formatting options.

    • Smartforms are used to cr...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Package and work location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through domain tcodes and basics of ABAP

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: This round they want to know about why do you want to leave your job?
current ctc
expected ctc
how many experience do you have on particular technology?
Tips: this round is simple you have to tell all the details of your profile and if they want this profile candidate they shortlisted you..
they want positive response, so be positive.

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Accenture Interview FAQs

How many rounds are there in Accenture SAP Abap Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Accenture SAP Abap Developer interview?
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 Accenture. The most common topics and skills that interviewers at Accenture expect are SAP ABAP, System Testing and Technical Architecture.
What are the top questions asked in Accenture SAP Abap Developer interview?

Some of the top questions asked at the Accenture SAP Abap Developer interview -

  1. what is the signification of authorization object in abap. to control the acces...read more
  2. How to go back my previous version in new developed smartforms by retrieving th...read more
  3. 1. What is transport management 2. Debugging 3. ALV reports 4. Smartforms 5. Mo...read more

Tell us how to improve this page.

Accenture SAP Abap Developer Interview Process

based on 8 interviews

1 Interview rounds

  • Technical Round
View more
Accenture SAP Abap Developer Salary
based on 296 salaries
₹3.8 L/yr - ₹12 L/yr
At par with the average SAP Abap Developer Salary in India
View more details

Accenture SAP Abap Developer Reviews and Ratings

based on 20 reviews

4.0/5

Rating in categories

4.5

Skill development

4.0

Work-life balance

3.4

Salary

3.8

Job security

4.1

Company culture

2.8

Promotions

3.8

Work satisfaction

Explore 20 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.6k salaries
unlock blur

₹7.1 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.7k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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