Premium Employer

i

This company page is being actively managed by Veltris Team. If you also belong to the team, you can get access from here

Veltris Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 174 Reviews

Filter interviews by

Veltris Lead Data Scientist Interview Questions and Answers

Updated 7 Nov 2024

Veltris Lead Data Scientist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. L1 vs L2 regularization
  • Ans. 

    L1 regularization adds penalty equivalent to absolute value of coefficients, promoting sparsity. L2 regularization adds penalty equivalent to square of coefficients, promoting smaller weights.

    • L1 regularization is also known as Lasso regularization.

    • L2 regularization is also known as Ridge regularization.

    • L1 regularization can lead to feature selection by setting some coefficients to zero.

    • L2 regularization is more stable ...

  • Answered by AI
  • Q2. Ensemble techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions on resume were not properly formulated. There's confusion in understanding what interviewer is expecting

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Rating compliment the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for the interview here pretty petty place immature audience would turn up for interview and it would look like a forced interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about 1 project you have worked on and what did you learn during this?
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Collected and cleaned customer data including demographics, usage patterns, and customer service interactions.

    • Used various machine learning algorithms such as logistic regression, random forest, and XGBoost to build and evaluate the model.

    • Identified key factors contributing to customer churn such as contract length, monthly charges, and ...

  • Answered by AI
  • Q2. How do you build a recommendation system?
  • Ans. 

    A recommendation system can be built using collaborative filtering, content-based filtering, or hybrid approaches.

    • Collect and preprocess data on user preferences and item attributes

    • Implement collaborative filtering by recommending items based on user behavior and preferences

    • Utilize content-based filtering by recommending items similar to those previously liked by the user

    • Consider hybrid approaches that combine collabor...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Rating compliment the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for the interview here pretty petty place immature audience would turn up for interview and it would look like a forced interview.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Basic analysis and ML questions , more focused on approach instead of coding
Round 3 - HR 

(1 Question)

  • Q1. As like other HR rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. There were 4 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 - Aptitude Test 

Quantitative Analysis , Reasoning and verbal

Round 3 - Technical 

(1 Question)

  • Q1. SQL , Python , Machine Learning (prefered)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions asked available on internet
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string in list
  • Ans. 

    Reverse a string in a list of strings

    • Iterate through each string in the list

    • Use the built-in function to reverse each string

    • Store the reversed strings in a new list

  • Answered by AI
  • Q2. Explain joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Joins questions in sql

Interview Preparation Tips

Topics to prepare for Blenheim Chalcot Jr. Data Scientist interview:
  • SQL
  • Python
  • Machine Learning
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Proficiency in cloud technology
  • Ans. 

    Proficiency in cloud technology is essential for data scientists to efficiently store, manage, and analyze large datasets.

    • Experience with cloud platforms like AWS, Azure, or Google Cloud

    • Knowledge of cloud storage solutions like S3, Blob Storage, or Cloud Storage

    • Understanding of cloud computing concepts like virtual machines, containers, and serverless computing

    • Ability to work with big data technologies like Hadoop, Spa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and true about yourself

Skills evaluated in this interview

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Sql and basis python

Round 2 - Case Study 

Business related case study

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with sql and your project experience

Veltris Interview FAQs

How many rounds are there in Veltris Lead Data Scientist interview?
Veltris interview process usually has 1 rounds. The most common rounds in the Veltris interview process are One-on-one Round.
What are the top questions asked in Veltris Lead Data Scientist interview?

Some of the top questions asked at the Veltris Lead Data Scientist interview -

  1. L1 vs L2 regularizat...read more
  2. Ensemble techniq...read more

Tell us how to improve this page.

Veltris Lead Data Scientist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Veltris Innovate, Accelerate and Transform

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
MAQ Software Interview Questions
2.0
 • 97 Interviews
View all
Software Engineer
51 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Senior Engineer
40 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Video Specialist
32 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Senior Process Associate
25 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Veltris with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview