Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
On-Campus
3.1K+ articles
Amazon
1.9K+ articles
Samsung
317+ articles
Accolite
305+ articles
Morgan Stanley
229+ articles
two-pointer-algorithm
213+ articles
CarWale
16 posts
Recent Articles
Popular Articles
Carwale Interview Experience for Freshers (On-Campus) 2023
Last Updated: 18 November 2023
I appeared for the Carwale Hiring process which includes the Online Test and Three Interview rounds. Carwale is the first company in our college that came for the placemen...
read more
Interview Experiences
CarWale
On-Campus
Experiences
Carwala Interview Experience
Last Updated: 13 October 2023
When I walked into the room for the Carwala Aptitude Round, I could feel the excitement building up. The test had different sections to check various skills, like logical ...
read more
Interview Experiences
CarWale
Experiences
Carwale (Car Trade) Interview Experience for Full Stack Developer
Last Updated: 23 July 2025
4 Rounds of Interviews:1st: Coding2nd 3rd: Technical4th: HR1st Coding:There were 4 questions, CoderByte was the platform used.1st: Hard: Array:Maximum size rectangle bin...
read more
Interview Experiences
CarWale
Write it Up
Experiences
CarWale Interview Experience for SDE-1
Last Updated: 03 July 2023
In total, there were 3 roundsRound 1: Basic Aptitude and Programming QuestionsRound 2: Technical Rond (DSA Questions)Round 3: System Design2nd Round (DSA)The Round started...
read more
Interview Experiences
CarWale
Write it Up
Experiences
C++ Program to Find a triplet that sum to a given value
Last Updated: 23 July 2025
Given an array and a value, find if there is a triplet in array whose sum is equal to the given value. If there is such a triplet present in array, then print the triplet ...
read more
C++
Amazon
Morgan Stanley
Samsung
Accolite
CarWale
two-pointer-algorithm
Java Program to Find a triplet that sum to a given value
Last Updated: 23 July 2025
Given an array and a value, find if there is a triplet in array whose sum is equal to the given value. If there is such a triplet present in array, then print the triplet ...
read more
Java
Amazon
Morgan Stanley
Samsung
Accolite
CarWale
two-pointer-algorithm
Python3 Program to Find a triplet that sum to a given value
Last Updated: 23 July 2025
Given an array and a value, find if there is a triplet in array whose sum is equal to the given value. If there is such a triplet present in array, then print the triplet ...
read more
Python
Amazon
Morgan Stanley
Samsung
Accolite
CarWale
two-pointer-algorithm
Javascript Program to Find a triplet that sum to a given value
Last Updated: 23 July 2025
Given an array and a value, find if there is a triplet in array whose sum is equal to the given value. If there is such a triplet present in array, then print the triplet ...
read more
JavaScript
Amazon
Morgan Stanley
Samsung
Accolite
CarWale
two-pointer-algorithm
Carwale Interview Experience (On-Campus 2020)
Last Updated: 15 July 2025
First round: It was on Hackerrank. We were given 4 coding questions which were random for all. Some of the questions that I got are as follows:Minimum operation to make al...
read more
Interview Experiences
CarWale
On-Campus
Marketing
Experiences
Maximize the last Array element as per the given conditions
Last Updated: 29 May 2021
Given an array arr[] consisting of N integers, rearrange the array such that it satisfies the following conditions:arr[0] must be 1.Difference between adjacent array eleme...
read more
DSA
CarWale
array-rearrange
CarWale Recruitment Process
Last Updated: 07 April 2025
About Company :CarWale is India's largest auto media vehicle. CarWale serves car buyers and owners in the most comprehensive and convenient way possible. They provide a pl...
read more
Interview Experiences
CarWale
Experiences
Interview Preparation
Recruitment Process
Carwale Interview Experience | Set 3 (For Fresher)
Last Updated: 12 April 2025
Round 1 - Total 200 students were shortlisted for online coding test. They allowed CSE, IT, ECE, EE, ME, PIE branches. There were total 4 coding questions and the difficu...
read more
Misc
Interview Experiences
CarWale
Experiences
Carwale Interview Experience | Set 2 ( On Campus for SDE 1)
Last Updated: 23 July 2025
Written Round 1:Coding test on hacker rank.There were 4 problems to be solved in 2h.Q1. Max Sum Path: You are given a 2D array and an initial position in first row. You ha...
read more
Interview Experiences
CarWale
Experiences
Carwale Interview Experience (Off-Campus for SDE 1)
Last Updated: 08 June 2015
Recently I am interviewed for Carwale SDE-1 position in Navi Mumbai.Written Round 1: (coding test on Hacker Rank)There were 4 problems to be solved in 2h.Skype Round 2: (L...
read more
Interview Experiences
CarWale
Experiences
3 Sum - Triplet Sum in Array
Last Updated: 13 August 2025
Given an array arr[] and an integer sum, check if there is a triplet in the array which sums up to the given target sum.Examples:Input: arr[] = [1, 4, 45, 6, 10, 8], targe...
read more
Sorting
DSA
Arrays
Amazon
Morgan Stanley
Samsung
Accolite
CarWale
two-pointer-algorithm
3Sum
1
2