Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Actually it was very easy, anyone with basic interview knowledge can attend this
ML algorithms are techniques used to enable machines to learn from data and make predictions or decisions without being explicitly programmed.
Supervised learning: algorithms learn from labeled training data, e.g. linear regression, support vector machines
Unsupervised learning: algorithms find patterns in data without labeled responses, e.g. clustering, dimensionality reduction
Reinforcement learning: algorithms learn to...
Support vector machine is a supervised machine learning algorithm used for classification and regression tasks.
SVM finds the hyperplane that best separates the classes in the feature space
It works well for high-dimensional data and is effective in cases with clear margin of separation
Can handle non-linear data by using kernel trick to map data into higher dimensional space
Popular kernels include linear, polynomial, rad
Conduct online and very easy questions
I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.
Topic is machine learning and AI
Python programming coding
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Job Portal and was interviewed in Aug 2021. There were 2 interview rounds.
Precision is the ratio of correctly predicted positive observations to the total predicted positive observations, while Recall is the ratio of correctly predicted positive observations to the all observations in actual class.
Precision focuses on the accuracy of positive predictions, while Recall focuses on the proportion of actual positives that were correctly identified.
Precision = TP / (TP + FP)
Recall = TP / (TP + FN...
Hyperparameters of Random Forest include number of trees, max depth of trees, minimum samples per leaf, and maximum features.
Number of trees: Determines the number of decision trees in the forest.
Max depth of trees: Controls the maximum depth of each decision tree.
Minimum samples per leaf: Specifies the minimum number of samples required to be at a leaf node.
Maximum features: Determines the maximum number of features t
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
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 bo
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.
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 vari...
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...
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 imag...
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 senso...
Implement a sorting algorithm to sort a list without using built-in functions.
Use a common sorting algorithm like bubble sort, selection sort, or insertion sort.
Iterate through the list and compare adjacent elements to swap them if necessary.
Repeat the process until the list is sorted in ascending order.
Web scraping is the process of extracting data from websites using code.
Identify the website and the specific data to be extracted
Use libraries like BeautifulSoup or Scrapy in Python to parse HTML
Inspect the website's HTML structure to locate the data
Write code to extract the data and store it in a desired format
based on 3 interviews
1 Interview rounds
based on 5 reviews
Rating in categories
Machine Learning Engineer
7
salaries
| ₹3 L/yr - ₹3 L/yr |
Front end Developer
5
salaries
| ₹0.8 L/yr - ₹9 L/yr |
Artificial Intelligence Researcher
5
salaries
| ₹6 L/yr - ₹6 L/yr |
Data Analyst
4
salaries
| ₹4.2 L/yr - ₹4.3 L/yr |
HR Executive Recruiter
4
salaries
| ₹1.2 L/yr - ₹2.4 L/yr |
TCS
Accenture
Wipro
Cognizant