Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
ResNET architecture specializes in deep residual learning, allowing for easier training of very deep neural networks.
ResNET introduces skip connections to help with the vanishing gradient problem in deep neural networks.
It consists of residual blocks where the input is added to the output of one or more layers.
This architecture enables the training of very deep networks (100+ layers) without issues like vanishing gradi...
Max Pool and Average Pool are used in Excel to summarize data by taking the maximum or average value within a specified range.
Max Pool: Finds the maximum value within a range of cells.
Example: =MAX(A1:A10) will return the maximum value in cells A1 to A10.
Average Pool: Calculates the average value within a range of cells.
Example: =AVERAGE(B1:B5) will return the average value of cells B1 to B5.
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
This was good aptitude test computer based
Coding round share screen and code
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve complex problems.
Key principles of OOPs include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation involves bundling data and methods that operate on the data into a single unit (object).
Inheritance allo...
SOLID principles are a set of five design principles in object-oriented programming to make software more maintainable, flexible, and scalable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with...
I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.
Evaluation metrics for multiclass classification
Accuracy
Precision
Recall
F1 Score
Confusion Matrix
Append adds a single element to a list while extend adds multiple elements.
Append adds the element as it is to the end of the list.
Extend takes an iterable and adds each element of the iterable to the end of the list.
Append can be used to add a single element to a list.
Extend can be used to add multiple elements to a list.
Example: list1 = [1, 2, 3], list2 = [4, 5], list1.append(4) will result in [1, 2, 3, 4], list1.ext
Sort a list and extract the second minimum value.
Sort the list in ascending order using the sort() method.
Extract the second minimum value using indexing.
Handle cases where the list has less than two elements.
It was an half hour test 20 questions purely based on ML and statistical knowledge.
Precision and recall are evaluation metrics used in machine learning to measure the performance of a classification model.
Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.
Recall is the ratio of correctly predicted positive observations to the all observations in actual class.
Precision is important when the cost of false positives is high, while recall is i...
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
Supervised models include linear regression, logistic regression, decision trees, random forests, support vector machines, and neural networks.
Linear regression: used for predicting continuous outcomes
Logistic regression: used for binary classification
Decision trees: used for classification and regression tasks
Random forests: ensemble method using multiple decision trees
Support vector machines: used for classification ...
Do well and contribute well
Do well and contribute well
Do well and contribute well
I am passionate about using data to solve complex problems and make meaningful insights.
I have a strong background in statistics and data analysis
I enjoy working with large datasets and finding patterns within them
I am excited about the opportunity to work on real-world problems and make a positive impact
I expect challenging projects, opportunities for growth, supportive team environment, and continuous learning.
Challenging projects that allow me to apply my skills and knowledge
Opportunities for growth and advancement within the company
Supportive team environment where collaboration and knowledge sharing are encouraged
Continuous learning through training, workshops, and mentorship programs
I am a data-driven individual with a strong background in statistics and machine learning.
Graduated with a degree in Statistics
Proficient in programming languages like Python and R
Experience with data visualization tools like Tableau
Completed projects involving predictive modeling and data analysis
I am looking for a competitive salary based on my skills and experience.
Research industry standards for Jr. Data Scientist salaries
Consider my level of experience and education
Factor in the cost of living in the area where the job is located
Most like other campus recruiting test
Coding for an example in python
Use SELECT statement with DATE_FORMAT function in SQL to print date in desired format.
Use SELECT DATE_FORMAT(date_column, 'desired_format') FROM table_name;
Replace 'date_column' with the column containing the date data and 'desired_format' with the format you want to print the date in.
Example: SELECT DATE_FORMAT(date_column, '%Y-%m-%d') FROM table_name;
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Normal there is not advance requirment
Machine learning is a branch of artificial intelligence that focuses on developing algorithms and models that can learn from and make predictions or decisions based on data.
Machine learning involves training algorithms to learn patterns from data and make predictions or decisions.
It can be supervised, unsupervised, or semi-supervised learning.
Examples include recommendation systems, image recognition, and natural langu
A cloud platform is a service that allows users to store, manage, and process data remotely.
Cloud platforms provide scalable and flexible storage solutions
They offer various services such as computing power, databases, and analytics tools
Examples include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform
A pointer is a variable that stores the memory address of another variable.
Pointers are used to access and manipulate memory directly.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declaring a pointer variable
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Jr. Data Scientist
6
salaries
| ₹6.5 L/yr - ₹8.1 L/yr |
Associate Software Developer
5
salaries
| ₹6 L/yr - ₹9 L/yr |
Associate Software Engineer
4
salaries
| ₹3.5 L/yr - ₹6.7 L/yr |
Data Scientist
4
salaries
| ₹6 L/yr - ₹15 L/yr |
Product Manager
3
salaries
| ₹15 L/yr - ₹15 L/yr |
TCS
Accenture
Wipro
Cognizant