Upload Button Icon Add office photos
Engaged Employer

i

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

Iris Software Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 1.4k Reviews

Filter interviews by

Iris Software Senior Data Engineer Interview Questions and Answers

Updated 3 Jan 2025

Iris Software Senior Data Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Databricks, and how does it differ from Azure Data Factory?

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

NA kjwnoi wniowe nfiow flmi

Round 2 - Coding Test 

NA fklwmoiwef,m ionfwno njnwfeio onfwp

Round 3 - Technical 

(2 Questions)

  • Q1. NAnak wel wenk weon
  • Q2. NAnank
Round 4 - One-on-one 

(2 Questions)

  • Q1. Wedlk k fwkllk own lnfw
  • Q2. Now odnw pmpw pnwpf
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was pair programming round where we need to attempt a couple of Spark Scenario along with the Interviewer. You will have a boiler plate code with some functionalities to be filled up. You will be assessed on writing clean and extensible code and test cases.

Round 2 - Technical 

(1 Question)

  • Q1. Questions will be based on the Project where they try to assess the depth of understading you have on your project, data quality checks, handling failure scenarios, reasoning behind choice of tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - In the Pair programming round, be interactive with the interviewer and try to improvise the existing code, implement functionality, test cases and communicate what you are thinking so that interviewer can work with you to move towards solution.

For Second round, Spark, Cloud Data Processing Components and being thorough with your previous experience will go a long way.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python and sql questions

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

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About spark, data factory, Databricks etc
  • Q2. Need explain about these tools and technologies

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Data Engineer interview:
  • Pyspark
  • Adf
  • Databricks
  • SQL
  • Python
  • Airflow
Interview preparation tips for other job seekers - Read the documents regarding spark
Practice pyspark code
Practice python,SQL, Window functions etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mainly they asked about Denodo Developer, Snowflake, SQL
Round 2 - Technical 

(1 Question)

  • Q1. Architecture of Denodo , big data engineering , business uses
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Evalueserve Senior Data Engineer interview:
  • Denodo
  • Snowflake
  • SQL
  • SSRS
  • SSIS
  • Python pyspark
  • Aws
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Hadoop spark, SQL scenario based questions on windows functions and hive questions
  • Q2. More about spark and SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of spark
  • Ans. 

    Spark is a distributed computing framework that provides in-memory processing capabilities for big data analytics.

    • Spark has a master-slave architecture with a central coordinator called the Driver and distributed workers called Executors.

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

    • Spark supports various data sources like HDFS, Cassandra, HBase, and S3 for input and outpu...

  • Answered by AI
  • Q2. SQL code for situations
  • Ans. 

    SQL code for handling various situations in data analysis

    • Use CASE statements for conditional logic

    • Use COALESCE function to handle NULL values

    • Use GROUP BY and HAVING clauses for aggregating data

    • Use subqueries for complex filtering or calculations

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round- describe about self and where do you see yourself in 5 years

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Create spark dataframe
  • Ans. 

    To create a Spark DataFrame, use the createDataFrame() method.

    • Import the necessary libraries

    • Create a list of tuples or a dictionary containing the data

    • Create a schema for the DataFrame

    • Use the createDataFrame() method to create the DataFrame

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very rude and was not professional, Asked 2 questions on spark and scala to create a dataframe and select required data

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are accumulators in spark?
  • Ans. 

    Accumulators are shared variables that are updated by worker nodes and can be used for aggregating information across tasks.

    • Accumulators are used for implementing counters and sums in Spark.

    • They are only updated by worker nodes and are read-only by the driver program.

    • Accumulators are useful for debugging and monitoring purposes.

    • Example: counting the number of errors encountered during processing.

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

    • Spark architecture includes a driver program that manages the execution of the Spark application.

    • It also includes a cluster manager that allocates resources and schedules tasks on worker nodes.

    • Worker nodes are responsible for executing the tasks and storing data in memory or disk.

    • Spark architectu...

  • Answered by AI
  • Q3. Write a query to find duplicate data using SQL
  • Ans. 

    Query to find duplicate data using SQL

    • Use GROUP BY and HAVING clause to identify duplicate records

    • Select columns to check for duplicates

    • Use COUNT() function to count occurrences of each record

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is pub/sub?
  • Ans. 

    Pub/sub is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).

    • Pub/sub stands for publish/subscribe.

    • Publishers send messages to a topic, and subscribers receive messages from that topic.

    • It allows for decoupling of components in a system, enabling scalability and flexibility.

    • Examples include Apache Kafka, Google Cloud Pub/Sub, and

  • Answered by AI
  • Q2. What services have you used in GCP
  • Ans. 

    I have used services like BigQuery, Dataflow, Pub/Sub, and Cloud Storage in GCP.

    • BigQuery for data warehousing and analytics

    • Dataflow for real-time data processing

    • Pub/Sub for messaging and event ingestion

    • Cloud Storage for storing data and files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on SQL ,GCP ,Pyspark

Skills evaluated in this interview

Iris Software Interview FAQs

How many rounds are there in Iris Software Senior Data Engineer interview?
Iris Software interview process usually has 1 rounds. The most common rounds in the Iris Software interview process are Technical.
How to prepare for Iris Software 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 Iris Software. The most common topics and skills that interviewers at Iris Software expect are Data Warehousing, Linux, PLSQL, SQL and SSIS.

Tell us how to improve this page.

Fast track your campus placements

View all
Iris Software Senior Data Engineer Salary
based on 15 salaries
₹20 L/yr - ₹30 L/yr
30% more than the average Senior Data Engineer Salary in India
View more details

Iris Software Senior Data Engineer Reviews and Ratings

based on 8 reviews

3.7/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

3.8

Salary

3.7

Job security

3.8

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
565 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Technical Lead
526 salaries
unlock blur

₹15 L/yr - ₹36.2 L/yr

Senior Engineer
396 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Senior Technical Consultant
387 salaries
unlock blur

₹9.5 L/yr - ₹29 L/yr

Senior Technology Engineer
321 salaries
unlock blur

₹11.2 L/yr - ₹32 L/yr

Explore more salaries
Compare Iris Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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