Premium Employer

i

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

Gap Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gap Senior Software Engineer Interview Questions and Answers

Updated 18 Nov 2022

Gap Senior Software Engineer Interview Experiences

2 interviews found

I applied via Approached by Company

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 - Technical 

(1 Question)

  • Q1. Language Basics, Framework, Coding Questions.
Round 3 - Technical 

(1 Question)

  • Q1. Coding Questions, Managerial Round
Round 4 - HR 

(1 Question)

  • Q1. Expectations should be clear. Benefits are something you should ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with language basics. Practice logic instead of programs.

Senior Software Engineer interview

user image Drunken Engineer

posted on 18 Nov 2021

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Jobs at Gap

View all

Interview questions from similar companies

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and easy questions were asked

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Technical questions

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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring Boot annotations related question
  • Q2. Java 8 advantages
  • Ans. 

    Java 8 introduced several new features and improvements, including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow for more concise and readable code.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with collections in a more functional style.

    • Default methods allow interfaces to have method implementations.

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

(2 Questions)

  • Q1. Questions on microservices
  • Q2. Types of HTTP methods, what is idempotency in rest api
  • Ans. 

    HTTP methods include GET, POST, PUT, DELETE, PATCH. Idempotency in REST API means multiple identical requests have the same effect as a single request.

    • HTTP methods: GET, POST, PUT, DELETE, PATCH

    • Idempotency in REST API: Multiple identical requests have the same effect as a single request

    • Example: GET and PUT are idempotent as they do not change the state of the server with multiple identical requests

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well in Core Java and Spring Boot related topics

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round was tougher and was for almost 2hrs.

Round 2 - Coding Test 

There were two coding questions. One was tough and other was moderate.

Round 3 - Technical 

(1 Question)

  • Q1. This round was face to face from Bengaluru campus. The interview was for 45 mins and asked me oops related concepts, functional dependency related questions, operating system, and asked me to write logic f...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well for all the rounds because the competition was very high.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are garbage collection
  • Ans. 

    Garbage collection is a process in programming where the system automatically reclaims memory occupied by objects that are no longer in use.

    • Garbage collection helps prevent memory leaks by freeing up memory that is no longer needed.

    • It is commonly used in languages like Java, C#, and Python.

    • Garbage collection can be either automatic or manual, with automatic being the most common approach.

    • Examples of garbage collection ...

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

    Singleton is a design pattern that restricts the instantiation of a class to one object.

    • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

    • Commonly used in scenarios where only a single instance of a class is needed, such as database connections, logging, and thread pools.

    • Implementation can involve a private constructor, a static method to access the instance, and a...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was very easy to code leetcode easy

Round 2 - Aptitude Test 

Very good interviewing experience in this

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

Gap Interview FAQs

How many rounds are there in Gap Senior Software Engineer interview?
Gap interview process usually has 4 rounds. The most common rounds in the Gap interview process are Technical, Resume Shortlist and HR.
How to prepare for Gap 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 Gap. The most common topics and skills that interviewers at Gap expect are Agile Coaching, Automation Testing, Medical Coding, Oracle and Data Structures and Algorithms.
What are the top questions asked in Gap Senior Software Engineer interview?

Some of the top questions asked at the Gap Senior Software Engineer interview -

  1. Expectations should be clear. Benefits are something you should ...read more
  2. Language Basics, Framework, Coding Questio...read more
  3. Coding Questions, Managerial Ro...read more

Tell us how to improve this page.

Gap Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Gap Creating Products And Experiences That Shape Culture Since 1969.

Interview Questions from Similar Companies

Shahi Exports Interview Questions
4.0
 • 101 Interviews
H&M Interview Questions
3.9
 • 89 Interviews
Bata Interview Questions
3.7
 • 59 Interviews
PUMA Interview Questions
4.3
 • 51 Interviews
Biba Apparels Interview Questions
3.7
 • 39 Interviews
Zara Interview Questions
3.8
 • 30 Interviews
Fossil Group Interview Questions
3.7
 • 26 Interviews
Arvind Fashions Interview Questions
3.7
 • 20 Interviews
Coats Interview Questions
3.9
 • 19 Interviews
View all
Gap Senior Software Engineer Salary
based on 146 salaries
₹10 L/yr - ₹26.5 L/yr
42% more than the average Senior Software Engineer Salary in India
View more details

Gap Senior Software Engineer Reviews and Ratings

based on 13 reviews

3.4/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

3.2

Salary

2.5

Job security

3.3

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 13 Reviews and Ratings
Sr Software Engineer

Hyderabad / Secunderabad

6-10 Yrs

₹ 24-25 LPA

Data Engineer Sr Software Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Sr Software Engineer

Hyderabad / Secunderabad

6-10 Yrs

₹ 11-25 LPA

Explore more jobs
Software Engineer
152 salaries
unlock blur

₹7.6 L/yr - ₹16.2 L/yr

Senior Software Engineer
146 salaries
unlock blur

₹10 L/yr - ₹26.5 L/yr

Senior System Analyst
66 salaries
unlock blur

₹12.6 L/yr - ₹18.2 L/yr

Staff Software Engineer
47 salaries
unlock blur

₹21.3 L/yr - ₹41.7 L/yr

Senior Manager
34 salaries
unlock blur

₹30 L/yr - ₹61.8 L/yr

Explore more salaries
Compare Gap with

Zara

3.8
Compare

H&M

3.9
Compare

Forever 21

3.5
Compare

Uniqlo

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