i
NICE
Filter interviews by
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Feature selection techniques are methods used to select the most relevant features for a predictive model.
Filter methods: Select features based on statistical measures like correlation, chi-squared, or mutual information.
Wrapper methods: Use a specific model to evaluate the importance of features by training and testing subsets of features.
Embedded methods: Features are selected as part of the model training process, l...
Covariance measures the relationship between two variables, while correlation measures the strength and direction of a relationship.
Covariance can be positive, negative, or zero, indicating the direction of the relationship.
Correlation is always between -1 and 1, with 1 indicating a perfect positive relationship, -1 indicating a perfect negative relationship, and 0 indicating no relationship.
Covariance is affected by t...
Top trending discussions
Adam optimizer is an extension to the Gradient Descent optimizer with adaptive learning rates and momentum.
Adam optimizer combines the benefits of both AdaGrad and RMSProp optimizers.
Adam optimizer uses adaptive learning rates for each parameter.
Gradient Descent optimizer has a fixed learning rate for all parameters.
Adam optimizer includes momentum to speed up convergence.
Gradient Descent optimizer updates parameters b...
Use ReLU for hidden layers in deep neural networks, avoid for output layers.
ReLU is commonly used in hidden layers to introduce non-linearity and speed up convergence.
Avoid using ReLU in output layers for regression tasks as it can lead to vanishing gradients.
Consider using Leaky ReLU or Sigmoid for output layers depending on the task.
ReLU is computationally efficient and helps in preventing the vanishing gradient prob...
Utilize GPUs for matrix multiplication, deep learning operations, and parallel processing.
Use GPUs for matrix multiplication to speed up computation.
Utilize GPUs for deep learning operations like training neural networks.
Take advantage of GPUs for parallel processing to handle large datasets efficiently.
Sql and python questions were there with basic logic check
Python code with function
Define a function using 'def' keyword
Include parameters inside parentheses
Use 'return' statement to return a value from the function
I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.
Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.
One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.
Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.
Evaluate the model using appropriate...
I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.
I have implemented several projects in my current organization.
Developed a predictive model to forecast customer churn
Built a recommendation system to personalize product recommendations
Created a fraud detection model to identify fraudulent transactions
Implemented a natural language processing model for sentiment analysis
Designed an anomaly detection system to detect network intrusions
Developed a predictive model to identify potential customer churn for a telecom company
Identified key factors contributing to customer churn through exploratory data analysis
Built a logistic regression model to predict customer churn with 85% accuracy
Provided actionable insights to the business team to reduce customer churn and improve customer retention
Implemented the model in production environment using Python and S
Seeking new challenges and growth opportunities in the field of data science.
Looking for a more challenging role to further develop my skills and knowledge in data science.
Interested in exploring new industries and applying data science techniques to solve different problems.
Seeking a company with a strong data-driven culture and a focus on innovation.
Want to work with a diverse team of data scientists and learn from t...
As a Data Scientist, I analyze and interpret complex data to help businesses make informed decisions.
I collect and clean data from various sources.
I use statistical techniques and machine learning algorithms to analyze data.
I develop predictive models and algorithms to solve business problems.
I communicate findings and insights to stakeholders through visualizations and reports.
I am motivated to join your company because of the challenging and innovative work environment.
I am excited about the opportunity to work with cutting-edge technologies and tools in data science.
Your company's reputation for being at the forefront of data-driven decision making is inspiring.
I am impressed by the collaborative and diverse team culture that fosters continuous learning and growth.
The company's commitment ...
Seeking new challenges and growth opportunities in the field of data science.
Looking for a more challenging role to apply and expand my skills
Interested in working with cutting-edge technologies and techniques
Seeking a company with a strong data-driven culture
Want to work on diverse projects and industries to broaden my experience
Desire to make a bigger impact and contribute to solving complex problems
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
Standard question from sql and python in hackerrank
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the linked list, updating pointers to reverse the direction
Return the new head of the reversed linked list
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
Cross entropy loss is used in classification because it penalizes incorrect classifications more heavily, making it more suitable for classification tasks compared to SSE.
Cross entropy loss is more suitable for classification tasks because it penalizes incorrect classifications more heavily than SSE.
Cross entropy loss is commonly used in scenarios where the output is a probability distribution, such as in multi-class c...
RNN is a type of neural network that can process sequential data by retaining memory of previous inputs.
RNN stands for Recurrent Neural Network.
It has loops in the network, allowing information to persist.
RNNs are commonly used in natural language processing and time series analysis.
Example: Predicting the next word in a sentence based on previous words.
Encoder-decoder is a neural network architecture used for tasks like machine translation and image captioning.
Encoder processes input data and generates a fixed-length representation
Decoder takes the representation and generates output data
Commonly used in tasks like machine translation (e.g. translating English to French) and image captioning
LSTM (Long Short-Term Memory) is a type of recurrent neural network that is capable of learning long-term dependencies.
LSTM is designed to overcome the vanishing gradient problem in traditional RNNs.
It has three gates: input gate, forget gate, and output gate, which control the flow of information.
LSTM is commonly used for time series forecasting, such as predicting stock prices or weather patterns.
To use LSTM for fore...
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
252
salaries
| ₹6.5 L/yr - ₹18.3 L/yr |
Technical Lead
175
salaries
| ₹8.2 L/yr - ₹30 L/yr |
Senior Software Engineer
164
salaries
| ₹11.5 L/yr - ₹31.5 L/yr |
Software Engineer and Technical Lead
124
salaries
| ₹9 L/yr - ₹27.1 L/yr |
Software Engineering Specialist
118
salaries
| ₹19.1 L/yr - ₹44 L/yr |
Infosys
TCS
Wipro
HCLTech