Upload Button Icon Add office photos

KPMG India

Compare button icon Compare button icon Compare

Filter interviews by

KPMG India Interview Questions and Answers

Updated 27 Jun 2025
Popular Designations

390 Interview questions

A Business Analyst was asked 3d ago
Q. What are the various types of charts available in Power BI?
Ans. 

Power BI offers various chart types for data visualization, enhancing insights and decision-making.

  • Bar Chart: Displays categorical data with rectangular bars (e.g., sales by region).

  • Column Chart: Similar to bar charts but vertical (e.g., monthly revenue).

  • Line Chart: Shows trends over time (e.g., stock prices over a year).

  • Pie Chart: Represents proportions of a whole (e.g., market share by company).

  • Area Chart: Simil...

View all Business Analyst interview questions
A Consultant was asked 1w ago
Q. What are the attributes of user access testing?
Ans. 

User access testing ensures that users have appropriate permissions and access levels to systems and data.

  • Verification of user roles: Ensuring users have the correct role-based access, e.g., admin vs. regular user.

  • Access control checks: Testing if unauthorized users can access restricted areas, e.g., sensitive patient records.

  • Audit trails: Reviewing logs to confirm that access attempts are recorded and monitored.

  • U...

View all Consultant interview questions
A Technical Lead was asked 2w ago
Q. How would you find the top 3 accounts with the highest transaction volume month on month?
Ans. 

Identify top 3 accounts with highest transaction volume each month using SQL or data analysis techniques.

  • Use SQL query to group transactions by account and month.

  • Calculate total transaction volume for each account per month.

  • Sort results by transaction volume and limit to top 3 accounts.

  • Example SQL: SELECT account_id, SUM(amount) as total_volume FROM transactions GROUP BY account_id, MONTH(date) ORDER BY total_volu...

View all Technical Lead interview questions
A Technical Lead was asked 2w ago
Q. Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length. Do not allocate extra space for another array; you must do this by modifying th...
Ans. 

Remove duplicates from a sorted array by modifying the array in place and returning the new length.

  • Iterate through the array using a pointer to track unique elements.

  • If the current element is different from the last unique element, add it to the unique position.

  • Return the length of the modified array as the result.

  • Example: For input ['a', 'a', 'b', 'b', 'c'], the output will be ['a', 'b', 'c'] with length 3.

View all Technical Lead interview questions

What people are saying about KPMG India

View All
trendylion
Verified Icon
1w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about KPMG India?
Ask anonymously on communities.
A Technical Lead was asked 2w ago
Q. Given a string, find the length of the longest substring without repeating characters.
Ans. 

Find the length of the longest substring without repeating characters using a sliding window approach.

  • Use a sliding window technique with two pointers to track the current substring.

  • Maintain a set to store characters in the current substring.

  • Expand the right pointer to include new characters until a repeat is found.

  • When a repeat is found, move the left pointer to shrink the window until the repeat is removed.

  • Examp...

View all Technical Lead interview questions
A Data Scientist was asked 1mo ago
Q. Explain list comprehension.
Ans. 

List comprehension is a concise way to create lists in Python using a single line of code.

  • Creates a new list by applying an expression to each item in an iterable.

  • Syntax: [expression for item in iterable if condition]

  • Example: squares = [x**2 for x in range(10)] results in [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]

  • Can include conditions: evens = [x for x in range(10) if x % 2 == 0] results in [0, 2, 4, 6, 8]

View all Data Scientist interview questions
A Sdet Automation Test Engineer was asked 1mo ago
Q. Tell us about Gamma Testing.
Ans. 

Gamma Testing is a type of software testing that focuses on evaluating the system's performance and functionality under various conditions.

  • Performance Evaluation: Gamma Testing assesses how well the software performs under different loads, ensuring it can handle expected user traffic.

  • Functionality Testing: It verifies that all features work as intended, identifying any bugs or issues before the software goes live.

  • ...

View all Sdet Automation Test Engineer interview questions
Are these interview questions helpful?
A Sdet Automation Test Engineer was asked 1mo ago
Q. What is SDET?
Ans. 

SDET stands for Software Development Engineer in Test, focusing on both development and testing to ensure software quality.

  • Dual Role: SDETs combine skills from both software development and testing, allowing them to write automated tests and develop testing frameworks.

  • Automation Expertise: They are proficient in automation tools and frameworks, such as Selenium, JUnit, or TestNG, to streamline testing processes.

  • Co...

View all Sdet Automation Test Engineer interview questions
An Associate was asked 2mo ago
Q. Write a program to reverse a string
Ans. 

Reversing a string involves rearranging its characters in the opposite order, which can be done using various programming techniques.

  • Using Built-in Functions: Many programming languages have built-in functions to reverse strings. For example, in Python: `reversed_string = original_string[::-1]`.

  • Using Loops: You can manually reverse a string by iterating through it in reverse order. Example in Java: `for (int i = s...

View all Associate interview questions
An Associate was asked 2mo ago
Q. Write a program to determine if two strings are anagrams of each other.
Ans. 

A program to identify and group anagrams from a list of strings.

  • An anagram is a word formed by rearranging the letters of another word, e.g., 'listen' and 'silent'.

  • To find anagrams, sort the characters of each string and group them by the sorted result.

  • Example input: ['eat', 'tea', 'tan', 'ate', 'nat', 'bat']

  • Example output: [['eat', 'tea', 'ate'], ['tan', 'nat'], ['bat']]

  • Use a dictionary to map sorted strings to t...

View all Associate interview questions

KPMG India Interview Experiences

844 interviews found

Director Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2020

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. My views on the specific nature of demand for services in corporate restructuring and business turnarounds in the region as a result of the pandemic.
  • Q2. My views on the specific nature of demand for services in corporate restructuring and business turnarounds in region as a result of the pandemic.
  • Q3. How do business owners and banks /lenders react to loan defaults and their response to business rehabilitations after loan defaults / business crisis. Reasons for the same.
  • Ans. 

    Business owners and banks/lenders have varying reactions to loan defaults and business rehabilitations depending on the circumstances.

    • Banks/lenders may initiate legal action to recover their funds

    • Business owners may face challenges in obtaining future loans

    • Rehabilitation efforts may be viewed positively if the business has a solid plan for recovery

    • The severity of the default/crisis and the business's financial history ...

  • Answered by AI
  • Q4. What should be the long-term-focus / business plan and strategy for a new Business and Corporate restructuring division
  • Ans. 

    A new Business and Corporate restructuring division should focus on strategic growth, operational efficiency, and market adaptability.

    • Market Analysis: Conduct thorough market research to identify trends and opportunities for restructuring, such as the rise of digital transformation in industries.

    • Client-Centric Approach: Develop tailored solutions for clients, like creating customized restructuring plans for companies f...

  • Answered by AI
  • Q5. Views on global, regional and local market trends and impact of pandemic on businesses that may create consulting opportunities for the Firm
  • Ans. 

    The pandemic has caused significant disruptions in global, regional, and local markets, creating consulting opportunities for the Firm.

    • The pandemic has accelerated the shift towards digitalization and remote work, creating opportunities for consulting in areas such as cybersecurity and virtual collaboration tools.

    • The pandemic has also highlighted the importance of supply chain resilience, creating opportunities for con...

  • Answered by AI
  • Q6. Views on building business and client relationships by cross selling services and leveraging on the firm's capabilities in other service areas.
  • Ans. 

    Cross selling and leveraging on firm's capabilities is crucial for building business and client relationships.

    • Cross selling helps to increase revenue and deepen client relationships.

    • Leveraging on firm's capabilities in other service areas can provide a competitive advantage.

    • It is important to understand the client's needs and offer relevant services.

    • Effective communication and collaboration between service areas is nec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview for the role of a Director who would help quickly setup the Firm's line of service, focussed on the value add I could bring towards achieving the business plans/strategies/objectives. It was both technical and general in nature. It was a two hour discussion around my knowledge of the market and business environment in region, lenders and business owners attitudes toward and my previous restructuring experience, and finally a lucid assessment of the existing situation and anticipated future business developments and the emerging opportunities in these scenarios.

My simple advice to any candidate for a job would be to do a thorough SWOT and due-diligence on the employer and the role. Understanding the job requirements is key to formulating a convincing response to "why I fit the job". While understanding how the job aligns with employer's goals can help demonstrate how you can achieve these and why they should hire you. This approach changed my interview to more of a joint discussion on a new set up in a very competitive environment with limited visibility on future "sustainable" demand. I was able to informatively and analytically discuss immediate need for loan restructurings, administration, liquidation advisory services for lenders, and the nature of more long-term engagements with business owners for business turnarounds and rehabilitations in a post pandemic business environment.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(21 Questions)

  • Q1. What is the Selenium architecture in relation to C#?
  • Ans. 

    Selenium architecture allows for automation testing of web applications using C# bindings.

    • Selenium WebDriver interacts with web browsers to automate testing

    • C# bindings provide a way to write test scripts in C# language

    • Selenium Grid allows for parallel testing on multiple machines

    • Selenium IDE for recording and playback of test scripts

  • Answered by AI
  • Q2. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
  • Ans. 

    OOP concepts in my project include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Data hiding and bundling of data with methods to operate on that data.

    • Inheritance: Ability to create new classes based on existing classes, promoting code reusability.

    • Polymorphism: Ability for objects of different classes to respond to the same method call.

    • Example: Using inheritance to create a base class 'Shape' with subclas...

  • Answered by AI
  • Q3. What are locators, and what are the different types of XPath?
  • Ans. 

    Locators are used to identify web elements in automated testing. XPath is a language used to navigate XML documents.

    • Locators are used to find and interact with elements on a web page in automated testing.

    • XPath is a language for navigating XML documents and is commonly used to locate elements on a web page.

    • Types of XPath include Absolute XPath, Relative XPath, Contains XPath, and more.

    • Absolute XPath starts from the root...

  • Answered by AI
  • Q4. Have you ever managed cookies and caches in automation?
  • Ans. 

    Yes, I have experience managing cookies and caches in automation.

    • Yes, I have written automation scripts to handle cookies by setting, getting, and deleting them.

    • I have also managed browser caches in automation to ensure accurate testing results.

    • Utilized tools like Selenium WebDriver to interact with cookies and caches during test execution.

  • Answered by AI
  • Q5. How have you managed team members in your previous roles?
  • Ans. 

    I have managed team members by setting clear expectations, providing support and guidance, and fostering a collaborative environment.

    • Set clear expectations for team members regarding goals, deadlines, and responsibilities.

    • Provide support and guidance to team members to help them succeed in their roles.

    • Foster a collaborative environment where team members can communicate openly and work together effectively.

    • Recognize an...

  • Answered by AI
  • Q6. How do you manage a situation where resources are limited and there is a deadline for completing testing?
  • Ans. 

    I prioritize testing based on critical functionalities, automate repetitive tasks, and collaborate with stakeholders to adjust scope if necessary.

    • Prioritize testing based on critical functionalities

    • Automate repetitive tasks to save time

    • Collaborate with stakeholders to adjust scope if necessary

  • Answered by AI
  • Q7. What is the defect life cycle?
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like severity and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect retesting: Testers ve...

  • Answered by AI
  • Q8. What is test scenario?
  • Ans. 

    A test scenario is a detailed description of a specific test case or situation to be tested.

    • Test scenario outlines the steps to be taken, data inputs, and expected outcomes.

    • It helps in ensuring complete test coverage and identifying potential issues.

    • Example: Test scenario for login functionality - enter valid username and password, click login button, verify successful login.

  • Answered by AI
  • Q9. What is the relationship between test coverage and a test matrix?
  • Ans. 

    Test coverage is the measure of how much of the code is tested, while a test matrix is a document that maps test cases to requirements.

    • Test coverage measures the extent to which the source code of a program is executed during testing.

    • A test matrix is a document that maps test cases to requirements, helping to ensure that all requirements are covered by test cases.

    • Test coverage can be used to determine the effectiveness...

  • Answered by AI
  • Q10. How do you handle conflicting situations when working on priority-based tasks?
  • Ans. 

    I prioritize tasks based on impact and urgency, communicate with stakeholders, and seek consensus to resolve conflicts.

    • Prioritize tasks based on impact and urgency

    • Communicate with stakeholders to understand their perspectives

    • Seek consensus by discussing conflicting priorities with team members

    • Use data and metrics to support decision-making

    • Stay flexible and adapt to changing priorities

  • Answered by AI
  • Q11. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
  • Ans. 

    In Gherkin language, 'Given' sets up the initial context, 'When' describes the action taken, and 'Then' specifies the expected outcome.

    • Given: Describes the initial state or precondition of the scenario

    • When: Represents the action or event that occurs

    • Then: Defines the expected outcome or result after the action is taken

    • Example: Given a user is logged in, When they click on the 'Logout' button, Then they should be logged ...

  • Answered by AI
  • Q12. What is the difference between a scenario and a scenario outline?
  • Ans. 

    A scenario is a single test case while a scenario outline is a template for multiple similar test cases with different inputs.

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario outline is a template for multiple test cases with placeholders for inputs

    • In scenario outline, examples table is used to provide different input values for each test case

  • Answered by AI
  • Q13. What contributions have you made to the framework?
  • Ans. 

    I have contributed to the framework by designing and implementing new test cases, improving existing test scripts, and enhancing automation capabilities.

    • Designed and implemented new test cases to cover additional functionalities

    • Improved existing test scripts for better efficiency and coverage

    • Enhanced automation capabilities by integrating new tools and technologies

    • Collaborated with developers to identify and resolve is...

  • Answered by AI
  • Q14. What information do you include in a POM (Project Object Model) file?
  • Ans. 

    POM file includes information about project dependencies, build settings, and plugins in Maven projects.

    • Project dependencies

    • Build settings

    • Plugins

  • Answered by AI
  • Q15. What are the differences between WebDriver and ChromeDriver?
  • Ans. 

    WebDriver is a tool for automating web application testing, while ChromeDriver is a specific implementation for controlling Chrome browser.

    • WebDriver is a generic tool that supports multiple browsers, while ChromeDriver is specifically for Chrome browser.

    • WebDriver provides a common API for interacting with different browsers, while ChromeDriver is used to control Chrome browser instances.

    • WebDriver can be used with diffe...

  • Answered by AI
  • Q16. Syntax of xpath
  • Ans. 

    XPath is a query language for selecting nodes from an XML document.

    • XPath uses path expressions to navigate through elements and attributes in an XML document

    • Syntax includes using slashes to separate elements, square brackets for conditions, and @ symbol for attributes

    • Examples: //bookstore/book[1] selects the first book element under the bookstore element

  • Answered by AI
  • Q17. How do you manage dynamic elements on a webpage?
  • Ans. 

    Dynamic elements on a webpage are managed using various techniques like waiting for element visibility, using explicit waits, and handling AJAX calls.

    • Use explicit waits to wait for the element to be present, visible, clickable, etc.

    • Use dynamic locators like XPath, CSS selectors, or relative locators to locate elements that change dynamically.

    • Handle AJAX calls by waiting for the call to complete before interacting with ...

  • Answered by AI
  • Q18. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
  • Ans. 

    To inspect a drop-down element in Selenium, use the 'Select' class to interact with it.

    • Use the 'Select' class from Selenium's WebDriver library to interact with drop-down elements

    • Identify the drop-down element using its locator (id, name, class, etc.)

    • Instantiate a new Select object by passing the drop-down element as a parameter

    • Use Select object methods like selectByVisibleText(), selectByValue(), selectByIndex() to in...

  • Answered by AI
  • Q19. What is the structure of a framework? Explain.
  • Ans. 

    A framework is a structured set of guidelines, libraries, and tools used to develop and test software applications.

    • A framework provides a foundation for building software applications by defining the overall structure and design patterns.

    • It includes reusable components, libraries, and utilities that help in automating tasks and improving efficiency.

    • Frameworks can be categorized into different types such as testing fram...

  • Answered by AI
  • Q20. Explain feature file linking in relation to the step definition file?
  • Ans. 

    Feature file linking is the process of connecting feature files with step definition files in BDD testing.

    • Feature files contain scenarios written in Gherkin language

    • Step definition files contain the actual code implementation for the steps in feature files

    • Linking is done by specifying the path to the step definition file in the feature file

    • This allows the automation tool to execute the steps defined in the feature file

  • Answered by AI
  • Q21. What do you write in LINQ, what is its purpose, and how do you validate the database data against the user interface?
  • Ans. 

    LINQ is used to query data from different data sources in C#, purpose is to simplify data querying, validate database data against UI using LINQ queries.

    • LINQ is used in C# to query data from different data sources like collections, databases, XML, etc.

    • Purpose of LINQ is to simplify data querying by providing a uniform way to query different types of data sources.

    • To validate database data against the user interface, LIN...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First, secure an interview and obtain an offer letter with a 40% salary increase. After that, negotiate with your current company; if the negotiations do not yield favorable results, use the same offer letter to apply to another company for a higher salary. Ensure to confirm the total cost to company (CTC) they are offering before attending interviews; if their budget does not align with yours, it would waste time for both parties.They may not respond to candidates though interview went well because they may move with lower salary expectations.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Group Discussion 

Programming questions related to Python and React.

Round 2 - Group Discussion 

Programmatical problem related to Python and React

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 4 - Aptitude Test 

Programming Problems related to react and python.

Round 5 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, Memory Management, Multiprocessing, multithreading, GIL, React Components
Round 6 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 7 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 8 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 9 - One-on-one 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy, Django ORM, Class Inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - In the name of the client Round, the internal team will contact you to conduct interview calls known as Preparation Call Round before the Client Round, aimed at creating a positive impression for the client. Typically, no additional rounds follow the HR round, but they conducted five more rounds while merely reiterating the aforementioned details, which led me to cancel my own job application.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Big data , Optimization , Python basic , SQL intermediate
  • Q2. Find max and min number without sorting Joins related Big data handling Optimization question
Round 2 - Technical 

(2 Questions)

  • Q1. Schema , python , sql
  • Q2. Case study sql and python based
Round 3 - Case Study 

Sales data from a leading manufacturer

Software Developer Interview Questions & Answers

user image Sahana Sahana

posted on 18 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell. Me. about your. Self
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Experience in JavaScript frameworks like React and Angular, building dynamic web applications.

    • Proficient in backend technologies such as Node.js and Express, creating RESTful APIs.

    • Strong understanding of databases, both SQL (PostgreSQL) and NoSQL (MongoDB), for efficient data management.

    • Worked on a tea...

  • Answered by AI
  • Q2. Why. Should.. we. choose.. You
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for collaboration that drives project success.

    • Strong Technical Skills: Proficient in Java, Spring Boot, and React, demonstrated by developing a full-stack application that improved user engagement by 30%.

    • Problem-Solving Mindset: Successfully resolved a critical performance issue in a legacy system, reducing load time by 50% through cod...

  • Answered by AI
  • Q3. Hello! I’m Sahana, and I done an MBA with a specialization in HR and Marketing, as well as a B.Com in E-Commerce. I’m done through my internship at Best Engineers pump in Coimbatore I’m passionate about ...
  • Q4. You should hire me because I bring a unique blend of skills in HR and marketing, supported by my academic background and practical experience.managing projects and understanding team dynamics. I am passion...

Interview Preparation Tips

Interview preparation tips for other job seekers - Speaking slowly and clearly can help you appecer relaked and confident
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Only self introduction has been taken

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an extremely disappointing experience with the HR team at KPMG Pune. After traveling a long distance to attend the recruitment process, I encountered unresponsiveness and a lack of professionalism from the HR staff. Despite waiting for two days, I did not receive the assessment test URL, and my calls, emails, and messages were completely ignored.

The behavior of certain HR representatives, particularly Krishna Samhita and Aishwarya Bhosale, was highly unprofessional. They failed to provide clear communication, leaving candidates in uncertainty and wasting valuable time. Such a lack of responsibility and courtesy reflects poorly on a firm of KPMG’s stature.

A company known for its global reputation should ensure that its recruitment process is well-organized and that its HR representatives uphold professionalism and respect for candidates’ time. Unfortunately, my experience was far from that, making it one of the worst hiring processes I have encountered.

I hope KPMG takes this feedback seriously and improves its recruitment process to prevent similar experiences for future candidates.
🙏
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Question on sas sql and credit risk
Round 2 - Technical 

(1 Question)

  • Q1. Similar as round 1 but with manager
Round 3 - Technical 

(1 Question)

  • Q1. Partner round with technical sas questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. Are you relocate ?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am willing to consider relocation for the right position

  • Answered by AI
Round 2 - Assignment 

Briefly 2 topic write depend upon 2 questions given

Round 3 - Technical 

(2 Questions)

  • Q1. Depth previous experience questions ask
  • Q2. Situation based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

GD TOPIC - AI is Bane or Boon

Round 2 - Technical 

(2 Questions)

  • Q1. What is internal Audit and tell me its complete process
  • Ans. 

    Internal Audit is a systematic and independent evaluation of an organization's operations to ensure effectiveness, efficiency, and compliance.

    • Planning: Define scope, objectives, and methodology of the audit.

    • Fieldwork: Collect and analyze data, identify risks and controls.

    • Reporting: Communicate findings, recommendations, and action plans.

    • Follow-up: Monitor implementation of recommendations and track progress.

    • Examples: P...

  • Answered by AI
  • Q2. What is Change Management and Access Control Management in details with example
  • Ans. 

    Change Management involves controlling changes to IT systems, while Access Control Management focuses on managing user access to these systems.

    • Change Management is the process of managing changes to IT systems in a controlled and systematic manner.

    • Access Control Management involves managing user access to IT systems, ensuring only authorized users have access to specific resources.

    • Change Management includes steps like ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and have knowledge in each and every field not in very details but have some basic knowledge for every field.

Quality Analyst Interview Questions & Answers

user image Angel Light

posted on 24 Nov 2024

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

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join kpmg?
  • Q3. What you understand about the job?
  • Ans. 

    A Quality Analyst ensures that products meet specified standards and requirements through testing and evaluation processes.

    • Testing Methodologies: Quality Analysts use various testing methods such as manual testing, automated testing, and regression testing to ensure software quality.

    • Defect Tracking: They identify, document, and track defects using tools like JIRA or Bugzilla, ensuring that issues are resolved before pr...

  • Answered by AI
  • Q4. What is your work experience?
  • Q5. How will you see yourself within 5 years?
  • Ans. 

    In five years, I envision myself as a seasoned Quality Analyst, leading projects and mentoring new team members to ensure quality excellence.

    • Career Advancement: I aim to progress to a Senior Quality Analyst role, where I can take on more responsibilities and lead quality initiatives.

    • Skill Development: I plan to enhance my skills in automation testing tools like Selenium and performance testing tools like JMeter to impr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very Simple questions. They just how we well communicate with them
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Top and Bottom in one sheet
  • Ans. 

    Use LOD calculations to display top and bottom values in one sheet in Tableau.

    • Use Level of Detail (LOD) calculations to create separate calculated fields for top and bottom values.

    • Use these calculated fields in the same sheet to display both top and bottom values.

    • For example, create a calculated field for top values using {FIXED [Dimension]: MAX([Measure])} and another for bottom values using {FIXED [Dimension]: MIN([M...

  • Answered by AI
  • Q2. Usage of parameter and filters
  • Ans. 

    Parameters and filters are key features in Tableau for dynamic data analysis and visualization.

    • Parameters allow users to input values that can be used in calculations, filters, and reference lines.

    • Filters are used to limit the data displayed in a visualization based on specified criteria.

    • Parameters can be used to create dynamic filters that allow users to interact with the data in real-time.

    • Combining parameters and fil...

  • Answered by AI
  • Q3. Types of LOD and its use case
  • Ans. 

    Types of LOD include Fixed, Include, and Exclude LOD calculations for different use cases.

    • Fixed LOD: Used to ignore the level of detail in the view and compute an aggregate value.

    • Include LOD: Used to compute an aggregate value at a higher level of detail than the view.

    • Exclude LOD: Used to compute an aggregate value at a lower level of detail than the view.

  • Answered by AI
  • Q4. Performance Optimization
Round 2 - Technical 

(3 Questions)

  • Q1. Project Overview and Size
  • Q2. Performance Optimization
  • Q3. Open for work in different technologies
Round 3 - Behavioral 

(3 Questions)

  • Q1. Introduction and Role
  • Q2. Tableau Prep and its usage
  • Ans. 

    Tableau Prep is a data preparation tool that allows users to clean, combine, and shape data for analysis in Tableau.

    • Tableau Prep helps in cleaning and transforming data before visualizing it in Tableau Desktop.

    • It allows users to easily combine multiple data sources and perform data cleaning tasks like removing duplicates, splitting columns, and aggregating data.

    • Tableau Prep also provides a visual interface for creating...

  • Answered by AI
  • Q3. Snowflake vs Star Schema
  • Ans. 

    Snowflake schema is a normalized form of Star schema with multiple levels of dimension tables.

    • Snowflake schema has normalized dimension tables, while Star schema has denormalized dimension tables.

    • Snowflake schema is more complex and requires more joins compared to Star schema.

    • Star schema is easier to understand and query, making it more suitable for smaller datasets.

    • Snowflake schema is more suitable for larger datasets...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was purely technical, rest two were combined of technical and managerial.

KPMG India Interview FAQs

How many rounds are there in KPMG India interview?
KPMG India interview process usually has 2-3 rounds. The most common rounds in the KPMG India interview process are Technical, One-on-one Round and HR.
How to prepare for KPMG India 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 KPMG India. The most common topics and skills that interviewers at KPMG India expect are Computer Networking, Professional Services, Project Management, Information Technology and Focus.
What are the top questions asked in KPMG India interview?

Some of the top questions asked at the KPMG India interview -

  1. While working late at night, you figure out that the data available with you ha...read more
  2. "A woman came to the market to sell eggs. The first customer bought half of her...read more
  3. Without the help of internet help me calculate the no. of white cars sold in Mu...read more
What are the most common questions asked in KPMG India HR round?

The most common HR questions asked in KPMG India interview are -

  1. What are your salary expectatio...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the KPMG India interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 689 interview experiences

Difficulty level

Easy 16%
Moderate 75%
Hard 9%

Duration

Less than 2 weeks 64%
2-4 weeks 25%
4-6 weeks 7%
6-8 weeks 3%
More than 8 weeks 1%
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.7
 • 3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
ZS Interview Questions
3.3
 • 472 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 110 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
View all

KPMG India Reviews and Ratings

based on 6.2k reviews

3.5/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.3

Salary

3.6

Job security

3.3

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 6.2k Reviews and Ratings
Consultant
8.6k salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Assistant Manager
7.8k salaries
unlock blur

₹11 L/yr - ₹33 L/yr

Associate Consultant
5.1k salaries
unlock blur

₹4.6 L/yr - ₹18 L/yr

Analyst
3.7k salaries
unlock blur

₹1 L/yr - ₹9.4 L/yr

Manager
3.5k salaries
unlock blur

₹15.5 L/yr - ₹47.5 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.7
Compare

PwC

3.4
Compare

Capgemini

3.7
Compare

Google

4.4
Compare
write
Share an Interview