Upload Button Icon Add office photos

Filter interviews by

Corbett The Grand Hotel Data Engineering Intern Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

The test was scheduled from 10:30 am to 12:00 pm. It was conducted via Secure Exam Browser. The instructions for the same were given before hand and the test link was sent in the mail. You needed to have webcam and mic on during the entire process. The test was well proctored and there were no lags/ server issues on their side.

  • Q1. MCQ's

    There were 6 sections in which MCQ was divided.
    Section 1- English and Verbal Reasoning (17 Questions)
    Section 2 - Quantitative Reasoning (12 Questions)
    Section 3 - Numerical Ability (15 Questions)
    Sectio...

Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

This was the coding round which happened just after the MCQ round. The people who had cleared the previous round were sent the link for further test. The timing was 12:15pm to 1:00 pm. It was conducted on the same environment SEB.

  • Q1. Print characters at prime indices

    You are given a string 'STR' of length 'N'. You need to return a string that will contain all the characters present at the prime indices of the original s...

  • Ans. 

    First I tried to solve by creating an isPrime boolean function which would check if each index is prime or not. Then I ran a loop for all indices and calculated the sum. This gave TLE. Then I created a boolean array to keep a track of all the prime elements and applied the Sieve of Eratosthenes method to calculate the prime indices and then compute the result.

  • Answered by CodingNinjas
  • Q2. Equilibrium indices of a Sequence

    You have been given an array/list 'SEQUENCE' denoting the sequence of 'N' integers. Your task is to find the equilibrium indices of the sequence in 'SE...

  • Ans. 

    Tried a basic approach to a two-pass solution. First calculated left sum starting from index 0 to index mid. Then calculated the right sum in a similar fashion from the last index to mid+1. Optimized the code using 2 pointer technique.

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

We were asked to choose a slot and I chose evening 5:30 pm. The duration was variable but no one had an interview of more than 1 hour. There were two interviewers. Both of them were very nice and polite.

  • Q1. LCA of three Nodes

    You have been given a Binary Tree of 'N' nodes where the nodes have integer values and three integers 'N1', 'N2', and 'N3'. Find the LCA(Lowest Common Anc...

  • Ans. 

    They asked me the approach. I did it just as I learned on Coding Ninjas. Create a path from the root to the node. Create a recursive function to find descendant at distance k below from a given node. Use this function for all elements in the path you found out.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Mechanical Engineering from Maulana Azad National Institute of Technology, Bhopal. I applied for the job as Data Engineering Intern in BengaluruEligibility criteria7.5 CGPA, 85% in Class 12thAccenture interview preparation:Topics to prepare for the interview - Networking, Security and Cloud, Aptitude, Prime number questions, Arrays, Logical and verbal reasoning, Pointers and dynamic memory allocationTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare latest questions on Networking, Security and cloud as it has a separate section.
Tip 2 : Focus on basic array problems and techniques like prime factorization. 
Tip 3 : Practice giving output of pseudocode.

Application resume tips for other job seekers

Tip 1 : Show willingness to work on latest technology like ML and Data Science.
Tip 2 : Show a good track record of academics if applicable.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Spark memory management
  • Q2. Performance optimization in spark
  • Ans. 

    Performance optimization in Spark involves tuning configurations, optimizing code, and utilizing best practices.

    • Tune Spark configurations such as executor memory, number of executors, and shuffle partitions

    • Optimize code by reducing unnecessary shuffling, using efficient transformations, and caching intermediate results

    • Utilize best practices like using data partitioning, avoiding unnecessary data movements, and leveragi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Transformations and actions in spark
  • Ans. 

    Transformations and actions are key concepts in Apache Spark for processing data.

    • Transformations are operations that create a new RDD from an existing one, like map, filter, and reduceByKey.

    • Actions are operations that trigger computation and return a result to the driver program, like count, collect, and saveAsTextFile.

  • Answered by AI
  • Q2. Glue context and spark context
Round 3 - HR 

(2 Questions)

  • Q1. About your career so far
  • Q2. Previous organizations and projects worked
  • Ans. 

    I have worked at ABC Company as a Data Engineer, where I led projects on data pipeline development and optimization.

    • Led projects on data pipeline development and optimization

    • Worked at ABC Company as a Data Engineer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before appearing for interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Questions related to sql
  • Q2. Project which u have worked on
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Adf, adb, pyspark, sql
  • Q2. Data engineering
Round 2 - Technical 

(2 Questions)

  • Q1. Data engineering
  • Q2. Sql, pyspark, adf
Round 3 - One-on-one 

(2 Questions)

  • Q1. Pyspark, sql, gcp
  • Q2. Azure Data Brick
Round 4 - Face to face virtual interview 

(1 Question)

  • Q1. Azure Data Brick

Interview Preparation Tips

Interview preparation tips for other job seekers - I have 4.1 years in it, i have 3years data engineering
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

This aptitude test is very Good

Round 2 - Technical 

(1 Question)

  • Q1. This technical test is very good
Round 3 - Case Study 

The case study is good question

Round 4 - HR 

(1 Question)

  • Q1. HR behaviour is very fantastic
Round 5 - Assignment 

The assignment number is good

Round 6 - Group Discussion 

The group discussion is all good

Round 7 - One-on-one 

(1 Question)

  • Q1. One on one round is ok
Round 8 - Coding Test 

Coding test is normal questions

Round 9 - About staff 

(1 Question)

  • Q1. The jio company all staff is good
Round 10 - Case Study 

The case study questions is ok

Round 11 - Technical 

(1 Question)

  • Q1. The technical test all questions is normal level
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java based questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2023.

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 - Technical 

(2 Questions)

  • Q1. Technically opinion on the project viable to take up work as per requirements is important to take up work.
  • Q2. Civil works can be carried out duly comparing with approved drawings as per PERT chart

Interview Preparation Tips

Interview preparation tips for other job seekers - Any person who is CIVIL Engineer wants to do this type of online job should have good knowledge on major civil problems and solutions to rectify OR execute in a correct way.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test consist of English maths

Round 2 - Technical 

(3 Questions)

  • Q1. Question from your graduation syllabus. Moderate to Tough
  • Q2. Moderate to Tough questions were asked
  • Q3. Tell me about yourself

Interview Preparation Tips

Topics to prepare for HCLTech Engineering Manager interview:
  • Visual Basic
Interview preparation tips for other job seekers - Be calm composed and presentable
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. All about object oriented programming
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was communication assesment round.It had good set of questions

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Corbett The Grand Hotel with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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