Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Application Designer Interview Questions and Answers

Updated 5 Nov 2024

Accenture Application Designer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Splunk?
  • Ans. 

    Splunk is a software platform used for searching, monitoring, and analyzing machine-generated big data.

    • Splunk collects, indexes, and correlates real-time data from various sources.

    • It allows users to search, monitor, and analyze data in real-time.

    • Splunk is commonly used for log analysis, security information and event management (SIEM), and business analytics.

    • Example: Splunk can be used to monitor server logs for perfor

  • Answered by AI
  • Q2. Components of Splunk?
  • Ans. 

    Components of Splunk include forwarders, indexers, search heads, and deployment servers.

    • Forwarders: Collect and forward data to indexers.

    • Indexers: Store and index data for searching.

    • Search heads: Interface for searching and analyzing data.

    • Deployment servers: Manage configurations and updates across Splunk environment.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well , what you mentioned in resume

Skills evaluated in this interview

Application Designer Jobs at Accenture

View all

Interview questions from similar companies

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

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

Round 1 - HR 

(1 Question)

  • Q1. Self Explanation
Round 2 - Technical 

(1 Question)

  • Q1. O2c process explanation
  • Ans. 

    O2c process involves order processing, inventory management, and invoicing.

    • Order received from customer

    • Order entered into system

    • Inventory checked for availability

    • Order fulfilled and shipped

    • Invoice generated and sent to customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is a project that you have worked on before?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Utilized Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated barcode scanning functionality for efficient inventory tracking

  • Answered by AI
  • Q2. What was your role within the team?
  • Ans. 

    I was responsible for providing technical support to end users and troubleshooting application issues within the team.

    • Providing technical support to end users

    • Troubleshooting application issues

    • Collaborating with team members to resolve issues

    • Documenting solutions and best practices

  • Answered by AI
  • Q3. What SQL-based queries were asked during your interview? like self join , average
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is @SpringbootAnnotation and what is difference between @Controller and @RestController.
  • Ans. 

    SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.

    • SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.

    • @Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...

  • Answered by AI
  • Q2. What is Stream API write the Stream API Code any code and lambda expression.
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Lambda expressions can be used with Stream API to define behavio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed at Accenture on 28Sep2024, technical interview was good, interviewer said you will be having another round I am passing my remarks to the team, after 5 min I got a call that update your details on the portal, after click on the link I received a mail that My candidature has been rejected on the portal.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Ans. 

    Sage is not a front end programming language. It is a popular accounting software.

    • Sage is an accounting software used by businesses for financial management.

    • It is not a programming language, but rather a software application.

    • Front end programming languages include HTML, CSS, and JavaScript.

    • Sage may have APIs that allow integration with front end technologies.

  • Answered by AI
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
  • Ans. 

    Users commonly complain about slow performance, errors during updates, and difficulty in customization on Sage.

    • Slow performance when running reports or processing large amounts of data

    • Errors encountered during software updates or installations

    • Difficulty in customizing the software to meet specific business needs

    • Issues with integration with other software applications

    • Lack of user-friendly interface leading to confusion

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Database based questions
  • Q2. Dashboard creative
  • Q3. Power BI module
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume best.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of SQL and pl sql
  • Q2. About project tht you worked
Round 2 - Technical 

(1 Question)

  • Q1. Java ,SQL,linix question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. Can you tell me the core concepts of Object Oriented Programming?
  • Ans. 

    Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Example: Inheritance - A 'Car'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Application Designer interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
How to prepare for Accenture Application Designer 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 Application Design, Java, Project Management, Software Development and Consulting.
What are the top questions asked in Accenture Application Designer interview?

Some of the top questions asked at the Accenture Application Designer interview -

  1. What is Splu...read more
  2. Components of Splu...read more

Tell us how to improve this page.

Accenture Application Designer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Application Designer Salary
based on 17 salaries
₹5.2 L/yr - ₹10.5 L/yr
26% less than the average Application Designer Salary in India
View more details

Accenture Application Designer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

4.2

Skill development

3.6

Work-life balance

4.6

Salary

3.6

Job security

3.8

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
Application Designer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Application Designer

Pune

5-10 Yrs

Not Disclosed

Application Designer

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
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 - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k 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