Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GlobalLogic Senior Data Engineer Interview Questions and Answers

Updated 3 Jan 2025

GlobalLogic Senior Data Engineer Interview Experiences

3 interviews found

Senior Data Engineer Interview Questions & Answers

user image Vishwajit Kumar

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Windows function-related questions.
  • Q2. Join Related Questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Join related Questions
  • Q2. Subqueries related queations.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 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 

(3 Questions)

  • Q1. Explain spark internal flow from end to end
  • Ans. 

    Spark internal flow involves job submission, DAG creation, task scheduling, and execution.

    • Job submission: User submits a Spark job to the SparkContext.

    • DAG creation: SparkContext creates a Directed Acyclic Graph (DAG) of the job.

    • Task scheduling: DAGScheduler breaks the DAG into stages and tasks, which are scheduled by TaskScheduler.

    • Task execution: Executors execute the tasks and return results to the driver.

    • Result fetch...

  • Answered by AI
  • Q2. Explain details of hive meta store
  • Ans. 

    Hive meta store stores metadata about Hive tables, partitions, columns, and storage location.

    • Hive meta store is a central repository that stores metadata information about Hive tables, partitions, columns, and storage location.

    • It stores this metadata in a relational database like MySQL, Derby, or PostgreSQL.

    • The metadata includes information such as table names, column names, data types, file formats, and storage locati...

  • Answered by AI
  • Q3. Write sql query for some simple tables
  • Ans. 

    SQL query for simple tables

    • Use SELECT statement to retrieve data

    • Specify the columns you want to select

    • Use FROM clause to specify the tables you are querying from

    • Add WHERE clause to filter the results if needed

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Depth into data engineer skills
  • Q2. More questions on python programming

Skills evaluated in this interview

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in 7 Eleven
Q3. How do you handle data pipeline when the schema information keeps ... read more
asked in 7 Eleven
Q4. Difference between Parquet and ORC file. Why industry uses parque ... read more
asked in 7 Eleven
Q5. What is Normalisation and Denormalisation? When do we use them? G ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql query asked like top 3 salary and employees who's salary greater than their manager

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test lasts 30 minutes and focuses on topics relevant to data engineering, including Spark, SQL, Azure, and PySpark.

Round 2 - Coding Test 

The coding test is a one-hour examination on PySpark.

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between Cache() and Persist()?
  • Q2. What does the purpose of the Spark Submit command in Apache Spark?
  • Q3. What are window functions in SQL?
Round 4 - HR 

(2 Questions)

  • Q1. Could you provide more details about the daily responsibilities associated with this role?
  • Q2. How would you describe your work culture?
Interview experience
3
Average
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. How do you utilize the enhanced optimization option in AWS Glue?
  • Ans. 

    Enhanced optimization in AWS Glue improves job performance by automatically adjusting resources based on workload

    • Enhanced optimization in AWS Glue automatically adjusts resources like DPUs based on workload

    • It helps improve job performance by optimizing resource allocation

    • Users can enable enhanced optimization in AWS Glue job settings

  • Answered by AI
  • Q2. What are the best practices for optimizing querying in Amazon Redshift?
  • Ans. 

    Optimizing querying in Amazon Redshift involves proper table design, distribution keys, sort keys, and query optimization techniques.

    • Use appropriate distribution keys to evenly distribute data across nodes for parallel processing.

    • Utilize sort keys to physically order data on disk, reducing the need for sorting during queries.

    • Avoid using SELECT * and instead specify only the columns needed to reduce data transfer.

    • Use AN...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Adf,etl,python,adb
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. More questions on spark and java
  • Q2. More questions on sql
Round 2 - Technical 

(2 Questions)

  • Q1. Over all project architecture
  • Q2. Sample data and its transformations
  • Ans. 

    Sample data and its transformations

    • Sample data can be in the form of CSV, JSON, or database tables

    • Transformations include cleaning, filtering, aggregating, and joining data

    • Examples: converting date formats, removing duplicates, calculating averages

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are u leaving current job
  • Ans. 

    Seeking new challenges and opportunities for growth in a more dynamic environment.

    • Looking for new challenges and opportunities for growth

    • Seeking a more dynamic work environment

    • Interested in expanding skill set and knowledge

    • Want to work on more innovative projects

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is scd type 2?
  • Ans. 

    SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.

    • SCD type 2 stands for Slowly Changing Dimension type 2

    • It involves creating a new record in the dimension table whenever there is a change in the data

    • The old record is marked as inactive and the new record is marked as current

    • It allows for historical tracking of changes in data over time

    • Example: If a cust...

  • Answered by AI
  • Q2. Pyspark question read CSV from folder and add column in each csv file and write it to different location.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain about yourself.
  • Ans. 

    I am a Senior Data Engineer with 5+ years of experience in designing and implementing data pipelines for large-scale projects.

    • Experienced in ETL processes and data warehousing

    • Proficient in programming languages like Python, SQL, and Java

    • Skilled in working with big data technologies such as Hadoop, Spark, and Kafka

    • Strong understanding of data modeling and database management

    • Excellent problem-solving and communication sk

  • Answered by AI
  • Q2. Explain about your current project.
  • Ans. 

    Developing a real-time data processing system for analyzing customer behavior on e-commerce platform.

    • Utilizing Apache Kafka for real-time data streaming

    • Implementing Spark for data processing and analysis

    • Creating machine learning models for customer segmentation

    • Integrating with Elasticsearch for data indexing and search functionality

  • Answered by AI
  • Q3. Big data concept
  • Q4. Spark related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore more technical and project process.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell about experience
  • Ans. 

    I have over 5 years of experience in data engineering, working with large datasets and implementing data pipelines.

    • Developed and maintained ETL processes to extract, transform, and load data from various sources

    • Optimized database performance and implemented data quality checks

    • Worked with cross-functional teams to design and implement data solutions

    • Utilized tools such as Apache Spark, Hadoop, and SQL for data processing

    • ...

  • Answered by AI
  • Q2. What would you do when you are given a new task to do
  • Ans. 

    I would start by understanding the requirements, breaking down the task into smaller steps, researching if needed, and then creating a plan to execute the task efficiently.

    • Understand the requirements of the task

    • Break down the task into smaller steps

    • Research if needed to gather necessary information

    • Create a plan to execute the task efficiently

    • Communicate with stakeholders for clarification or updates

    • Regularly track prog

  • Answered by AI

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Senior Data Engineer interview?
GlobalLogic interview process usually has 2 rounds. The most common rounds in the GlobalLogic interview process are Technical and Resume Shortlist.
How to prepare for GlobalLogic 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 GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Python, Hive, Spark, Hadoop and SQL.
What are the top questions asked in GlobalLogic Senior Data Engineer interview?

Some of the top questions asked at the GlobalLogic Senior Data Engineer interview -

  1. explain spark internal flow from end to ...read more
  2. explain details of hive meta st...read more
  3. write sql query for some simple tab...read more

Tell us how to improve this page.

GlobalLogic Senior Data Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
GlobalLogic Senior Data Engineer Salary
based on 19 salaries
₹11.1 L/yr - ₹44.3 L/yr
30% more than the average Senior Data Engineer Salary in India
View more details

GlobalLogic Senior Data Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹9.2 L/yr - ₹33.9 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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