Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Engaged 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
3.7

based on 225 Reviews

Play video Play video Video summary
  • About
  • Reviews
    225
  • Salaries
    1.8k
  • Interviews
    34
  • Jobs
    19
  • Benefits
    24
  • Photos
    -
  • Posts
    1

Filter interviews by

Gap SDE Interview Questions and Answers

Updated 10 Aug 2024

Gap SDE Interview Experiences

2 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and technical auizz

Round 2 - Technical 

(1 Question)

  • Q1. Dsa logics were asked where u need to explain logic
  • Add your answer
Anonymous

SDE Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2023

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

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

3 coding questions related to stack arrays and linked list

Round 2 - Aptitude Test 

60 aptitude questions not very hard

Round 3 - Technical 

(2 Questions)

  • Q1. Few DBMS questions and few coding questions related to sorting array
  • Add your answer
  • Q2. Questions on method overloading and operator overloading
  • Add your answer

Interview Preparation Tips

Topics to prepare for Gap SDE interview:
  • Data Structures
  • DBMS
  • C++
Interview preparation tips for other job seekers - Its not tough to crack be Confident and keep learning
Anonymous

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
View answer (1)
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
View answer (1)
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
View answer (1)
asked in Amazon
Q4. Describe a scenario where you were given updates on repaired road ... read more
View answers (2)
asked in Nagarro
Q5. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
View answer (1)
View All

Top trending discussions

View All
Salary Discussions, Hike & Promotions
1w
a senior qa analyst, oms
I am not getting call back from recruiters, is my salary high for me role ?
CCTC - 22LPA ECTC - 30LPA NOTICE PERIOD - 30 Days Experience - 7.9 + years Am I expecting the salary more for my experience and my role? Please suggest someone. Initial recruiters will call and get all the details, and later I am not getting call back. What might be the issue ?
Got a question about Gap?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

SDE Interview Questions & Answers

Walmart user image Lakshmi s

posted on 25 Aug 2024

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

(1 Question)

  • Q1. How do you give space in span
  • Ans. 

    To give space in span, use CSS properties like padding, margin, or line-height.

    • Use padding property to add space inside the span element

    • Use margin property to add space outside the span element

    • Use line-height property to adjust the height of the line containing the span element

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
company Logo

SDE Interview Questions & Answers

Walmart user image Anonymous

posted on 12 Nov 2024

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit Loss Question, Psychometric question , english ability question

Round 2 - Coding Test 

Binary Tree question , array related question, Linked list question

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with dsa
Anonymous
company Logo

Software Developer Interview Questions & Answers

Walmart user image Anonymous

posted on 27 Dec 2021

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This was a proctured online coding round where we had 2 questions to solve under 90 minutes . The questions were of easy to medium level I would say with some lenghty implementations .

  • Q1. 

    Minimum Numbers Required Problem Statement

    Given an array 'ARR' consisting of N integers, along with two integers, 'SUM' and 'MAXVAL', you need to determine the minimum number of integers to be added to t...

  • Ans. 

    Determine the minimum number of integers to be added to an array to make its sum equal to a given value.

    • Iterate through the array and calculate the current sum.

    • Determine the difference between the target sum and the current sum.

    • Add the minimum number of integers within the range of -MAXVAL to MAXVAL to reach the target sum.

  • Answered by AI
    Add your answer
  • Q2. 

    Maximum Sum Subsequence Problem Statement

    Given an array of integers NUMS consisting of N integers and an integer K, determine the maximum sum of an increasing subsequence with exactly K elements.

    Exampl...

  • Ans. 

    Find the maximum sum of an increasing subsequence with exactly K elements in an array of integers.

    • Iterate through the array and maintain a dynamic programming table to store the maximum sum of increasing subsequences ending at each index.

    • For each element, check all previous elements to find the increasing subsequence with maximum sum ending at that element.

    • Update the dynamic programming table with the maximum sum found...

  • Answered by AI
    Add your answer
Round 2 - Face to Face 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Standard Data Structures and Algorithms round . One has to be fairly comfortable in solving algorithmic problems to
pass this round with ease.

  • Q1. 

    Check Whether Binary Tree Is Complete

    You have been given a binary tree and your task is to determine if it is a Complete Binary Tree or not.

    A Complete Binary Tree is defined as a binary tree where ever...

  • Ans. 

    Check if a binary tree is a Complete Binary Tree or not based on given criteria.

    • Traverse the binary tree level by level and check if all levels are completely filled except the last one.

    • Ensure all nodes at the last level are positioned at the leftmost side.

    • Use level order traversal to check for completeness of the binary tree.

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the output should be 1.

  • Answered by AI
    Add your answer
  • Q2. 

    Consecutive Elements

    Given an array arr of N non-negative integers, determine whether the array consists of consecutive numbers. Return true if they do, and false otherwise.

    Input:

    The first line of inp...
  • Ans. 

    Check if an array of integers consists of consecutive numbers.

    • Iterate through the array and check if the absolute difference between consecutive elements is 1.

    • Sort the array and check if the elements are consecutive.

    • Use a set to store the elements and check if the size of the set is equal to the length of the array.

  • Answered by AI
    Add your answer
Round 3 - Face to Face 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Medium

This round majorly focused on my projects and some standard questions revolving around Operating Systems and DBMS.

  • Q1. How can you print numbers from 1 to 100 using more than two threads in an optimized approach?
  • Ans. 

    Use multiple threads to print numbers from 1 to 100 in an optimized approach.

    • Divide the range of numbers (1-100) among the threads to avoid duplication.

    • Use synchronization mechanisms like mutex or semaphore to ensure proper order of printing.

    • Consider using a shared data structure like a queue to coordinate the threads.

    • Implement a mechanism to signal the threads when to start and stop printing.

  • Answered by AI
    Add your answer
  • Q2. What are the advantages of using views in a database management system?
  • Ans. 

    Views in a database management system provide data security, simplify complex queries, and improve performance.

    • Enhanced security by restricting access to certain columns or rows

    • Simplify complex queries by pre-defining joins and filters

    • Reduce redundancy by storing commonly used queries as views

    • Improve performance by storing pre-processed data in views

    • Allow for data abstraction, making it easier to work with complex data...

  • Answered by AI
    Add your answer
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. What do you know about the company?
  • Add your answer
  • Q2. Why should we hire you?
  • Add your answer

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAWalmart 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

Anonymous
company Logo

Software Developer Interview Questions & Answers

Walmart user image Anonymous

posted on 21 Apr 2023

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

I appeared for an interview before Apr 2022.

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 - One-on-one 

(1 Question)

  • Q1. Basic JS & React concepts
  • Add your answer
Round 3 - Case Study 

System design on the frontned application

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Walmart user image Sanmit Deshpande

posted on 10 Sep 2020

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Virtual Interview - 3 rounds same day [DS & Algo, Java, Architecture/Product]
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. Focus on problem solving and speed to clear 1st Round. Strong Java fundamentals upto Java 8,9 is enough to clear 2nd Round. Basic Design and Product Architecture knowledge can help clear the final round.

Believe yourself and keep working !!
Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

Lowe's user image Anonymous

posted on 16 Sep 2021

I appeared for an interview before Sep 2020.

Round 1 - Assignment 

Round duration - 90 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was the technical round, held around at 10 AM IST on Google Meet.
Firstly she greeted me and asked me to tell something about myself, to which I introduced myself, explaining my academic and some projects also.
After that we moved on to the Hackathon project, which was smart cart self-checkout system. I explained the project along with the code, wherever necessary.
Every word you say while explaining should be clear to you.I used Firebase and SQL while explaining my project, to which she asked some questions related to it, 
Then she moved to the DBMS part, types of joins,what is indexing, how to approach if you were to design a payment system.
At last she asked me some Data Structure questions, which were of medium complexity

  • Q1. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Ans. 

    Remove the Kth node from the end of a singly linked list given the position 'K'.

    • Traverse the list to find the length 'N' of the linked list.

    • Calculate the position of the node to be removed from the beginning as 'N - K + 1'.

    • Traverse the list again and remove the node at the calculated position.

  • Answered by AI
    Add your answer
  • Q2. 

    House Robber Problem Statement

    Consider Mr. X, a professional robber who is planning to rob houses along a street. These houses are arranged in a circle, which means the first house is a neighbor to the l...

  • Ans. 

    House Robber problem where adjacent houses have connected security system, find maximum money Mr. X can rob without triggering security.

    • Use dynamic programming to keep track of maximum money robbed at each house.

    • At each house, decide whether to rob the current house or skip it based on maximum money robbed so far.

    • Handle the circular nature of houses by considering two cases: robbing the first house and not robbing the ...

  • Answered by AI
    Add your answer
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

The interviewer was very frank and cheerful. This was held at 2:30 PM IST on Google Meet.
He firstly greeted me and asked me how I was doing.
How was my previous round, any technical difficulties?
Then he asked me to introduce myself.
He started telling about his journey to Lowe's and his technical background.
Then he asked some HR related questions

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. Eligibility criteria7.5 CGPALowe's India interview preparation:Topics to prepare for the interview - Data structures and algorithms, OOPS, operating Systems,SQL, DBMS, Machine Learning.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA questions, interview questions as much as you can.(400 leetcode questions) + (1000+ geeksforgeeks score) is good approximation of your preparation.
Tip 2 : You should have a good internship experience or 1 or 2 good projects on Android/web-d or Machine Learning.You should be through with your projects and be able to tell further improvements for the future.
Tip 3 : Be CONFIDENT with what you say. Don't murmur or speak in the mouth.The interviewer wants to know your thought process.

Application resume tips for other job seekers

Tip 1 : Resume is the first impression of you.so it must be very eye-catching. write some decent (maybe 1 or 2 is enough) projects on resume.
Tip 2 : Should be through with each and every point you have written on your resume. people usually write 10- 15 skills on resume while confident in only 5.Please don't do it.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Walmart user image Anonymous

posted on 8 Aug 2022

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Mostly on js basics. Event loop, hoisting, GraphQL

Round 2 - Technical 

(2 Questions)

  • Q1. How to implement Cadence algorithm
  • Ans. 

    Cadence algorithm is used for real-time stream processing of data.

    • Cadence is a distributed system for managing workflows.

    • It uses a programming model called the Cadence Workflow Model.

    • The Cadence server is responsible for managing the state of workflows.

    • The Cadence client is responsible for executing the workflow tasks.

    • Cadence provides a lot of features like retries, timeouts, and error handling.

  • Answered by AI
    Add your answer
  • Q2. How does vdom works in react
  • Ans. 

    VDOM stands for Virtual Document Object Model, which is a lightweight copy of the actual DOM used by React for efficient rendering.

    • VDOM is a tree-like structure that React uses to keep track of changes in the UI.

    • When a component's state changes, React creates a new VDOM tree and compares it with the previous one to identify the changes.

    • React then updates only the parts of the actual DOM that need to be changed, resulti...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basic js questions. Eventloop, arrays

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Target user image Eklavya Mahajan

posted on 10 Mar 2015

Interview Questionnaire 

8 Questions

  • Q1. What factors can you think of which will determine the pricing of product on our e-retail website?
  • Ans. 

    Factors affecting pricing of products on e-retail website

    • Cost of production

    • Competitor pricing

    • Demand and supply

    • Target audience

    • Marketing and advertising costs

  • Answered by AI
    View 2 more answers
  • Q2. We add a lot of products and their descriptions on a laptop webpage, it will get too cluttered if we try the same for a mobile app. What things can be done differently for a webpage on mobile app?
  • Add your answer
  • Q3. Which scrolling option is the best for e-retail websites? Vertical scrolling or horizontal product scrolling or each product on a different page or something else?
  • Ans. 

    Vertical scrolling is the best option for e-retail websites.

    • Vertical scrolling is more intuitive and easier to use for most users.

    • Horizontal scrolling can be confusing and frustrating for users.

    • Each product on a different page can lead to slower load times and more clicks for users.

    • Infinite scrolling can be a good option for some e-retail websites.

    • Consider the type of products being sold and the user experience when de...

  • Answered by AI
    View 2 more answers
  • Q4. What was your happiest moment in life?
  • Ans. 

    My happiest moment was when I got accepted into my dream university.

    • Received the acceptance letter in the mail

    • Celebrated with family and friends

    • Felt a sense of accomplishment and excitement for the future

  • Answered by AI
    Add your answer
  • Q5. Tell me about your internships in short
  • Ans. 

    I completed internships at two different companies, one focused on web development and the other on software testing.

    • Interned at XYZ Company as a web developer, worked on front-end development using React and back-end development using Node.js

    • Interned at ABC Company as a software tester, tested various software applications and reported bugs to the development team

  • Answered by AI
    Add your answer
  • Q6. Strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, adaptability, and teamwork. My weaknesses include public speaking and time management.

    • Strengths: Problem-solving - I enjoy finding solutions to complex problems. Adaptability - I am able to quickly adjust to new situations. Teamwork - I work well in a team environment and value collaboration.

    • Weaknesses: Public speaking - I get nervous when speaking in front of large groups. Time ma...

  • Answered by AI
    Add your answer
  • Q7. What are your interests beyond academics?
  • Ans. 

    I enjoy playing sports, reading books, and volunteering in my community.

    • Playing basketball and soccer with friends

    • Reading books on technology and self-improvement

    • Volunteering at local food banks and animal shelters

  • Answered by AI
    Add your answer
  • Q8. You seem to have a good CPI. Why are you not going for MS or MBA? Do you intend to go for any such thing some years later?
  • Ans. 

    I believe gaining practical experience is more valuable than pursuing further education at this point in my career.

    • I have gained valuable experience through internships and projects

    • I am constantly learning and improving my skills through online courses and workshops

    • I may consider pursuing further education in the future if it aligns with my career goals

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlist was CPI cutoff based mostly.
Tips: Highlight all your strong points in the resume and don't forget to make different resumes for different profiles you are targeting. Other than that, your resume is what you make of it in your 4 or 5 years of your stay here!

Round: Test
Experience: The test was common for software analyst as well as business analyst profile. So that was sort of a drawback for the people targeting business analyst profile. But most of the coding questions were easily solvable and required little knowledge of coding.
Tips: Just try to improve your aptitude skills and freshen up some basic C++ concepts - very basic ones. You'll do great!

Round: Puzzle Interview
Experience: Though I am not able to recall the puzzles asked, but they were moderate in difficulty level, plus the interviewers were helping a lot and were very friendly
Tips: Practice some basic puzzles, mostly the ones asked for coding interviews (you can search them online). Keep your calm and think thoroughly. Also, don't hesitate to ask for help whenever required. They would love to offer help more than you would like to get!

Round: Technical Interview
Experience: Since my background in coding was not that great, and I had already told them so, thus they mostly asked me strategic questions like the ones mentioned above.
Tips: Think logically and just spit out whatever comes to your mind would be the best option/strategy. They are looking for innovative answers and also a wide variety of alternatives, and then choose the best ones. Again, they will help you in case of any confusion or in case you need some example strategies.

Round: HR Interview
Experience: This round initially focused primarily on my internships. The interviewer seemed interested to know about the work done in internships, the accomplishments, the moments worth remembering from the foreign internships. Later she moved on to the hobbies, strengths, weaknesses and was quite involved with my life stories! She had a pad to note down my answers and judge abilities like communication skills, fluency, confidence in answers etc. At the end, I got the remark "This was by far the best interview I conducted" (and I was the last candidate to get interviewed!)
Tips: Answer the questions with total honesty and keep them involved with intriguing stories that depict your strengths or weaknesses. Interest them with your hobbies and be ready to answer questions on any hobby! Keep your stories prepared for the happiest moment, failures, things you would change in life etc. Read the book "64 HR interviews" and prepare answers for most of them. This round is mainly to see your confidence, your passion, your liveliness and your enthusiasm for the position.

General Tips: Most of the tips were discussed in respective questions. In general, I would like to say that never lose hope no matter how hard you struggle through the first few days. The moment you lose hope, things start going the wrong way. Also, give the interviews with relaxed and calm mind, after proper sleep. Take the interviews to the direction you want them to go - it can be easily done and I can tell you that from my own experiences. Be honest, otherwise you will take the interview to the direction you don't want it to go!
Skills: Confidence, Communication skills, Logical thinking , Problem solving, Brainstorming skills, Rational thinking
College Name: IIT BOMBAY
Motivation: It is a well reputed firm, a Fortune 50 company and the experience would be a good launchpad for ahead. I wanted a work-life balance slightly tilted towards "life" and Target is the company to go for that (which I came to know from my seniors, glassdoor.com etc.)
Funny Moments: There were no specific funny moments as such but overall, the interviews were relaxed and the interviewers were very friendly and cheerful. So I had some great moments while sharing my hobbies (eg. I told them I like to read poems so they asked me to recite one!) etc.

Skills evaluated in this interview

Anonymous
More about working at Gap
  • HQ - Delhi/NCR, Delhi, India
  • Retail
  • 1k-5k Employees (India)

Gap Interview FAQs

How many rounds are there in Gap SDE interview?
Gap interview process usually has 3 rounds. The most common rounds in the Gap interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Gap SDE interview?

Some of the top questions asked at the Gap SDE interview -

  1. Few DBMS questions and few coding questions related to sorting ar...read more
  2. Questions on method overloading and operator overload...read more
  3. dsa logics were asked where u need to explain lo...read more

Tell us how to improve this page.

Gap Interviews By Designations

  • Gap Software Engineer Interview Questions
  • Gap Project Manager Interview Questions
  • Gap Software Developer Interview Questions
  • Gap Intern Interview Questions
  • Gap SDE Interview Questions
  • Gap Production Manager Interview Questions
  • Gap Data Analyst Interview Questions
  • Gap Assistant Manager Interview Questions
  • Show more
  • Gap Finance Executive Interview Questions
  • Gap Manager / Sr Manager - Administration Interview Questions

Interview Questions for Popular Designations

  • Assistant Store Manager Trainee Interview Questions
  • Specialist, Human Resources Interview Questions
  • Manager - Financial Planning Interview Questions
  • MDO(Marketing Devlopment Officer) Interview Questions
  • Indirect Tax Associate Interview Questions
  • GIS Mapping Interview Questions
  • Customer experience Specialist Interview Questions
  • Verification Analyst Interview Questions
  • Show more
  • Cashier & Junior Accountant Interview Questions
  • QA QC Inspector, QA QC Engineer Interview Questions

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Reliance Retail
Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Walmart
Walmart Interview Questions
3.7
 • 402 Interviews
Landmark Group
Landmark Group Interview Questions
3.9
 • 153 Interviews
Lowe's
Lowe's Interview Questions
4.2
 • 133 Interviews
Tesco
Tesco Interview Questions
3.8
 • 133 Interviews
Target
Target Interview Questions
4.2
 • 116 Interviews
Decathlon
Decathlon Interview Questions
3.8
 • 110 Interviews
Reliance Trends
Reliance Trends Interview Questions
4.2
 • 107 Interviews
Baazar Retail Private Limited
Baazar Retail Private Limited Interview Questions
4.6
 • 72 Interviews
V2 Retail
V2 Retail Interview Questions
3.4
 • 66 Interviews
View all
Gap Salaries in India
Senior Software Engineer
170 salaries
unlock blur

₹10 L/yr - ₹27 L/yr

Software Engineer
151 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Staff Software Engineer
63 salaries
unlock blur

₹21.3 L/yr - ₹44.5 L/yr

Senior System Analyst
35 salaries
unlock blur

₹13.2 L/yr - ₹21.1 L/yr

Senior Manager
32 salaries
unlock blur

₹30 L/yr - ₹61.8 L/yr

Explore more salaries
Compare Gap with
Reliance Retail

Reliance Retail

3.9
Compare
Walmart

Walmart

3.7
Compare
Landmark Group

Landmark Group

3.9
Compare
Reliance Trends

Reliance Trends

4.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Gap Interview Questions >
  • Gap SDE Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter