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 Data Engineer Interview Questions and Answers

Updated 15 Oct 2024

GlobalLogic Data Engineer Interview Experiences

4 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

(2 Questions)

  • Q1. Sql questions were
  • Q2. Spark related aswell
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Pyspark questions
Round 2 - Coding Test 

It was from spark , Aws, Hadoop and pyspark queries

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your previous projects and what were your responsibilities? How did that help contribute to the team and the project?
  • Q2. What was your team size and how did you work on adapting requirements and deliver results on a tight deadline?
Round 2 - HR 

(2 Questions)

  • Q1. How do you keep yourself up to date and what are your plans on career progression within our company?
  • Q2. Explain a situation where your disagreed?. How did you feel and deal with that situation within a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the core skills and problem-solving abilities to understand the project needs and be able to provide tailor-made solutions in the interview situational rounds. Cheer up and speak about your value addition to the company and strengths that you can bring on to the table.

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2022

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Repartition, Coalesce, Cache and persistent, Recovery mechanism, DAG,
Round 2 - Technical 

(1 Question)

  • Q1. Project, Technologies, Realtime problems

Interview Preparation Tips

Topics to prepare for GlobalLogic Data Engineer interview:
  • spark
  • Hive
Interview preparation tips for other job seekers - Popular questions, process is too fast.. good.. but it is service based company

GlobalLogic interview questions for designations

 Senior Data Engineer

 (3)

 Data Analyst

 (4)

 Data Associate

 (1)

 Senior Data Scientist

 (1)

 Associate Data Analyst

 (1)

 Software Engineer

 (56)

 Test Engineer

 (7)

 Devops Engineer

 (5)

Data Engineer Jobs at GlobalLogic

View all

Interview questions from similar companies

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

(4 Questions)

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

    Apache Spark architecture includes a cluster manager, worker nodes, and driver program.

    • Apache Spark architecture consists of a cluster manager, which allocates resources and schedules tasks.

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

    • Driver program coordinates tasks and communicates with the cluster manager.

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

  • Answered by AI
  • Q2. What is the difference between the reduceBy and groupBy transformations in Apache Spark?
  • Ans. 

    reduceBy is used to aggregate data based on key, while groupBy is used to group data based on key.

    • reduceBy is a transformation that combines the values of each key using an associative function and a neutral 'zero value'.

    • groupBy is a transformation that groups the data based on a key and returns a grouped data set.

    • reduceBy is more efficient for aggregating data as it reduces the data before shuffling, while groupBy shu...

  • Answered by AI
  • Q3. What is the difference between RDD (Resilient Distributed Datasets) and DataFrame in Apache Spark?
  • Ans. 

    RDD is a low-level abstraction representing a distributed collection of objects, while DataFrame is a higher-level abstraction representing a distributed collection of data organized into named columns.

    • RDD is more suitable for unstructured data and low-level transformations, while DataFrame is more suitable for structured data and high-level abstractions.

    • DataFrames provide optimizations like query optimization and code...

  • Answered by AI
  • Q4. What are the different modes of execution in Apache Spark?
  • Ans. 

    The different modes of execution in Apache Spark include local mode, standalone mode, YARN mode, and Mesos mode.

    • Local mode: Spark runs on a single machine with one executor.

    • Standalone mode: Spark runs on a cluster managed by a standalone cluster manager.

    • YARN mode: Spark runs on a Hadoop cluster using YARN as the resource manager.

    • Mesos mode: Spark runs on a Mesos cluster with Mesos as the resource manager.

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write code in regular expression to remove the special characters
  • Ans. 

    Use regular expression to remove special characters from a string

    • Use the regex pattern [^a-zA-Z0-9\s] to match any character that is not a letter, digit, or whitespace

    • Use the replace() function in your programming language to replace the matched special characters with an empty string

    • Example: input string 'Hello! How are you?' will become 'Hello How are you' after removing special characters

  • Answered by AI
  • Q2. Questions on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python SQL question
Round 2 - Technical 

(1 Question)

  • Q1. More on Project side
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data engineer roles and resposibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Go, worst management service and lots of office politics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its mandatory test even for experience people

Round 2 - Technical 

(1 Question)

  • Q1. Related to technology
Round 3 - HR 

(1 Question)

  • Q1. Very good discussion towards work culture, salary and all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 ques of pyspark based on time series

Round 2 - Technical 

(2 Questions)

  • Q1. Sql questions on window functions Question on List Project related ques
  • Q2. Basic ques on Aws like glue lambda

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Data Engineer interview?
GlobalLogic interview process usually has 2 rounds. The most common rounds in the GlobalLogic interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for GlobalLogic 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 SQL, Python, Spark, Big Data and AWS.
What are the top questions asked in GlobalLogic Data Engineer interview?

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

  1. Repartition, Coalesce, Cache and persistent, Recovery mechanism, D...read more
  2. Project, Technologies, Realtime probl...read more
  3. Pyspark questi...read more

Tell us how to improve this page.

GlobalLogic Data Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
GlobalLogic Data Engineer Salary
based on 62 salaries
₹3.6 L/yr - ₹27.9 L/yr
50% more than the average Data Engineer Salary in India
View more details

GlobalLogic Data Engineer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.2

Salary

2.8

Job security

2.6

Company culture

3.2

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
Data Engineer | 6+ years of experience

Noida,

Pune

+1

5-10 Yrs

Not Disclosed

BI & Data Engineer

Noida

5-10 Yrs

Not Disclosed

Explore more jobs
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.2 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