So chubb took oa for all the colleges on one day... hackerrank platform
TBH alot of people copied from chatgpt even though we wrote from college and they got shortlisted😭
Even i should have copied :(

Everyone got different questions and people who got easy ones did them...people like me who got hard couldn't solve much and yes they selected based on number of questions you solved
As far as I remeber supposedly they have 3 "easy"and 2 "medium" questions...
but bro for me they are NOT at all easy

I will write the questions till what I remember:-
2.They will give a string say s="xxxxyy" you need to map it with a number less than or equal to 100 such that the xor is 0 and see that entire a-z alphabets xor is minimum...
return the numbers assigned from a-z.
eg:- x=36 y=37...xor of string s is 0... a-some number..b-some number....till z....from a to z the total xor of these numbers should be minimum
string a string b is given .... return length of longest subsequence in a which is a substring of b
int array is given...which shows the nodes in a network value k is given... you need to start from a position in array and can hop 'k' steps...you need to add the values in those positions...you need to get max sum as possible....array can have negative numbers....unsorted it is...
I forgot the question but smthg related to 2 pointer we need to do
............................................................................................................................................................................................................................
What my classmates got were