Upload Button Icon Add office photos

Filter interviews by

Neoris Big Data Engineer Interview Questions and Answers

Updated 18 Oct 2023

Neoris Big Data Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 - Coding Test 

Coding on hacker rank

Round 3 - Technical 

(1 Question)

  • Q1. Questions about gcp
Round 4 - HR 

(1 Question)

  • Q1. Ready to relocate

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. All type of joins with example
  • Ans. 

    Different types of joins in SQL with examples

    • Inner Join: Returns rows when there is a match in both tables

    • Left Join: Returns all rows from the left table and the matched rows from the right table

    • Right Join: Returns all rows from the right table and the matched rows from the left table

    • Full Outer Join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q2. How to handle large spark datasets
  • Ans. 

    Large Spark datasets can be handled by partitioning, caching, optimizing transformations, and tuning resources.

    • Partitioning data to distribute workload evenly across nodes

    • Caching frequently accessed data to avoid recomputation

    • Optimizing transformations to reduce unnecessary processing

    • Tuning resources like memory allocation and parallelism for optimal performance

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you tune sparks configuration setting's to optimize query performance
  • Ans. 

    Spark configuration settings can be tuned to optimize query performance by adjusting parameters like memory allocation, parallelism, and caching.

    • Increase executor memory and cores to allow for more parallel processing

    • Adjust shuffle partitions to optimize data shuffling during joins and aggregations

    • Enable dynamic allocation to scale resources based on workload demands

    • Utilize caching to store intermediate results and avo...

  • Answered by AI
  • Q2. What strategies do you use to handle data skew and partition imbalance in spark
  • Ans. 

    To handle data skew and partition imbalance in Spark, strategies include using salting, bucketing, repartitioning, and optimizing join operations.

    • Use salting to evenly distribute skewed keys across partitions

    • Implement bucketing to pre-partition data based on a specific column

    • Repartition data based on a specific key to balance partitions

    • Optimize join operations by broadcasting small tables or using partitioning strategi

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was WeCP based test

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Spark Architecture in detail
  • Ans. 

    Spark Architecture is a distributed computing framework that provides high-level APIs for in-memory computing.

    • Spark Architecture consists of a cluster manager, worker nodes, and a driver program.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark applications run as independent sets of processes on a cluster, coordinated by the SparkContext object.

    • It supports various data ...

  • Answered by AI
  • Q2. Explain higher order function, closure, anonymous function, map, flatmap, tail recursion
  • Ans. 

    Higher order functions, closures, anonymous functions, map, flatmap, and tail recursion are key concepts in functional programming.

    • Higher order function: Functions that can take other functions as arguments or return functions as results.

    • Closure: Functions that capture variables from their lexical scope, even when they are called outside that scope.

    • Anonymous function: Functions without a specified name, often used as a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Big Data Engineer interview:
  • SCALA
  • Spark
  • SQL

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly about spark topics like shuffeling joins, data skew, and pyspark scenarios
  • Q2. Mostly about python and sql scenarios
Round 2 - Behavioral 

(2 Questions)

  • Q1. About behavioural questions
  • Q2. Day to day work and workflow model based questions
Round 3 - HR 

(2 Questions)

  • Q1. Why you need to join infosys
  • Ans. 

    I want to join Infosys because of its reputation for innovation and growth opportunities.

    • Infosys is known for its cutting-edge technology solutions and innovative projects.

    • I am impressed by Infosys' commitment to employee development and career growth.

    • I believe that joining Infosys will provide me with the opportunity to work on challenging projects and enhance my skills.

  • Answered by AI
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare well in pyspark and sql, python and practise well in scenario based questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 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 - Aptitude Test 

Easy only so prepare well that's it

Round 3 - Technical 

(5 Questions)

  • Q1. What method you use
  • Ans. 

    I use a combination of programming languages, tools, and frameworks to analyze and process large datasets.

    • Utilize programming languages like Python, Java, or Scala for data processing

    • Leverage tools like Hadoop, Spark, or Kafka for distributed computing

    • Implement frameworks like MapReduce or Apache Flink for data analysis

    • Use SQL or NoSQL databases for data storage and retrieval

  • Answered by AI
  • Q2. Why you lleave current company
  • Q3. What skill you have
  • Q4. Tell about ur project
  • Q5. What you implemented
  • Ans. 

    Implemented a real-time data processing system using Apache Kafka and Spark for analyzing customer behavior.

    • Developed data pipelines to ingest, process, and analyze large volumes of data

    • Utilized Apache Kafka for real-time data streaming

    • Implemented machine learning algorithms for predictive analytics

    • Optimized data storage and retrieval for faster query performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well easy

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concepts of big data technologies such as schemas on read and write

Interview Preparation Tips

Interview preparation tips for other job seekers - Go trough all the basic content
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Overall exp was good
Round 2 - One-on-one 

(1 Question)

  • Q1. Overall exp was good
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Big Data architecture and coding questions

Interview Questionnaire 

2 Questions

  • Q1. Spark internal architecture and processing.
  • Q2. Hive partition and bucketing real scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about your last company project in depth
  • Q2. What is spark why it is faster than Hadoop
  • Ans. 

    Spark is a fast and distributed data processing engine that can perform in-memory processing.

    • Spark is faster than Hadoop because it can perform in-memory processing, reducing the need to write intermediate results to disk.

    • Spark uses DAG (Directed Acyclic Graph) for processing tasks, which optimizes the workflow and minimizes data shuffling.

    • Spark allows for iterative computations, making it suitable for machine learning...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Big Data Engineer interview:
  • SQL
  • Spark
  • Python
  • boto3

Skills evaluated in this interview

Neoris Interview FAQs

How many rounds are there in Neoris Big Data Engineer interview?
Neoris interview process usually has 4 rounds. The most common rounds in the Neoris interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Neoris Big Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Exl India Interview Questions
3.5
 • 100 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
Intellias Interview Questions
4.7
 • 6 Interviews
View all
Software Developer
5 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

HR Business Partner
4 salaries
unlock blur

₹12 L/yr - ₹14.3 L/yr

SAP Basis Consultant
4 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Recruitment Analyst
3 salaries
unlock blur

₹6.4 L/yr - ₹6.4 L/yr

Associate Director Data Science
3 salaries
unlock blur

₹51 L/yr - ₹52 L/yr

Explore more salaries
Compare Neoris with

Exl India

3.5
Compare

HCL Infosystems

3.9
Compare

Primus Global Technologies

3.9
Compare

Accel Frontline

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