In this post, we will see the common Data Engineer Theoretical Interview Questions asked in Companies. Let’ s see the questions:
Author: Ankit Rai
Fossil Group – Data Engineer Interview Experience | Round – 2
In this post, we will see the questions asked in the 2nd round (HR-Round) of Fossil Group company Interview for 1.5+ year of experience guy in big data field.
Fossil Group – Data Engineer Interview Experience| Round – 1
In this post, we will see the questions asked in the 1st round of Fossil Group company Interview for 1.5+ year of experience guy in big data field.
Let’s see the questions:
Impetus Technologies – Data Engineer Interview Experience | Round – 2
In this post, we will see the questions asked in the 2nd round of Impetus Technologies company Interview for 1.5+ year of experience guy in big data field. Let’s see the questions:
Impetus Technologies – Data Engineer Interview Experience | Round – 1
In this post, we will see the questions asked in the 1st round of Impetus Technologies company Interview for 1.5+ year of experience guy in big data field. Let’s see the questions:
Dunnhumby – Data Engineer Interview Experience | Round – 1
In this post, we will see the list of Questions asked in the 1st round of Dunnhumby company Interview.
Aarete – Data Engineer Interview Experience | Round – 1
In this post, we will see the list of Questions asked in the 1st round of Aarete company Interview.
Infosys – HackWithInfy Coding practice problem – 2 : Players
Ravi and Shanu play a game. Initially they write N random numbers on a sheet of paper. Suppose the integers written are a1, a2, a3 …..,an. Now they start playing a game. In each turn a player selects a number and erases it from the sheet.
Infosys – HackWithInfy Coding practice problem – 1 : Auction Winner
You are at a fine art auction and are looking for a specific painting. There are N people who have gathered to place a bid on that same painting.The rules of at this auction are a bit different, Such that, the person with the lowest unique bid wins the auction.
Implementation of Linked List in Python
In this post, We will see the implementation of Linked-List in python.