Upload Button Icon Add office photos

Filter interviews by

Indeed Software Developer Interview Questions and Answers

Updated 17 May 2024

Indeed Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is java,what is oops, what is multithreading
  • Ans. 

    Java is a popular programming language, OOPs stands for Object-Oriented Programming, and multithreading is the ability of a CPU to execute multiple threads concurrently.

    • Java is a high-level, class-based, object-oriented programming language known for its portability and versatility.

    • OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of proced...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Indeed Software Developer interview:
  • OOPS

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic hr questions
Round 2 - Coding Test 

Basic coding quesstions

Round 3 - Coding Test 

Advanced coding questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Culture fit interview round

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

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

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

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

(4 Questions)

  • Q1. Explain Deadlock?
  • Q2. Explain Red Black Tree?
  • Q3. Find local minima in a 1-D array?
  • Q4. Find local minima in 2-D array?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How was your previous organization
  • Ans. 

    My previous organization was a fast-paced tech startup focused on developing cutting-edge software solutions.

    • Highly collaborative work environment

    • Emphasis on innovation and creativity

    • Agile development methodologies were followed

    • Regular team meetings and code reviews

    • Opportunities for professional growth and learning

  • Answered by AI
  • Q2. Please create timer using react
  • Ans. 

    Create a timer using React

    • Use useState hook to store the timer value

    • Use useEffect hook to update the timer every second

    • Display the timer value in the component's render method

  • Answered by AI

Skills evaluated in this interview

Indeed Interview FAQs

How many rounds are there in Indeed Software Developer interview?
Indeed interview process usually has 2-3 rounds. The most common rounds in the Indeed interview process are Coding Test, Technical and HR.
What are the top questions asked in Indeed Software Developer interview?

Some of the top questions asked at the Indeed Software Developer interview -

  1. What is java,what is oops, what is multithread...read more
  2. culture fit interview ro...read more

Tell us how to improve this page.

Indeed Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Indeed Software Developer Salary
based on 7 salaries
₹19 L/yr - ₹23.9 L/yr
199% more than the average Software Developer Salary in India
View more details

Indeed Software Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Product Manager
18 salaries
unlock blur

₹20.2 L/yr - ₹58 L/yr

Senior Accounts Executive
17 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Software Engineer
16 salaries
unlock blur

₹11.5 L/yr - ₹44 L/yr

Accounts Manager
16 salaries
unlock blur

₹5.2 L/yr - ₹8.5 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹35 L/yr - ₹97 L/yr

Explore more salaries
Compare Indeed with

Naukri

4.0
Compare

Foundit

3.6
Compare

Timesjobs.com

1.6
Compare

Freshersworld.com

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