Premium Employer

i

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

Agilisium Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Agilisium Data Engineer Interview Questions and Answers

Updated 5 Jan 2025

Agilisium Data Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Coding Test 

3 SQL and 2 Python questions were asked, SQL was moderate, Python was tough

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on SQL and Python

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2023

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

I applied via Walk-in and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. Ranking code in sql
  • Ans. 

    Ranking code in SQL

    • Use the RANK() function to assign a rank to each row based on a specified column

    • Use the ORDER BY clause to determine the order of ranking

    • Handle ties in ranking using the DENSE_RANK() function

    • Use the ROW_NUMBER() function to assign a unique number to each row

  • Answered by AI
  • Q2. Read a file using python
  • Ans. 

    To read a file using Python, use the open() function and specify the file path and mode.

    • Use the open() function to open the file

    • Specify the file path and mode (e.g., 'r' for reading)

    • Read the contents of the file using the read() method

    • Close the file using the close() method

  • Answered by AI
  • Q3. Reverse a array string using python
  • Ans. 

    Reverses an array of strings using Python.

    • Use the reverse() method to reverse the array in-place.

    • Alternatively, use slicing with a step of -1 to create a new reversed array.

    • Remember to convert the array to a list before reversing if necessary.

  • Answered by AI

Skills evaluated in this interview

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 20 Jul 2024

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

(1 Question)

  • Q1. It was a basic screening round as it was a virtual walk-in drive so was asked basic details about my work experience

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What do you worked on AWS
  • Q2. SQL aggregate and window question
  • Q3. Coding In python
Round 2 - Technical 

(3 Questions)

  • Q1. AWS S3 Questions
  • Q2. AWS lambda Questions
  • Q3. AWS Redshift Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why left previous company
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for new challenges and growth

    • Looking for a more innovative environment

    • Seeking better work-life balance

  • Answered by AI
  • Q2. Salary Discussion

Interview Preparation Tips

Topics to prepare for Agilisium Data Engineer interview:
  • AWS

Agilisium interview questions for designations

 Software Engineer

 (1)

 Senior Software Engineer

 (2)

 Ai Ml Engineer

 (1)

 Automation Tester

 (1)

 Full Stack Developer

 (1)

Data Engineer Interview Questions & Answers

user image sathya priya

posted on 26 Dec 2022

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

It was easy to attend only general topics can be asked

Round 2 - Technical 

(1 Question)

  • Q1. Coding choise question
Round 3 - One-on-one 

(1 Question)

  • Q1. It was technical interview questions about python and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - You want to be prepared technical on a strong way in sql and python

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 3rd largest salary from each department(window function)

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL is Imp

Data Engineer Interview Questions & Answers

DISYS user image Srinivasa moorthy

posted on 29 Feb 2024

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

(1 Question)

  • Q1. Explain process in adf
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.

    • You can use ADF to ingest data from various sources, process and transform the data, and then publish the data to different destinations.

    • ADF supports a wide range of d...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test was bad. they asked irrelevant things that were not related to the field

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is data engineering
  • Ans. 

    Data engineering is the process of designing, building, and maintaining the infrastructure for data storage and processing.

    • Data engineering involves creating and managing data pipelines

    • It includes tasks such as data modeling, data integration, and data warehousing

    • Data engineers work with big data technologies such as Hadoop, Spark, and NoSQL databases

    • They also ensure data quality, security, and scalability

    • Examples of d...

  • Answered by AI
  • Q2. What is resilient distributed database
  • Ans. 

    A resilient distributed database is a database that can continue to function even if some of its nodes fail.

    • It is designed to be fault-tolerant and highly available.

    • Data is distributed across multiple nodes to ensure redundancy.

    • If one node fails, the database can continue to function using data from other nodes.

    • Examples include Apache Cassandra, Riak, and HBase.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

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

(1 Question)

  • Q1. Related to data warehouse
Round 2 - Technical 

(1 Question)

  • Q1. Python, data warehouse, data modelling

Agilisium Interview FAQs

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

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

  1. Reverse a array string using pyt...read more
  2. Read a file using pyt...read more
  3. Ranking code in ...read more

Tell us how to improve this page.

Agilisium Data Engineer Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more
Join Agilisium Insights. Humanity. Impact
Agilisium Data Engineer Salary
based on 60 salaries
₹4.5 L/yr - ₹14.5 L/yr
15% less than the average Data Engineer Salary in India
View more details

Agilisium Data Engineer Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.5

Salary

2.5

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 12 Reviews and Ratings
Data Engineer - Direct Walkin Drive - 25th Jan '25

Hyderabad / Secunderabad,

Chennai

4-8 Yrs

Not Disclosed

Databricks-Data Engineer

Chennai

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
93 salaries
unlock blur

₹6.2 L/yr - ₹20.8 L/yr

Software Engineer
89 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Data Engineer
60 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Specialist
18 salaries
unlock blur

₹9 L/yr - ₹20.5 L/yr

Architect
12 salaries
unlock blur

₹22 L/yr - ₹38 L/yr

Explore more salaries
Compare Agilisium with

Fractal Analytics

4.0
Compare

LatentView Analytics

3.7
Compare

Tredence

3.6
Compare

Mu Sigma

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