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 Intern Interview Questions, Process, and Tips

Updated 5 Nov 2024

Top Go Digital Technology Consulting Data Engineer Intern Interview Questions and Answers

Go Digital Technology Consulting Data Engineer Intern Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

3 Sections Quantity , Logical, Mcq code

Round 2 - Technical 

(2 Questions)

  • Q1. Window function in SQL
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to calculate values based on a set of rows related to the current row.

    • They allow you to perform calculations without grouping the rows into a single output row.

    • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
  • Q2. Python Basics (Loop, functions, pandas)

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test which is for 1 hour.

Round 2 - Coding Test 

Coding test on individual preferred language (SQL or Python)

Round 3 - Technical 

(8 Questions)

  • Q1. Once passing the coding test, the interview will be taken as per your preferred language and related topics to SQL, Python, and projects
  • Q2. Situation-based SQL Queries.
  • Q3. Basic Python code
  • Q4. What are CTE and Views in SQL?
  • Ans. 

    CTE stands for Common Table Expression, a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement. Views are virtual tables created by a query.

    • CTE is defined using the WITH keyword and can be recursive.

    • CTEs are mainly used to simplify complex queries, improve readability, and reduce redundancy.

    • Views are saved queries that act as virtual tables, allowing users to query the view a...

  • Answered by AI
  • Q5. What is DDL, DML, & DCL?
  • Ans. 

    DDL stands for Data Definition Language, DML stands for Data Manipulation Language, and DCL stands for Data Control Language.

    • DDL is used to define the structure of database objects such as tables, indexes, and views.

    • DML is used to manipulate data within the database, such as inserting, updating, and deleting records.

    • DCL is used to control access to data within the database, such as granting or revoking permissions.

  • Answered by AI
  • Q6. Write a code to remove duplicates from a given list.
  • Ans. 

    Code to remove duplicates from a list of strings

    • Create a new empty list to store unique elements

    • Iterate through the given list and add elements to the new list only if they are not already present

    • Return the new list without duplicates

  • Answered by AI
  • Q7. Resume Related questions
  • Q8. Whats is Temporary Table in SQL?
  • Ans. 

    Temporary table in SQL is a table that exists temporarily and is automatically deleted when the session ends.

    • Temporary tables are created using CREATE TEMPORARY TABLE statement.

    • They are useful for storing intermediate results during complex queries.

    • Temporary tables are only visible to the current session and are automatically dropped when the session ends.

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. General questions from Resume and some basic technical questions.
  • Q2. Where do you see yourself in the next 5 years?
Round 5 - HR 

(1 Question)

  • Q1. General HR discussions

Interview Preparation Tips

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

Skills evaluated in this interview

Data Engineer Intern Interview Questions Asked at Other Companies

asked in Amdocs
Q1. what are window functions in sql
Q2. Whats is Temporary Table in SQL?
Q3. Write a code to remove duplicates from a given list.
Q4. What are CTE and Views in SQL?
Q5. What is DDL, DML, & DCL?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Sep 2023.

Round 1 - Aptitude Test 

Basics of SQL and Python

Round 2 - Coding Test 

Either SQL or Python whatever your preferrence MCQ and coding Test

Round 3 - Technical 

(1 Question)

  • Q1. Basics of SQL and Python and few business case questions.

Interview Preparation Tips

Topics to prepare for Go Digital Technology Consulting Data Engineer Intern interview:
  • SQL
  • Python

Interview questions from similar companies

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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Coding, 1hr, series of questions in excel

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

It was easy to medium level assessment .

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Why should hire you?
  • Q2. What are your salary expectations?
  • Q3. What are your strengths?
  • Q4. Tell me about your self?
  • Q5. What are your hobbies?

Interview Preparation Tips

Interview preparation tips for other job seekers - Send a thankyou.
Distinguish yourself by working hard
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting in machine learning?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor performance on unseen data as the model fails to generalize well.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • ...

  • Answered by AI
  • Q2. Overfitting accurs when a model learns the details.......etc
  • Ans. 

    Overfitting occurs when a model learns the details and noise in the training data to the extent that it negatively impacts the model's performance on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization and high accuracy on training data but low accuracy on new data.

    • Techniques to prevent overfitting include cross-validation, regularization, and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company before interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code signal , SQL python questions

Round 2 - Assignment 

Take home coding assignment - 10 days analysis and recommendations

Round 3 - One-on-one 

(1 Question)

  • Q1. 4 rounds - 1 behavioralm 2 case studies 1 presentation

Go Digital Technology Consulting Interview FAQs

How many rounds are there in Go Digital Technology Consulting Data Engineer Intern 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 Coding Test.
What are the top questions asked in Go Digital Technology Consulting Data Engineer Intern interview?

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

  1. Write a code to remove duplicates from a given li...read more
  2. Whats is Temporary Table in S...read more
  3. What are CTE and Views in S...read more

Tell us how to improve this page.

Go Digital Technology Consulting Data Engineer Intern Interview Process

based on 3 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Go Digital Technology Consulting Data Engineer Intern Salary
based on 4 salaries
₹1 L/yr - ₹14.4 L/yr
11% less than the average Data Engineer Intern Salary in India
View more details
Data Engineer
37 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