Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Accenture Interview Questions and Answers

View all 3.9k questions

Accenture Interview Experiences

Popular Designations

8.1k interviews found

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

Interview Questionnaire 

22 Questions

  • Q1. What is the approach of your WAPT?
  • Ans. 

    Our WAPT approach involves a comprehensive testing methodology to identify and address vulnerabilities in web applications.

    • We use a combination of automated and manual testing techniques

    • We prioritize vulnerabilities based on their severity and potential impact

    • We work closely with development teams to ensure timely remediation

    • We conduct regular retesting to ensure vulnerabilities have been properly addressed

  • Answered by AI
  • Q2. What are scops are there?
  • Ans. 

    Scopes refer to the boundaries or limits of a particular security system or protocol.

    • Scopes define the extent of access or control that a user or system has within a security system.

    • Scopes can be defined by user roles, permissions, or other criteria.

    • Examples of scopes include network access, file permissions, and application privileges.

  • Answered by AI
  • Q3. Explain the concept of Bruit forcing?
  • Ans. 

    Brute forcing is a method of guessing a password or encryption key by trying all possible combinations.

    • Brute forcing is a trial-and-error method used to crack passwords or encryption keys.

    • It involves trying all possible combinations until the correct one is found.

    • This method can be time-consuming and resource-intensive.

    • Brute forcing can be used for both online and offline attacks.

    • Examples of tools used for brute forcin

  • Answered by AI
  • Q4. What is CSRF? Where you used it... Basically practical Scenario
  • Q5. Explain the scenario & What u do with CSRF Vulnerability
  • Ans. 

    CSRF vulnerability allows attackers to perform actions on behalf of a user without their consent.

    • CSRF attacks can be prevented by implementing CSRF tokens

    • The token is generated by the server and included in the form or URL

    • When the form is submitted, the token is verified to ensure it matches the one generated by the server

    • If the token is invalid, the request is rejected

    • CSRF vulnerabilities can be exploited to perform a...

  • Answered by AI
  • Q6. What is XSS? Type of that.
  • Ans. 

    XSS stands for Cross-Site Scripting. It is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • XSS attacks can be classified into three types: Stored, Reflected, and DOM-based.

    • Attackers can use XSS to steal sensitive information, such as login credentials or session tokens.

    • Preventing XSS requires input validation, output encoding, and proper use of sec...

  • Answered by AI
  • Q7. Explain the concept of XSS.
  • Ans. 

    XSS stands for Cross-Site Scripting. It is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • XSS attacks can be used to steal sensitive information, such as login credentials or personal data.

    • Attackers can also use XSS to hijack user sessions, redirect users to malicious websites, or deface web pages.

    • XSS vulnerabilities can be prevented by properly s...

  • Answered by AI
  • Q8. Write a basic XSS payload
  • Ans. 

    A basic XSS payload is a script injected into a website to execute malicious code on a victim's browser.

    • Use the

Answered by AI
  • Q9. What is SQL Injection? Type?
  • Ans. 

    SQL Injection is a type of cyber attack where malicious SQL statements are inserted into an entry field to manipulate a database.

    • Attackers use SQL Injection to gain unauthorized access to sensitive data

    • It can be prevented by using parameterized queries and input validation

    • Types include In-band, Inferential, and Out-of-band

    • Examples of SQL Injection attacks include UNION-based and Error-based attacks

  • Answered by AI
  • Q10. Write a SQL Payload, other than basic. Explain the payload
  • Ans. 

    SQL Payload to extract sensitive data from a database

    • Use UNION SELECT to combine data from different tables

    • Use subqueries to extract specific data

    • Use SQL injection to bypass authentication and access data

    • Use ORDER BY to sort data in a specific way and extract specific data

    • Use GROUP BY to group data and extract specific data

  • Answered by AI
  • Q11. How can broken authorisation vulnerability be extended
  • Ans. 

    Broken authorization vulnerability can be extended by exploiting other vulnerabilities or by using stolen credentials.

    • Exploiting other vulnerabilities such as SQL injection or cross-site scripting to gain unauthorized access

    • Using stolen credentials to bypass authorization checks

    • Exploiting misconfigured access controls to gain elevated privileges

    • Using brute force attacks to guess valid credentials

    • Exploiting session mana

  • Answered by AI
  • Q12. Give a practical example of Broken Authentication & authorisation? How u will exploit that?
  • Ans. 

    Broken authentication & authorization is when an attacker gains access to a user's account or system without proper credentials.

    • An attacker can exploit this by guessing or stealing a user's login credentials.

    • They can also use brute force attacks to crack weak passwords.

    • Another way is to exploit vulnerabilities in the authentication process, such as session hijacking or cookie theft.

    • Once the attacker gains access, they ...

  • Answered by AI
  • Q13. What have you done in API Security?
  • Ans. 

    Implemented various security measures in API development and testing.

    • Implemented authentication and authorization mechanisms such as OAuth2 and JWT.

    • Implemented rate limiting and throttling to prevent DDoS attacks.

    • Implemented input validation and output encoding to prevent injection attacks.

    • Conducted API penetration testing to identify vulnerabilities and remediate them.

    • Implemented encryption and decryption mechanisms t

  • Answered by AI
  • Q14. Which kind of api you are tested?
  • Ans. 

    I have tested various kinds of APIs including REST, SOAP, GraphQL, and more.

    • I have experience testing REST APIs which use HTTP methods like GET, POST, PUT, DELETE.

    • I have also tested SOAP APIs which use XML for data exchange.

    • I have worked with GraphQL APIs which allow clients to specify the data they need.

    • I am familiar with testing APIs that use authentication and authorization mechanisms.

    • I have tested APIs that integra...

  • Answered by AI
  • Q15. What type of vulnerabilities are over there?
  • Ans. 

    There are various types of vulnerabilities such as SQL injection, cross-site scripting, buffer overflow, etc.

    • SQL injection: attackers inject malicious SQL code to gain unauthorized access to the database

    • Cross-site scripting: attackers inject malicious scripts into a website to steal user data

    • Buffer overflow: attackers exploit a program's buffer to execute malicious code

    • Other types include CSRF, DoS, and privilege escal...

  • Answered by AI
  • Q16. Explain one of the vulnerabilities from OWASP API top 10?
  • Ans. 

    Broken Object Level Authorization (BOLA) is a vulnerability where an attacker can access unauthorized data by manipulating object references.

    • BOLA occurs when an application fails to enforce proper access controls on object references.

    • Attackers can exploit BOLA to access sensitive data or functionality by manipulating object references.

    • Examples of BOLA include accessing other users' data, modifying data that should be r...

  • Answered by AI
  • Q17. What type of mobile application did u test?
  • Ans. 

    I have tested various types of mobile applications including social media, e-commerce, and banking apps.

    • I have tested social media apps like Facebook, Twitter, and Instagram

    • I have tested e-commerce apps like Amazon, Flipkart, and eBay

    • I have tested banking apps like Chase, Bank of America, and Wells Fargo

  • Answered by AI
  • Q18. What is your approach?
  • Q19. How to bypass ssl pinning?
  • Ans. 

    SSL pinning can be bypassed by modifying the app's code or using a tool to intercept and modify the SSL traffic.

    • Modify the app's code to disable SSL pinning

    • Use a tool like Frida or Cydia Substrate to intercept and modify SSL traffic

    • Use a man-in-the-middle attack to intercept and modify SSL traffic

    • Use a custom SSL certificate to bypass SSL pinning

    • Use a debugger to bypass SSL pinning

  • Answered by AI
  • Q20. What is the concept of frida?
  • Ans. 

    Frida is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

    • Frida allows you to inject JavaScript or native code into an application to perform dynamic analysis.

    • It can be used to hook functions, intercept network traffic, and bypass SSL pinning.

    • Frida supports both iOS and Android platforms.

    • It can be used for both offensive and defensive security purposes.

  • Answered by AI
  • Q21. Write a commend of nmap? Now explain it
  • Ans. 

    nmap is a network exploration tool used to scan and map networks and identify open ports and services.

    • nmap can be used to identify hosts and services on a network

    • It can also be used to identify open ports and vulnerabilities

    • nmap can be used to perform ping scans, TCP scans, and UDP scans

    • It can also be used to perform OS detection and version detection

    • nmap can be used with various options and flags to customize the scan

  • Answered by AI
  • Q22. What is oX in nmap?
  • Ans. 

    oX in nmap is used to specify the IP protocol number to use for scanning.

    • oX is followed by the protocol number (e.g. oX1 for ICMP protocol)

    • It can be used with other nmap options like -sS or -sU

    • It is useful for scanning non-standard protocols

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - The Interview was good. I meet a knowledgeable person. Try to give the practical experience of all the questions.

    Skills evaluated in this interview

    Top Accenture Security Engineer Interview Questions and Answers

    Q1. Give a practical example of Broken Authentication & authorisation? How u will exploit that?
    View answer (1)

    Security Engineer Interview Questions asked at other Companies

    Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
    View answer (25)

    HR Manager Interview Questions & Answers

    user image Anonymous

    posted on 6 Mar 2025

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

    I was interviewed in Feb 2025.

    Round 1 - Group Discussion 

    I'm interested fresher HR manager

    Round 2 - Case Study 

    I'm interested fresher HR manager best performance

    Round 3 - One-on-one 

    (2 Questions)

    • Q1. I'm interested fresher HR manager best
    • Q2. For a fresh HR manager looking for a great conference, the SHRM Talent Conference & Expo is widely considered one of the best options, as it focuses on talent acquisition and is well-suited for those new t...
    Round 4 - Aptitude Test 

    I'm interested fresher HR manager best conference

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I'm interested fresher HR Manager best conference

    HR Manager Interview Questions asked at other Companies

    Q1. Can you explain the meaning of performance Management as stated in your CV
    View answer (5)
    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 Dec 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (5 Questions)

    • Q1. How many variance in sap?
    • Ans. 

      The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.

      • The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.

      • Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.

      • Examples of variances in SAP inc...

    • Answered by AI
    • Q2. We cac explain the all accounts receivable and accounts payable
    • Ans. 

      Accounts receivable and accounts payable are two important aspects of a company's financial operations.

      • Accounts receivable refers to money owed to a company by its customers for goods or services provided.

      • Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.

      • Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.

      • Managing accoun...

    • Answered by AI
    • Q3. What is the cost element and cost center?
    • Ans. 

      Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.

      • Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.

      • Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.

      • Cost elements are assigned to cost centers to track and allocate cos...

    • Answered by AI
    • Q4. How many we have currencies in sap?
    • Ans. 

      SAP supports over 160 currencies worldwide.

      • SAP supports over 160 currencies for global transactions.

      • Currencies can be configured in SAP using transaction code OB22.

      • Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).

    • Answered by AI
    • Q5. How many types of projects
    • Ans. 

      There are various types of projects, including internal projects, external projects, research projects, and development projects.

      • Internal projects focus on improving processes within the organization.

      • External projects involve working with external partners or clients.

      • Research projects aim to gather data and analyze findings.

      • Development projects focus on creating new products or services.

      • Examples: IT system implementati...

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Accenture P2P Accounts Payable Executive interview:
    • mba fresher
    Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
    * Identify Your Strengths & Weaknesses:
    * Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
    * Weaknesses: What areas do you need to improve? What are your biggest challenges?
    * Define Your Career Goals:
    * Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
    * Long-term: What is your ideal career path? What are your long-term professional aspirations?
    2. Enhance Your Job Search Strategy
    * Build a Strong Online Presence:
    * LinkedIn: Create a professional and engaging LinkedIn profile.
    * Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
    * Network, Network, Network:
    * Attend industry events: Conferences, meetups, and workshops.
    * Informational interviews: Connect with people working in your field of interest.
    * Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
    * Tailor Your Resume & Cover Letter:
    * Customize: Tailor your resume and cover letter to each specific job application.
    * Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
    * Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
    * Master the Job Interview:
    * Practice: Prepare for common interview questions (behavioral, technical, etc.).
    * Research: Learn about the company and the role you're interviewing for.
    * Ask insightful questions: Demonstrate your interest and engagement.
    3. Continuous Improvement
    * Skill Development:
    * Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
    * Certifications: Obtain relevant industry certifications to enhance your credentials.
    * Volunteer work: Gain valuable experience and build your network.
    * Stay Updated:
    * Industry news: Keep up-to-date with the latest trends and developments in your field.
    * Job market trends: Monitor job boards and industry publications to understand the current job market.
    Key Advice:
    * Be patient and persistent: The job search process can be challenging, but don't give up.
    * Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
    * Take care of yourself: Prioritize your physical and mental well-being during your job search.
    Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!

    Top Accenture P2P Accounts Payable Executive Interview Questions and Answers

    Q1. What is the cost element and cost center?
    View answer (3)

    P2P Accounts Payable Executive Interview Questions asked at other Companies

    Q1. What is the cost element and cost center?
    View answer (3)
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    -
    Round 1 - Aptitude Test 

    Aptitude test consists 2 section first section is of of Logical reasoning , Verbal reasoning and Analytical Reasoning
    and next section is of technical mcqs MS office , cloud , networking and security , Pseudo code related mcqs

    Round 2 - Coding Test 

    After that there were

    Round 3 - Communication Round 

    (2 Questions)

    • Q1. Tests our reading skills
    • Q2. Test our speaking skill
    Round 4 - One-on-one 

    (4 Questions)

    • Q1. Tell me about yourself
    • Q2. What was the difficult subject for you in your curriculum and how you did overcome it ?
    • Ans. 

      Data Structures and Algorithms was the most difficult subject for me in my curriculum.

      • I struggled with understanding complex data structures like graphs and trees.

      • I overcame this by seeking help from professors, classmates, and online resources.

      • I practiced solving problems regularly on platforms like LeetCode and HackerRank.

      • I also joined study groups to discuss and work on challenging problems together.

    • Answered by AI
    • Q3. Explain in the brief about your Semester project including tech stack
    • Ans. 

      Developed a web application for managing student records using HTML, CSS, JavaScript, and PHP

      • Used HTML for structuring the web pages

      • Utilized CSS for styling the pages and making them visually appealing

      • Implemented client-side functionality using JavaScript

      • Backend logic and database management done with PHP

      • Included features like student registration, course enrollment, and grade tracking

    • Answered by AI
    • Q4. What you do apart from curricular activities(Asking hobbies)

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well for coding round go through pyq as there is high chances of getting repeated do topics like arrays , DP(Easy level-medium level) , strings and Basic mathematics related problems very well !

    Top Accenture Associate Software Engineer Interview Questions and Answers

    Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
    View answer (2)

    Associate Software Engineer Interview Questions asked at other Companies

    Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
    View answer (2)

    Accenture interview questions for popular designations

     Associate Software Engineer

     (630)

     Application Developer

     (258)

     Application Development Analyst

     (255)

     Software Developer

     (238)

     Software Engineer

     (214)

     Analyst

     (202)

     Application Development Associate

     (183)

     Senior Analyst

     (152)

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

    I was interviewed in Dec 2024.

    Round 1 - Aptitude Test 

    -Basic Accounting questions like simple journals , Accounting principles and concepts.
    -Basic Excel tasks like questions (commonly used simple formulas ,chart preparation, pivot tables
    etc,)
    -Email writing.
    -Simple Aptitude and Logical Reasoning questions.
    Prepare well and try to attend maximum questions with better accuracy. Overall aptitude test is simple.

    Round 2 - Technical 

    (9 Questions)

    • Q1. Tell me About Yourself
    • Ans. 

      I am a detail-oriented professional with experience in R2R processes and a strong focus on accuracy and efficiency.

      • Experienced in reconciling accounts and preparing financial statements

      • Proficient in using accounting software such as SAP and Oracle

      • Strong analytical skills and ability to identify and resolve discrepancies

      • Excellent communication skills and ability to work effectively in a team

      • Bachelor's degree in Accounti

    • Answered by AI
    • Q2. What is an Accrual Concept
    • Ans. 

      Accrual concept refers to recognizing revenues and expenses when they are incurred, regardless of when cash is exchanged.

      • Accrual concept is a fundamental accounting principle that states that revenues and expenses should be recognized when they are incurred, not when cash is exchanged.

      • This concept helps in providing a more accurate representation of a company's financial position and performance.

      • For example, if a compa...

    • Answered by AI
    • Q3. Difference between Deferral and Accrual accounting
    • Ans. 

      Deferral accounting recognizes revenue or expenses when they are earned or incurred, while accrual accounting recognizes revenue or expenses when they are realized or incurred.

      • Deferral accounting involves postponing the recognition of revenue or expenses until a later period.

      • Accrual accounting involves recognizing revenue or expenses when they are incurred, regardless of when cash is exchanged.

      • Deferral accounting is co...

    • Answered by AI
    • Q4. Journal entries for Accrual and Deferral transactions
    • Ans. 

      Accrual and deferral transactions involve recording revenues or expenses before or after they are actually earned or incurred.

      • Accrual transactions involve recording revenues or expenses before they are actually earned or incurred

      • Deferral transactions involve recording revenues or expenses after they are actually earned or incurred

      • Examples of accrual transactions include recognizing revenue for services provided but not...

    • Answered by AI
    • Q5. What is a Bank Reconciliation and how to process it
    • Ans. 

      Bank reconciliation is the process of comparing a company's records with those of the bank to ensure they match.

      • Gather bank statements and company records

      • Compare deposits, withdrawals, and fees on both sets of records

      • Identify and resolve any discrepancies

      • Adjust the company's records to match the bank's records

      • Prepare a bank reconciliation statement to document the process

      • Example: If the company recorded a deposit of $5...

    • Answered by AI
    • Q6. Difference between Depreciation and Amortization
    • Ans. 

      Depreciation is the allocation of the cost of tangible assets over their useful life, while amortization is the allocation of the cost of intangible assets over their useful life.

      • Depreciation applies to tangible assets like buildings, machinery, and vehicles, while amortization applies to intangible assets like patents, copyrights, and trademarks.

      • Depreciation is usually calculated using methods like straight-line, doub...

    • Answered by AI
    • Q7. Difference between Provisions and Contingent
    • Ans. 

      Provisions are liabilities that are certain to occur, while contingencies are potential liabilities that may or may not occur.

      • Provisions are recognized when the amount is known with reasonable certainty, while contingencies are disclosed in the financial statements as a footnote.

      • Provisions are measured at the best estimate of the amount required to settle the obligation, while contingencies are disclosed if the outcome...

    • Answered by AI
    • Q8. Bad debts journal entries
    • Q9. Other normal questions based on Resume like internships and educational qualifications and about year gap ; And also availability to WFO and to work in any shifts.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Stay positive and answer boldly. Be well prepared with the basics. I brushed up the basic accounting before interview which helped me a lot. Even though my english communication was not that good, my way of answering in the technical round helped me to get selected.
    In Aptitude round try to answer more questions also with better accuracy.
    All the best guys.

    Top Accenture R2R Process Associate Interview Questions and Answers

    Q1. Golden rules of Accounting, Accrual & Matching Concept.
    View answer (4)

    R2R Process Associate Interview Questions asked at other Companies

    Q1. Golden rules of Accounting, Accrual & Matching Concept.
    View answer (4)

    Get interview-ready with Top Accenture Interview Questions

    Sourcing Analyst Interview Questions & Answers

    user image charu wadhwa

    posted on 11 Feb 2025

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    More than 8 weeks
    Result
    Selected Selected
    Round 1 - Technical 

    (3 Questions)

    • Q1. Can you provide a self-introduction?
    • Ans. 

      I am a detail-oriented Sourcing Analyst with a strong background in procurement and vendor management.

      • Over 5 years of experience in strategic sourcing and contract negotiation

      • Proficient in analyzing market trends and supplier performance

      • Skilled in cost reduction strategies and supplier relationship management

    • Answered by AI
    • Q2. Could you provide details about your work experience?
    • Ans. 

      I have 5 years of experience as a Sourcing Analyst in the retail industry.

      • Managed vendor relationships and negotiated contracts

      • Analyzed market trends and pricing to make strategic sourcing decisions

      • Implemented cost-saving initiatives resulting in a 10% reduction in procurement costs

      • Collaborated with cross-functional teams to ensure supply chain efficiency

    • Answered by AI
    • Q3. What is the P2P (Procure to Pay) cycle?
    • Ans. 

      The P2P cycle refers to the process of procuring goods or services, receiving them, and paying for them.

      • The cycle starts with identifying the need for a product or service and creating a purchase requisition.

      • Next, the purchase requisition is approved and converted into a purchase order.

      • The supplier delivers the goods or services, which are then received and inspected by the buyer.

      • Once the goods/services are accepted, a...

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

    (1 Question)

    • Q1. Can you provide a self-introduction?
    • Ans. 

      I am a detail-oriented Sourcing Analyst with a strong background in procurement and supplier management.

      • Experienced in analyzing supplier performance and negotiating contracts

      • Skilled in identifying cost-saving opportunities and improving supply chain efficiency

      • Proficient in using sourcing tools and software such as SAP Ariba

      • Strong communication and interpersonal skills for building relationships with suppliers

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

    (1 Question)

    • Q1. Salary expectation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Collaborate effectively with the team to achieve optimal performance.

    Sourcing Analyst Interview Questions asked at other Companies

    Q1. How you do a negotiation?
    View answer (2)

    Jobs at Accenture

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

    I was interviewed in Jan 2025.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Circular wait Ans A circular chain with two or more processes, each one waiting for a resource held by the next process within the chain
    • Q2. Hold and wait Ans A process must be holding at least one resource while waiting to acquire additional resources held by other process holding them
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. The phrase 'lavish with his hospitality' in the third sentence of the first paragraph means Ans Extravagance in entertaining guest
    • Q2. What is an Accenture coding Test Ans The Accenture coding Test but not like the one in the first stage,its much lengthier and more comprehensive.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - . Be prepared for anything
    . Act kindly to everyone
    . Send follow-up emails
    . Learn job keywords
    . Be mindful of your job location

    Top Accenture Associate Software Engineer Interview Questions and Answers

    Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
    View answer (2)

    Associate Software Engineer Interview Questions asked at other Companies

    Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
    View answer (2)
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I was interviewed in Feb 2025.

    Round 1 - HR 

    (3 Questions)

    • Q1. Tell me about yourself
    • Q2. Expected CTC
    • Q3. Why you left your previous company (Negative answers should be avoided)
    Round 2 - Technical 

    (3 Questions)

    • Q1. Questions based on the concepts of payroll
    • Q2. Expected CTC
    • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
    Round 3 - Behavioral 

    (1 Question)

    • Q1. Regards to Payroll questions on what I did on daily basis.

    Payroll Associate Interview Questions asked at other Companies

    Q1. Why do you choose payroll domain?
    View answer (1)

    Interview Questions & Answers

    user image Anonymous

    posted on 26 Jan 2025

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected
    Round 1 - One-on-one 

    (5 Questions)

    • Q1. Asked question regarding basics of accounting and finance.
    • Q2. What is debit note and credit note.
    • Ans. 

      Debit note is a document issued by a buyer to a seller to request a credit for overpayment or return of goods. Credit note is a document issued by a seller to a buyer to reduce the amount owed due to overpayment or return of goods.

      • Debit note is issued by the buyer to request a credit from the seller.

      • Credit note is issued by the seller to reduce the amount owed by the buyer.

      • Debit note is used when there is an overpaymen...

    • Answered by AI
    • Q3. What is the matching principles
    • Ans. 

      Matching principle is an accounting concept that requires expenses to be matched with revenues in the period they are incurred.

      • Expenses should be recorded in the same period as the revenues they helped generate.

      • It ensures accurate financial reporting by showing the true cost of generating revenue.

      • Example: If a company sells products in January, the cost of goods sold for those products should also be recorded in Januar...

    • Answered by AI
    • Q4. What do you understand by sublegder
    • Ans. 

      A subledger is a detailed record of transactions that feed into the general ledger.

      • Subledgers provide more detailed information on specific accounts or categories.

      • They help in tracking individual transactions before they are summarized in the general ledger.

      • Examples include accounts receivable subledger, accounts payable subledger, and inventory subledger.

    • Answered by AI
    • Q5. What is the bank reconciliation statement
    • Ans. 

      Bank reconciliation statement is a document that compares the bank's records with the company's records of its bank account.

      • It is used to ensure the accuracy of the company's financial records.

      • It lists out any discrepancies between the two sets of records, such as outstanding checks or deposits in transit.

      • The goal is to reconcile the balance per the company's records with the balance per the bank's records.

      • It helps in ...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just keep the basics of accounting and finance very clear.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    No response

    I was interviewed in Jan 2025.

    Round 1 - Technical 

    (5 Questions)

    • Q1. What is a polymorphism?
    • Ans. 

      Polymorphism is the ability of a single function or method to operate on different data types.

      • Allows objects of different classes to be treated as objects of a common superclass.

      • Can be achieved through method overloading or method overriding.

      • Example: Animal class with methods eat() and sleep(), and subclasses like Dog and Cat that override these methods.

    • Answered by AI
    • Q2. Can you explain difference between == and euqals()?
    • Ans. 

      The == operator checks for equality of values, while the equals() method checks for equality of objects.

      • The == operator compares the values of two objects, while the equals() method compares the objects themselves.

      • The == operator is used for primitive data types, while the equals() method is used for objects.

      • Example: int a = 5; int b = 5; a == b will return true, but a.equals(b) will not work as int is a primitive data

    • Answered by AI
    • Q3. What is dependency inversion?
    • Ans. 

      Dependency inversion is a design principle where high-level modules should not depend on low-level modules, but both should depend on abstractions.

      • High-level modules should not depend on low-level modules, both should depend on abstractions

      • Abstractions should not depend on details, details should depend on abstractions

      • Inversion of control containers like Spring Framework in Java implement dependency inversion

    • Answered by AI
    • Q4. Can you explain ACID?
    • Ans. 

      ACID is a set of properties that guarantee database transactions are processed reliably.

      • ACID stands for Atomicity, Consistency, Isolation, Durability

      • Atomicity ensures that all operations in a transaction are completed successfully or none at all

      • Consistency ensures that the database remains in a valid state before and after the transaction

      • Isolation ensures that multiple transactions can occur concurrently without affect...

    • Answered by AI
    • Q5. Please tell me about isolation levels
    • Ans. 

      Isolation levels in databases determine how transactions interact with each other.

      • Isolation levels define the degree to which one transaction must be isolated from the effects of other transactions.

      • Common isolation levels include READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, and SERIALIZABLE.

      • Higher isolation levels provide more data consistency but may impact performance.

      • For example, in READ COMMITTED isolation le...

    • Answered by AI

    Top Accenture Software Developer Interview Questions and Answers

    Q1. Maximum Subarray Sum Problem Statement Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array. Example of Subarrays: An array C is considered a su... read more
    View answer (1)

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
    View answer (42)
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Technical 

    (16 Questions)

    • Q1. How many years of experience you have in CRM and how did you reach this stage on dynamics CRM?
    • Q2. What other CRMs are you aware about.
    • Ans. 

      Some other CRMs include Salesforce, Microsoft Dynamics, and Zoho CRM.

      • Salesforce is a popular CRM used by many companies for sales and marketing purposes.

      • Microsoft Dynamics is known for its integration with other Microsoft products and its customization options.

      • Zoho CRM is a cloud-based CRM solution that offers a wide range of features for managing customer relationships.

    • Answered by AI
    • Q3. Are you comfortable with Marketing CRM capabilities? Have you built any give examples.
    • Ans. 

      Yes, I am comfortable with Marketing CRM capabilities and have experience in building and utilizing them.

      • I have experience in implementing and customizing Marketing CRM systems to meet business needs.

      • I have utilized Marketing CRM capabilities to track customer interactions, manage campaigns, and analyze data for insights.

      • I have integrated Marketing CRM with other systems to streamline processes and improve efficiency.

      • O...

    • Answered by AI
    • Q4. Difference between Plugin and Workflow
    • Ans. 

      Plugins are custom code that can be added to extend functionality, while workflows are automated processes that can be triggered by events.

      • Plugins are custom code that can be added to extend the functionality of a system.

      • Workflows are automated processes that can be triggered by events in a system.

      • Plugins can be used to add new features or customize existing ones.

      • Workflows can automate repetitive tasks and streamline p...

    • Answered by AI
    • Q5. Difference between Canvas App and Model Driven Apps? Have you integrated any with CRM using customisation
    • Ans. 

      Canvas Apps are highly customizable and visually rich, while Model Driven Apps are more structured and data-driven. Both can be integrated with CRM using customizations.

      • Canvas Apps allow for more flexibility in design and layout, with drag-and-drop functionality for components.

      • Model Driven Apps are more focused on data and business processes, with a predefined data model and UI components.

      • Both types of apps can be cust...

    • Answered by AI
    • Q6. What microsoft certifications you hold? How many are pending renewals
    • Ans. 

      I hold Microsoft certifications in Azure and SQL Server. No pending renewals.

      • Certifications in Azure and SQL Server

      • No pending renewals

    • Answered by AI
    • Q7. How does Power BI help in visualisation? Give me difference between basic and advance dashboards
    • Ans. 

      Power BI helps in visualizing data through interactive and customizable dashboards.

      • Power BI allows users to create visually appealing charts, graphs, and maps to represent data in a meaningful way.

      • Basic dashboards in Power BI typically include simple visuals like bar charts, line graphs, and pie charts to display key metrics.

      • Advanced dashboards in Power BI involve more complex visuals like heat maps, scatter plots, and...

    • Answered by AI
    • Q8. What are the steps additionally a pro power BI does? More about transformation
    • Q9. How many connectors have you worked with in power Apps
    • Ans. 

      I have worked with over 20 connectors in Power Apps, including SharePoint, Outlook, and SQL Server.

      • Worked with over 20 connectors in Power Apps

      • Familiar with connectors such as SharePoint, Outlook, and SQL Server

    • Answered by AI
    • Q10. How good is your C# and .Net? And SQL knowledge.
    • Ans. 

      I have extensive experience with C#, .Net, and SQL.

      • Over 5 years of hands-on experience with C# and .Net development

      • Proficient in writing complex SQL queries and stored procedures

      • Experience in optimizing database performance and data modeling

      • Familiar with Entity Framework and LINQ for data access

      • Developed multiple web applications using ASP.NET MVC framework

    • Answered by AI
    • Q11. Explain me any previous CRM project that you built end to end.
    • Ans. 

      Implemented a CRM project for a retail company to streamline customer interactions and improve sales.

      • Analyzed business requirements and designed the CRM system architecture

      • Customized CRM software to fit the specific needs of the retail company

      • Integrated CRM with existing systems for seamless data flow

      • Trained end users on how to effectively use the CRM system

      • Implemented data analytics tools to track customer interaction

    • Answered by AI
    • Q12. Have you explored any AI features integrating with CRM? What's your thoughts on Copilot capabilities
    • Ans. 

      Yes, I have explored AI features integrating with CRM and I believe Copilot capabilities can greatly enhance productivity and efficiency.

      • I have experience implementing AI chatbots for customer service in CRM systems

      • AI features can automate repetitive tasks, improve data accuracy, and provide personalized customer interactions

      • Copilot capabilities can assist users in making data-driven decisions and predicting customer b...

    • Answered by AI
    • Q13. What does Marketing CRM include and explain a marketing Campaign scenario.
    • Ans. 

      Marketing CRM includes customer data management, campaign tracking, lead generation, and customer engagement.

      • Customer data management involves storing and organizing customer information such as contact details, purchase history, and preferences.

      • Campaign tracking allows marketers to monitor the performance of their marketing campaigns, including metrics like open rates, click-through rates, and conversions.

      • Lead generat...

    • Answered by AI
    • Q14. Difference between workflows and Power automate
    • Ans. 

      Workflows are a series of tasks that are automated to achieve a specific goal, while Power Automate is a tool that allows users to create automated workflows.

      • Workflows are a sequence of tasks that are executed in a specific order to achieve a desired outcome

      • Power Automate is a platform that enables users to automate workflows across various applications and services

      • Workflows can be manual or automated, while Power Auto...

    • Answered by AI
    • Q15. In C# can you write code to a plugin quickly? What are classess in C#
    • Ans. 

      Yes, in C# you can quickly write code to a plugin using classes.

      • Yes, in C# you can quickly write code to a plugin by creating a class that implements a specific interface or inherits from a base class.

      • Classes in C# are blueprints for creating objects. They can contain fields, properties, methods, events, and more.

      • For example, you can create a plugin interface and then create a class that implements that interface to wr

    • Answered by AI
    • Q16. Why do you want to join Accenture and how the organisation will benifit from it

    Interview Preparation Tips

    Topics to prepare for Accenture Application Lead interview:
    • MS Dynamics CRM
    • Power apps
    • Power Bi
    • C#
    • ASP.Net
    • Javascript

    Skills evaluated in this interview

    Top Accenture Application Lead Interview Questions and Answers

    Q1. Are you comfortable with Marketing CRM capabilities? Have you built any give examples.
    View answer (2)

    Application Lead Interview Questions asked at other Companies

    Q1. Are you comfortable with Marketing CRM capabilities? Have you built any give examples.
    View answer (2)

    Accenture Interview FAQs

    How many rounds are there in Accenture interview?
    Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and Aptitude Test.
    How to prepare for Accenture 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 Consulting, SQL, Application Development, Java and Business process.
    What are the top questions asked in Accenture interview?

    Some of the top questions asked at the Accenture interview -

    1. If insurance premium is paid for an entire year 1st January to 31st December an...read more
    2. Case. There is a housing society “The wasteful society”, you collect all th...read more
    3. What are three golden rules of accounti...read more
    What are the most common questions asked in Accenture HR round?

    The most common HR questions asked in Accenture interview are -

    1. What are your salary Expectatio...read more
    2. General questi...read more
    How long is the Accenture interview process?

    The duration of Accenture interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Accenture Interview Process

    based on 6.8k interviews

    Interview experience

    4.1
      
    Good
    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.7k 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 Reviews and Ratings

    based on 56.6k reviews

    3.8/5

    Rating in categories

    3.7

    Skill development

    3.6

    Work-life balance

    3.4

    Salary

    3.8

    Job security

    3.8

    Company culture

    3.1

    Promotions

    3.5

    Work satisfaction

    Explore 56.6k Reviews and Ratings
    Corporate Mobility Senior Analyst

    Bangalore / Bengaluru

    8-10 Yrs

    ₹ 6.72-9.0288 LPA

    GN - SONG - MT - Marketing Transformation - Lifesciences - Senior

    Bangalore / Bengaluru

    8-12 Yrs

    Not Disclosed

    Explore more jobs
    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