Add office photos
Engaged Employer

TCS

3.7
based on 87.1k Reviews
Filter interviews by

KPMG India Interview Questions and Answers

Updated 26 Nov 2024
Popular Designations

Q1. what is difference between object detection and segmentation in image

Ans.

Object detection identifies objects in an image, while segmentation assigns a label to each pixel in the image.

  • Object detection involves identifying and locating objects within an image, often using bounding boxes.

  • Segmentation assigns a class label to each pixel in the image, creating a pixel-wise mask for each object.

  • Object detection is typically used when the goal is to identify and locate multiple objects in an image, while segmentation is used for pixel-level understandin...read more

Add your answer

Q2. What ks difference between delete and update

Ans.

Delete removes a record entirely, while update modifies an existing record.

  • Delete removes the entire record from the database

  • Update modifies specific fields of an existing record

  • Delete is irreversible, while update can be undone by another update

  • Example: Deleting a user account vs updating the user's email address

Add your answer

Q3. what is linear regression

Ans.

Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

  • Linear regression aims to find the best-fitting straight line that describes the relationship between variables.

  • It is commonly used for predicting numerical values based on input features.

  • The equation for a simple linear regression model is y = mx + b, where y is the dependent variable, x is the independent variable, m is the slope, and b...read more

Add your answer

Q4. what is support vector machine

Ans.

Support Vector Machine (SVM) is a supervised machine learning algorithm used for classification and regression tasks.

  • SVM finds the hyperplane that best separates different classes in the feature space

  • It works by maximizing the margin between the closest data points from different classes

  • SVM can handle non-linear data by using kernel functions to map data into higher-dimensional space

  • Examples: classifying emails as spam or non-spam, predicting whether a patient has a certain d...read more

Add your answer
Discover KPMG India interview dos and don'ts from real experiences

Q5. Technology used in camera sensor

Ans.

Camera sensors use various technologies such as CMOS and CCD to capture images.

  • CMOS (Complementary Metal-Oxide-Semiconductor) sensors are commonly used in modern digital cameras for their low power consumption and high image quality.

  • CCD (Charge-Coupled Device) sensors are another type of sensor used in some cameras, known for their high-quality images but higher power consumption.

  • Other technologies used in camera sensors include BSI (Back-Side Illuminated) sensors for improve...read more

Add your answer

Q6. What are python decorators

Ans.

Python decorators are functions that modify the behavior of other functions or methods.

  • Decorators are denoted by the @ symbol followed by the decorator function name.

  • They are commonly used for adding functionality to existing functions without modifying their code.

  • Decorators can be used for logging, timing, authentication, caching, etc.

  • Example: @staticmethod decorator in Python is used to define a method that is not bound to a class instance.

Add your answer

Q7. Tell about sql joins

Ans.

SQL joins are used to combine rows from two or more tables based on a related column between them.

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

  • FULL JOIN returns rows when there is a match in one of the ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at KPMG India

based on 3 interviews
Interview experience
4.7
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter