Upload Button Icon Add office photos
Engaged Employer

i

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

Cubastion Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cubastion Consulting Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips for Freshers

Updated 5 Oct 2023

Cubastion Consulting Graduate Engineer Trainee (Get) Interview Experiences for Freshers

1 interview found

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a total of a 2-hour assessment where the Aptitude skills and Personality of a student were evaluated. This was done in 2 parts first there was a normal general Aptitude test followed by a round where we had to answer HR questions on the platform itself. The whole process took place in their own exam platform.

Round 2 - Group Discussion 

It was a 20 min round and the topic was "Work from Office vs Work from home"

Round 3 - Technical 

(7 Questions)

  • Q1. Write a code for "Two-pair Sum". You can find the question by searching two-pair sum in Leetcode
  • Q2. Another generic coding question
  • Q3. What is the use of the Where clause?
  • Ans. 

    The WHERE clause is used to filter data in a SQL query.

    • It is used to specify a condition to filter the rows returned in a SELECT statement.

    • It can be used with various operators such as =, <, >, LIKE, etc.

    • It can also be used with logical operators such as AND, OR, NOT.

    • Example: SELECT * FROM customers WHERE age > 18 AND city = 'New York';

  • Answered by AI
  • Q4. A SQL-based query to find employees with salaries between a certain range?
  • Ans. 

    SQL query to find employees with salaries in a certain range.

    • Use the SELECT statement to retrieve data from the table.

    • Use the WHERE clause to filter the data based on salary range.

    • Use the BETWEEN operator to specify the salary range.

    • Example: SELECT * FROM employees WHERE salary BETWEEN 50000 AND 70000;

  • Answered by AI
  • Q5. Puzzle 1 - A cake is there 3 cuts are allowed how to make 8 pieces
  • Q6. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but in 1 bag only all coins weigh 0.9 gm. You can use the weighing machine only once how to find the bag with 0.9 gm coins?
  • Q7. Several questions based on Projects

Interview Preparation Tips

Topics to prepare for Cubastion Consulting Graduate Engineer Trainee (Get) interview:
  • SQL
  • Python
  • Coding
  • OOPS
Interview preparation tips for other job seekers - For Aptitude, the drill is usual to practice from Indiabix.
For Behavioral assessment, write the HR questions quickly and give a personal touch.
For the GD round, try to be neutral and list out the pros and cons of the two choices and try to suggest a solution inclusive of both cases. P.S. May vary from topic to topic.
For the PI round, be ready with the basics and have complete authority on projects and that's all.
The HR and Interviewer were very friendly so don't worry just give your best.

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: For aptitude focus on time;I mean to solve the problem is not a big deal ..but to solve it within the time is required...do less but accurate ...
Tips: Tips are many ..im feeling lazy any body want to discuss can call me XXXXX
Total Questions: 30

Skills:
College Name: NIT Bhopal

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduce yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

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 

Similar but lower level of CAT

Round 3 - Technical 

(3 Questions)

  • Q1. General questions on C language
  • Q2. 1) What is variable in C?
  • Ans. 

    A variable in C is a named memory location used to store data values that can be changed during program execution.

    • Variables must be declared before they can be used

    • They can hold different data types such as int, float, char, etc.

    • Variables can be initialized with a value at the time of declaration

    • Their values can be changed using assignment operator (=)

    • Example: int x; //declaration, x = 5; //assignment, float y = 3.14;

  • Answered by AI
  • Q3. 2) What do you mean by nested structure?
  • Ans. 

    Nested structure refers to a structure within another structure in programming.

    • It is a way of organizing data in a hierarchical manner.

    • It allows for more complex data structures to be created.

    • Examples include a struct within a struct or an array of structs.

    • It can also be used in object-oriented programming with classes and subclasses.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For aptitude test my preparation for Gate exam helps to crack the test. However i feel test can be cleared with clear fundamentals.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2021. There were 2 interview rounds.

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 

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best and do your best and keep doing your best and repeat until you do it in the best way
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Normal mcqs are asked in that round. Based on mathematical calculations and aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Java program to print sum of first n numbers
  • Ans. 

    Java program to print sum of first n numbers

    • Use a loop to iterate through the numbers from 1 to n

    • Add each number to a running total

    • Print the total after the loop completes

  • Answered by AI
  • Q2. Java program to print a pattern
  • Ans. 

    Java program to print a pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of columns

    • Use if-else statements to determine the pattern to be printed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and normal programs will be asked in the interview. They will check your way of approach to the problem.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.

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 

General Questions were asked. Like maths

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and your project
  • Q2. What are your expectations from us.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was normal only communication should be clear.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Feb 2022. There were 4 interview rounds.

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 

60 questions 60 minutes all were basic questions which can be easily cleared.

Round 3 - Group Discussion 

A case study topic was given.Had time of two minutés to be prepared with 1 coordinator from the company

Round 4 - HR 

(2 Questions)

  • Q1. The same basic questions of tell me about yourself
  • Q2. Your interests,likes,dislikes,strength,weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and attend the process with confidence. Be genuine and don't fake out yourself.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 5 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 - Aptitude Test 

There were total of 90 questions which were easy to crack.

Round 3 - Coding Test 

Total 2 questions based on the array. The questions were simple and consisted of basic array operations and looping statements.

Round 4 - Communication Round 

(1 Question)

  • Q1. It was online and you are simply supposed to answer the questions which is displayed on the screen or you are supposed to read the sentences displayed on the screen. At last, you are put in a situation and...
Round 5 - HR 

(1 Question)

  • Q1. It was around 20mins. - tell me about yourself -all details of the project -any questions?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

ARRAYS,STRINGS,LINKLIST

Round 2 - HR 

(2 Questions)

  • Q1. NORMAL INTRODUCTION
  • Q2. WHY WANT TO JOIN
  • Ans. 

    I am passionate about helping others and making a positive impact in the community.

    • Passionate about making a difference

    • Desire to help others

    • Want to contribute to the community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD

Cubastion Consulting Interview FAQs

How many rounds are there in Cubastion Consulting Graduate Engineer Trainee (Get) interview for freshers?
Cubastion Consulting interview process for freshers usually has 4 rounds. The most common rounds in the Cubastion Consulting interview process for freshers are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Cubastion Consulting Graduate Engineer Trainee (Get) interview for freshers?

Some of the top questions asked at the Cubastion Consulting Graduate Engineer Trainee (Get) interview for freshers -

  1. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but in 1 bag only a...read more
  2. Puzzle 1 - A cake is there 3 cuts are allowed how to make 8 pie...read more
  3. A SQL-based query to find employees with salaries between a certain ran...read more

Tell us how to improve this page.

Cubastion Consulting Graduate Engineer Trainee (Get) Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 805 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all
Cubastion Consulting Graduate Engineer Trainee (Get) Salary
based on 31 salaries
₹6 L/yr - ₹9.7 L/yr
131% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Cubastion Consulting Graduate Engineer Trainee (Get) Reviews and Ratings

based on 5 reviews

1.9/5

Rating in categories

1.9

Skill development

1.3

Work-life balance

2.3

Salary

1.9

Job security

1.4

Company culture

1.9

Promotions

1.3

Work satisfaction

Explore 5 Reviews and Ratings
Associate Consultant
237 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cubastion Consulting with

McKinsey & Company

3.8
Compare

BCG

3.7
Compare

Accenture

3.8
Compare

Deloitte

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