Upload Button Icon Add office photos

Filter interviews by

Marsman India Cranes Data Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Data Engineer Interview Questions & Answers

Genpact user image Sashikanta Parida

posted on 17 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are different type of joins available in Databricks?
  • Ans. 

    Different types of joins available in Databricks include inner join, outer join, left join, right join, and cross join.

    • Inner join: Returns only the rows that have matching values in both tables.

    • Outer join: Returns all rows when there is a match in either table.

    • 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 ...

  • Answered by AI
  • Q2. How do you make your data pipeline fault tolerant?
  • Ans. 

    Implementing fault tolerance in a data pipeline involves redundancy, monitoring, and error handling.

    • Use redundant components to ensure continuous data flow

    • Implement monitoring tools to detect failures and bottlenecks

    • Set up automated alerts for immediate response to issues

    • Design error handling mechanisms to gracefully handle failures

    • Use checkpoints and retries to ensure data integrity

  • Answered by AI
  • Q3. What is AutoLoader?
  • Ans. 

    AutoLoader is a feature in data engineering that automatically loads data from various sources into a data warehouse or database.

    • Automates the process of loading data from different sources

    • Reduces manual effort and human error

    • Can be scheduled to run at specific intervals

    • Examples: Apache Nifi, AWS Glue

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you connect to different services in Azure?
  • Ans. 

    To connect to different services in Azure, you can use Azure SDKs, REST APIs, Azure Portal, Azure CLI, and Azure PowerShell.

    • Use Azure SDKs for programming languages like Python, Java, C#, etc.

    • Utilize REST APIs to interact with Azure services programmatically.

    • Access and manage services through the Azure Portal.

    • Leverage Azure CLI for command-line interface interactions.

    • Automate tasks using Azure PowerShell scripts.

  • Answered by AI
  • Q2. What are linked Services?
  • Ans. 

    Linked Services are connections to external data sources or destinations in Azure Data Factory.

    • Linked Services define the connection information needed to connect to external data sources or destinations.

    • They can be used in Data Factory pipelines to read from or write to external systems.

    • Examples of Linked Services include Azure Blob Storage, Azure SQL Database, and Amazon S3.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic aptitude test asking questions very basic

Round 2 - Coding Test 

Coding questions based on dsa

Round 3 - HR 

(1 Question)

  • Q1. Basic hr question

Data Engineer Interview Questions & Answers

HCLTech user image Aniket Ramgiri

posted on 13 Nov 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. General Data Warehousing questions like explain your pipeline, how you implemented scd2?
  • Q2. SQL questions like increment top 5th salary by 10k, last day of month, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try not to join, doesn't look like a good place based on the interviewer attitude. He was in a rush to finish the interview and run away. He kept firing questions at me. Very bad experience.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Project question like how connected to s3 bucket through pyspark,HDFS basic commands likhe copy etc ,how and where created hive table (if used in your project).
  • Q2. Share variables in pyspark like broadcast and accumulator..(i will suggest go through pyspark official documentation once)
  • Q3. Sql joins- , how to read file in pyspark, job scheduling means resource allocation within and across spark..(ans- can go through job scheduling of pyspark documentaion )

Interview Preparation Tips

Topics to prepare for Wipro Data Engineer interview:
  • pyspark
  • sql
  • hdfs basics
  • Python
Interview preparation tips for other job seekers - learn pyspark,sql well
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 Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql scenarios based questions
  • Q2. Azure data engineering questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Ques on GCP, python , sql,github
  • Q2. What is BQ what are advantages
  • Ans. 

    BQ stands for BigQuery, a fully managed, serverless, and highly scalable cloud data warehouse provided by Google Cloud.

    • Advantages of BigQuery include fast query performance due to its distributed architecture

    • Scalability to handle large datasets without the need for infrastructure management

    • Integration with other Google Cloud services like Dataflow, Dataproc, and Data Studio

    • Support for standard SQL queries and real-time...

  • Answered by AI
  • Q3. Python decorators
Round 2 - Technical 

(1 Question)

  • Q1. General technical discussion no coding

Interview Preparation Tips

Interview preparation tips for other job seekers - expect easy ques
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL - Given 2 tables with some nullls and asked to output the count of rows we get for all types of joins
  • Q2. Types of joins and explain cross join
  • Ans. 

    Types of joins in SQL include inner, outer, left, right, and cross join.

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

    • Outer join: Returns all rows when there is a match in one of the 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

    • Cross join: Returns the Cartesian produ

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Projects and impact

Interview Preparation Tips

Interview preparation tips for other job seekers - For Data Engineer Internship, they ask easy to medium DSA and sql questions. That is it. Be good with basics

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the difference between supervised and unsupervised learning?
  • Ans. 

    Supervised learning uses labeled data to train the model, while unsupervised learning uses unlabeled data.

    • Supervised learning requires a target variable to be predicted, while unsupervised learning does not.

    • In supervised learning, the model learns from labeled training data, whereas in unsupervised learning, the model finds patterns in unlabeled data.

    • Examples of supervised learning include regression and classification...

  • Answered by AI
  • Q2. Elaborate concepts of Object Oriented Programming in Python.
  • Ans. 

    Object Oriented Programming in Python focuses on creating classes and objects to organize code and data.

    • Python supports classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, which are instances of classes.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encap...

  • Answered by AI
  • Q3. How to find delta between two tables in SQL?
  • Ans. 

    To find delta between two tables in SQL, use the EXCEPT or MINUS operator.

    • Use the EXCEPT operator in SQL to return rows from the first table that do not exist in the second table.

    • Use the MINUS operator in SQL to return distinct rows from the first table that do not exist in the second table.

  • Answered by AI
  • Q4. Illustrate exception handling in python.
  • Ans. 

    Exception handling in Python allows for graceful handling of errors and preventing program crashes.

    • Use try-except blocks to catch and handle exceptions.

    • Multiple except blocks can be used to handle different types of exceptions.

    • Finally block can be used to execute code regardless of whether an exception was raised or not.

    • Custom exceptions can be defined by creating a new class that inherits from the built-in Exception c

  • Answered by AI
  • Q5. Give an example of decorators in Python?
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions.

    • Decorators are defined using the @decorator_name syntax before the function definition.

    • They can be used for logging, timing, authentication, etc.

    • Example: @staticmethod decorator in Python makes a method static.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are examples of iaas,paas,saas
  • Ans. 

    Examples of IaaS, PaaS, and SaaS include AWS (IaaS), Google App Engine (PaaS), and Salesforce (SaaS).

    • IaaS - Infrastructure as a Service: AWS, Microsoft Azure, Google Cloud Platform

    • PaaS - Platform as a Service: Google App Engine, Heroku, Microsoft Azure App Service

    • SaaS - Software as a Service: Salesforce, Google Workspace, Microsoft Office 365

  • Answered by AI
  • Q2. Difference between Adf and ADB
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service. ADB stands for Azure Databricks, an Apache Spark-based analytics platform.

    • ADF is used for data integration and orchestration, while ADB is used for big data analytics and machine learning.

    • ADF provides a visual interface for building data pipelines, while ADB offers collaborative notebooks for data exploration and analysis.

    • ADF supports various da...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. General questions about data engineering
Round 2 - Technical 

(1 Question)

  • Q1. General question on data topics and cloud
Round 3 - HR 

(1 Question)

  • Q1. Salary and location

Tell us how to improve this page.

Data Engineer Interview Questions from Similar Companies

View all
Sales Engineer
3 salaries
unlock blur

₹2.7 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Marsman India Cranes with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview