Upload Button Icon Add office photos

Filter interviews by

Carwale SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 23 Dec 2016

Top Carwale SDE (Software Development Engineer) Interview Questions and Answers

  • Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) ti ...read more
  • Q2. Given a balance and 100 coins;out of which,one is heavier. Find minimum number of weighing required to find out heavier coin?
  • Q3. Delete nodes in linkedlist which have a greater value on right side?
View all 26 questions

4 Carwale SDE (Software Development Engineer) Interview Experiences

38 questions found

Sort by: Popular

I was interviewed in Jan 2016.

5 Interview Rounds

Interview Questions

  • Q1. Based on project. What is difference between REST and SOAP? And couple of other questions Add Answer
  • Q2. Delete nodes in linkedlist which have a greater value on right side? View Answers (1)
  • Q3. Check if given tree is BST or not? View Answers (1)
  • Q4. One adhoc question on strings? Add Answer
  • Q5. One adhoc question from the online test itself? Ask me how i approached this problem and ask me to write code and explain? Add Answer
  • Q6. What is OOP? Describe its properties? View Answers (1)
  • Q7. What is runtime polymorphism and compile time polymorphism? Difference between them? View Answers (1)
  • Q8. What are virtual functions? View Answers (1)
  • Q9. What is abstract class? View Answers (1)
  • Q10. What is inheritance? What are diffence types of inheritance? View Answers (1)
  • Q11. Ask me about my coding experience how i started since i was from non IT Branch? Add Answer
  • Q12. Print fibonaaci series less than equal to 1000? View Answers (1)
  • Q13. In the above question calculate sum of only even numbers of fibonaaci series? View Answers (1)
  • Q14. Optimized the above solution less than O(n). For this you have to think out of the box Add Answer
  • Q15. What are stacks and its properties? View Answers (1)
  • Q16. Now implement one extra funtion called max() with give the maximum of all elements in the above stack with optimized time and space complexity? View Answers (1)

Interview Preparation Tips

Round: Test
Experience: There were 4 questions of varying difficulty. Those attempted atleast 2 were selected for the next round.
Q1) Question based on Tower of hanoi problem. I solved it using dynamic programming.
Q2) Check for balanced parenthesis in an expression.
Q3)One adhoc question to calculate the maximum number of people present at a particular time in a hotel.
Q4) One other question based on string algorithms.
two adhoc questions
Tips: Lead in this round can benefit you in next rounds, so give your best shot
Total Questions: 4

Round: Technical Interview
Experience: The interviewer asked to write the full code for a couple of questions only
Tips: Prepare DS nicely.
Strong OOPs concepts.
They want optimized solution of all.
Be honest with your interviewer.
Don't pretend.

Round: Other Interview
Experience: Ask me write and compile the codes.
The interviewer was very friendly and helping nature.
He was giving hints where i stuck.
He was checking my thinking and prolem solving capability.
Tips: Correct explaination matters,time doesn't.Take your time.
Ask fro hint.
Be yourself.Don't pretend.
All the best :)

Skill Tips: Have conceptual knowledge of subjects, don't just mug up things. Interviewers are smart enough to make it out anyway.
Skills: C++, Object Oriented Programming, Algorithms And Data Structures, Ability To Think
College Name: NIT Allahabad
Motivation: Flat hierarchy.
Good progress by the company in its last 10 years of expansion.
opportunity to work with best minds of the country.
Decent salary.

Skills evaluated in this interview

5 Interview Rounds

Interview Questions

  • Q1. Given a balance and 100 coins;out of which,one is heavier. Find minimum number of weighing required to find out heavier coin? View Answers (1)
  • Q2. Questions on Graph like DFS and BFS traversal Add Answer
  • Q3. Explain Prims and Kruskal’s algorithms View Answers (1)
  • Q4. A graph was shown and asked to form Minimum Spanning Tree using above two algorithms. (Also asked if I can code it) Add Answer
  • Q5. Delete nodes in a linked list which have greater value on right side View Answers (1)
  • Q6. Write code for reversing the linked list View Answers (1)
  • Q7. Difference between Methods and Constructors.(At least five) View Answers (1)
  • Q8. Long discussion on Deadlock(necessary conditions), its prevention and avoidance etc, Bankers Algorithm Add Answer

Interview Preparation Tips

Round: Test
Experience: Coding Platform : Hackerrank(C/C++/Java)
1) Check for balanced parenthesis in an expression.
2) Count all possible paths from top left to bottom right of a MxN matrix. (from each cell you can move only to right or down)
3) Given an array of size n and its elements, you have to include k elements such that the difference between the highest and lowest number in these k elements is minimum.
4) Find number of pair in a given array which is equal to given sum.
Duration: 120 minutes
Total Questions: 4

Round: Technical Interview
Experience: At the start of interview I was asked to Rate myself(out of 10) in Aptitude, Puzzle and then for C++.
For both I rated myself closer to 8.




Round: TECHNICAL AND HR
Experience: Icebreaker question- Tell me about yourself.
1. A question on tree Data structure.
2. I was asked about my Project work in college which was on Operating System. Detailed explanation why and how I picked this project. Who were the group members, how was the group formed, how much was the involvement of college faculty? What is its use in future? What was my role in the project?
The interviewer pointed out some flaw in algorithms used in project. Basically he asked me to think of Data Structures through which insertion can be done in O(1) as well as deletion and retrieval in O(1)…like the implementation of LRU cache algorithm.
The process took 40 minutes.
3. Discussion on second project which was on knn algorithm.
4. Asked me about tiny Url or Url shortener. Implement it.
Tips: The interviews were really thought provoking and the interviewers were helpful and friendly. It felt like solving problems as a team and not at all like a test. The interviewers were quite receptive to our questions and patient.

Skills: Object Oriented Programming (OOP) Basics, Puzzle Solving Capability, Operating System Basics, Algorithm, Data Structures
College Name: NIT Bhopal

Skills evaluated in this interview

Get interview-ready with top interview questions

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Online coding session :
Q1). Check for balanced parenthesis in an expression.
Q2). Count all possible paths from top left to bottom right of a M x N matrix.
(From each cell you can move only to right or down).
Q3) Count number of pairs with given sum in an array.
Q4). Print (N-K) values corresponding to min of each K-sized chunk in a given array of size N.

Tips: Lead in this round can benefit you in next rounds, so give your best shot.
Duration: 120 minutes minutes
Total Questions: 4

Round: Technical Interview
Experience: This was about a 30 min session.
He asked me very easy concept based questions.

Q1). Explain your project briefly.
Q2). Explain multiple inheritance
Q3). Why JAVA doesn’t support multiple inheritance.
Q4). Convert a hexadecimal to binary number and vice versa.
Q5). What are balanced BSTs?
Q6). Explain all possible rotations possible in a balanced BST.
Q7). Write INSERT function for a balanced BST.

Tips: Correct explaination matters,time doesn't.Take your time.

Round: Technical Interview
Experience: This was Technical + HR round :

Q1). Detailed discussion on my intern project.
Asked the shortcomings of the project and approaches to resolve them.
Q2). Discussion on minor project (Threaded download accelerator)
Asked about what all different approaches I could have followed in the project and why didn’t I chose them.
Q3). Favorite subject – I replied OS.
Asked few basic questions-
What are threads? How are they different from process? Explain with example.
I don’t remember the other os questions he asked about.
Q4). Implement Twitter.
It wasn’t easy to make him understand the approach. He was kind of satisfied with my approach at the end.
Q5). Discussion on other projects.
.
HR questions followed.

Tips: Be yourself.Don't pretend.
All the best :)

Skill Tips: Have conceptual knowledge of subjects, don't just mug up things.
Interviewers are smart enough to make it out anyway.
Skills: Logical Thinking, Operating System Basics, Algorithm, Database Management, Data Structures, C++, C
College Name: NIT Bhopal
Motivation: Flat hierarchy.
No cabin culture.
Working at startup is always better because you get to learn a lot of things.
Decent salary.

5 Interview Rounds

Interview Questions

  • Q1. Make 24 using 8, 8, 3, 3 using + = / * ( ) . View Answers (2)
  • Q2. Find all permutations of a given string. (Not in lexicographic order) View Answers (1)
  • Q3. Given an array of size 98 and it has natural numbers from 1-100 but 2 numbers are missing. find them View Answers (1)
  • Q4. Fnd if a binary tree is bst or not View Answers (1)
  • Q5. Detect and remove cycle in a linked list View Answers (1)
  • Q6. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least onc...read more View Answers (3)
  • Q7. Convert a given number to its hexadecimal form View Answers (1)
  • Q8. Asked me how I rate myself in various subjects (CN , DBMS , OOPS ,OS). I told him that I am comfortable with OS and OOPS. Then he asked : Why multiple inheritan...read more Add Answer
  • Q9. Explain priority scheduling (preemptive , non-preemptive). Explain a case when a low priority process will preempt a high priority process View Answers (1)
  • Q10. Brief discussion over one of my project Add Answer
  • Q11. Explain singleton class and write code for it. View Answers (1)
  • Q12. Develop tic-tac-toe game and write code using concepts of OOPS in CPP. (Initially told me to include artificial intelligence also but was later satisfied withou...read more View Answers (1)
  • Q13. Normal HR questions Add Answer
  • Q14. Long discussion over my projects Add Answer

Interview Preparation Tips

Round: Test
Experience: Attempt at least 2 questions
Duration: 90 minutes
Total Questions: 4

Round: Technical Interview
Experience: The interviewer asked to write the full code for a couple of questions only.
Tips: Prepare puzzles.
Think loudly.
Ask for a hint if stuck.

Round: Technical Interview
Tips: Be honest with your interviewer. ;)

Skill Tips: Must be capable to solve puzzles as well as coding questions with good speed and accuracy.
Skills: Puzzle Solving Capability, Implementation of code using OOPS., Algorithm, Data Structures, Operating System Basics, Object Oriented Programming (OOP) Basics
College Name: NIT Bhopal
Motivation: Carwale currently has around 100-125 employees. So it's a good platform to learn new technology. The salary is also good.

Skills evaluated in this interview

Carwale interview questions for designations

 SDE-2

 (1)

 SDE Intern

 (1)

 Software Engineer

 (3)

 Associate Software Engineer

 (2)

 Software Developer

 (3)

 Junior Software Developer

 (1)

 Software Developer Trainee

 (1)

 QA Engineer

 (1)

Interview questions from similar companies

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Oct 2024.

3 Interview Rounds

1

Coding Test Round

Test contains 26 questions for me 13 are java based 13 are c++ based

2

Technical Round (2 Questions)

  • Q1. Indexing in dbms
  • Q2. Find whether two strings are or not anagrams
3

Technical Round (2 Questions)

  • Q1. Inorder traversal without recursion
  • Q2. How to make a class final

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. What is string eplain that code
  • Q2. What is array how type of array
2

Aptitude Test Round

Very few question asking like time and work

Interview experience
2
 Poor
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Aug 2024.

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. 2 code and 2 MySQL query
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

HR Round (1 Question)

  • Q1. Where do you see yourself in 5 years
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Machine coding round

2

Technical Round (2 Questions)

  • Q1. Explain your project
  • Q2. Tell me about yourself

Software Developer Interview Questions

Zolo user image Anonymous

posted on 30 Jun 2024

Interview experience
4
 Good
Difficulty level
 Hard
Duration
 More than 8 weeks
Result
 Not Selected

I applied via campus placement at Pondicherry University and was interviewed in May 2024.

2 Interview Rounds

1

Aptitude Test Round

Basic aptitude with tracing program

2

Coding Test Round

3 problem with easy to hard

Carwale Interview FAQs

What are the top questions asked in Carwale SDE (Software Development Engineer) interview?

Some of the top questions asked at the Carwale SDE (Software Development Engineer) interview -

  1. A string is given consisting of lowercase alphabets. Write a function which ret...read more
  2. Given a balance and 100 coins;out of which,one is heavier. Find minimum number ...read more
  3. Delete nodes in linkedlist which have a greater value on right si...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 94 Interviews
Stanza Living Interview Questions
3.0
 • 76 Interviews
MagicBricks Interview Questions
3.1
 • 49 Interviews
Zolo Interview Questions
3.5
 • 49 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Netmeds.com Interview Questions
3.6
 • 39 Interviews
Impact Guru Interview Questions
4.5
 • 35 Interviews
Yahoo Interview Questions
4.6
 • 28 Interviews
View all
Carwale SDE (Software Development Engineer) Salary
based on 4 salaries
₹7.5 L/yr - ₹9 L/yr
72% less than the average SDE (Software Development Engineer) Salary in India
View more details

Carwale SDE (Software Development Engineer) Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

3.1

Skill development

2.4

Work-Life balance

2.4

Salary & Benefits

3.8

Job Security

3.1

Company culture

3.1

Promotions/Appraisal

3.1

Work Satisfaction

Explore 2 Reviews and Ratings
Accounts Manager
127 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Key Account Manager
95 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Developer
31 salaries
unlock blur

₹7 L/yr - ₹12.5 L/yr

Regional Manager
28 salaries
unlock blur

₹4.5 L/yr - ₹10.2 L/yr

Associate Software Engineer
27 salaries
unlock blur

₹7.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Carwale with

Stanza Living

3.0
Compare

MagicBricks

3.1
Compare

Impact Guru

4.5
Compare

Netmeds.com

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