Upload Button Icon Add office photos
Engaged Employer

i

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

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Nityo Infotech Data Engineer Interview Questions, Process, and Tips

Updated 25 Jul 2024

Top Nityo Infotech Data Engineer Interview Questions and Answers

Nityo Infotech Data Engineer Interview Experiences

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2023

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Major Questions about technical and Approach to the problem, skills SQL, Snowflake, AWS
  • Q2. Data modeling is another area, they watch for
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to change the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to present the project info and the work we've done well,

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to debug packages in SSIS
  • Ans. 

    Debugging packages in SSIS involves using breakpoints, data viewers, logging, and error outputs.

    • Set breakpoints in control flow tasks to pause package execution for inspection.

    • Use data viewers to see data at various points in the package.

    • Enable logging to capture detailed information about package execution.

    • Redirect error outputs to handle and troubleshoot errors effectively.

  • Answered by AI
  • Q2. SCD Implementation in SSIS
  • Ans. 

    SCD implementation in SSIS involves using Slowly Changing Dimension transformations to handle changing data in data warehouse.

    • Use Slowly Changing Dimension (SCD) transformations in SSIS to handle changing data in data warehouse

    • Identify Type 1, Type 2, or Type 3 changes and implement appropriate SCD logic

    • Utilize Lookup and Conditional Split components to compare incoming data with existing data and determine the type of...

  • Answered by AI
  • Q3. Different type of transformation and explanation
  • Ans. 

    Different types of transformations in data engineering

    • Extract: Selecting specific columns from a dataset

    • Filter: Removing rows that do not meet certain criteria

    • Join: Combining two or more datasets based on a common key

    • Aggregate: Grouping data and performing calculations on groups

    • Normalize: Restructuring data into a standardized format

  • Answered by AI
  • Q4. Diff among container in SSIS
  • Ans. 

    Containers in SSIS are used to group related tasks and provide a way to manage the flow of data and control the execution of tasks.

    • Containers help in organizing and managing tasks in SSIS packages.

    • There are different types of containers in SSIS such as Sequence Container, For Loop Container, Foreach Loop Container, and Task Host Container.

    • Sequence Container is used to group tasks and define the order of execution.

    • For L...

  • 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 LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Data Engineer Jobs at Nityo Infotech

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

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

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,
Contribute & help others!
anonymous
You can choose to be anonymous

Nityo Infotech Interview FAQs

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

Some of the top questions asked at the Nityo Infotech Data Engineer interview -

  1. Different type of transformation and explanat...read more
  2. how to debug packages in S...read more
  3. diff among container in S...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

Michelin

No Interviews

INTERVIEWS

Michelin

No Interviews

JOBS

Dairy Classic Ice Creams

No Jobs

REVIEWS

Nityo Infotech

No Reviews

REVIEWS

Nityo Infotech

No Reviews

SALARIES

Nityo Infotech

Tell us how to improve this page.

Nityo Infotech Data Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Nityo Infotech Data Engineer Salary
based on 8 salaries
₹6 L/yr - ₹20 L/yr
40% more than the average Data Engineer Salary in India
View more details
Data Engineer

Kolkata,

Mumbai

+5

4-8 Yrs

Not Disclosed

Enterprise Data Engineer Quantexa

Kolkata,

Mumbai

+5

2-5 Yrs

₹ 10.5-15.4 LPA

Data Engineer

Kolkata,

Mumbai

+5

7-12 Yrs

Not Disclosed

Explore more jobs
Information Technology Recruiter
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Executive
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nityo Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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