Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

Updated 5 Mar 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

147 interviews found

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - MCQ Software test 

(1 Question)

  • Q1. Software testing related MCQ
Round 2 - Technical 

(1 Question)

  • Q1. Manual Test, Regression test and Smoke Test, Software test bug lif cycle
Round 3 - HR 

(1 Question)

  • Q1. When will you join?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions, English questions and some technical questions.

Round 2 - Coding Test 

Simple coding probelm, something related to prime number.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Basic introduction.
  • Q3. We will have long working hours can you manage?
  • Q4. I have experience performing in hackathons I can manage.
  • Q5. How can you manage long working hours?

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you load a csv file with comma delimiter having commas as well in the address field into a target system?
  • Ans. 

    Use a combination of text qualifier and escape character to load csv file with commas in address field.

    • Enclose the address field in double quotes as text qualifier

    • Use escape character (usually backslash) before any commas within the address field

    • Ensure the target system supports loading csv files with text qualifiers and escape characters

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join Accenture?

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 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 Resume tips
Round 2 - Aptitude Test 

Some simple Adobe experience manager multiple choice questions which are easy to crack the exam.

Round 3 - Technical 

(4 Questions)

  • Q1. Aem sites basics, components
  • Q2. Dialog, templates, experience fragments
  • Q3. Content fragments, workflow, schedulars
  • Q4. Dispatcher, MSM, ACL, database
Round 4 - HR 

(2 Questions)

  • Q1. Strength and weakness, why do you want to join.
  • Q2. Some salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company to join with job security

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

 (183)

 Application Development Specialist

 (16)

 Application Development Engineer

 (3)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. C++ oops concepts, a lot on polymorphism and trick questions on it. Trick questions on Memory map etc

Get interview-ready with Top Accenture Interview Questions

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and business process related questions were asked. Very basic questions were asked.
Round 2 - One-on-one 

(1 Question)

  • Q1. This was kind of managerial round where managing work related to project were asked.
Round 3 - HR 

(1 Question)

  • Q1. Salary was discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - If your interview is good and interviewer are satisfied with your answer you will get to know it by yourself. Like I was very sure after the interview that I will be selected. Before getting official mail I knew that I am going to be selected.
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic of your skill they have set of format test which can be find on internet
Round 3 - One-on-one 

(1 Question)

  • Q1. Scenario based questions and basic understanding
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

MCQ questions on your tech stack- SpringBoot,Java

Round 2 - Technical 

(1 Question)

  • Q1. Project BAsed Java and SpringBoot Rest Api Testing scenarios Work Experience and Role Related questions
Round 3 - HR 

(1 Question)

  • Q1. Negotiation realted to salary and location

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Spark UI and Spark architecture.
  • Q2. Explain Transformation and actions in spark
  • Ans. 

    Transformation in Spark refers to the process of converting an RDD into another RDD, while actions trigger computation on RDDs.

    • Transformations are lazy operations that do not execute until an action is called

    • Examples of transformations include map, filter, and reduceByKey

    • Actions are operations that trigger computation and return results to the driver program

    • Examples of actions include count, collect, and saveAsTextFile

  • Answered by AI
  • Q3. Explain joins in Spark
  • Ans. 

    Joins in Spark are used to combine data from two or more dataframes based on a common column.

    • Joins can be performed using various join types such as inner join, outer join, left join, right join, etc.

    • The join operation in Spark is performed using the join() function.

    • The syntax for joining two dataframes is dataframe1.join(dataframe2, 'common_column')

    • Spark also supports joining multiple dataframes at once using the join...

  • Answered by AI
  • Q4. Yarn and Hive architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for architecture questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq based asp.net test

Round 2 - One-on-one 

(1 Question)

  • Q1. Asp.net basics and c# coding
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Cognizant

10 top interview questions

INTERVIEWS

AU Small Finance Bank

No Interviews

INTERVIEWS

AU Small Finance Bank

No Interviews

INTERVIEWS

Genpact

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Cognizant

No Interviews

Tell us how to improve this page.

Accenture Application Development - Senior Analyst Interview Process

based on 87 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.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Accenture Application Development - Senior Analyst Salary
based on 26.9k salaries
₹6.9 L/yr - ₹20.2 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

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17.4k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent