Upload Button Icon Add office photos

H&M

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

H&M Senior Software Engineer Interview Questions and Answers

Updated 29 Apr 2022

H&M Senior Software Engineer Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join H&M?
  • Q2. What are your roles and responsibilities?
Round 2 - Technical 

(1 Question)

  • Q1. Solutioning for a high performant event driver microservice.
  • Ans. 

    To create a high performant event driver microservice, we need to focus on efficient event handling and scalability.

    • Use asynchronous event-driven architecture

    • Choose a lightweight and efficient framework like Node.js or Go

    • Implement caching and load balancing techniques

    • Optimize database queries and use NoSQL databases for faster data retrieval

    • Use containerization and orchestration tools like Docker and Kubernetes for sca...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reason for leaving the current job
  • Q2. Problem statement where in you have to use Azure/Azure functions to solve it.
Round 4 - Leadership 

(2 Questions)

  • Q1. How did you solve a business problem with an innovative idea?
  • Q2. What is that one factor which would make you choose H&M over any other company?

Interview Preparation Tips

Topics to prepare for H&M Senior Software Engineer interview:
  • Azure
  • .Net Core
  • Angular
  • MS SQL Server
  • Entity Framework
  • CICD
Interview preparation tips for other job seekers - Questions are mostly scenario based and also on your past work and experience.

Skills evaluated in this interview

I applied via H&M Careers and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Most of the questions are from Cloud. The different applications you have worked on the cloud, code quality. How you will secure your cloud application? How to set up cloud infra solutions for the produc...
Round 2 - One-on-one 

(1 Question)

  • Q1. This was a bit technical come business interview. 1. How you will handle the business scenarios in your application? 2. Customer-centric questions. 3. How your application brings value to the customer. ...
Round 3 - One-on-one 

(1 Question)

  • Q1. This is was country head and hr. Experience, Area of Interest, Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - H&M group has started its delivery hub in Bangalore.
The overall interview experience was good and their business interview with PALE(Product Area Lead Engineer) was a bit difficult, you have to understand the scenarios and answer.
Lots of transformations are going on in the organization and good to start if you are experienced.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Senior Software Engineer Jobs at H&M

View all

Interview questions from similar companies

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 before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the XPath?
  • Ans. 

    XPath is a query language used for selecting nodes from an XML document.

    • XPath stands for XML Path Language

    • It is used to navigate through elements and attributes in an XML document

    • XPath uses path expressions to select nodes or node-sets in an XML document

    • Example: /bookstore/book[1]/title selects the title of the first book in a bookstore

  • Answered by AI
  • Q2. Difference between static and non-static?
  • Ans. 

    Static variables are shared among all instances of a class, while non-static variables belong to individual instances.

    • Static variables are declared using the 'static' keyword, while non-static variables are not.

    • Static variables are initialized only once at the start of the program, while non-static variables are initialized each time an instance is created.

    • Static variables can be accessed using the class name, while no...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design a distributed system with 10mil users
  • Ans. 

    Design a distributed system to handle 10 million users.

    • Use a microservices architecture to break down the system into smaller, manageable components.

    • Implement load balancing to distribute user requests across multiple servers.

    • Utilize a distributed database to store user data and ensure scalability.

    • Implement caching mechanisms to improve performance and reduce database load.

    • Use message queues for asynchronous communicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just writing to login , no interviwe yet

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions for ADF
Round 2 - HR 

(1 Question)

  • Q1. Basic HR round for CTC and notice period
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good with easy questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions around my projects
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion round with HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    Find the single number in a sorted array with frequency of 2 for all other numbers.

    • Use binary search to find the number with different frequency.

    • Check if the mid element is at even or odd index to determine which side to search next.

    • Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    Print the left view of a tree by traversing the tree from left to right at each level

    • Traverse the tree using level order traversal

    • Print the first node at each level encountered during traversal

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Social welfare in india explain

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction, experience why we should hire you
  • Q2. How you complete target.
  • Ans. 

    To complete targets, I focus on building strong relationships with clients, understanding their needs, and providing tailored solutions.

    • Developing a comprehensive sales strategy

    • Identifying potential clients and leads

    • Building and maintaining relationships with clients

    • Understanding client needs and offering tailored solutions

    • Setting clear goals and targets

    • Regularly tracking progress and making necessary adjustments

    • Collab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the sales profile 160+ calls per day including sales . You have to sale their study material which price is 2 - 3 lakhs . With this huge amount how can you convince anyone to buy it . Even office area is like sabzi mandi.
Contribute & help others!
anonymous
You can choose to be anonymous

H&M Interview FAQs

How many rounds are there in H&M Senior Software Engineer interview?
H&M interview process usually has 3-4 rounds. The most common rounds in the H&M interview process are Technical, One-on-one Round and HR.
How to prepare for H&M Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at H&M. The most common topics and skills that interviewers at H&M expect are Agile, SEZ, Backend, JIRA and SAP.
What are the top questions asked in H&M Senior Software Engineer interview?

Some of the top questions asked at the H&M Senior Software Engineer interview -

  1. Solutioning for a high performant event driver microservi...read more
  2. Most of the questions are from Cloud. The different applications you have work...read more
  3. Problem statement where in you have to use Azure/Azure functions to solve ...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Sobha

No Interviews

INTERVIEWS

CitiusTech

No Interviews

INTERVIEWS

ValueLabs

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

H&M

No Interviews

INTERVIEWS

Altimetrik

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

H&M

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Shahi Exports Interview Questions
4.0
 • 102 Interviews
Bata Interview Questions
3.7
 • 59 Interviews
FIITJEE Interview Questions
3.2
 • 53 Interviews
PUMA Interview Questions
4.2
 • 52 Interviews
Biba Apparels Interview Questions
3.7
 • 39 Interviews
Gap Interview Questions
3.7
 • 32 Interviews
View all
H&M Senior Software Engineer Salary
based on 73 salaries
₹28 L/yr - ₹50 L/yr
163% more than the average Senior Software Engineer Salary in India
View more details

H&M Senior Software Engineer Reviews and Ratings

based on 9 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

4.2

Salary

2.7

Job security

4.2

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer - Frontend

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
Sales Advisor
308 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Visual Merchandiser
238 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Department Manager
216 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Manager
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare H&M with

Aakash Educational Services

3.5
Compare

FIITJEE

3.2
Compare

Resonance Eduventures

3.8
Compare

Vidyalankar Group

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent