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
3.7

based on 990 Reviews

Filter interviews by

Happiest Minds Technologies SDE Interview Questions and Answers

Updated 18 Jan 2025

Happiest Minds Technologies SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image nidhi rajput

posted on 18 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    Function to reverse a given string.

    • Create an empty string to store the reversed string.

    • Iterate through the input string in reverse order and append each character to the new string.

    • Return the reversed string.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was 1.30 min online coding test through a portal, which was mostly option type questions and one coding question

Round 2 - Technical 

(2 Questions)

  • Q1. About the current role and the tasks
  • Q2. Problem solving on leet code type problem

SDE Interview Questions & Answers

Cybage user image Anonymous

posted on 27 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. What is HashMap working?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses hashing to store and retrieve key-value pairs efficiently.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • HashMap allows for null keys and null values.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.

Round 2 - Coding Test 

Long coding round - Paired with another thoughtworker

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on project
  • Q2. Frameworks related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Deep coding knowledge required

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the java 8 / 11 features and coding knowledge because the role required dail y coding tasks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some mcq questions and coding question. Both where easy to medium level. Prepare combination/permutation/Time complexity etc

Round 2 - Coding Test 

A question related to Binary search and some other follow ups.

Associate Interview Questions & Answers

3i Infotech user image owke venkata ravi kumar

posted on 14 Apr 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. 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 - HR 

(2 Questions)

  • Q1. Why did we hired you
  • Q2. What is next 5 years see your self

Associate Interview Questions & Answers

CitiusTech user image Kshitija Bagul

posted on 10 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain random forest
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.

    • Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.

    • Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is used to improve the accuracy of models and reduce bias and variance.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.

Round 2 - Code Pairing 

(3 Questions)

  • Q1. Some question from resume project.
  • Q2. How we can improve this project
  • Q3. Add 20% discount code, Implement cashback
  • Ans. 

    To add a 20% discount code and implement cashback in an application.

    • Create a discount code field in the application where users can enter the code to avail 20% off.

    • Calculate the discounted price by applying the 20% discount on the original price.

    • Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.

    • Ensure that the cashback amount is credited to the user's account

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - I had a very negative or wrost experiance with ThoughtWorks during the interview I was able to solve all code pairing programming question without any mistakes or not taking a single hints. It seemed like everything was going well. However after two days i received a rejection mail.

HR said that during the interview my thought process didn't align with the interviewer. Honestly, during the 2 hours of interview. They never mentioned any concerns about my approach or wanting more from me. They simply presented a problems and i solved then they moved on to the next one.

If they weren't happy with my approach, they should have told me to explain further or said that wanted a more optimal soltion something like.

As a fresher, handling such pressure is challenging, especially since we face more struggles than experienced candidates. If a company is not inclined to hire freshers, they should avoid accepting our applications and avoid playing with our emotions.

Interviewers Name: Deepti Sharma, Ajay Kumar
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Typing test 40 WPM and Grammar

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see yourself in this company in next 2 years ?
  • Q2. What is the role of a customer service
  • Ans. 

    The role of customer service is to assist customers with their inquiries, concerns, and issues to ensure a positive experience.

    • Providing assistance and support to customers

    • Resolving customer complaints and issues

    • Answering customer inquiries and providing information

    • Ensuring customer satisfaction and retention

    • Building positive relationships with customers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview , typing & grammar and the interview with manager

Happiest Minds Technologies Interview FAQs

How many rounds are there in Happiest Minds Technologies SDE interview?
Happiest Minds Technologies interview process usually has 1 rounds. The most common rounds in the Happiest Minds Technologies interview process are Technical.

Tell us how to improve this page.

Happiest Minds Technologies SDE Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Happiest Minds Technologies Happiest People . Happiest Customers

SDE Interview Questions from Similar Companies

TCS SDE Interview Questions
3.7
 • 12 Interviews
HCLTech SDE Interview Questions
3.5
 • 3 Interviews
Infosys SDE Interview Questions
3.7
 • 3 Interviews
Wipro SDE Interview Questions
3.7
 • 1 Interview
Cybage SDE Interview Questions
3.8
 • 1 Interview
View all
Senior Software Engineer
1k salaries
unlock blur

₹4.8 L/yr - ₹18.2 L/yr

Module Lead
829 salaries
unlock blur

₹7.5 L/yr - ₹28.8 L/yr

Technical Lead
813 salaries
unlock blur

₹9 L/yr - ₹38.7 L/yr

Software Engineer
617 salaries
unlock blur

₹2.8 L/yr - ₹8.9 L/yr

Senior Engineer
334 salaries
unlock blur

₹3.5 L/yr - ₹13.3 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