Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Application Development - Senior Analyst Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top Accenture Application Development - Senior Analyst Interview Questions and Answers

  • Q1. 3. How to we navigate from one tab to another in PowerApps
  • Q2. 4. How to change permission for the application
  • Q3. 5.what is difference between isnull and is blank? 6.what is the primitive data types? 7.what is the difference between workflow and trigger?
View all 53 questions

Accenture Application Development - Senior Analyst Interview Experiences

145 interviews found

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

I applied via Referral and was interviewed in Jun 2023. 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 

Basically it is a 30 mins skill test. Based on whichever role you are applying for

Round 3 - Technical 

(1 Question)

  • Q1. Since I have applied for Angular developer role, so the interview relates mostly on Angular and a little bit of MySql and java since i am a Full Stack Developer. Questions include 1) basics like Components...
Round 4 - HR 

(1 Question)

  • Q1. This is basically a managerial round related to some basic and tricky questions where you need to be very honest about your salary or why you chose to opt this role in the organisation. And many others.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for Job Hunt. Know your skillset and search job accordingly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(5 Questions)

  • Q1. 1.What is difference between role and profile? 2.what is difference between with sharing and without sharing? 3.what are best practices for execution of Salesforce? 4.what is a Queue?
  • Ans. 

    Answers to questions related to Salesforce development

    • Role defines what a user can do in an organization while profile defines what a user can see in an organization

    • With sharing enforces sharing rules while without sharing ignores sharing rules

    • Best practices include using naming conventions, minimizing code in triggers, and using test classes

    • A Queue is a Salesforce object used to manage records that require attention o

  • Answered by AI
  • Q2. 5.what is difference between isnull and is blank? 6.what is the primitive data types? 7.what is the difference between workflow and trigger?
  • Ans. 

    Difference between isnull and is blank, primitive data types, and difference between workflow and trigger.

    • isnull is used to check if a value is null or not, while is blank is used to check if a value is empty or consists only of whitespace characters.

    • Primitive data types are basic data types provided by a programming language, such as integers, floats, booleans, and characters.

    • A workflow is a series of steps or actions...

  • Answered by AI
  • Q3. 8.what are the types of relationships?
  • Ans. 

    There are three types of relationships: one-to-one, one-to-many, and many-to-many.

    • One-to-one: each record in one table is related to only one record in another table.

    • One-to-many: each record in one table is related to one or more records in another table.

    • Many-to-many: multiple records in one table are related to multiple records in another table.

    • Examples: one-to-one - a person has one passport, one-to-many - a customer...

  • Answered by AI
  • Q4. 9.what is difference between new and newmap?
  • Ans. 

    new is used to allocate memory for a single object while newmap is used to allocate memory for a map object.

    • new is used to create a single object on the heap while newmap is used to create a map object on the heap.

    • new returns a pointer to the object created while newmap returns a pointer to the map object created.

    • new is used for creating objects of classes while newmap is used for creating maps.

    • Example: int *p = new in...

  • Answered by AI
  • Q5. 10.what is wrapper class?
  • Ans. 

    Wrapper class is a class that wraps a primitive data type to provide additional functionality.

    • Wrapper classes are used to convert primitive data types into objects.

    • They provide methods to convert between primitive data types and objects.

    • Examples of wrapper classes include Integer, Double, and Boolean.

    • Wrapper classes are often used in collections and generics.

    • They can also be used to pass primitive data types as argumen

  • Answered by AI

Skills evaluated in this interview

Application Development - Senior Analyst Interview Questions Asked at Other Companies

asked in Accenture
Q1. 3. How to we navigate from one tab to another in PowerApps
asked in Accenture
Q2. 4. How to change permission for the application
asked in Accenture
Q3. 5.what is difference between isnull and is blank? 6.what is the p ... read more
asked in Accenture
Q4. Explain about Unit Testing and how it is useful?
asked in Accenture
Q5. How do you load a csv file with comma delimiter having commas as ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Expalin Angular lifecycle in detail
  • Ans. 

    Angular lifecycle includes various stages like ngOnChanges, ngOnInit, ngDoCheck, etc.

    • Angular components go through a series of lifecycle stages from creation to destruction.

    • ngOnChanges is called when an input property changes.

    • ngOnInit is called after the first ngOnChanges.

    • ngDoCheck is called during every change detection run.

    • ngAfterContentInit is called after content is projected into the component.

    • ngAfterViewInit is c...

  • Answered by AI
  • Q2. Explain change detection mechanism in angular
  • Ans. 

    Change detection mechanism in Angular detects changes in the application state and updates the view accordingly.

    • Angular uses Zone.js to intercept asynchronous operations and trigger change detection

    • Change detection is triggered by events like user input, timers, XHR requests, etc.

    • Angular compares the current and previous states of the application to detect changes and update the view

  • Answered by AI
  • Q3. What is Pipe? What are the types? How to write custom pipe?
  • Ans. 

    A pipe is a feature in Angular that allows you to transform data in templates. There are built-in pipes and you can also create custom pipes.

    • Types of pipes include built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.

    • Custom pipes can be created by using the @Pipe decorator and implementing the PipeTransform interface.

    • To write a custom pipe, first create a new TypeScript file for the pipe, define the pipe cla...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Please tell about your experience in SAP FI and what are the key areas worked
  • Q2. What is APP program and how it works
  • Ans. 

    APP program is a software application that performs a specific task or set of tasks.

    • APP stands for Application

    • It is a software program designed to perform a specific task or set of tasks

    • Examples include Microsoft Word, Adobe Photoshop, and Google Chrome

    • APP programs can be developed for desktop, mobile, or web platforms

  • Answered by AI
  • Q3. Brief about asset accounting in SAP
  • Ans. 

    Asset accounting in SAP tracks and manages fixed assets throughout their lifecycle.

    • Asset accounting involves creating and managing asset master records

    • It tracks the acquisition, depreciation, and retirement of assets

    • It provides reports on asset values, depreciation, and useful life

    • Examples of assets include buildings, machinery, and vehicles

  • Answered by AI
  • Q4. What is difference between Hana and ECc
  • Ans. 

    Hana is a database platform while ECC is an ERP system built on top of it.

    • Hana is a column-oriented, in-memory database platform developed by SAP.

    • ECC (Enterprise Central Component) is an ERP system built on top of the Hana platform.

    • Hana is designed for real-time analytics and processing of large data sets.

    • ECC is a suite of applications for managing business operations such as finance, logistics, and human resources.

    • Han...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to relocate if company propose
  • Q2. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear on taking one on one interview

Skills evaluated in this interview

Accenture interview questions for designations

 Application Development Analyst

 (255)

 Senior Application Analyst

 (3)

 Application Analyst

 (3)

 Senior Engineer Application Development

 (1)

 Senior Application Development Software Analyst

 (1)

 Application Development Associate

 (181)

 Application Development Specialist

 (16)

 Application Development Engineer

 (3)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative-Time/Speed,Probability,Permutations,Approximations,etc,
English- meanings, synonyms, unseen passage

Round 2 - HR 

(1 Question)

  • Q1. Which location are you comfortable

Get interview-ready with Top Accenture Interview Questions

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

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Spark Basics, SQL, Cloud concepts
  • Q2. Day to day activities.
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation and location confirmation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in technical aspects and bold. Express clearly the concepts only 30-45 mins 1 technical round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. CDS Views, AMDP, OData service creation using CDS views. ABAP 7.4 syntax, ADOBE and Smartforms.
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation, roles and responsibilities explainations.

Interview Preparation Tips

Topics to prepare for Accenture Application Development - Senior Analyst interview:
  • CDS VIEWS
  • AMDP
  • Code pushdown
  • SAP ABAP
  • ABAP OOPs
Interview preparation tips for other job seekers - Prepare resume well. All questions would from experience only.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Can we use commit statement in badi
  • Ans. 

    No, commit statement cannot be used in BAdI.

    • Commit statement should not be used in BAdI as it can lead to inconsistent data

    • BAdIs are meant for enhancing the functionality of standard SAP applications, not for database operations

    • Use BAdIs for implementing custom logic and enhancements without directly modifying standard code

  • Answered by AI
  • Q2. Data class in ddic
  • Ans. 

    Data class in DDIC is a repository object used to define the structure of data in ABAP programs.

    • Data class is used to define the structure of data in ABAP programs

    • It is created in the Data Dictionary (DDIC) and contains fields and their properties

    • Data classes are used to ensure data consistency and integrity in ABAP programs

  • Answered by AI
  • Q3. How do we filter data in amdp
  • Ans. 

    Data in AMDP can be filtered using WHERE clause in SQL queries.

    • Use WHERE clause in SQL queries to filter data in AMDP

    • You can filter data based on specific conditions such as date range, value range, etc.

    • Example: SELECT * FROM table_name WHERE column_name = 'value'

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why choose Deloitte
  • Ans. 

    Deloitte offers a diverse range of projects, opportunities for growth, and a strong global network.

    • Deloitte provides a wide variety of projects to work on, allowing for diverse experiences and skill development.

    • Opportunities for growth and advancement within the company are abundant.

    • Deloitte has a strong global network, providing access to resources and expertise from around the world.

  • Answered by AI
  • Q2. When can you join

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. The role was for Powerapps Developer 1. Discussed more about previous projects and skills utilised.
  • Q2. 2. Local varaible and global variables
  • Q3. 3. How to we navigate from one tab to another in PowerApps
  • Ans. 

    To navigate from one tab to another in PowerApps, use the Navigate function.

    • Use the Navigate function with the name of the screen or tab as the first argument

    • Use the Transition parameter to specify the type of transition between screens

    • Example: Navigate(Screen2, Fade)

    • Use the OnSelect property of a button or other control to trigger the navigation

  • Answered by AI
  • Q4. 4. How to change permission for the application
  • Ans. 

    Changing permissions for an application involves modifying access levels for users or groups.

    • Identify the specific permissions that need to be changed

    • Determine which users or groups require access to the application

    • Modify the permissions using the appropriate tools or commands

    • Test the changes to ensure they are working as expected

  • Answered by AI
  • Q5. 5. Patch and filter query condition
  • Ans. 

    Patch and filter query condition

    • Patch: updating a specific part of data without replacing the entire data

    • Filter: selecting specific data based on certain criteria

    • Query condition: specifying conditions for filtering data

    • Example: PATCH /users/1234 to update user's email address

    • Example: GET /users?age=25 to filter users with age of 25

  • Answered by AI
  • Q6. 6. Delegation warning fix
  • Ans. 

    Delegation warning fix is a process of resolving delegation warnings in code.

    • Delegation warnings occur when an object delegates a method call to another object without checking if the other object responds to the method.

    • To fix this warning, the code should check if the other object responds to the method before delegating the call.

    • This can be done using respondsToSelector: method in Objective-C or respondsToSelector: s...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Strength and weakness
  • Q2. 2. Where do you see yourself in upcoming years
  • Ans. 

    I see myself in a leadership role, leading a team of developers and driving innovation in application development.

    • Leading a team of developers

    • Driving innovation in application development

    • Taking on more responsibilities and challenges

    • Continuing to learn and grow in my career

  • Answered by AI
  • Q3. 3. WFH opportunities

Interview Preparation Tips

Topics to prepare for Accenture Application Development - Senior Analyst interview:
  • Powerapps
  • Sharepoint
  • Power automate
Interview preparation tips for other job seekers - Showcase your previous projects experience and the questions will be related to those work.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
View all tips
Round 2 - Coding Test 

Online coding test with basic to framework related questions.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview with basic to higher level.
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic discussion about current work and expectations.

Accenture Interview FAQs

How many rounds are there in Accenture Application Development - Senior Analyst interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Accenture Application Development - Senior Analyst interview?

Some of the top questions asked at the Accenture Application Development - Senior Analyst interview -

  1. 3. How to we navigate from one tab to another in PowerA...read more
  2. 4. How to change permission for the applicat...read more
  3. 5.what is difference between isnull and is blank? 6.what is the primitive data ...read more
How long is the Accenture Application Development - Senior Analyst interview process?

The duration of Accenture Application Development - Senior Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Application Development - Senior Analyst Interview Process

based on 85 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Application Development - Senior Analyst Salary
based on 27k salaries
₹6.9 L/yr - ₹17.5 L/yr
At par with the average Application Development - Senior Analyst Salary in India
View more details

Accenture Application Development - Senior Analyst Reviews and Ratings

based on 1.5k reviews

4.0/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.6

Salary

3.8

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

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

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

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