Latest
Topics
Tags
News
Jobs
Tutorials
Forum
Join Us
Community
Problems
New Post
Log In
New Post
Latest
News
Jobs
Tutorials
Forum
Tags
Planet
Users
Log In
Sign Up
REGISTER NOW
Register Now
Request Recent Questions Now!
Limit to: all time
all time
today
this week
this month
this year
4 results • Page
1 of 1
Sort by: Default
Default
Post Creation date
Recent Activity
Views
Votes
Replies
Showing :
HackerRank
•
reset
0
Votes
0
Replies
12
Views
HackerRank OA Coding Question Solved | Balanced Bracket Adjustments
0 Votes | 0 Replies
free-public-post
off-campus
interview
HackerRank
OA
2 hours ago
admin
1.8k
0
Votes
0
Replies
11
Views
Latest HackerRank OA Coding Questions & Solutions | Server Faults & Modified Knapsack
0 Votes | 0 Replies
Hackerrank
DSA
free-public-post
on-campus
OA
2 hours ago
admin
1.8k
1
Vote
0
Replies
26
Views
IBM Online Assessment (OA) Coding Questions & Solutions | HackerRank Aug2025
1 Vote | 0 Replies
Hackerrank
IBM
free-public-post
on-campus
OA
6 hours ago
admin
1.8k
4
Votes
1
Reply
20
Views
HackerRank Assesment Test | SDE | 8th September 2020
4 Votes | 1 Reply
sde1
hackerrank
coding-round
5.5 years ago
mod2
870
4 results • Page
1 of 1
Request Recent Questions Now!
Filter Posts by Company
Amazon
82
Google
41
Oracle
38
GoldmanSachs
22
Sprinklr
22
Microsoft
21
Uber
21
deshaw
18
CodeNation
17
Cisco
16
BNY-Mellon
16
Walmart
15
Atlassian
15
media.net
15
ZScaler
14
Airtel
14
VISA
14
Flipkart
14
PhonePe
13
DBOI
13
Paytm
11
ByteDance
11
TCS
10
Adobe
10
Intuit
9
PayPal
8
Razorpay
8
Increff
7
Cred
7
Tredence
7
Amadeus
7
Publicis-Sapient
7
Barclays
7
Zomato
7
IBM
7
Salesforce
6
GEDigital
6
saplabs
6
Rubrik
6
Credit-Suisse
6
Morgan-Stanley
6
TVS
6
Samsung
5
Sigmoid
5
standard-chartered
5
Juspay
5
Mastercard
5
thoughtspot
5
HCL
5
uipath
5
JP-Morgan
5
curefit
5
Apollo
5
QuantBox
5
Jaguar
5
graviton
5
Nvidia
5
Accenture
4
Avalara
4
Infosys
4
Hilabs
4
Juniper
4
American-Express
4
Alphagrep
4
arcesium
4
Wells-Fargo
4
Trilogy-Innovations
4
Directi
4
Confluent
4
Palo-Alto-Networks
4
Deloitte
3
Citadel
3
Goldman-Sachs
3
CapitalOne
3
Hugosave
3
Qualcomm
3
Contlo
3
British-Telecom
3
Linkedin
3
Swiggy
3
Niro-Money
3
Jio
3
Tiktok
3
AQR
3
OYO
3
DevRev
3
Dpworld
3
Piramal
3
Navi
3
Meesho
3
Appdynamics
3
Gameskraft
2
ServiceNow
2
Celigo
2
DXC-Technology
2
MotorQ
2
Nagarro
2
Hexaware
2
Mercari
2
MAQ-Software
2
Arzoo
2
Tekion
2
HSBC
2
Dassault-Systems
2
Chargebee
2
shopconnect
2
ringcentral
2
Air-India
2
Persistent
2
Mathworks
2
CITI
2
USTD3
2
relevel
2
Edfora
2
Schrodinger
2
Truminds
1
Mentor-Graphics
1
Audify-Tech
1
Blackrock
1
Morphel
1
colortokens
1
Rakuten
1
Toshiba
1
Edgeverve
1
Tibra
1
Winzo
1
Factset
1
Natwest
1
wipro
1
Prograd
1
Chalo
1
Tiger-Analytics
1
Societe-Generale
1
Notion
1
Bhanzu
1
Trianz-Digital
1
Intel
1
Webstaff
1
Veritas
1
Observe.ai
1
Tech-Mahindra
1
makemytrip
1
Pine-Labs
1
Siemens
1
Slice
1
AMD
1
Rippling
1
Cogoport
1
Virtusa
1
Optum
1
Capgemini
1
BP
1
Wissen-Technology
1
Zepto
1
urbancompany
1
darwinbox
1
Irage
1
Kickdrum
1
Medianet
0
Newfold - Digital
0
Hitachi
0
Flexcar
0
Cognizant
0
Steradian-Semiconductors
0
LTI
0
Bank-of-America
0
Hudson-River-Trading
0
Qburst
0
Recent Replies
Answer: GOOGLE OA | SWE Internship 2023 | Triangles | Maximize Collection | 22nd July (S
by
Sankalp Anand
• 0
#include <bits/stdc++.h> using namespace std; vector<int> solve(int n, const vector<int>& c, int q, c…
Answer: Uber OA | 30th July 2023
by
SHASHANK
• 0
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { int n…
Answer: Google | Complex Subsequence | Subtree XOR
by
SHASHANK
• 0
PROBLEM 4-MIN SQUARE ZEPTO DISTANCE #include <iostream> #include <vector> #include <algor…
Answer: Google | Complex Subsequence | Subtree XOR
by
SHASHANK
• 0
PROBLEM 1-COMPLEX SUBSEQUENCES #include <iostream> #include <vector> #include <map> #…
Answer: GOOGLE OA | SWE Internship 2023 | Triangles | Maximize Collection | 22nd July (S
by
SHASHANK
• 0
#include <iostream> #include <vector> #include <algorithm> #include <set> using namespace std; vector<i…
Answer: DE Shaw (DESIS Ascend | 17th September 2023) | Subarray Sums | Array Generator
by
Venkatvishaal T S
• 0
arr=[1,2,1,-5] n=len(arr) a=-10**18 b=-10**18 c=-10**18 d=-10**18 s=0 for i in range(n): s+=arr[i] …
Answer: DE Shaw (DESIS Ascend) , Online Assessment Question (17th September 2023) | find
by
Venkatvishaal T S
• 0
arr=[93,32,88,9,58,15] m=3 arr.sort() n=len(arr) low=0 high=arr[n-1]-arr[0] answer=high while low<=high: …
Answer: Google | Complex Subsequence | Subtree XOR
by
Prakhar mishra
• 0
Q 4 - Answer #include <bits/stdc++.h> using namespace std; long long cost(vector<long long> &A, long long X) { &nbs…
Answer: Google | Complex Subsequence | Subtree XOR
by
Prakhar mishra
• 0
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); int T; cin &…
Answer: GOOGLE OA | SWE Internship 2023 | Cost of Groups | Queries and Arrays | 22nd Ju
by
Kaushik K S
• 0
//COST OF GROUPS import java.util.*; import java.io.*; public class CostOfGroupsNaive { static List<Integer>[] tree; …
Answer: Google | OA | MANIT Bhopal | July 15th (Set -1) | Finding arrays | Hybrid maximu
by
Kaushik K S
• 0
//HYBRID MAXIMUM import java.util.Scanner; public class HybridMaximum { // maX VAL of the expression public static int …
Answer: Google | OA | MANIT Bhopal | July 15th (Set -1) | Finding arrays | Hybrid maximu
by
Kaushik K S
• 0
// PRIME PATH import java.util.*; import java.io.*; public class Main { static int N; static int[][] G; static int[][…
Answer: Google | OA | MANIT Bhopal | July 15th (Set -1) | Finding arrays | Hybrid maximu
by
Kaushik K S
• 0
//MEDIAN PATHS import java.util.*; /* * Approach * Use an adjacency list. * DFS Traversal & track paths(odd-len) * go …
Answer: Google | OA | MANIT Bhopal | July 15th (Set -1) | Finding arrays | Hybrid maximu
by
Kaushik K S
• 0
//FINDING ARRAYS import java.util.*; public class FindingArrays { static final int MOD = 1000000007; // digitSumBuc…
Answer: Google , Online Assessment Asked Question (VIT) | More Ones | Minimum Cost Path
by
annu sevada
• 0
def count_substrings_more_ones(s): n = len(s) nums = [1 if c == '1' else -1 for c in s] …
Land on Leaderboard & Claim your Hamper
Start Solving Problems Now
All Problems
Top Problem Solvers
Claim your TJO hamper 🎁
Loading...
This Month
Recent Votes
Amazon, Online Assessment(OA) Asked Question (2026) | Minimum Removals & Relative Ratings Solutions
Aon Online Assessment (OA) Coding Question Solved
IBM Online Assessment (OA) Coding Questions & Solutions | HackerRank Aug2025
Amazon Interview Experience | SDE | 2024-25
Deustche Bank OA 22 July 2023 || All Codes || ALL TEST CASES PASSED
Answer: Rubrik, Previously Asked Coding Questions
Answer: Oracle, SDE-1 Interview Experience, On-Campus Server-Tech, IIT-BHU, December, 20
Answer: Oracle, SDE-1 Interview Experience, On-Campus Server-Tech, IIT-BHU, December, 20
Amazon | SDE Intern | Interview Experience 1 | 2024
Answer: Media.net OA IIT Roorkee 29th September 2023
Recent Locations
Hyderabad,
just now
Hyderabad,
7 minutes ago
Kolkata,
22 hours ago
Kolkata,
1 day ago
Delhi,
2 days ago
Recent Awards
• All
Great Question
to
admin
1.8k
Appreciated
to
Akshay Sharma
1.1k
Appreciated
to
Akshay Sharma
1.1k
Guru
to
Akshay Sharma
1.1k
Good Question
to
Sakshi
• 50
Commentator
to
Shubham Gupta
• 30
Scholar
to
Vatsal Patel
• 20
Great Question
to
mod2
870
Great Question
to
mod2
870
Great Question
to
John
1.0k
1