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
Request Recent Questions Now!
Limit to: today
all time
today
this week
this month
this year
2 results • Page
1 of 1
Sort by: Default
Default
Post Creation date
Recent Activity
Views
Votes
Replies
3
Votes
5
Replies
1.3k
Views
Tredence Analytics , Recently Asked Online Assessment Questions (1st October 2023) | Smallest Substring | Count Occurrences
3 Votes | 5 Replies
coding-round
on-campus
free-public-post
Tredence
11 months ago
Delta
2.8k
3
Votes
4
Replies
3.9k
Views
Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQL Query)
3 Votes | 4 Replies
on-campus
Barclays
coding-round
free-public-post
12 months ago
PoGo
2.3k
2 results • Page
1 of 1
Request Recent Questions Now!
Filter Posts by Company
Amazon
59
Google
39
Oracle
25
Microsoft
21
Sprinklr
21
GoldmanSachs
20
Uber
20
deshaw
17
CodeNation
17
BNY-Mellon
16
Atlassian
15
media.net
14
Airtel
14
ZScaler
14
DBOI
13
Cisco
13
PhonePe
11
Flipkart
11
Walmart
10
ByteDance
10
Adobe
10
TCS
9
Intuit
9
Razorpay
8
VISA
8
PayPal
8
Zomato
7
Tredence
7
Publicis-Sapient
7
Barclays
7
Salesforce
6
GEDigital
6
TVS
6
saplabs
6
Paytm
6
Rubrik
6
standard-chartered
5
Apollo
5
curefit
5
uipath
5
Jaguar
5
Sigmoid
5
IBM
5
Samsung
5
Nvidia
5
JP-Morgan
5
Mastercard
5
Directi
4
Wells-Fargo
4
Cred
4
Juspay
4
Trilogy-Innovations
4
arcesium
4
thoughtspot
4
Infosys
4
Accenture
4
Alphagrep
4
Morgan-Stanley
4
Amadeus
4
Juniper
4
Avalara
4
American-Express
4
Citadel
3
OYO
3
Contlo
3
British-Telecom
3
Appdynamics
3
Palo-Alto-Networks
3
Credit-Suisse
3
Linkedin
3
Hilabs
3
Piramal
3
AQR
3
Swiggy
3
Tiktok
3
CapitalOne
3
graviton
3
Navi
3
Goldman-Sachs
3
Jio
3
Arzoo
2
Nagarro
2
Chargebee
2
Hexaware
2
Gameskraft
2
relevel
2
Dassault-Systems
2
HSBC
2
Qualcomm
2
Confluent
2
MotorQ
2
ringcentral
2
Schrodinger
2
Edfora
2
Persistent
2
Meesho
2
Celigo
2
Mathworks
2
CITI
2
Tekion
2
shopconnect
2
USTD3
2
ServiceNow
2
Mercari
2
MAQ-Software
2
Hugosave
2
DXC-Technology
2
Dpworld
2
Air-India
2
DevRev
2
Deloitte
2
Winzo
1
Natwest
1
wipro
1
colortokens
1
Prograd
1
Toshiba
1
HCL
1
Tiger-Analytics
1
Kickdrum
1
Societe-Generale
1
Notion
1
Rakuten
1
QuantBox
1
Wissen-Technology
1
Capgemini
1
Morphel
1
Blackrock
1
darwinbox
1
urbancompany
1
Irage
1
Mentor-Graphics
1
Edgeverve
1
Trianz-Digital
1
Tibra
1
Truminds
1
Webstaff
1
Veritas
1
Factset
1
Niro-Money
1
Chalo
1
Increff
1
Bhanzu
1
Intel
1
makemytrip
1
Observe.ai
1
Tech-Mahindra
1
Siemens
1
Pine-Labs
1
Slice
1
AMD
1
Zepto
1
Rippling
1
Cogoport
1
Virtusa
1
Optum
1
Audify-Tech
1
BP
1
Medianet
0
Cognizant
0
Hudson-River-Trading
0
Steradian-Semiconductors
0
Newfold - Digital
0
Flexcar
0
Bank-of-America
0
LTI
0
Hitachi
0
Qburst
0
Recent Replies
Answer: Tredence Analytics , Recently Asked Online Assessment Questions (1st October 202
by
Raj Shukla
• 0
#include <bits/stdc++.h> using namespace std; #define IOS \ std::ios::sync_with_stdio(false); \ cin.tie(NULL); \ cout.…
Comment: Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQ
by
adfhjasb
• 0
can u please tell logic of this
Answer: Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQ
by
Siddhi Patil
• 20
Insurance Policy MySQL code SELECT CUSTOMER_ID, (1.5 *claim_amount) as GRANT_AMOUNT FROM insurance WHERE INSURANCE_TYPE="Life&quo…
Answer: Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQ
by
Siddhi Patil
• 20
String Generation Java Code import java.util.*; public class Solution { private static List<Integer> computeKMPT…
Answer: DevRev , Online Assessment (IIT Kanpur) | Implementing a Rate Limiter | Rectangu
by
Vikas
• 0
#include<bits/stdc++.h> int main() { return 0; }
Answer: Oracle, Online Assessment (IIT Roorkee) | REST API: Fit Count | REST API : Puls
by
rameh
• 0
import requests,json def pulseRate(diagnosisName,doctorId): url='https://jsonmock.hackerrank.com/api/medi…
Answer: Media.NET Online Assessment Questions(IIT Kanpur , FTE) | Five Thousand Septimes
by
Ashutosh
• 0
kkk
Answer: Media.Net, Recent Online Assessment ( 30th September 2023) | jackpot Queries | s
by
Ashutosh
• 0
can someone tell how to do first one ?
Comment: Accenture , Online Assessment | 248 Numbers | Find Number | 10 th August 2023
by
Manjit Majhi
• 0
why we need to use dp. is it not a simple question which can directly be solved by using base = 5 ?? Or there are some hidden testcases whe…
Answer: Accenture, Recent Online Assessment Questions (3rd August 2023) | Nullify Prefix
by
Manjit Majhi
• 0
void solve(){ int n; cin >> n; vector<int> arr(n, 0); for(int i = 0; i < n; i++) cin >> arr[i]; int prefi…
Answer: Trilogy Innovations(CodeNation) Coding Round, 5th March | Find the Evil Monsters
by
Harsh Rohila
• 0
i am getting wrong answer on test 17. can somebody help me with it?
Answer: Google | OA | 2022 | Balanced brackets | Maximize equal numbers | Diagonal numbe
by
Manpreet Singh Saluja
• 0
Problem 2 #include <bits/stdc++.h> using namespace std; #define int long long signed main() { int n,k; …
Answer: Wissen Technology Recently asked Online Assessment Question (26th September 202
by
Ayush Tolani
• 0
#include<iostream> using namespace std; int find(int arr[],int x,int n) { int sum=0; &n…
Answer: Arcesium | Mystic land | Bag filled with Chocolates | BIT MESRA | SWE Internship
by
Swapnil Soni
• 0
Q31) #include <bits/stdc++.h> using namespace std; int solve(int x,int n,vector<int>& arr){ priority_queue&l…
Answer: Arcesium , Recent Online Assessment Questions (MNNIT Allahabad | 2M Internship)
by
Swapnil Soni
• 0
Max path sum in binary tree class Solution { public: int solve(Node* root,int &maxi){ &…
Land on Leaderboard & Claim your Hamper
Start Solving Problems Now
All Problems
Top Problem Solvers
Claim your TJO hamper 🎁
Loading...
This Month
Contest Registration Successful!
You have successfully registered to our first ever
Exclusive Contest
!
We will reach out to you on your registered Email ID regarding the contest details.
Close
Meet the Champions
Recent Votes
Tredence Analytics , Recently Asked Online Assessment Questions (1st October 2023) | Smallest Substring | Count Occurrences
Answer: Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQ
Answer: Barclays, Recent Online Assesment Questions | String Generation | Insurance (SQ
Gameskraft, 28th Ocotber, Recently asked On-Campus Questions | Stone Cold Mafia | Connecting the special nodes | Shopping with Wife
Flipkart Recent Asked Coding Round Question in IIT Delhi | E - Commerce Cashback | BODMAS Rule
Flipkart Recent Asked Coding Round Question in IIT Delhi | E - Commerce Cashback | BODMAS Rule
Answer: Nvidia, Recent Online Assessment Question | String Search | 2023
Answer: BNY Mellon, Recent Online Assessment Questions (23rd August 2023) | Women's Day
Answer: Oracle, New coding question | Female Codebreaker | 2023
Answer: Directi | Media.net
Recent Locations
Pune,
6 minutes ago
Mumbai,
6 minutes ago
Hyderabad,
10 minutes ago
New Delhi,
11 minutes ago
Prayagraj,
14 minutes ago
Recent Awards
• All
Appreciated
to
admin
1.4k
Great Question
to
John
860
Appreciated
to
Ayush Gangwani
1.1k
Commentator
to
Abhishek Gupta
• 20
Appreciated
to
John
860
Appreciated
to
Raunit Verma
• 90
Good Answer
to
Raunit Verma
• 90
Great Question
to
admin
1.4k
Great Question
to
xINFERNOx
• 40
Popular Question
to
xINFERNOx
• 40
1