Upload Button Icon Add office photos
Engaged Employer

i

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

Go Digital Technology Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Go Digital Technology Consulting Data Engineer Interview Questions and Answers

Updated 24 Mar 2024

Go Digital Technology Consulting Data Engineer Interview Experiences

4 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2024

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

I applied via Indeed and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test, maths logic english; Python SQL and CS concepts

Round 2 - Coding Test 

3 Hacker rank easy coding test at office. 2/3 would get you selected for next round

Round 3 - Technical 

(1 Question)

  • Q1. Python - generator expressions, asyncio, AWS lambda, iterator/iterable, multi threading,
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions on CV, projects, SQL window functions
Round 5 - One-on-one 

(1 Question)

  • Q1. Questions on CV, Company details and other information was shared here along with 10hr work day, 1.5 year bond, 6 month appraisal

Interview Preparation Tips

Topics to prepare for Go Digital Technology Consulting Data Engineer interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Stick to Python and SQL, Mention projects related to data science on CV, ask for offer letter before communicating anything or else they'll not release one.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mainly about SQL and Python

Round 2 - Technical 

(2 Questions)

  • Q1. What are window function in sql ? SQL joins? CTE in sql?
  • Ans. 

    Window functions are used to perform calculations across a set of rows in a table.

    • Window functions operate on a subset of rows called a window or frame.

    • They can be used to calculate running totals, rankings, and moving averages.

    • Examples of window functions include ROW_NUMBER, RANK, and LAG.

    • SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Common types of joins include INN...

  • Answered by AI
  • Q2. What are lists? difference between list ,tupe, dict and sets ? how to extract elements from dict ?
  • Ans. 

    Lists are ordered collections of items in Python.

    • Lists are mutable, meaning their elements can be changed.

    • Elements in a list are accessed using indexing.

    • Lists can contain elements of different data types.

    • Lists are denoted by square brackets [].

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Go Digital Technology Consulting Data Engineer interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare well of SQL and python .

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 Interview Questions & Answers

user image Anonymous

posted on 19 Oct 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 tips
Round 2 - Aptitude Test 

It was having 4 parts numerical,critical thinking, English and logic based

Round 3 - Technical 

(1 Question)

  • Q1. Write a command to fetch data form the table
  • Ans. 

    Use SQL SELECT command to fetch data from a table

    • Use the SELECT statement followed by the column names you want to retrieve

    • Specify the table name after the keyword FROM

    • Add conditions using WHERE clause if needed

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2023

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

I applied via LinkedIn and was interviewed before Jul 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 - Assignment 

Was given a task of questions based on SQL, Pandas.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions based on SQL
  • Q2. Technical question based on Pandas

Go Digital Technology Consulting interview questions for designations

 Data Engineer Intern

 (3)

 Data Engineering Analyst

 (1)

 Softwaretest Engineer

 (1)

 Associate Software Engineer

 (1)

 Senior Developer

 (1)

Data Engineer Jobs at Go Digital Technology Consulting

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked Java coding question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Queue question - create queue from array

Round 2 - HR 

(3 Questions)

  • Q1. Working structure preference
  • Q2. Salary preference
  • Q3. No more questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related

Go Digital Technology Consulting Interview FAQs

How many rounds are there in Go Digital Technology Consulting Data Engineer interview?
Go Digital Technology Consulting interview process usually has 3-4 rounds. The most common rounds in the Go Digital Technology Consulting interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Go Digital Technology Consulting 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 Go Digital Technology Consulting. The most common topics and skills that interviewers at Go Digital Technology Consulting expect are Big Data, Data Analysis, Pyspark, Python and SQL.
What are the top questions asked in Go Digital Technology Consulting Data Engineer interview?

Some of the top questions asked at the Go Digital Technology Consulting Data Engineer interview -

  1. What are window function in sql ? SQL joins? CTE in s...read more
  2. What are lists? difference between list ,tupe, dict and sets ? how to extract e...read more
  3. Write a command to fetch data form the ta...read more

Tell us how to improve this page.

Go Digital Technology Consulting Data Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more

Data Engineer Interview Questions from Similar Companies

View all
Go Digital Technology Consulting Data Engineer Salary
based on 38 salaries
₹3.3 L/yr - ₹8.6 L/yr
48% less than the average Data Engineer Salary in India
View more details

Go Digital Technology Consulting Data Engineer Reviews and Ratings

based on 4 reviews

3.1/5

Rating in categories

3.9

Skill development

2.0

Work-life balance

3.0

Salary

2.7

Job security

2.9

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 4 Reviews and Ratings
Data Engineer
38 salaries
unlock blur

₹3.3 L/yr - ₹8.6 L/yr

Software Engineer
9 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Associate Data Engineer
9 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Associate Engineer
8 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Go Digital Technology Consulting with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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