Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Interview Experiences
14.3K+ articles
Amazon
1.9K+ articles
Microsoft
811+ articles
Morgan Stanley
229+ articles
MakeMyTrip
214+ articles
SAP Labs
209+ articles
Paytm
209+ articles
Hike
99+ articles
Ola Cabs
79 posts
Recent Articles
Popular Articles
Ola-Cabs Interview Preparation
Last Updated: 23 July 2025
Here, you can find all the technical resources (articles, coding problems, subjective problems, video tutorials and interview experiences) that are helpful in preparing fo...
read more
Interview Experiences
Ola Cabs
Ola-Cabs Topics for Interview Preparation
Last Updated: 23 July 2025
Table of ContentEasy LevelMedium LevelHard LevelEasy LevelFind the element that appears onceA Boolean Matrix QuestionFind the Missing NumberLevel Order Tree TraversalSquar...
read more
Interview Experiences
Ola Cabs
OLA Recruitment Process
Last Updated: 19 June 2024
OLA, a prominent ride-hailing service, emerged in 2010 with a vision to revolutionize urban transportation. Headquartered in India, OLA swiftly expanded its operations glo...
read more
Picked
Ola Cabs
Recruitment Process
GFG Academy
Interview Preparation
Recruitment Process
Kubernetes Monitoring and Logging: Tools and Best Practices
Last Updated: 23 July 2025
Kubernetes (K8s) is an open-source project under the CNCF organization that mainly helps in container orchestration by simplifying the deployment and management of contain...
read more
Picked
Geeks Premier League
DevOps
Ola Cabs
JP Morgan
TCS-coding-questions
Volkswagen IT Services
Geeks Premier League 2023
Find Square Root Of Given Number - Python
Last Updated: 23 July 2025
Given an integer X, find its square root. If X is not a perfect square, then return floor(√x). For example, if X = 11, the output should be 3, as it is the largest integer...
read more
Python
Microsoft
Amazon
Snapdeal
Accolite
Ola Cabs
Binary Search
OLA Electric Interview Experience for SDE (On-Campus)
Last Updated: 23 July 2025
There was a total of 3 rounds, There were no % criteria, open for CSE, IT, ECE, EI, EN streams.The position offered was Software Development Engineer(SDE)Round 1 (Online A...
read more
Interview Experiences
Ola Cabs
On-Campus
Experiences
C Program For Stock Buy Sell To Maximize Profit
Last Updated: 23 July 2025
Efficient approach: If we are allowed to buy and sell only once, then we can use following algorithm. Maximum difference between two elements. Here we are allowed to buy a...
read more
C Programs
DSA
Arrays
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Directi
Samsung
Goldman Sachs
Walmart
Paytm
Accolite
Hike
Sapient
SAP Labs
MakeMyTrip
Quikr
Ola Cabs
Pubmatic
Swiggy
C Program For Sorting An Array Of 0s, 1s and 2s
Last Updated: 23 July 2025
Given an array A[] consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in l...
read more
Sorting
C Programs
DSA
Arrays
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Walmart
Yatra.com
Snapdeal
Paytm
Hike
MAQ Software
SAP Labs
MakeMyTrip
Ola Cabs
Java Program For Sorting An Array Of 0s, 1s and 2s
Last Updated: 23 July 2025
Given an array A[] consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in l...
read more
Sorting
Java Programs
DSA
Arrays
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Walmart
Yatra.com
Snapdeal
Paytm
Hike
MAQ Software
SAP Labs
MakeMyTrip
Ola Cabs
Python Program For Sorting An Array Of 0s, 1s and 2s
Last Updated: 23 July 2025
Given an array A[] consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in l...
read more
Sorting
Python Programs
DSA
Arrays
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Walmart
Yatra.com
Snapdeal
Paytm
Hike
MAQ Software
SAP Labs
MakeMyTrip
Ola Cabs
PHP Program to Sort an Array of 0s, 1s and 2s
Last Updated: 23 July 2025
Given an array A[] consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in l...
read more
Sorting
Web Technologies
PHP Programs
DSA
Arrays
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Walmart
Yatra.com
Snapdeal
Paytm
Hike
MAQ Software
SAP Labs
MakeMyTrip
Ola Cabs
Javascript Program For Sorting An Array Of 0s, 1s and 2s
Last Updated: 23 July 2025
Given an array A[] consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in l...
read more
JavaScript
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Walmart
Yatra.com
Snapdeal
Paytm
Hike
MAQ Software
SAP Labs
MakeMyTrip
Ola Cabs
C++ Program For Stock Buy Sell To Maximize Profit
Last Updated: 23 July 2025
The cost of a stock on each day is given in an array, find the max profit that you can make by buying and selling in those days. For example, if the given array is {100, 1...
read more
C++ Programs
DSA
Arrays
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Directi
Samsung
Goldman Sachs
Walmart
Paytm
Accolite
Hike
Sapient
SAP Labs
MakeMyTrip
Quikr
Ola Cabs
Pubmatic
Swiggy
Java Program For Stock Buy Sell To Maximize Profit
Last Updated: 23 July 2025
The cost of a stock on each day is given in an array, find the max profit that you can make by buying and selling in those days. For example, if the given array is {100, 1...
read more
Java Programs
DSA
Arrays
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Directi
Samsung
Goldman Sachs
Walmart
Paytm
Accolite
Hike
Sapient
SAP Labs
MakeMyTrip
Quikr
Ola Cabs
Pubmatic
Swiggy
Javascript Program for Largest Sum Contiguous Subarray
Last Updated: 23 July 2025
Write an efficient program to find the sum of contiguous subarray within a one-dimensional array of numbers that has the largest sum.Kadane's Algorithm:Initialize: max_...
read more
JavaScript
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Samsung
D-E-Shaw
Walmart
VMWare
Snapdeal
Accolite
Payu
Zoho
Hike
MakeMyTrip
Visa
Housing.com
Ola Cabs
24*7 Innovation Labs
MetLife
FactSet
Teradata
OYO
Amazon-Question
Visa-Question
subarray
subarray-sum
1
2
3
4
5
6