Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Application Development Specialist Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Accenture Application Development Specialist Interview Questions and Answers

  • Q1. What are the technical chalanges which came during implementation of the project?
  • Q2. How to write an expression of sum sales for year 2009 and country India without making any filters apply to the chart
  • Q3. If we have a period of data and we want sum of that range how to do
View all 11 questions

Accenture Application Development Specialist Interview Experiences

16 interviews found

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

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Workday Studio, Calculated fields, PECI,PICOF and EIBs
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round - reason for change etc

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

Round 1 - Technical 

(3 Questions)

  • Q1. Pivot function usage
  • Ans. 

    Pivot function is used to transform rows into columns in a table.

    • Pivot function is used to aggregate data based on a specific column.

    • It is commonly used in data analysis and reporting.

    • Examples include transforming sales data by product or region.

    • Syntax varies depending on the database management system being used.

  • Answered by AI
  • Q2. AWS, architecture, Snowpipe, Snowpro certification
  • Q3. Datawarehousing concepts
  • Ans. 

    Datawarehousing is the process of collecting, storing, and managing data from various sources for business intelligence purposes.

    • Datawarehousing involves extracting data from various sources and transforming it into a format suitable for analysis.

    • The data is then loaded into a central repository called a data warehouse.

    • Datawarehousing enables businesses to make informed decisions based on historical and current data.

    • Ex...

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

(2 Questions)

  • Q1. Introduction with Past work experience
  • Ans. 

    I have 5 years of experience in application development, specializing in creating innovative solutions.

    • Developed and maintained multiple web and mobile applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented new features and enhancements to improve user experience

    • Performed code reviews and debugging to ensure quality and efficiency

    • Utilized various programming language...

  • Answered by AI
  • Q2. Any question that you want yo ask about accenture
Round 3 - HR 

(3 Questions)

  • Q1. Why Accenture? Its a service based company. Its not a product based one.
  • Ans. 

    Accenture offers unique opportunities for growth and learning in the service-based industry.

    • Accenture provides a diverse range of projects and clients, allowing for continuous learning and skill development.

    • The company has a strong global presence and offers opportunities for international exposure.

    • Accenture invests heavily in training and development programs to enhance employees' technical and soft skills.

    • The company...

  • Answered by AI
  • Q2. When can you join at the earliest and what is your expectations.
  • Ans. 

    I can join at the earliest in two weeks. My expectations include a competitive salary, opportunities for growth, and a supportive work environment.

    • Earliest availability: Two weeks

    • Expectations: Competitive salary

    • Expectations: Opportunities for growth

    • Expectations: Supportive work environment

  • Answered by AI
  • Q3. Introduce yourself. (As per resume)
  • Ans. 

    I am an experienced Application Development Specialist with a strong background in software development and project management.

    • Experienced in developing and implementing software solutions

    • Proficient in programming languages such as Java, C++, and Python

    • Skilled in project management and agile methodologies

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with 100% to increase your confidence don't stop preparation until you get the offer. 24hrs is the opportunity and motivation we have to keep preparing everyday. Interviewers are very good people. Just be at par with them. Have a friendly discussion with good communication skills.

Skills evaluated in this interview

Application Development Specialist Interview Questions Asked at Other Companies

asked in Accenture
Q1. What are the technical chalanges which came during implementation ... read more
asked in Accenture
Q2. How to write an expression of sum sales for year 2009 and country ... read more
asked in Accenture
Q3. How to get dimension field values in KPI for dim having highest s ... read more
asked in Accenture
Q4. If we have a period of data and we want sum of that range how to ... read more
asked in Accenture
Q5. What are interrecord function.Give limitations if any
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. 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 - Technical 

(4 Questions)

  • Q1. What was the complex scenario you faced
  • Q2. How did you resolve the critical scenario
  • Q3. What are the tools that your project used to resolve
  • Q4. What is your team size
Round 3 - Behavioral 

(2 Questions)

  • Q1. Are you comfort to work in shifts
  • Q2. What was your project team size when you were in on-site

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be able to explain your work and client deliverables. Prepare the technology related topics

Interview Questionnaire 

10 Questions

  • Q1. As a Qlik developer what were your roles and responsibilities.
  • Q2. How to make kpi objects static to selections
  • Ans. 

    To make KPI objects static to selections, use set analysis in QlikView or Qlik Sense.

    • Use set analysis to define a fixed set of data for the KPI object

    • Use the dollar sign expansion to create a dynamic set of data based on selections

    • Use the 'Only' function to limit the KPI object to a single value

    • Use the 'Total' function to display the KPI object regardless of selections

  • Answered by AI
  • Q3. Performance optimization techniques
  • Ans. 

    Performance optimization techniques involve identifying and resolving bottlenecks in software applications.

    • Use profiling tools to identify performance bottlenecks

    • Optimize database queries and reduce network latency

    • Minimize resource usage by optimizing algorithms and data structures

    • Use caching to reduce the number of requests to external resources

    • Implement lazy loading to defer loading of non-critical resources

    • Use compr...

  • Answered by AI
  • Q4. Issues faced while development
  • Ans. 

    Issues faced while development

    • Bugs and errors in code

    • Integration issues with other systems

    • Lack of proper documentation

    • Scope creep and changing requirements

    • Difficulty in testing and debugging

    • Performance issues

    • Security vulnerabilities

    • Lack of communication and collaboration within team

  • Answered by AI
  • Q5. Identifiers and set analysis
  • Q6. How to write an expression of sum sales for year 2009 and country India without making any filters apply to the chart
  • Ans. 

    Expression to sum sales for India in 2009 without filters

    • Use the SUM function to calculate the total sales

    • Use the IF function to filter for India and 2009

    • Wrap the IF function inside the SUM function

    • Example: SUM(IF(Country='India' AND Year=2009, Sales, 0))

  • Answered by AI
  • Q7. If we have a period of data and we want sum of that range how to do
  • Ans. 

    To get the sum of a range of data, use the SUM function in Excel or write a loop in programming languages.

    • In Excel, select the range of data and use the SUM function.

    • In programming languages, write a loop to iterate through the range and add up the values.

    • Make sure to properly define the range of data to avoid errors.

    • Consider using built-in functions or libraries to simplify the process.

  • Answered by AI
  • Q8. How to get dimension field values in KPI for dim having highest sales
  • Ans. 

    To get dimension field values in KPI for dim having highest sales, use MAX function with GROUP BY clause.

    • Use MAX function to get the highest sales value for the dimension field

    • Use GROUP BY clause to group the data by the dimension field

    • Select the dimension field along with the MAX function in the SELECT statement

    • Example: SELECT dim_field, MAX(sales) FROM table_name GROUP BY dim_field

  • Answered by AI
  • Q9. What are interrecord function.Give limitations if any
  • Ans. 

    Interrecord functions are used to manipulate data between records in a database.

    • Interrecord functions allow for calculations and data manipulation between related records in a database

    • Examples include summing values from related records or calculating averages

    • Limitations may include performance issues with large datasets or complex calculations

  • Answered by AI
  • Q10. What is better apply map or join or concatenation
  • Ans. 

    It depends on the specific use case and data structure.

    • Apply map is useful for applying a function to each element of a column or series.

    • Join is useful for combining data from multiple tables based on a common column.

    • Concatenation is useful for combining data from multiple columns or series into a single column or series.

    • Consider the size and complexity of the data, as well as the desired output format, when choosing b

  • Answered by AI

Skills evaluated in this interview

Accenture interview questions for designations

 Application Specialist

 (1)

 Application Development Analyst

 (258)

 Application Development Associate

 (184)

 Application Development Engineer

 (3)

 Application Development Manager

 (2)

 Application Development Specialist Team Lead

 (6)

 Software Development Specialist

 (1)

 Application Development - Senior Analyst

 (147)

I applied via Referral and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dynamic look up, Scenario based question.
  • Q2. Grep, touch, sed command dromUnix.
Round 2 - HR 

(1 Question)

  • Q1. Normal discussion and salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal informatica question. Some are scenario based and some are theoretical.

Get interview-ready with Top Accenture Interview Questions

I applied via Company Website and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Strictly confidential
Round 2 - HR 

(1 Question)

  • Q1. Strictly confidential

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no 3rd round in Accenture.

Application Development Specialist Jobs at Accenture

View all

Interview Questionnaire 

1 Question

  • Q1. Conceptual and Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Your basic concepts and confidence while answering questions matters a lot

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Work experience and basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Share the work experience in your own way.
Project details should be clear
Describe the roles and responsibilities
Mention the value added portion wich you have done for the customers

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Was mainly asked about Project Management. Few questions on SQL and Testing.
  • Q2. Recent project and challenges
  • Ans. 

    Developed a mobile app for a retail company to improve customer experience

    • Implemented a user-friendly interface with easy navigation

    • Integrated a loyalty program to incentivize customers

    • Challenges included optimizing app performance and ensuring compatibility with various devices

    • Received positive feedback from both the client and end-users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do not forget to smile. Its okay if you do not know all the answers. Prepare well about your introduction as that will turn the direction of your interview.

I applied via Approached by Company and was interviewed in May 2021. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions around exception handling in java and sql query’s
  • Q2. Informatica MDM capabilities data quality

Accenture Interview FAQs

How many rounds are there in Accenture Application Development Specialist interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and One-on-one Round.
How to prepare for Accenture Application Development Specialist 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 Digital Marketing, Internet Advertising, Portfolio, Python and SQL.
What are the top questions asked in Accenture Application Development Specialist interview?

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

  1. What are the technical chalanges which came during implementation of the projec...read more
  2. How to write an expression of sum sales for year 2009 and country India without...read more
  3. If we have a period of data and we want sum of that range how to...read more

Tell us how to improve this page.

Accenture Application Development Specialist Interview Process

based on 3 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • 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.7
 • 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.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 800 Interviews
View all
Accenture Application Development Specialist Salary
based on 2.8k salaries
₹10.5 L/yr - ₹30 L/yr
At par with the average Application Development Specialist Salary in India
View more details

Accenture Application Development Specialist Reviews and Ratings

based on 132 reviews

3.7/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.3

Salary

3.6

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 132 Reviews and Ratings
Application Development Analyst
39k 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.7k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.8k 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