Upload Button Icon Add office photos

Filter interviews by

IT Software Software Developer Interview Questions and Answers

Updated 30 Jul 2024

2 interviews found

Sort by: Popular

Software Developer Interview Questions

user image Anonymous

posted on 5 Sep 2022

I applied via AmbitionBox and was interviewed in Aug 2022.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. What is clssloading and what are classpath and how to create a object without new operator

Interview Preparation Tips

Topics to prepare for IT Software Software Developer interview:
  • Core Java
  • basic of html
Interview preparation tips for other job seekers - i have skills for developer so any location i am immediately join and to prove my skills in organization.

Skills evaluated in this interview

Software Developer Interview Questions

user image Anonymous

posted on 30 Jul 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. IT technical support Engineer
  • Q2. Software company engineer
  • Q3. If you meant advice specifically for job seekers in the IT field, here are some tailored suggestions: 1. **Build a Strong Portfolio:** Showcase your work throug...read more
  • Q4. Different types of development
  • Q5. For job seekers specifically looking for roles in software development, here are some focused pieces of advice: 1. **Master Programming Languages:** Become prof...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some key pieces of advice for job seekers:

1. **Tailor Your Resume:** Customize your resume for each job application to highlight relevant skills and experiences.
2. **Network:** Connect with professionals in your industry through LinkedIn, professional associations, and networking events.
3. **Prepare for Interviews:** Research the company and practice common interview questions to be well-prepared.
4. **Develop Skills:** Continuously update and improve your skills through online courses, certifications, and workshops.
5. **Leverage Job Boards:** Use job search engines, company websites, and recruitment agencies to find job opportunities.
6. **Follow Up:** After interviews, send thank-you emails to express your appreciation and reinforce your interest in the position.
7. **Stay Positive:** Job searching can be challenging, so maintain a positive attitude and stay persistent.
8. **Use Social Media:** Maintain a professional online presence and share industry-relevant content to demonstrate your expertise.
9. **Be Ready to Discuss Gaps:** If you have gaps in your employment, be prepared to explain them positively, focusing on what you learned or how you stayed productive.
10. **Practice Good Self-Care:** Job hunting can be stressful, so take breaks, exercise, and engage in activities that help you relax and stay focused.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024.

2 Interview Rounds

1

Coding Test Round

2+2 coding formula in java script

2

HR Round (2 Questions)

  • Q1. Regarding salary expectation
  • Q2. Regarding bank account
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
Selected  Selected

2 Interview Rounds

1

Coding Test Round

Asked some medium level SQL questions

2

HR Round (1 Question)

  • Q1. Everything that the HR asks
Interview experience
1
 Bad
Difficulty level
 Hard
Duration
 2-4 weeks
Result
 No response

I was interviewed in Aug 2023.

2 Interview Rounds

1

Aptitude Test Round

180 mins test calculatogn

2

One-on-one Round (2 Questions)

  • Q1. OOPS questions
  • Q2. Design Pattern test

Software Developer Interview Questions

Google user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Mar 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 75 minutes
Round difficulty - Medium

A 24 hour window was given to us and we can attempt the test anytime in between. It included 2 coding questions. One was easy-medium level and the other one was hard. Along with this 7 debugging MCQ's were given, however they were easy.

  • Q1. Minimum and Maximum Cost to buy N Candies Ram went to a specialty candy store in Ninjaland which has 'N' candies with different costs. The Candy shop gi...read more
  • Q2. Swap And Maximise You are given a circular array consisting of N integers. You have to find the maximum sum of the absolute difference between adjacent elements...read more
2

Coding Test Round (1 Question)

Round duration - 75 minutes
Round difficulty - Hard

  • Q1. Connect N Ropes With Minimum Cost You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect ...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaabove 7 cgpaGoogle interview preparation:Topics to prepare for the interview - google kickstart problems, dsa, graphs, trees, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : practice regularly in kickstart rounds
Tip 2 : solve previous year problems
Tip 3 : coding ninjas also has google asked problems

Application resume tips for other job seekers

Tip 1 : Do not fake any skills, projects or achievements. The interviewer gets to know about it by asking questions to you.
Tip 2 : Have at-least one good project on resume with all the details like technologies used and purpose.
Tip 3 : Don't write achievements which doesn't relate to your role. Write achievements which shows communication skills, leadership or teamwork.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Indeed and was interviewed before Oct 2019.

1 Interview Round

Interview Questions

  • Q1. General apti question with some verbal ability ques. The ques were easy to solve. Add Answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to give interview, the people around there were nice and polite. I was told that I have cleared the apti round and they will get back to be.
I drop the mail to them, but they didnt reply.

3 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical.Prepare all the basic concept of c# and sql. Like state management, oops concept, indexing, stored procedure etc

Software Developer Interview Questions

Google user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Dec 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was held on Hackerearth from 2:00 PM to 3:00 PM
This round had 2 questions of easy/medium difficulty. Both were based on concepts of DP.
The use of offline IDE was prohibited so we were supposed to code it on Hackerearth IDE itself.

  • Q1. Min Steps to one using DP You are given a positive integer 'N’. Your task is to find and return the minimum number of steps that 'N' has to take to ...read more
  • Q2. Longest Palindromic Substring You are given a string (STR) of length N. Your task is to find the longest palindromic substring. If there is more than one palind...read more
2

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

The round was held on Google Meet and I was given 2 coding problems for which first I had to explain my approach and then I had to write code in Shared Google Docs and dry run on sample test cases and discuss Time and Space Complexity.
There were 2 interviewers and both were very friendly and helpful and tried to bring us to our comfort level first.

  • Q1. Boyer Moore Algorithm for Pattern Searching You are given a string ‘text’ and a string ‘pattern’, your task is to find all occurrences of pattern in the string ...read more
  • Q2. Median in a stream Given that integers are read from a data stream. Your task is to find the median of the elements read so far. Median is the middle value in a...read more
3

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

This round was also virtual. It has some difficult questions when compared to the previous rounds.
This was also held on Google Meet with shared docs for writing code.
There were 2 interviewers and both were helpful.

  • Q1. Shortest alternate colored path Consider a directed graph of ‘N’ nodes where each node is labeled from ‘0’ to ‘N - 1’. Each edge of the graph is either ‘red’ or...read more
  • Q2. Spell Checker You are given a list of strings, ‘DICTIONARY[]’ that represents the correct spelling of words and a query string ‘QUERY’ that may have incorrect s...read more
  • Q3. The Skyline Problem You are given 'N' rectangular buildings in a 2-dimensional city. Your task is to compute the skyline of these buildings, eliminating...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as SDE - 1 in BangaloreEligibility criteriaNo CriteriaGoogle interview preparation:Topics to prepare for the interview - Data Structures - Trie, HashMap, Sets, Priority Queue, Stack, Advanced Topics like Fenwick Tree, Segment Trees, Game Theory, Dynamic Programming, Union Find, Graph Algorithms, BitmasksTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Reading other’s interview experiences is one of the best ways to get yourselves ready for the next job interview. Practice daily atleast 5 questions.
Tip 2 : Most commonly asked topics in Google Interviews ( as per the mail I received from my recruiter ) :
BFS/DFS/Flood fill, Binary Search, Tree traversals, Hash tables, Linked list, stacks, queues, two pointers/sliding window
Binary heaps, Ad hoc/string manipulations.
Tip 3 : Highly recommended sites for practicing questions ( usually practice medium and hard level questions) -

Leetcode (highly encouraged)
Geeksforgeeks (highly encouraged)
CodeZen( highly encouraged)
Codeforces

Application resume tips for other job seekers

Tip 1 : Mention past working experience in detail as how you were important to your previous company.
Tip 2 : Try to keep your resume to 1 page if work experience < 5 years
Tip 3 : Update your resume according to role you are applying for and never put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

Google user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Nov 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was held on Hackerearth from 2:00 PM to 3:00 PM
This round had 2 questions of easy/medium difficulty. Both were based on concepts of DP.
The use of offline IDE was prohibited so we were supposed to code it on Hackerearth IDE itself.

  • Q1. Min Steps to one using DP You are given a positive integer 'N’. Your task is to find and return the minimum number of steps that 'N' has to take to ...read more
  • Q2. Longest Palindromic Substring Given a string ’S’ consisting of lower case English letters, you are supposed to return the longest palindromic substring of ‘S’. ...read more
2

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

The round was held on Google Meet and I was given 2 coding problems for which first I had to explain my approach and then I had to write code in Shared Google Docs and dry run on sample test cases and discuss Time and Space Complexity.
There were 2 interviewers and both were very friendly and helpful and tried to bring us to our comfort level first.

  • Q1. Pattern Matching You are given a pattern in the form of a string and a collection of words. Your task is to determine if the pattern string and the collection o...read more
  • Q2. Running Median You are given a stream of 'N' integers. For every 'i-th' integer added to the running list of integers, print the resulting media...read more
3

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This round was also virtual. It has some difficult questions when compared to the previous rounds.
This was also held on Google Meet with shared docs for writing code.
There were 2 interviewers and both were helpful.

  • Q1. Shortest alternate colored path Consider a directed graph of ‘N’ nodes where each node is labeled from ‘0’ to ‘N - 1’. Each edge of the graph is either ‘red’ or...read more
  • Q2. Spell Checker You are given a list of strings, ‘DICTIONARY[]’ that represents the correct spelling of words and a query string ‘QUERY’ that may have incorrect s...read more
  • Q3. The Skyline Problem You are given 'N' rectangular buildings in a 2-dimensional city. Your task is to compute the skyline of these buildings, eliminating...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNeed 2 years work experienceGoogle interview preparation:Topics to prepare for the interview - Data Structures - Trie, HashMap, Sets, Priority Queue, Stack, Advanced Topics like Fenwick Tree, Segment Trees, Game Theory, Dynamic Programming, Union Find, Graph Algorithms, BitmaskingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Bookmark the GFG Google Archives. It helped me a lot during my preparations. Reading other’s interview experiences is one of the best ways to get yourselves ready for the next job interview. Practice daily atleast 5 questions.
Tip 2 : Most commonly asked topics in Google Interviews ( as per the mail I received from my recruiter ) : 
BFS/DFS/Flood fill, Binary Search, Tree traversals, Hash tables, Linked list, stacks, queues, two pointers/sliding window
Binary heaps, Ad hoc/string manipulations.
Tip 3 : Highly recommended sites for practicing questions ( usually practice medium and hard level questions) : 
Leetcode (highly encouraged)
Geeksforgeeks (highly encouraged)
CodeZen( highly encouraged)
Codeforces
Tip 4 : This is a great bigocheatsheet that could be of great help https://www.bigocheatsheet.com/

Application resume tips for other job seekers

Tip 1 : Mention past working experience in detail as how you were important to your previous company.
Tip 2 : Try to keep your resume to 1 page if work experience < 5 years
Tip 3 : Update your resume according to role you are applying for and never put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

IT Software Interview FAQs

How many rounds are there in IT Software Software Developer interview?
IT Software interview process usually has 1 rounds. The most common rounds in the IT Software interview process are Technical.
How to prepare for IT Software Software Developer 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 IT Software. The most common topics and skills that interviewers at IT Software expect are Algorithms, Angularjs, Data Structures, Javascript and MySQL.
What are the top questions asked in IT Software Software Developer interview?

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

  1. what is clssloading and what are classpath and how to create a object without n...read more
  2. Different types of developm...read more
  3. If you meant advice specifically for job seekers in the IT field, here are some...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 IT Software interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
IT Software Software Developer Salary
based on 12 salaries
₹2 L/yr - ₹5.1 L/yr
53% less than the average Software Developer Salary in India
View more details

IT Software Software Developer Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

4.9

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

1.5

Job Security

4.7

Company culture

4.9

Promotions/Appraisal

1.3

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
14 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Software Developer
12 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Business Development Executive
6 salaries
unlock blur

₹0.9 L/yr - ₹6 L/yr

Java Developer
6 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare IT Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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