Upload Button Icon Add office photos
Premium Employer

i

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

SpringML

Compare button icon Compare button icon Compare
4.0

based on 46 Reviews

Filter interviews by

SpringML Data Engineer Interview Questions and Answers

Updated 6 Jun 2024

SpringML Data Engineer Interview Experiences

4 interviews found

Data Engineer Interview Questions & Answers

user image Sarath Chandrika K

posted on 6 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic python coding on strings and arrays

Round 2 - Coding Test 

SQL and puzzle questions that enhances thinking

Round 3 - HR 

(1 Question)

  • Q1. General intro, background verification

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2022

I applied via LinkedIn and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

This round consists of Aptitude and Coding questions. They are generally easy to moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Live Coding - Python
  • Q2. Questions related to Python and your resume
Round 3 - One-on-one 

(1 Question)

  • Q1. It’s generally Director round. Few puzzles, coding and discussions
Round 4 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What is your family background?
  • Q3. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics. All coding questions are fun and they are trying to recruit not reject - very friendly interview process.

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing ... read more
asked in Sigmoid
Q2. Next Greater ElementYou are given an array arr of length N. You h ... read more
asked in Sigmoid
Q3. Search In Rotated Sorted ArrayAahad and Harshit always have fun b ... read more
asked in Cisco
Q4. Covid VaccinationWe are suffering from the Second wave of Covid-1 ... read more
asked in Sigmoid
Q5. K-th element of 2 sorted arrayYou are given two sorted arrays/lis ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via Naukri.com and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. Basic questions related to work experience. Few questions on Python and more focus on sql.
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round, with more focus on SQL.
Round 4 - HR 

(1 Question)

  • Q1. Final culture fit interview with salary expectations questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills on SQL and Python. Cloud knowledge is not that necessary but its always good to have.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Coding questions on python and sql and basic one to one discussion on my previous works
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical round 2 - Taken by a manager and the difficulty was little more and he asked more questions in deep

SpringML interview questions for designations

 Associate Data Engineer

 (1)

 Data Analyst

 (1)

 Senior Software Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1st round was Aptitude, which is average difficultly level.

Round 2 - Group Discussion 

2nd round was Group Discussions, here they only check our communication.

Round 3 - Technical 

(5 Questions)

  • Q1. Techincal Round, here the technical questions about our bachgroud were asked. They will ask questions based on our resume.
  • Q2. What is Artificial Intelligence?
  • Ans. 

    Artificial Intelligence is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves machines performing tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.

    • Machine learning is a subset of AI that enables machines to learn from data and improve their performance over time.

    • Examples of AI applic...

  • Answered by AI
  • Q3. What is Power BI?
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a data visualization tool used to create interactive reports and dashboards.

    • It allows users to connect to various data sources, clean and transform data, and create visually appealing reports.

    • Power BI offers a wide range of visualization options such as charts, graphs, maps, and...

  • Answered by AI
  • Q4. How to load Data in Power BI?
  • Ans. 

    Data can be loaded in Power BI by connecting to various data sources like Excel, SQL databases, online services, etc.

    • Connect to data sources by clicking on 'Get Data' in Power BI

    • Select the desired data source (e.g. Excel, SQL Server, SharePoint, etc.)

    • Choose the specific data tables or queries to import into Power BI

    • Transform and clean the data using Power Query Editor if needed

    • Load the data into Power BI model for visu

  • Answered by AI
  • Q5. Explain about your final year project?
  • Ans. 

    Developed a predictive analytics model for predicting customer churn in a telecom company.

    • Used machine learning algorithms like logistic regression and random forest for analysis.

    • Performed data preprocessing, feature engineering, and model evaluation.

    • Achieved an accuracy of 85% in predicting customer churn.

    • Presented findings and recommendations to the telecom company's management team.

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

Emtec user image Gaurav Pirthani

posted on 1 Nov 2022

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 

(3 Questions)

  • Q1. Python - find max from array without using built in function
  • Ans. 

    Find max from array in Python without using built-in function.

    • Iterate through the array and compare each element with a variable storing the current maximum value.

    • If the element is greater than the current maximum, update the variable.

    • Return the variable after iterating through the entire array.

  • Answered by AI
  • Q2. Spark cluster configuration
  • Q3. Python split data interview question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for programming language in detail as the recruiter is looking for coding knowledge rather than spark sql

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOP questions SQL Questions Programming structure
Round 2 - Technical 

(1 Question)

  • Q1. SQL questions MVC and C# related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Pen and paper test
C and C++ output questions
Basic flowchart question
Only 3 out of 60 students were selected

Round 2 - One-on-one 

(1 Question)

  • Q1. After writing about your project CFO will take interview my tech stack didn't meet companies requirement hence all three students were rejected.

SpringML Interview FAQs

How many rounds are there in SpringML Data Engineer interview?
SpringML interview process usually has 3-4 rounds. The most common rounds in the SpringML interview process are Coding Test, Technical and One-on-one Round.
How to prepare for SpringML Data Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SpringML. The most common topics and skills that interviewers at SpringML expect are Python, J2Ee, Java, Machine Learning and Cloud.
What are the top questions asked in SpringML Data Engineer interview?

Some of the top questions asked at the SpringML Data Engineer interview -

  1. Technical round 2 - Taken by a manager and the difficulty was little more and h...read more
  2. Coding questions on python and sql and basic one to one discussion on my previo...read more
  3. Basic questions related to work experience. Few questions on Python and more fo...read more

Tell us how to improve this page.

SpringML Data Engineer Salary
based on 27 salaries
₹5 L/yr - ₹12.5 L/yr
32% less than the average Data Engineer Salary in India
View more details

SpringML Data Engineer Reviews and Ratings

based on 12 reviews

4.1/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.5

Salary

4.1

Job security

4.4

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Associate Data Engineer
37 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Data Engineer
27 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Senior Data Engineer
23 salaries
unlock blur

₹8.2 L/yr - ₹20 L/yr

Software Developer
15 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Lead Data Engineer
14 salaries
unlock blur

₹20 L/yr - ₹25 L/yr

Explore more salaries
Compare SpringML with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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