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 966 Reviews

Filter interviews by

Happiest Minds Technologies Senior Software Development Engineer Interview Questions and Answers

Updated 22 May 2022

Happiest Minds Technologies Senior Software Development Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Related to PHP questions
Round 2 - HR 

(1 Question)

  • Q1. Salery discussions and other normal questions

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Senior Software Development Engineer interview:
  • Pimcore
Interview preparation tips for other job seekers - All project based on pimcore no laravel and other framework based projects

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Javascript related questions like temporal dead zone, hoisting, closures, scopes and differences, output based questions, scenario based questions etc
  • Q2. 2 Coding questions one was a mix of array and objects and another was to create prototype function for array flat
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion indepth related to microservices architecture for any project, Optimisations for a project, Behavioural questions, Deployment processes and How i handle conflicts, How to align high priorities t...
Round 3 - HR 

(1 Question)

  • Q1. Intro and rest basic discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get good/solid understanding of basics of anything also be curious to learn more tech stacks which could align to same.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is chop and chomp?
  • Ans. 

    chop and chomp are string manipulation functions in programming languages.

    • chop removes the last character from a string

    • chomp removes the newline character from the end of a string

    • Both functions are commonly used in languages like Perl and Ruby

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Js basic questions
  • Q2. Angular questio s
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement LinkedList and insert element at last
  • Ans. 

    Implement LinkedList and insert element at last

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head and tail pointers

    • Implement a method in LinkedList class to insert element at the end

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

EVRY India user image sandeep Kalasagonda

posted on 27 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Arrays questions medium and easy

Round 3 - HR 

(1 Question)

  • Q1. Thinking abilities
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic conversation
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 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:
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 - Coding Test 

HackerRankTest : Q1-Farthest element in an array
Q2-midian of subarray

Round 3 - Technical 

(2 Questions)

  • Q1. Q1- Split the array size
  • Ans. 

    Split the array size

    • Use the split() method to split the array into smaller arrays

    • Specify the size of each smaller array

    • Handle any remaining elements if the original array size is not divisible by the specified size

  • Answered by AI
  • Q2. Q2-card based problem
  • Ans. 

    Implement a card-based problem solution

    • Use arrays to represent the cards and their values

    • Consider different operations like shuffling, sorting, dealing

    • Implement algorithms for efficient card manipulation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They conducted 2 coding rounds I cleared both after that HR told me They will conduct client round. When I checked with them she said they don't have client requirements for 3+ years of experience on top of that they are continuously putting job opening for java beckend developer on different-2 portal just for name sake. They simply wasting candidate time like this.

Skills evaluated in this interview

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude and coding test in which you'll be asked questions on quantitative aptitude, logical and verbal ability and 3 programming questions.

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in multiple programming languages and a passion for problem-solving.

    • Experienced in Java, C++, and Python

    • Strong understanding of data structures and algorithms

    • Worked on various projects including web development and mobile app development

    • Excellent problem-solving and analytical skills

  • Answered by AI
  • Q2. How will you use your skills and certifications in Prodapt?
  • Ans. 

    I will utilize my skills and certifications in Prodapt to develop high-quality software solutions.

    • I will leverage my programming skills to write clean and efficient code.

    • I will apply my knowledge of software development methodologies to ensure the delivery of reliable and scalable solutions.

    • I will utilize my certifications in relevant technologies to stay updated with the latest industry trends and best practices.

    • I wil...

  • Answered by AI
  • Q3. Are you okay with signing a service bond for 18 months?
  • Ans. 

    Yes, I am okay with signing a service bond for 18 months.

    • Signing a service bond is a common practice in the software industry.

    • It ensures commitment and stability from both the employer and employee.

    • By signing the bond, I am willing to stay with the company for the specified duration.

    • It also shows my dedication and willingness to contribute to the organization's success.

    • I understand that breaking the bond may have legal

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Write a program to sort an array
  • Ans. 

    Program to sort an array of strings

    • Use built-in sorting functions

    • Implement sorting algorithms like bubble sort, merge sort, quick sort

    • Consider time and space complexity

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

    Program to print a pattern using an array of strings

    • Create an array of strings to hold the pattern

    • Use loops to fill the array with the desired pattern

    • Print the array to display the pattern

  • Answered by AI
  • Q3. 1. One logical question 2. What is data structures 3. Explain array indexing 4. What is the best algorithm for sorting. 5. Simple questions on the projects I had mentioned in my resume.
  • Q4. 3 basic questions on SQL. 1. How will you modify something in a table? 2. Explain primary, secondary and foreign keys. 3. Write a query for inserting a record in a table.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics and prepare the topics mentioned in resume well. Most of the questions will be only from the topics mentioned in resume.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Pillar of java with example
  • Ans. 

    Four pillars of Java are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Wrapping data and code into a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms.

    • Example: A car is an abstraction of a vehicle, encapsulating its...

  • Answered by AI
  • Q2. Collection based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do string related coding program and concepts of collection

Skills evaluated in this interview

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Mcq + Data structures questions

  • Q1. Maximum sum subarray

    Given an array of numbers, find the maximum sum of any contiguous subarray of the array.

    For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since w...

  • Ans. Brute Force Approach
    1. Create a nested loop. The outer loop will go from i = 0 to i = n - k. This will cover the starting indices of all k-subarrays
    2. The inner loop will go from j = i to j = i + k - 1. This will cover all the elements of the k-subarray starting from index i
    3. Keep track of the maximum element in the inner loop and print it.
    Space Complexity: O(1)Explanation:

    O(1) because the extra space being used (looping vari...

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 70 minutes
Round difficulty - Medium

Standard System Design round

  • Q1. System Design Question

    Design a Doctor Appointment System with some testcases

  • Ans. 

    Tip 1 : Implement using OOPs 
    Tip 2 : Try to tell your approach to the interviewer as much as you can side by side

  • Answered by CodingNinjas
Round 3 - Video Call 

(7 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interview of DSA + OOPS + Databse(SQL query) + Operating System

  • Q1. Left View Of Binary Tree

    Given a binary tree. Print the Left View of the Tree.

    Example :
    If the input tree is as depicted in the picture: 
    

    The Left View of the tree will be:  2 35 2 
    
    Input format :
    ...

  • Ans. Recursive Approach

    This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’...

  • Answered by CodingNinjas
  • Q2. SQL Question

    What is the difference between CHAR and VARCHAR2 datatype in SQL? 

  • Q3. SQL Question

    Write an SQL query to find names of employees starting with ‘A’? 
     

  • Q4. OOPS Question

    What are the various types of constructors in C++?

  • Q5. OOPS Question

    What is the difference between overloading and overriding?

  • Q6. Operating System Question

    What is a process? What are the different states of a process?

  • Q7. Operating System Question

    What is IPC? What are the different IPC mechanisms?

Round 4 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Hr round - normal hr questions + situational 

Thoughtworks community discussion

  • Q1. Basic HR Question

    Why should we hire you?

  • Ans. 

    Tip 1 : Read all Thoughtworks community page and be honest


    Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.


    Tip 3 : The cross-questioning can go intense sometimes, think before you speak.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 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

Happiest Minds Technologies Interview FAQs

How many rounds are there in Happiest Minds Technologies Senior Software Development Engineer interview?
Happiest Minds Technologies interview process usually has 2 rounds. The most common rounds in the Happiest Minds Technologies interview process are One-on-one Round and HR.
What are the top questions asked in Happiest Minds Technologies Senior Software Development Engineer interview?

Some of the top questions asked at the Happiest Minds Technologies Senior Software Development Engineer interview -

  1. Salery discussions and other normal questi...read more
  2. Related to PHP questi...read more

Tell us how to improve this page.

Join Happiest Minds Technologies Happiest People . Happiest Customers
59% less than the average Senior Software Development Engineer Salary in India
View more details
Senior Software Engineer
976 salaries
unlock blur

₹4.7 L/yr - ₹18 L/yr

Module Lead
828 salaries
unlock blur

₹9 L/yr - ₹28.8 L/yr

Technical Lead
801 salaries
unlock blur

₹8.9 L/yr - ₹34 L/yr

Software Engineer
619 salaries
unlock blur

₹2.8 L/yr - ₹8.9 L/yr

Senior Engineer
357 salaries
unlock blur

₹3.9 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Happiest Minds Technologies with

LTIMindtree

3.9
Compare

Persistent Systems

3.5
Compare

Coforge

3.4
Compare

Mphasis

3.4
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