Upload Button Icon Add office photos

Filter interviews by

Accenture AP Analyst Interview Questions and Answers

Updated 4 Nov 2021

Accenture AP Analyst Interview Experiences

1 interview found

AP Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2021

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is GR/ IR
  • Ans. 

    GR/IR stands for Goods Receipt/Invoice Receipt.

    • It is a part of the procurement process.

    • It involves matching the goods receipt note with the invoice.

    • It ensures that the payment is made only for the goods received.

    • It helps in maintaining accurate inventory records.

    • Any discrepancies are resolved through the GR/IR clearing account.

    • Example: A company receives 100 units of a product, but the invoice is for 110 units. GR/IR h...

  • Answered by AI
  • Q2. Journal entry for Good receipt
  • Ans. 

    Journal entry for Good receipt

    • Debit inventory account for the cost of goods received

    • Credit accounts payable for the amount owed to the supplier

    • Include details such as date, supplier name, and invoice number

  • Answered by AI
  • Q3. G/ L account reconcile

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience talking to HR and also an effective Round

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude has general maths, English and Finance questions very easy and it was a online aptitude test.

Round 2 - Technical 

(5 Questions)

  • Q1. Derivatives, Types of derivatives
  • Q2. What is indices
  • Ans. 

    Indices are statistical measures used to track the performance of a specific group of assets or market.

    • Indices are used to provide a snapshot of the overall market or a specific sector.

    • They are often used as benchmarks for investment performance.

    • Examples include the S&P 500, Dow Jones Industrial Average, and NASDAQ Composite.

  • Answered by AI
  • Q3. What is capital budgeting
  • Ans. 

    Capital budgeting is the process of planning and managing a firm's long-term investments.

    • Involves evaluating potential investments and deciding which ones to pursue

    • Considers factors such as cash flows, risks, and returns

    • Helps in determining the best allocation of resources for maximum profitability

    • Examples include building a new factory, purchasing equipment, or launching a new product

  • Answered by AI
  • Q4. About financial instruments
  • Q5. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and have completed multiple data analysis projects during my studies.

    • I am proficient in using statistical software such as R and Python for data analysis.

    • I have experience in conducting market research and creating reports to help businesses make informed decisions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hiring Manager Round

Tell me about yourself, internship experience, Derivatives, Shares, Debentures, Capital Budgeting case study scenario
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is a VPN, and how does it work?
  • Q2. What steps would you take if the server were to go down?

Interview Preparation Tips

Interview preparation tips for other job seekers - Review your resume thoroughly and ensure that you understand everything you have included in it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It comprised of 3 sections
1st section
MCQ round:DSA(bitwise operators), DBMS, Networking.
2nd Section
Essay writing (200 words)
3rd Section
Gaming based cognitive ability test.

Then qualified students had to give SVAR test.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you describe your major project
  • Ans. 

    Developed a data analysis tool to track customer behavior and improve marketing strategies.

    • Utilized Python and SQL to extract and analyze customer data

    • Implemented machine learning algorithms to predict customer preferences

    • Collaborated with marketing team to implement targeted campaigns based on analysis

    • Generated reports and visualizations to present findings to stakeholders

  • Answered by AI
  • Q2. Explain the concept of inheritance along with other basic Object-Oriented Programming (OOP) concepts?
  • Ans. 

    Inheritance is a concept in OOP where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • A subclass can inherit from a superclass, gaining access to its attributes and methods.

    • Example: Class 'Animal' can be a superclass, and classes like 'Dog' and 'Cat' can inherit from it.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a thorough understanding of all your projects.

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 25 Nov 2024

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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is data analysis and data science?
  • Ans. 

    Data analysis involves examining, cleaning, transforming, and modeling data to discover useful information, while data science involves using scientific methods, algorithms, and systems to extract knowledge and insights from data.

    • Data analysis focuses on examining and interpreting data to make informed decisions.

    • Data science involves using various techniques and algorithms to extract insights and knowledge from data.

    • Da...

  • Answered by AI
  • Q2. What is array explain numpy in python?
  • Ans. 

    An array in numpy is a grid of values, all of the same type, and is indexed by a tuple of nonnegative integers.

    • Numpy is a popular Python library for numerical computing.

    • Arrays in numpy can be created using the np.array() function.

    • Arrays can have multiple dimensions, such as 1D, 2D, or even higher dimensions.

    • Numpy arrays are more efficient than Python lists for numerical operations.

    • Example: import numpy as np arr = np.a

  • Answered by AI
  • Q3. What is dataframe?
  • Ans. 

    Dataframe is a two-dimensional data structure in pandas that stores data in rows and columns.

    • Dataframe is a key data structure in the pandas library for data manipulation and analysis

    • It is similar to a table in a relational database or a spreadsheet in Excel

    • Dataframes can be created from various data sources such as CSV files, databases, or dictionaries

  • Answered by AI
  • Q4. What is Power Bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • Users can easily share and collaborate on reports with others within their organization.

    • It offers a wide range of visualization options to present data in a meaningful way.

    • Power BI can be ...

  • Answered by AI
  • Q5. What are the data visulaztion tools?
  • Ans. 

    Data visualization tools are software that help in creating visual representations of data to aid in understanding and analysis.

    • Tableau

    • Power BI

    • QlikView

    • Google Data Studio

    • D3.js

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - excellent

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

The test level is moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between c and java
  • Ans. 

    C is a procedural language while Java is an object-oriented language.

    • C is a low-level language, closer to the hardware, while Java is a high-level language.

    • C requires manual memory management, while Java has automatic garbage collection.

    • C is compiled directly to machine code, while Java is compiled to bytecode and runs on a virtual machine.

    • C supports pointers, while Java does not.

    • C is used for system programming, embed...

  • Answered by AI
  • Q2. Excel shortcuts
Round 3 - HR 

(1 Question)

  • Q1. Can you provide a self-introduction?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. How are you, what is your name, where are you from
  • Ans. 

    I am doing well, my name is John Smith, and I am from New York.

    • I am doing well

    • My name is John Smith

    • I am from New York

  • Answered by AI
  • Q2. Hola siva India flag
  • Q3. Siva Reddy vanga india
  • Q4. India vanga siva reddy
  • Q5. King movie good only

Interview Preparation Tips

Interview preparation tips for other job seekers - All good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

GOOD EXPERIENCE - 10 MIN INTERVIEW

Round 2 - Aptitude Test 

EASY EXPERIENCE - 10 MIN INTERVIEW JAVA REALETD

Round 3 - One-on-one 

(2 Questions)

  • Q1. INRODUCE YOURSLEF
  • Q2. FAMILY BACKGROUND
Round 4 - Group Discussion 

Artifical Intelligence

Round 5 - Assignment 

Maths, englkisg, coding

Round 6 - Coding Test 

Abap, python, hard ques

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.

Analyst Interview Questions & Answers

IBM user image Anonymous

posted on 15 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction and other details
  • Q2. Experience on accounts
Round 2 - Group Discussion 

Cloud computing and it’s important on global market

Accenture Interview FAQs

What are the top questions asked in Accenture AP Analyst interview?

Some of the top questions asked at the Accenture AP Analyst interview -

  1. Journal entry for Good recei...read more
  2. What is GR/ ...read more
  3. G/ L account reconci...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.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k 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.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture AP Analyst Salary
based on 7 salaries
₹2.1 L/yr - ₹6 L/yr
7% more than the average AP Analyst Salary in India
View more details

Accenture AP Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

1.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

2.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.1k salaries
unlock blur

₹7 L/yr - ₹25.4 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