Upload Button Icon Add office photos

Filter interviews by

Netizen Engineering Data Engineer Interview Questions and Answers

Updated 31 Aug 2022

Netizen Engineering Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2022

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Ccna summary and course related questio
  • Q2. What is bgp and routing switching protocols
  • Ans. 

    BGP and routing switching protocols are used to manage the flow of data between networks.

    • BGP (Border Gateway Protocol) is used to exchange routing information between different networks on the internet.

    • Routing switching protocols are used to determine the best path for data to travel between networks.

    • Examples of routing switching protocols include OSPF (Open Shortest Path First) and EIGRP (Enhanced Interior Gateway Rou

  • Answered by AI
  • Q3. Ip subnetting and private ip pools
  • Q4. Tcp udp ports for various protocols
  • Ans. 

    TCP/UDP ports are used for communication between network devices. Different protocols use different ports.

    • HTTP - TCP port 80

    • HTTPS - TCP port 443

    • FTP - TCP port 21

    • SSH - TCP port 22

    • SMTP - TCP port 25

    • DNS - UDP port 53

    • DHCP - UDP port 67/68

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expected salary and benefits discussion

Interview Preparation Tips

Topics to prepare for Netizen Engineering Data Engineer interview:
  • CCNA
Interview preparation tips for other job seekers - Wear formals and Hindi and Marathi is ok but english is preferred

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - On Call 

(3 Questions)

  • Q1. Project Worked on and brief overview
  • Q2. Technologies worked on
  • Ans. 

    I have worked on a variety of technologies including Python, SQL, Hadoop, Spark, and AWS.

    • Python

    • SQL

    • Hadoop

    • Spark

    • AWS

  • Answered by AI
  • Q3. Rate in skills out of 5
  • Ans. 

    Rate in skills out of 5

    • Programming: 5

    • Data Analysis: 4

    • Database Management: 4

    • Machine Learning: 3

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What transformation done in project
  • Q2. Explain explode function
  • Ans. 

    Explode function is used to split a string into an array of strings based on a delimiter.

    • The explode function takes in a delimiter and a string as input

    • It splits the string into an array of strings based on the delimiter

    • For example, explode(',', 'apple,banana,orange') would return ['apple', 'banana', 'orange']

  • Answered by AI
  • Q3. Python question to convert string to dictionary
  • Q4. Spark coding question to flatten a Json
  • Q5. Persist, cache and unpersist in pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interviewer, smooth process.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spark related questions
  • Q2. Previous projects done
  • Ans. 

    Developed a real-time data processing system for a retail company to optimize inventory management.

    • Designed and implemented data pipelines to ingest, process, and analyze large volumes of data

    • Utilized technologies like Apache Kafka, Spark, and Hadoop for real-time processing

    • Built dashboards and reports for stakeholders to monitor inventory levels and make data-driven decisions

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 1- Tell me about yourself 2- Spark questions (Architecture, Dag, Lineage,Broadcast, Accumulator, Repartition,coalesce,cache,persist,etc) 3- Basic Pyspark coding problem 4- Python coding problem(Array) 5- ...
Round 2 - Technical 

(1 Question)

  • Q1. 1- Tell me about yourself 2- Spark architecture 3- Parquet vs avro 4- catalyst optimiser 5- external table vs managed table vs cluster table 6- GIL in python 7- Memory management in python 8- Data skewnes...

Interview Preparation Tips

Topics to prepare for Airtel Payments Bank Data Engineer interview:
  • Python
  • Spark
  • Hadoop
  • Hive
  • SQL
Interview preparation tips for other job seekers - If you have 3 years experience be ready with the coding part as well as in depth knowledge about everything related to data engineering.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. On SQL functions
  • Q2. Python coding questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cloud Computing
  • Q2. Spark Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Python, sql, aws
Round 3 - One-on-one 

(1 Question)

  • Q1. Aws, architecture and design
Round 4 - HR 

(1 Question)

  • Q1. Cultural fit and compensation

I applied via Approached by Company and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Normalisation of database, views,stored procedures
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy and inconsistencies.

    • Views are virtual tables that are created based on the result of a query. They can be used to simplify complex queries.

    • Stored procedures are precompiled...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews.bhgdgjnfdtubxrrikfdeijjgdryihffuijggiok
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Duplicate in list
  • Ans. 

    Find duplicates in a list of elements.

    • Iterate through the list and keep track of elements seen so far

    • If an element is already in the seen elements, it is a duplicate

    • Use a hash set to efficiently check for duplicates

  • Answered by AI
  • Q2. Anagram in list
  • Ans. 

    Check if any two strings in the list are anagrams of each other

    • Iterate through the list and for each string, sort the characters and check if it already exists in a hashmap

    • If it exists, then the current string is an anagram of the existing string

    • Return true if anagrams are found, false otherwise

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

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

Coding round with a python question and SQL query

Round 3 - Technical 

(1 Question)

  • Q1. Technical question and a coding question in python, medium level

Interview Preparation Tips

Topics to prepare for MAQ Software Data Engineer interview:
  • SQL
  • Python
  • DSA

Netizen Engineering Interview FAQs

How many rounds are there in Netizen Engineering Data Engineer interview?
Netizen Engineering interview process usually has 2 rounds. The most common rounds in the Netizen Engineering interview process are Technical and HR.
What are the top questions asked in Netizen Engineering Data Engineer interview?

Some of the top questions asked at the Netizen Engineering Data Engineer interview -

  1. What is bgp and routing switching protoc...read more
  2. Tcp udp ports for various protoc...read more
  3. Ip subnetting and private ip po...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Netizen Engineering interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
NOC Engineer
7 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Electrical Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

System Engineer
5 salaries
unlock blur

₹4.4 L/yr - ₹6 L/yr

HR Recruiter
4 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Network Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Netizen Engineering with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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