Premium Employer

i

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

Nineleaps Technology Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Nineleaps Technology Solutions Senior Data Engineer Interview Questions and Answers

Updated 6 Jun 2024

Nineleaps Technology Solutions Senior Data Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How does spark run in the background?
  • Ans. 

    Spark runs in the background using a cluster manager to allocate resources and schedule tasks.

    • Spark uses a cluster manager (such as YARN, Mesos, or Kubernetes) to allocate resources and schedule tasks.

    • Tasks are executed by worker nodes in the cluster, which communicate with the driver program.

    • The driver program coordinates the execution of tasks and manages the overall workflow.

    • Spark's DAG scheduler breaks the job into...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a python program to find the most occurred number in sequence
  • Ans. 

    Python program to find the most occurred number in a sequence

    • Iterate through the sequence and count the occurrences of each number using a dictionary

    • Find the number with the highest count in the dictionary

    • Handle edge cases like empty sequence or multiple numbers with the same highest count

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Joined as a fresher, basic C program algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack

I applied via Walk-in and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview mainly asked about spark architecture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the basic

Interview Questionnaire 

1 Question

  • Q1. What is the architecture of Spark
  • Ans. 

    Spark has a master-slave architecture with a cluster manager and worker nodes.

    • Spark has a driver program that communicates with a cluster manager to allocate resources and schedule tasks.

    • The cluster manager can be standalone, Mesos, or YARN.

    • Worker nodes execute tasks and store data in memory or on disk.

    • Spark can also utilize external data sources like Hadoop Distributed File System (HDFS) or Amazon S3.

    • Spark supports va...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

Basic Questions on python related to strings

Round 2 - Technical 

(2 Questions)

  • Q1. What method to reduce time complexity
  • Q2. Which technology will suit a particylar situation
  • Ans. 

    Choosing the right technology depends on the specific requirements of the situation.

    • Consider the data size and complexity

    • Evaluate the processing speed and scalability

    • Assess the cost and availability of the technology

    • Take into account the skillset of the team

    • Examples: Hadoop for big data, Spark for real-time processing, AWS for cloud-based solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. Be prepared for the Python questions.Try to attempt them from Hackerrank.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

This was my first campus drive,& it was one of the hardest one too.We had 3 coding problems for 60 mins.It was held on HackerRank & it was not so hard but not so easy for the beginners.
1)Lambda Sort
2) and 3) ques on SQL
It was different ques for each one.

Interview Preparation Tips

Topics to prepare for Junglee Games Data Engineer interview:
  • Python
  • MySQL
Interview preparation tips for other job seekers - Be code at SQL queries,this is more important and good at any one programming language be it Java or Python.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. The interviewer asked all the concepts of pyspark, ETL and a code on dsa
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

It was a coding round with sql ,python questions , few aptitude questions

Round 3 - Technical 

(2 Questions)

  • Q1. They asked few questions sql and python and few questions - depending on the role
  • Q2. BASIC SQL WHAT YOU HAD WRITTEN IN THE CODE
Round 4 - Technical 

(2 Questions)

  • Q1. They asked me few questions related to sql
  • Q2. BASIC PYTHON QUESTIONS LIKE WHAT YOU HAVE WRITTEN IN THE CODE
Round 5 - HR 

(1 Question)

  • Q1. About yourself , your hobby etc

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be able to explain the code you wrote in coding round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Python and SQL questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked about the project
Round 3 - One-on-one 

(1 Question)

  • Q1. ACID properties of DBMS
  • Ans. 

    ACID properties ensure data integrity in DBMS: Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR question and family background

Interview Preparation Tips

Topics to prepare for Junglee Games Data Engineer interview:
  • SQL
  • Python
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your current project? Have you used any AWS services?
  • Q2. Can you explain about EMR andEC2 instance?
  • Ans. 

    EMR is a managed Hadoop framework for processing large amounts of data, while EC2 is a scalable virtual server in AWS.

    • EMR stands for Elastic MapReduce and is a managed Hadoop framework for processing large amounts of data.

    • EC2 stands for Elastic Compute Cloud and is a scalable virtual server in Amazon Web Services (AWS).

    • EMR allows for easy provisioning and scaling of Hadoop clusters, while EC2 provides resizable compute...

  • Answered by AI
  • Q3. What type of schemas did you use for your project. (Star schema, Snowflake Schema)
  • Ans. 

    I have experience working with both Star and Snowflake schemas in my projects.

    • Star schema is a denormalized schema where one central fact table is connected to multiple dimension tables.

    • Snowflake schema is a normalized schema where dimension tables are further normalized into sub-dimension tables.

    • Used Star schema for simpler, smaller datasets where performance is a priority.

    • Used Snowflake schema for complex, larger dat...

  • Answered by AI
  • Q4. Have you used python, pyspark in your projects?
  • Ans. 

    Yes, I have used Python and PySpark in my projects for data engineering tasks.

    • I have used Python for data manipulation, analysis, and visualization.

    • I have used PySpark for big data processing and distributed computing.

    • I have experience in writing PySpark jobs to process large datasets efficiently.

  • Answered by AI
  • Q5. Do you have any experience with serverless schema?
  • Ans. 

    Yes, I have experience with serverless schema.

    • I have worked with AWS Lambda to build serverless applications.

    • I have experience using serverless frameworks like Serverless Framework or AWS SAM.

    • I have designed and implemented serverless architectures using services like AWS API Gateway and AWS DynamoDB.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for real time job experience. Most of the questions they ask are looking for your experience with real time projects.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Nineleaps Technology Solutions Interview FAQs

How many rounds are there in Nineleaps Technology Solutions Senior Data Engineer interview?
Nineleaps Technology Solutions interview process usually has 2 rounds. The most common rounds in the Nineleaps Technology Solutions interview process are Technical.
How to prepare for Nineleaps Technology Solutions Senior 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 Nineleaps Technology Solutions. The most common topics and skills that interviewers at Nineleaps Technology Solutions expect are Healthcare, Python, SQL, Agile Methodology and Apache.
What are the top questions asked in Nineleaps Technology Solutions Senior Data Engineer interview?

Some of the top questions asked at the Nineleaps Technology Solutions Senior Data Engineer interview -

  1. Write a python program to find the most occurred number in seque...read more
  2. How does spark run in the backgrou...read more

Recently Viewed

CAMPUS PLACEMENT

National Institute of Technology, (NIT), Nagaland

INTERVIEWS

Nineleaps Technology Solutions

No Interviews

INTERVIEWS

Nineleaps Technology Solutions

No Interviews

SALARIES

Nineleaps Technology Solutions

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

FIVE CORE ELECTRONICS

No Interviews

INTERVIEWS

Panasonic Life Solutions India

No Interviews

SALARIES

Nineleaps Technology Solutions

SALARIES

Nineleaps Technology Solutions

INTERVIEWS

Nineleaps Technology Solutions

No Interviews

Tell us how to improve this page.

Nineleaps Technology Solutions Senior Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Nineleaps Technology Solutions Transforming your digital journey with technology
Data Analyst
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nineleaps Technology Solutions 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