Upload Button Icon Add office photos

Filter interviews by

Sales Point Data Analyst Intern Interview Questions and Answers for Experienced

Updated 24 Jan 2024

Sales Point Data Analyst Intern Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Knowing about data analytics?
  • Ans. 

    Data analytics involves analyzing and interpreting data to gain insights and make informed decisions.

    • Data analytics is the process of examining data sets to draw conclusions and identify patterns.

    • It involves using statistical techniques and tools to analyze data and extract meaningful insights.

    • Data analytics helps businesses and organizations make data-driven decisions and improve performance.

    • Examples of data analytics...

  • Answered by AI
  • Q2. What is Power Bi, why we use power bi, and what is the power query in power bi?
  • Ans. 

    Power BI is a business analytics tool used to visualize and analyze data. Power Query is a data transformation and shaping tool in Power BI.

    • Power BI is a powerful business intelligence tool developed by Microsoft.

    • It allows users to connect to various data sources, transform and clean the data, and create interactive visualizations and reports.

    • Power BI enables data analysts to gain insights and make data-driven decision...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Your Prospective
  • Q3. Your strength and weakness
  • Q4. Why should hire you

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What about your self?
  • Q2. Family background
  • Q3. Power BI test and advanced excel
  • Q4. Microsoft access test
  • Q5. Python test and One to one discussion with super boss
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one easy question and asked what will be the output
  • Q2. Leetcode 2 sum question

Interview Preparation Tips

Interview preparation tips for other job seekers - I was pretty much sure that I would pass L1 round and hoping for L2 round. I was interviewing for Generative AI Engineer. It was full 1 hr. The interviewer was less experienced than me. He asked me about my current work and focused more on previous work. I gave 80% correct answers and still did not make it. Don't know what they were expecting from me. Then I thought, maybe they are just taking the interview for the name sake. Sometimes, rejections are baseless.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning, Deep learning, Generative AI, the working of transformers etc.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning and deep learning with projects done. This was a client round.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, project discussion, why change? Why Wipro
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Explain XGBoost algoritm
  • Ans. 

    XGBoost is a powerful machine learning algorithm known for its speed and performance in handling large datasets.

    • XGBoost stands for eXtreme Gradient Boosting, which is an implementation of gradient boosting machines.

    • It is widely used in machine learning competitions and is known for its speed and performance.

    • XGBoost uses a technique called boosting, where multiple weak learners are combined to create a strong learner.

    • It...

  • Answered by AI
  • Q2. XgBoost algorithm has 10-20 features. How are the splits decided, on which feature are they going to be divided?
  • Ans. 

    XgBoost algorithm uses a greedy approach to determine splits based on feature importance.

    • XgBoost algorithm calculates the information gain for each feature to determine the best split.

    • The feature with the highest information gain is chosen for the split.

    • This process is repeated recursively for each node in the tree.

    • Features can be split based on numerical values or categories.

    • Example: If a feature like 'age' has the hi...

  • Answered by AI
  • Q3. Do you have any experience on cloud platform?
  • Ans. 

    Yes, I have experience working on cloud platforms such as AWS and Google Cloud.

    • Experience with AWS services like S3, EC2, and Redshift

    • Familiarity with Google Cloud services like BigQuery and Compute Engine

    • Utilized cloud platforms for data storage, processing, and analysis

  • Answered by AI
  • Q4. What is entropy, information gain?
  • Ans. 

    Entropy is a measure of randomness or uncertainty in a dataset, while information gain is the reduction in entropy after splitting a dataset based on a feature.

    • Entropy is used in decision tree algorithms to determine the best feature to split on.

    • Information gain measures the effectiveness of a feature in classifying the data.

    • Higher information gain indicates that a feature is more useful for splitting the data.

    • Entropy ...

  • Answered by AI
  • Q5. What is hypothesis testing?
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • The null hypothesis is assumed to be true until there is enough evidence to reject it.

    • Statistical tests are used to determine the likelihood of observing the data if the null hypothesis is true.

    • The p-value is used to determine ...

  • Answered by AI
  • Q6. Explain precision and recall, when are they used in which scenario?
  • Ans. 

    Precision and recall are metrics used in evaluating the performance of classification models.

    • Precision measures the accuracy of positive predictions, while recall measures the ability of the model to find all positive instances.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN)

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • For example, in a spam email de...

  • Answered by AI
  • Q7. What is data imbalance?
  • Ans. 

    Data imbalance refers to unequal distribution of classes in a dataset, where one class has significantly more samples than others.

    • Data imbalance can lead to biased models that favor the majority class.

    • It can result in poor performance for minority classes, as the model may struggle to accurately predict them.

    • Techniques like oversampling, undersampling, and using different evaluation metrics can help address data imbala...

  • Answered by AI
  • Q8. What is SMOTE? Do you have any experience working on Time Series? Code analysis of global variable?
  • Ans. 

    SMOTE stands for Synthetic Minority Over-sampling Technique, used to balance imbalanced datasets by generating synthetic samples.

    • SMOTE is commonly used in machine learning to address class imbalance by creating synthetic samples of the minority class.

    • It works by generating new instances of the minority class by interpolating between existing instances.

    • SMOTE is particularly useful in scenarios where the minority class i...

  • Answered by AI
  • Q9. Find 5th highest salary in every department. What are window functions Difference between union and union all Difference between delete and truncate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well. Go through the top questions asked for SQL,Python,Data Science.
Well versed with resume projects and concepts used in it.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

DSA was asked. And general coding language questions were asked. Previous experience based questions were asked.

Round 2 - Coding Test 

Machine Learning, Generative AI, Deep learning interview questions. 2 Coding problems based on Algorithms.

Round 3 - Technical 

(3 Questions)

  • Q1. One systems design question was there.
  • Q2. Situations based problems was there.
  • Q3. Questions on Past experiences.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Cosine similarity
  • Ans. 

    Cosine similarity measures the similarity between two non-zero vectors in an inner product space.

    • Cosine similarity ranges from -1 to 1, with 1 indicating identical vectors and -1 indicating opposite vectors.

    • It is commonly used in information retrieval, text mining, and recommendation systems.

    • Formula: cos(theta) = (A . B) / (||A|| * ||B||)

    • Example: Calculating similarity between two documents based on their word frequenc

  • Answered by AI
  • Q2. What is difference between recall and precission
  • Ans. 

    Recall is the ratio of correctly predicted positive observations to the all observations in actual class, while precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

    • Recall is about the actual positive instances that were correctly identified by the model.

    • Precision is about the predicted positive instances and how many of them were actually positive.

    • Recall = Tr...

  • Answered by AI
  • Q3. How to remove stop words and how it works
  • Ans. 

    Stop words are common words like 'the', 'is', 'and' that are removed from text data to improve analysis.

    • Stop words are commonly removed from text data to improve the accuracy of natural language processing tasks.

    • They are typically removed before tokenization and can be done using libraries like NLTK or spaCy.

    • Examples of stop words include 'the', 'is', 'and', 'in', 'on', etc.

  • Answered by AI
  • Q4. Whats the goal of project
Round 2 - One-on-one 

(1 Question)

  • Q1. Pipeline design

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between supervised and unsupervised learning
  • Ans. 

    Supervised learning uses labeled data to train a model, while unsupervised learning uses unlabeled data.

    • Supervised learning requires a target variable for training the model.

    • Examples of supervised learning include classification and regression.

    • Unsupervised learning finds patterns and relationships in data without a target variable.

    • Examples of unsupervised learning include clustering and dimensionality reduction.

  • Answered by AI
  • Q2. What is sigmoid function
  • Ans. 

    Sigmoid function is a mathematical function that maps any real value to a value between 0 and 1.

    • Used in machine learning for binary classification problems to produce probabilities

    • Commonly used in logistic regression

    • Has an S-shaped curve

    • Equation: f(x) = 1 / (1 + e^(-x))

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Statistical concepts, Machine learning concepts, project related questions
  • Q2. Confusion matrix
  • Q3. What is standardization
  • Ans. 

    Standardization is the process of rescaling the features so that they have the properties of a standard normal distribution with a mean of 0 and a standard deviation of 1.

    • Standardization helps in comparing different features on a common scale.

    • It is useful when the features have different units or scales.

    • Commonly used in machine learning algorithms like support vector machines and k-nearest neighbors.

    • Example: If one fea...

  • Answered by AI
  • Q4. What is normalization
  • Ans. 

    Normalization is the process of scaling and standardizing data to a common range.

    • Normalization helps in comparing different features on the same scale.

    • Common techniques include Min-Max scaling and Z-score normalization.

    • Example: Scaling age and income variables to a range of 0 to 1.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Machine learning concepts, share screen and write code in python

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the pshyco took the second round. His name is Mihir Desai. This guy speak like pshyco. Seems he doesn't want to hire good peoples. As I'm a ex-mindtreeyan I know most of the managers are pshyco only. He also same like that.
He behaves rudely to candidate. He thinks he is the only guy who have DS skills in the world. One of the worst I have ever seen, Mindtree@LTIMindtree should revamp the company otherwise god have to save them from closing the company. Don't prefer this company. my best suggestion.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Discussion on projects mentioned in the Resume
  • Q2. Two Python live coding questions
  • Q3. Few DL, ML, Transformers, and NLP questions Few questions on deployment tools mentioned in the resume
Round 2 - HR 

(1 Question)

  • Q1. General HR discussion

Sales Point Interview FAQs

How many rounds are there in Sales Point Data Analyst Intern interview for experienced candidates?
Sales Point interview process for experienced candidates usually has 3 rounds. The most common rounds in the Sales Point interview process for experienced candidates are Resume Shortlist, Technical and HR.
What are the top questions asked in Sales Point Data Analyst Intern interview for experienced candidates?

Some of the top questions asked at the Sales Point Data Analyst Intern interview for experienced candidates -

  1. What is Power Bi, why we use power bi, and what is the power query in power ...read more
  2. Knowing about data analyti...read more
  3. Your Prospect...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sales Point interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Relationship Manager
6 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Power BI Developer
4 salaries
unlock blur

₹1.5 L/yr - ₹7.2 L/yr

User Experience User Interface Designer and Developer
3 salaries
unlock blur

₹2.7 L/yr - ₹2.7 L/yr

Explore more salaries
Compare Sales Point with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview