Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Interview Experiences
14.2K+ articles
Arrays
6.5K+ articles
Amazon
1.8K+ articles
Sorting
1.8K+ articles
Accolite
304+ articles
Zoho
222+ articles
MakeMyTrip
214+ articles
Paytm
208+ articles
Fab.com
8 posts
Recent Articles
Popular Articles
Fab.com Recruitment Process
Last Updated: 21 May 2024
This article will give you information about the company, its recruitment process, sample questions that have been asked previously, lots of experiences shared by other as...
read more
Interview Experiences
Fab.com
Recruitment Process
Two Sum - Pair Closest to 0
Last Updated: 23 April 2025
Given an integer arrayarr[], the task is to find the maximum sum of two elements such that sum is closest to zero. Note: In case if we have two of more ways to form sum of...
read more
Searching
DSA
Arrays
Microsoft
Amazon
Fab.com
Snapdeal
Accolite
two-pointer-algorithm
2Sum
Segregate 0s and 1s in an array
Last Updated: 07 November 2024
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array [Basically you have to sort the array]. Traverse array onl...
read more
Sorting
DSA
Arrays
Amazon
Fab.com
Paytm
Accolite
Zoho
MakeMyTrip
The Celebrity Problem
Last Updated: 25 February 2025
Given a square matrix mat[][] of size n x n, such that mat[i][j] = 1 means ith person knows jth person, the task is to find the celebrity. A celebrity is a person who is k...
read more
Stack
Matrix
DSA
Microsoft
Amazon
Google
Flipkart
Fab.com
Zoho
United Health Group
Fab.com Pune Interview Experience
Last Updated: 28 April 2017
1) Started with telephonic interview - a) Find the occurrence of first 1 in an array and the array contains only 0s and 1s in sorted manner.b) Design a datastructur...
read more
Interview Experiences
Fab.com
Experiences
Fab.com Pune Interview | Set 2
Last Updated: 04 April 2022
Please find below my interview experience with Fab Technology Pune.Round 1(Telephonic): It started off with general discussion about my current work and prior projects.It ...
read more
Interview Experiences
Fab.com
Experiences
Python3 Program for Segregate 0s and 1s in an array
Last Updated: 05 September 2024
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array. Traverse array only once.Input array = [0, 1, 0, 1, 0,...
read more
Sorting
Python
Python Programs
DSA
Arrays
Amazon
Fab.com
Paytm
Accolite
Zoho
MakeMyTrip
Python Program for Segregate 0s and 1s in an array
Last Updated: 17 March 2023
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array. Traverse array only once.Example:Input array = [0, 1, ...
read more
Sorting
Python
Python Programs
DSA
Arrays
Amazon
Fab.com
Paytm
Accolite
Zoho
MakeMyTrip
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !