Upload Button Icon Add office photos

Filter interviews by

Unisys Data Engineer Interview Questions and Answers

Updated 6 May 2024

Unisys Data Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are one hour exam

Round 2 - Technical 

(1 Question)

  • Q1. Advance level of sql and python
  • Ans. 

    Advanced level of SQL and Python skills are essential for a Data Engineer role.

    • Strong understanding of SQL queries, joins, subqueries, and optimization techniques.

    • Proficiency in writing complex Python scripts for data manipulation, analysis, and automation.

    • Experience with data modeling, ETL processes, and working with large datasets.

    • Knowledge of data warehousing concepts and tools like SQL Server, PostgreSQL, or Snowfl...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic of SQL,some join condition
  • Q2. Basic of python

Skills evaluated in this interview

Interview questions from similar companies

Data Engineer Interview Questions & Answers

NetApp user image Chaitanya Gaykwad

posted on 26 Nov 2024

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

(2 Questions)

  • Q1. What are joins and its type
  • Q2. Tell me about Dax query
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Questions on Pyspark
  • Q2. Questions on SQL
  • Q3. Transformations
  • Q4. Questions on Sql optimizations
  • Q5. Questions About my current Project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Pyspark?
  • Ans. 

    Pyspark is a Python API for Apache Spark, a powerful open-source distributed computing system.

    • Pyspark is used for processing large datasets in parallel across a cluster of computers.

    • It provides high-level APIs in Python for Spark programming.

    • Pyspark allows seamless integration with other Python libraries like Pandas and NumPy.

    • Example: Using Pyspark to perform data analysis and machine learning tasks on big data sets.

  • Answered by AI
  • Q2. What is Pyspark SQL?
  • Ans. 

    Pyspark SQL is a module in Apache Spark that provides a SQL interface for working with structured data.

    • Pyspark SQL allows users to run SQL queries on Spark dataframes.

    • It provides a more concise and user-friendly way to interact with data compared to traditional Spark RDDs.

    • Users can leverage the power of SQL for data manipulation and analysis within the Spark ecosystem.

  • Answered by AI
  • Q3. How to merge 2 dataframes of different schema?
  • Ans. 

    To merge 2 dataframes of different schema, use join operations or data transformation techniques.

    • Use join operations like inner join, outer join, left join, or right join based on the requirement.

    • Perform data transformation to align the schemas before merging.

    • Use tools like Apache Spark, Pandas, or SQL to merge dataframes with different schemas.

  • Answered by AI
  • Q4. What is Pyspark streaming?
  • Ans. 

    Pyspark streaming is a scalable and fault-tolerant stream processing engine built on top of Apache Spark.

    • Pyspark streaming allows for real-time processing of streaming data.

    • It provides high-level APIs in Python for creating streaming applications.

    • Pyspark streaming supports various data sources like Kafka, Flume, Kinesis, etc.

    • It enables windowed computations and stateful processing for handling streaming data.

    • Example: C...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Luxoft Data Engineer interview:
  • Pyspark

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. SQL questions and partitioning
  • Q2. 3rd highest salary
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical interview
  • Q2. SQL and data warehousing

Interview Preparation Tips

Interview preparation tips for other job seekers - Got offer within a week
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What joins you used
  • Ans. 

    I have used various types of joins including inner join, left join, right join, and full outer join.

    • Used inner join to retrieve records that have matching values in both tables

    • Utilized left join to retrieve all records from the left table and matching records from the right table

    • Employed right join to retrieve all records from the right table and matching records from the left table

    • Utilized full outer join to retrieve ...

  • Answered by AI
  • Q2. Write query for joins
  • Ans. 

    Query for joins in SQL to combine data from multiple tables

    • Use JOIN keyword to combine data from two or more tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Just focus on the basics of pyspark.

I applied via Approached by Company and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Normalisation of database, views,stored procedures
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy and inconsistencies.

    • Views are virtual tables that are created based on the result of a query. They can be used to simplify complex queries.

    • Stored procedures are precompiled...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews.bhgdgjnfdtubxrrikfdeijjgdryihffuijggiok
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy questions related to DSA and Python and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Query to join two table using different joins
  • Ans. 

    Query to join two tables using different joins

    • Use INNER JOIN to return rows that have matching values in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI
  • Q2. Delete and truncate difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation is slower than truncate operation.

    • Example: DELETE FROM table_name WHERE condition; TRUNCATE TABLE table_name;

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Easy HR questions related to your previous experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spark Architecture
  • Q2. Explain the Spark architecture with example
  • Ans. 

    Spark architecture includes driver, cluster manager, and worker nodes for distributed processing.

    • Spark architecture consists of a driver program that manages the execution of tasks on worker nodes.

    • Cluster manager is responsible for allocating resources and scheduling tasks across worker nodes.

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

    • Example: In a Spark application, the driver progr...

  • Answered by AI

Skills evaluated in this interview

Unisys Interview FAQs

How many rounds are there in Unisys Data Engineer interview?
Unisys interview process usually has 3 rounds. The most common rounds in the Unisys interview process are Aptitude Test, Technical and Behavioral.
What are the top questions asked in Unisys Data Engineer interview?

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

  1. advance level of sql and pyt...read more
  2. basic of SQL,some join condit...read more
  3. basic of pyt...read more

Tell us how to improve this page.

Unisys Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Unisys Data Engineer Salary
based on 19 salaries
₹5.5 L/yr - ₹8 L/yr
37% less than the average Data Engineer Salary in India
View more details

Unisys Data Engineer Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

1.9

Salary

3.9

Job security

3.4

Company culture

1.9

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
315 salaries
unlock blur

₹3.6 L/yr - ₹16 L/yr

System Analyst
147 salaries
unlock blur

₹4.6 L/yr - ₹16.2 L/yr

Senior Software Engineer
144 salaries
unlock blur

₹7.6 L/yr - ₹27.2 L/yr

Technical Support Engineer
133 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Senior Enterprise Associate
130 salaries
unlock blur

₹4.1 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Unisys with

IBM

4.0
Compare

Accenture

3.9
Compare

HCLTech

3.5
Compare

TCS

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