Upload Button Icon Add office photos

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
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
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
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

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About primary keys (how columns can be accommodated in a single primary key)
  • Q2. Types of Constructors
  • Ans. 

    Constructors are special methods used to initialize objects in a class.

    • Constructors have the same name as the class.

    • Types of constructors include default, parameterized, copy, and static constructors.

    • Example: public class Person { public Person() { } }

  • Answered by AI

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, Consulting and Business process.
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.

People are getting interviews through

based on 1 Accenture interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture Application Designer Salary
based on 21 salaries
₹5.2 L/yr - ₹10 L/yr
24% 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 & Benefits

3.6

Job Security

3.8

Company culture

3.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 2 Reviews and Ratings
Application Designer - Professional

Coimbatore

7-12 Yrs

Not Disclosed

Application Designer - Professional

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Application Designer

Coimbatore

3-8 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview