Upload Button Icon Add office photos

Filter interviews by

Accenture Senior Associate Manager Interview Questions and Answers

Updated 12 Apr 2024

Accenture Senior Associate Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w CDC and Platform Event
  • Ans. 

    CDC is Change Data Capture used to capture changes in Salesforce data, while Platform Event is used to deliver secure and scalable custom notifications.

    • CDC captures changes in Salesforce data and allows you to synchronize data between Salesforce and other systems.

    • Platform Event is used to publish and deliver secure and scalable custom notifications within Salesforce or to external systems.

    • CDC is based on polling and qu...

  • Answered by AI
  • Q2. How will you retain values on screen flow when you move next/previous?
  • Ans. 

    Values on screen flow can be retained by properly structuring the navigation flow and ensuring data persistence.

    • Utilize state management to store and retrieve values as the user navigates through screens

    • Implement proper validation checks to ensure data integrity when moving next/previous

    • Consider using local storage or session storage to save user input temporarily

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What was one difficult decision yiu took lately and what were the impacts

Interview Preparation Tips

Interview preparation tips for other job seekers - Share the context and situation. What made you take that decision and what were results ) if quantifiable)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude tests

Round 2 - Coding Test 

There were two coding questions: one was classified as easy, while the other was of medium difficulty. The code must pass all test cases to be deemed complete.

Round 3 - Technical 

(2 Questions)

  • Q1. What basic coding logic questions were asked during the interview, such as checking for a prime number, finding the sum of digits in a string, and printing a pattern, along with any situation-based questio...
  • Q2. How can I approach my manager if I am struggling to manage my workload, and what is the best way to ask for assistance?
  • Ans. 

    Approach manager openly and honestly, provide specific examples of workload struggles, and suggest potential solutions.

    • Schedule a meeting with your manager to discuss your workload challenges

    • Be honest and transparent about the specific tasks or projects that are overwhelming you

    • Provide examples of how the workload is impacting your productivity and quality of work

    • Suggest potential solutions such as prioritizing tasks, ...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. What other job offers do you currently have, and why are you interested in this company?
  • Ans. 

    I currently have one other job offer, but I am particularly interested in this company due to its innovative projects and strong company culture.

    • Have one other job offer but interested in this company due to innovative projects

    • Impressed by strong company culture

    • Believe this company aligns with my career goals and values

  • Answered by AI
  • Q2. What is the reason for any gaps in your experience?
  • Ans. 

    I have gaps in my experience due to focusing on specialized projects and roles.

    • I have chosen to focus on specific areas of expertise rather than gaining a broad range of experience

    • I have taken on challenging projects that have required a significant time commitment

    • I have prioritized deepening my knowledge in certain technologies or industries over gaining general experience

  • Answered by AI
  • Q3. Can you provide an example of a situation in which you worked under pressure?
  • Ans. 

    I successfully completed a project with a tight deadline by prioritizing tasks and staying focused.

    • Received a project with a short deadline due to unexpected circumstances

    • Created a detailed timeline and prioritized tasks based on urgency

    • Worked extra hours and stayed focused to meet the deadline

    • Successfully completed the project on time and received positive feedback

  • Answered by AI
  • Q4. How do you approach problem-solving, and can you provide a specific situation where your leadership skills have benefited you?
  • Ans. 

    I approach problem-solving by analyzing the issue, brainstorming solutions, and collaborating with team members. My leadership skills were evident when I successfully led a project to implement a new software system.

    • Analyze the problem thoroughly before jumping into solutions

    • Brainstorm potential solutions and evaluate their feasibility

    • Collaborate with team members to gather different perspectives and insights

    • Communicat...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Java new features in 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to work with sequences of elements and perform operations on them.

    • Default methods allow interfaces to have method ...

  • Answered by AI
  • Q2. Difficulties faced in the current/previous project & how we resolved it
  • Ans. 

    We faced challenges with communication and conflicting priorities, resolved through regular team meetings and clear task delegation.

    • Lack of clear communication among team members

    • Conflicting priorities leading to delays in project timeline

    • Resolved by scheduling regular team meetings to discuss progress and issues

    • Clear task delegation to ensure everyone knows their responsibilities

  • Answered by AI
  • Q3. What is OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q4. What is Functional programming
  • Ans. 

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.

    • Focuses on pure functions that do not have side effects

    • Emphasizes immutability and avoids changing state

    • Uses higher-order functions and function composition

    • Commonly used languages include Haskell, Scala, and Clojure

  • Answered by AI
  • Q5. Difference between OOPS and functional programming
  • Ans. 

    OOPS focuses on objects and classes, while functional programming focuses on functions and immutability.

    • OOPS is based on the concept of objects and classes, allowing for encapsulation, inheritance, and polymorphism.

    • Functional programming emphasizes on functions as first-class citizens, immutability, and avoiding side effects.

    • OOPS is more suitable for complex, real-world applications with changing state, while functiona...

  • Answered by AI
  • Q6. Which framework I worked in Java
  • Ans. 

    I have worked with the Spring framework in Java.

    • Utilized Spring MVC for web development

    • Implemented dependency injection with Spring IoC container

    • Integrated Spring Security for authentication and authorization

  • Answered by AI
  • Q7. What all are the annotations that we use in Spring Boot & it's usage
  • Ans. 

    Some common annotations used in Spring Boot are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define a controller class in Spring MVC.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Indicates that a class is a service.

    • @Component - Indicates that a class is a Spring component...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself, work experience & education
  • Ans. 

    I am a dedicated professional with a strong educational background and diverse work experience.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have worked in various roles in marketing, sales, and customer service.

    • I am proficient in Microsoft Office Suite and have excellent communication skills.

    • I am a quick learner and thrive in fast-paced environments.

    • I am passionate about continuous learni

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Associate interview:
  • Java 8
  • Spring Boot
  • OOPS
Interview preparation tips for other job seekers - Be good at the basics of Java and Spring Boot
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the negative and positive impacts of social media on youth?
Round 2 - HR 

(3 Questions)

  • Q1. What is science
  • Q2. What is chemistry.. define organic chemistry.
  • Q3. What is KYC AML and use of kyc aml as a customer verification process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and clear in your responses, and make sure to review your CV thoroughly while working on your pronunciation. The HR may attempt to challenge you with tricky questions, such as whether you are comfortable with shifts and locations, so stand your ground firmly.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are different aws s3 bucket types
  • Q2. What is the maximum number of subnets that can be created in a Virtual Private Cloud (VPC)?
Round 2 - HR 

(2 Questions)

  • Q1. What are your roles
  • Q2. How yoi handle team

Associate Interview Questions & Answers

Wipro user image Narendra Patil

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

About the marketing tge job details in summary

Round 2 - Assignment 

About the topic of the associate with the topic

Round 3 - Technical 

(2 Questions)

  • Q1. How to operate a operations
  • Ans. 

    Operations can be operated by following established processes and procedures.

    • Understand the goals and objectives of the operations

    • Follow standard operating procedures

    • Utilize technology and tools to streamline operations

    • Monitor performance and make adjustments as needed

  • Answered by AI
  • Q2. How to do the handle a excel
  • Ans. 

    Handling Excel involves organizing data, performing calculations, and creating visualizations.

    • Use formulas and functions to perform calculations.

    • Organize data into tables for easier manipulation.

    • Create charts and graphs to visualize data.

    • Use filters and sorting to analyze data efficiently.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give With the confidence
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Swap two variables, prime number
  • Ans. 

    To swap two variables, use a temporary variable to store one value before swapping them.

    • Create a temporary variable to store one of the values

    • Assign the first variable to the temporary variable

    • Assign the second variable to the first variable

    • Assign the temporary variable to the second variable

  • Answered by AI
  • Q2. Based on Linux, SQL and other
  • Q3. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q4. Commands on SQL and Linux
  • Q5. Questions related to HR
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain Autopilot enrollment procedure
  • Ans. 

    Autopilot enrollment procedure involves registering for the service and setting up preferences.

    • Register for Autopilot service online or through a Tesla account

    • Provide necessary information such as contact details and payment method

    • Select preferences for Autopilot features like lane-keeping assist and adaptive cruise control

    • Complete any required training or verification process

    • Start using Autopilot once enrollment is co

  • Answered by AI
  • Q2. Explain Co-management feature
  • Q3. What are the different types of detection logic available in Sccm
  • Ans. 

    Different types of detection logic in SCCM include file system detection, registry detection, and WMI detection.

    • File system detection: Checks for the existence of a file or folder on the target system.

    • Registry detection: Checks for a specific registry key or value on the target system.

    • WMI detection: Uses Windows Management Instrumentation to query information from the target system.

    • Custom script detection: Allows for t...

  • Answered by AI
  • Q4. Explain queries concept in sccm
  • Ans. 

    Queries in SCCM are used to retrieve information from the database based on specified criteria.

    • Queries in SCCM can be used to gather information about hardware inventory, software inventory, compliance status, etc.

    • Queries can be created using SQL-like syntax in the SCCM console.

    • Queries can be saved and reused for reporting or targeting specific groups of devices.

    • Examples of queries include finding all devices with a sp...

  • Answered by AI
  • Q5. How do you create an application in intune
  • Ans. 

    Creating an application in Intune involves uploading the app package, configuring deployment settings, and assigning the app to users or devices.

    • Upload the app package to Intune

    • Configure deployment settings such as installation behavior and app availability

    • Assign the app to users or devices for installation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more of a technical questions about our current project. They stick to JD

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you describe your work experience in your previous organization?

Accenture Interview FAQs

How many rounds are there in Accenture Senior Associate Manager interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
How to prepare for Accenture Senior Associate Manager 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, Graphics, Illustration, Illustrator and Marketing Operations.
What are the top questions asked in Accenture Senior Associate Manager interview?

Some of the top questions asked at the Accenture Senior Associate Manager interview -

  1. How will you retain values on screen flow when you move next/previo...read more
  2. Diff b/w CDC and Platform Ev...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Senior Associate Manager Salary
based on 24 salaries
₹16.5 L/yr - ₹33 L/yr
83% more than the average Senior Associate Manager Salary in India
View more details

Accenture Senior Associate Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.1k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k 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
Did you find this page helpful?
Yes No
write
Share an Interview