Premium Employer

i

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

Happiest Minds Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Happiest Minds Technologies Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 28 May 2022

Happiest Minds Technologies Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

MCQ's as well some basic coding questions were there in this round

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

    • If the two pointers meet at any point, it indicates the presence of a cycle in the linked list.

    • To optimize space complexity, use constant extra space by modifying the linked list nodes.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 25 minutes
Round difficulty - Easy

Questions on DBMS and OS were asked in this round

  • Q1. What is the difference between paging and segmentation?
  • Ans. 

    Paging divides physical memory into fixed-size blocks, while segmentation divides logical memory into variable-size segments.

    • Paging divides memory into fixed-size blocks called pages, while segmentation divides memory into variable-size segments.

    • Paging allows for efficient use of physical memory by swapping pages in and out of RAM, while segmentation simplifies memory management for programs.

    • Paging is more commonly use...

  • Answered by AI
  • Q2. What do you mean by FCFS (First-Come, First-Served)?
  • Ans. 

    FCFS (First-Come, First-Served) is a scheduling algorithm where tasks are executed in the order they arrive.

    • Tasks are processed based on their arrival time, with the first task arriving being the first to be executed.

    • It is a non-preemptive scheduling algorithm, meaning once a task starts, it runs to completion without interruption.

    • FCFS is simple to implement but may lead to longer waiting times for tasks that arrive la...

  • Answered by AI
  • Q3. What is the difference between normalization and denormalization in database management systems?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity, while denormalization is the process of intentionally introducing redundancy to improve query performance.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them to reduce redundancy.

    • Denormalization involves combining tables and duplicating data to improve query...

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

Basic HR questions like why do you want to join this company and some questions on behavioural and resume.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM Institute Of Science And Technology. Eligibility criteriaAbove 7 CGPAHappiest Minds Technologies Limited interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Paper divided in two sections. First section has four parts and second section is of coding questions.

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying until you get placed.
Do not loose hope and focus on your aim

I was interviewed before Apr 2020.

Interview Questionnaire 

1 Question

  • Q1. About project ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its simple

Interview Questionnaire 

1 Question

  • Q1. Intro,projects, robotics(though it was not mentioned in resume)

I was interviewed before Aug 2021.

Round 1 - Coding Test 

2 easy codes and 1 medium level code challenge

Round 2 - Technical 

(1 Question)

  • Q1. What are languages you know
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Familiar with HTML, CSS, and JavaScript

    • Experience with SQL and NoSQL databases

    • Comfortable with Bash scripting and Linux command line

    • Knowledge of MATLAB and R for data analysis

    • Understanding of Swift for iOS development

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation and certificate check

Interview Preparation Tips

Interview preparation tips for other job seekers - If you ever want to get into IT. TCS is the right choice.

I applied via Campus Placement and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java Oops concepts Threading Database questions like nested queries, joins, normalisation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Chill interview will be from basics.

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops, ds algo, project related and some reasonable questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your programming part, ds algo and Aptitude and reasoning as well.

I applied via CoCubes.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions will be asked only which are somewhat easy

Round 2 - Technical 

(1 Question)

  • Q1. Only basics of any programming language are asked. Nothing to worry about its easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry it is easy to clear the interview rounds

Interview Questionnaire 

2 Questions

  • Q1. Networking Questions
  • Q2. General questions about yourself or family

Interview Preparation Tips

Round: Test
Experience: English Grammar
Duration: 30 minutes
Total Questions: 20

Round: Group Discussion
Experience: Can be a GD or ask each person to speak on different topics
Duration: 30 minutes

Round: Technical Interview
Experience: TCP/IP model ; OSI model ; Private and Public IP ; Any specific subject that you've mentioned

College Name: GTBIT

I was interviewed in Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. OSI MODEL, TCP/IP , Difference between Public and private address, MD5 hashstring, Octal to Binary conversion
  • Ans. 

    Technical questions related to networking and cryptography.

    • OSI model has 7 layers, TCP/IP has 4 layers

    • Public addresses are routable on the internet, private addresses are used within a private network

    • MD5 hashstring is a cryptographic hash function used for data integrity and security

    • Octal to binary conversion involves converting each octal digit to a 3-bit binary number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Grammar questions were there in it.
Duration: 30 minutes
Total Questions: 20

Round: Group Discussion
Duration: 30 minutes

College Name: Ajay Kumar Garg Engineering College, Ghaziabad
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

JOBS

Happiest Minds Technologies

No Jobs

CAMPUS PLACEMENT

KIIT University, Bhuvaneshwar

INTERVIEWS

Qualitest

5.6k top interview questions

REVIEWS

K Raheja Corp

No Reviews

INTERVIEWS

Qualitest

No Interviews

INTERVIEWS

Qualitest

5.6k top interview questions

INTERVIEWS

VISA Steel

No Interviews

INTERVIEWS

Qualitest

5.6k top interview questions

JOBS

Black Knight

No Jobs

INTERVIEWS

Qualitest

No Interviews

Tell us how to improve this page.

Join Happiest Minds Technologies Happiest People . Happiest Customers
Happiest Minds Technologies Graduate Engineer Trainee (Get) Salary
based on 9 salaries
₹3.8 L/yr - ₹4.8 L/yr
13% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Happiest Minds Technologies Graduate Engineer Trainee (Get) Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
856 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
832 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
624 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
362 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Happiest Minds Technologies with

LTIMindtree

3.8
Compare

Persistent Systems

3.5
Compare

Coforge

3.3
Compare

Mphasis

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