Upload Button Icon Add office photos

Filter interviews by

DISYS Data Engineer Interview Questions and Answers

Updated 29 Feb 2024

DISYS Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

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

(5 Questions)

  • Q1. Tell us about yourself?
  • Q2. What are joins in sql?
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include inner join, left join, right join, and full outer join

    • Join conditions are specified using the ON keyword and a related column in each table

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

  • Answered by AI
  • Q3. Have you done any SQL projects?
  • Ans. 

    Yes, I have worked on several SQL projects.

    • Developed a database for a retail company to manage inventory and sales data using SQL Server

    • Created complex queries to extract data from multiple tables for a financial services firm

    • Optimized database performance by indexing and partitioning tables for a healthcare organization

  • Answered by AI
  • Q4. How will you remove duplicates in SQL?
  • Ans. 

    Duplicates can be removed in SQL using DISTINCT keyword or GROUP BY clause.

    • Use DISTINCT keyword to select unique values from a single column.

    • Use GROUP BY clause to group rows with same values and select unique values from multiple columns.

    • Use HAVING clause to filter out groups with count greater than 1.

    • Use INNER JOIN to join tables and select unique values from multiple tables.

    • Use ROW_NUMBER() function to assign a uniq...

  • Answered by AI
  • Q5. Are you a team player or an individual contributor?
Round 3 - HR 

(1 Question)

  • Q1. Would you be comfortable working from Bangalore office?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on SQL and data handling techniques. They give equal importance to behavioural questions as well.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Assignment 

Basic self quotation

Round 2 - Case Study 

Song analysis and depiction

Round 3 - HR 

(1 Question)

  • Q1. Tell about your self
Round 4 - One-on-one 

(4 Questions)

  • Q1. Tell about yourself
  • Q2. What is your collage story
  • Q3. Family backgrond
  • Q4. Tell your love story
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

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

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Salary Expectation
Round 2 - Technical 

(1 Question)

  • Q1. 14 questions in excel formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - To prepare Excel Formulas and Hlookup,vlookup and etc....

DISYS Interview FAQs

How many rounds are there in DISYS Data Engineer interview?
DISYS interview process usually has 1 rounds. The most common rounds in the DISYS interview process are Technical.

Tell us how to improve this page.

DISYS Data Engineer Salary
based on 5 salaries
₹5.4 L/yr - ₹9.2 L/yr
31% less than the average Data Engineer Salary in India
View more details

DISYS Data Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Technical Recruiter
257 salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

Senior Software Engineer
138 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Software Engineer
125 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Senior Technical Recruiter
79 salaries
unlock blur

₹4.5 L/yr - ₹11.6 L/yr

US IT Recruiter
64 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Explore more salaries
Compare DISYS with

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
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