Filter interviews by
Different algorithms suit various types of raw data, impacting analysis and predictions.
1. Structured Data: Use algorithms like Linear Regression or Decision Trees. Example: Predicting house prices based on features.
2. Unstructured Data: Use NLP techniques or Convolutional Neural Networks (CNNs). Example: Image classification or sentiment analysis.
3. Time Series Data: Use ARIMA or LSTM models. Example: Stock price...
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list - [1, 2, 3], tuple - (1, 2, 3)
Correlation measures the strength and direction of a linear relationship between two variables, while covariance measures the extent to which two variables change together.
Correlation ranges from -1 to 1, where -1 indicates a perfect negative linear relationship, 0 indicates no linear relationship, and 1 indicates a perfect positive linear relationship.
Covariance can take any value between negative infinity and po...
Correlation is a statistical measure that describes the extent to which two variables change together.
Correlation ranges from -1 to 1, with 1 indicating a perfect positive correlation, -1 indicating a perfect negative correlation, and 0 indicating no correlation.
Correlation does not imply causation, meaning just because two variables are correlated does not mean that one causes the other.
Examples of correlation in...
Convolution is a mathematical operation that combines two functions to produce a third function.
Convolution involves sliding one function over another and multiplying the overlapping values at each point.
It is commonly used in signal processing, image processing, and neural networks.
Example: Convolutional Neural Networks (CNNs) use convolution layers to extract features from input data.
Machine learning algorithms are methods that enable computers to learn from data and make predictions or decisions.
Supervised Learning: Algorithms like Linear Regression and Decision Trees use labeled data for training.
Unsupervised Learning: Techniques such as K-Means Clustering and PCA find patterns in unlabeled data.
Reinforcement Learning: Algorithms like Q-Learning learn optimal actions through trial and error ...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Machine learning algorithms are methods that enable computers to learn from data and make predictions or decisions.
Supervised Learning: Algorithms like Linear Regression and Decision Trees use labeled data for training.
Unsupervised Learning: Techniques such as K-Means Clustering and PCA find patterns in unlabeled data.
Reinforcement Learning: Algorithms like Q-Learning learn optimal actions through trial and error in an...
Different algorithms suit various types of raw data, impacting analysis and predictions.
1. Structured Data: Use algorithms like Linear Regression or Decision Trees. Example: Predicting house prices based on features.
2. Unstructured Data: Use NLP techniques or Convolutional Neural Networks (CNNs). Example: Image classification or sentiment analysis.
3. Time Series Data: Use ARIMA or LSTM models. Example: Stock price fore...
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list - [1, 2, 3], tuple - (1, 2, 3)
Correlation measures the strength and direction of a linear relationship between two variables, while covariance measures the extent to which two variables change together.
Correlation ranges from -1 to 1, where -1 indicates a perfect negative linear relationship, 0 indicates no linear relationship, and 1 indicates a perfect positive linear relationship.
Covariance can take any value between negative infinity and positiv...
I appeared for an interview in Feb 2024.
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
Correlation is a statistical measure that describes the extent to which two variables change together.
Correlation ranges from -1 to 1, with 1 indicating a perfect positive correlation, -1 indicating a perfect negative correlation, and 0 indicating no correlation.
Correlation does not imply causation, meaning just because two variables are correlated does not mean that one causes the other.
Examples of correlation include...
Convolution is a mathematical operation that combines two functions to produce a third function.
Convolution involves sliding one function over another and multiplying the overlapping values at each point.
It is commonly used in signal processing, image processing, and neural networks.
Example: Convolutional Neural Networks (CNNs) use convolution layers to extract features from input data.
Top trending discussions
I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.
I appeared for an interview in Aug 2016.
Search a number in sorted rotated array.
Use binary search to find the pivot point where the array is rotated
Determine which half of the array the target number may be in
Perform binary search on the appropriate half of the array to find the target number
based on 6 interview experiences
Difficulty level
Duration
based on 21 reviews
Rating in categories
Intern
4
salaries
| ₹1 L/yr - ₹2.5 L/yr |
Data Science Intern
4
salaries
| ₹1 L/yr - ₹4.3 L/yr |
TCS
Accenture
Wipro
Cognizant