1,108 results • Page 20 of 28
NEWZERA - 01/08/2022
4 Votes | 3 Replies
2.7 years ago
luckyjain1271
• 170
CODENATION OA: 14/08/22
4 Votes | 2 Replies
2.7 years ago
rajat_singh0805
• 30
Nutanix- OA-11-08-2022
2 Votes | 2 Replies
2.7 years ago
Savan
• 30
Intuit OA (06/08/2022)
12 Votes | 4 Replies
2.7 years ago
maitisayan24
• 70
Amazon Coding Round - Oncampus 2022
2 Votes | 0 Replies
2.7 years ago
papa
410
Microsoft Online Test
5 Votes | 1 Reply
2.8 years ago
mk390270
• 50
1,108 results • Page 20 of 28
Request Recent Questions Now!
Filter Posts by Company
Amazon 81 Google 40 Oracle 38 Sprinklr 22 Microsoft 21 Uber 20 GoldmanSachs 20 deshaw 17 CodeNation 17 Cisco 16 BNY-Mellon 16 Walmart 15 Atlassian 15 VISA 14 media.net 14 ZScaler 14 Flipkart 14 Airtel 14 DBOI 13 PhonePe 13 Paytm 11 ByteDance 11 Adobe 10 TCS 9 Intuit 9 Razorpay 8 PayPal 8 Tredence 7 Barclays 7 Publicis-Sapient 7 Amadeus 7 Zomato 7 Increff 7 Cred 7 Salesforce 6 GEDigital 6 TVS 6 Morgan-Stanley 6 saplabs 6 Rubrik 6 Credit-Suisse 6 Mastercard 5 thoughtspot 5 uipath 5 Apollo 5 curefit 5 IBM 5 Juspay 5 HCL 5 QuantBox 5 Sigmoid 5 Samsung 5 Nvidia 5 JP-Morgan 5 Jaguar 5 graviton 5 standard-chartered 5 Directi 4 Trilogy-Innovations 4 Confluent 4 Infosys 4 Hilabs 4 Palo-Alto-Networks 4 Juniper 4 American-Express 4 Alphagrep 4 arcesium 4 Avalara 4 Wells-Fargo 4 Accenture 4 Hugosave 3 Tiktok 3 Linkedin 3 Goldman-Sachs 3 British-Telecom 3 Niro-Money 3 Contlo 3 Qualcomm 3 CapitalOne 3 Jio 3 Meesho 3 OYO 3 Appdynamics 3 Deloitte 3 Swiggy 3 Navi 3 DevRev 3 AQR 3 Citadel 3 Piramal 3 Persistent 2 Air-India 2 Celigo 2 Gameskraft 2 MAQ-Software 2 Nagarro 2 Mathworks 2 Edfora 2 CITI 2 USTD3 2 Schrodinger 2 ringcentral 2 Mercari 2 MotorQ 2 Arzoo 2 ServiceNow 2 Chargebee 2 Dpworld 2 DXC-Technology 2 Tekion 2 shopconnect 2 Hexaware 2 Dassault-Systems 2 HSBC 2 relevel 2 Natwest 1 Audify-Tech 1 Zepto 1 Capgemini 1 Optum 1 Virtusa 1 Cogoport 1 Rippling 1 AMD 1 Slice 1 Pine-Labs 1 Tech-Mahindra 1 Observe.ai 1 Intel 1 Bhanzu 1 Chalo 1 Factset 1 Tibra 1 Edgeverve 1 Toshiba 1 colortokens 1 Mentor-Graphics 1 Irage 1 urbancompany 1 darwinbox 1 Blackrock 1 Morphel 1 Rakuten 1 Winzo 1 wipro 1 Prograd 1 Tiger-Analytics 1 Societe-Generale 1 Notion 1 Trianz-Digital 1 Webstaff 1 Veritas 1 makemytrip 1 Siemens 1 BP 1 Wissen-Technology 1 Kickdrum 1 Truminds 1 Medianet 0 Flexcar 0 Cognizant 0 Steradian-Semiconductors 0 Hudson-River-Trading 0 Qburst 0 Bank-of-America 0 LTI 0 Hitachi 0 Newfold - Digital 0

Recent Replies

Answer: Flipkart | October, 2022 | Interview Questions by Aman Singh Budhala • 0
Easiest solution for question 4=> #include<bits/stdc++.h> using namespace std; int32_t main(){     ios_base::syn…
Answer: Flipkart | October, 2022 | Interview Questions by Aman Singh Budhala • 0
Code for Question 3: It's a standard graph problem #include<bits/stdc++.h> using namespace std; #define mod 1000000007 …
Answer: Chargebee | 29 Sept | Internship | Online Assessments by Aditya Kumar • 0
I am trying to solve it using Brute Force Approach.Any optimised approach is appreciable.   void Spidycoder() { int n, m…
Answer: DE Shaw, Online Assesment (DESIS | 17th September 2023) | Range Selection | GetM by Vakkalanka Ram Charan • 0
Q1) void solve() {     string s;     int k;     cin >> s >> k;     ve…
Comment: Uber OA | NSUT | 17 July 2023 by Sam • 0
#include<bits/stdc++.h> using namespace std; int findPath(vector<vector<pair<int, int>>> &adj, vector<in…
Answer: Amazon Hackon coding round problem | Character Traversal | Lamp and Houses by priyam169 • 10
Problem 2 : USING BINARY SEARCH INTUITION:  Monotonous , Since if with distance k , every house can be lighted then wit…
Answer: Navi OA by Yuvraj singh Kanoujia • 0
I have a doubt in this problem as this same problem is also present in the leetcode  Link:-Problem Link  But the solution that …
Answer: Graphs Contest: Editorials by Manas Kumar Verma by Chinmay Ravi Jha • 0
What should I put in the "referral" field? Or keep it blank?
Answer: Tiktok Singapore | Online Assessment | Sep 2022 by Vibhaas Nirantar Srivastava • 0
The 9th testcase for Problem 1 are probably wrong, seeing that problem author himself has incorrect solution. Here is an alternate solution…
Answer: SAP | OA | 2023 by Avikam Bir • 10
import java.util.Scanner; public class MartinJogging {     public static void main(String[] args) {         …
Comment: Oracle | 13th October | Online Assessments | Decrypt by Tafheem Ahemad • 0
int solve(int a,int b,int c){     int  ans=0;     for(int i=0;i<31;i++){         if((c>&…
Answer: ThoughtSpot , Online Assessment (IIT Kanpur) | Cover them All | Flip Operations by Sahil Das • 10
Flip Operations Solution-> #include<bits/stdc++.h> using namespace std; class Solution { public:     int n; &n…
Answer: Webstaff, Web Developer Test, Online Assignment Test (20/9/2023) | Hiring Drive by Mousam Kumari • 0
Code of above ⬆ it will give tle please optimize it. #include<bits/stdc++.h> using namespace std; #define int long long in…

Land on Leaderboard & Claim your Hamper

Start Solving Problems Now
Top Problem Solvers
This Month
Meet the Champions