Open In App

HSBC Holdings Interview Experience (On Campus)

HSBC Holdings plc recently visited our campus for hiring Full-time Software Developers with two sub-profiles: “Acer” and “Striker”.
Striker
1 Technical + 1 HR round
Acer
2 Technical + 1 HR
Depending upon your performance in the 1st Technical round and your work in new technologies such as “Machine Learning”, “Blockchain”, the interviewer will elevate you to the 2nd technical round.

Round 1(Aptitude + Programming Fundamentals)
This round was of 1 hr and it was conducted on the Cocubes platform. Questions were of MCQ type. It had 3 sections: Verbal, Logical and Technical. Each section had minimum cut-off criteria which a candidate needs to score to get elevated to next round. The Verbal section consisted of questions from Paragraph Reading, Synonyms, Antonyms. The Logical Section had questions on Speed, Distance & Time, Discount, Profit & Loss and an easy flowchart based question to test your logical thinking ability. The Technical Section had questions from Java(important), C, C++, Data Structures.
You can easily find the Cocubes questions online for practice purpose but make sure you practice the updated pattern because Cocubes keeps on changing its pattern frequently. Although its syllabus remains mostly the same.



Round 2(Coding)
The candidates who cleared Round 1 got elevated for the Coding round. We had to solve 2 questions in 30 mins time.
Question 1: Given an array of integers of size n, which represents the memory consumed by different programs. It’s given that memory is represented in the form of 2^k. We had to find the minimum memory that needs to be allocated for the programs.
E.g: n= 7
1+2+3+4+5+6+7
Output: 32 i.e 2^5. Basically, you had to round off the sum of array integers to nearest 2^k value.
Question 2: Two Binary String Sum
Although I solved both questions but the candidates who solved atleast one question were shortlisted.
Geeksforgeeks is sufficient for cracking the coding round.
50 students got selected for the Interview and I was one of them.
Round 3(Technical Interview)

Round 4(HR)



I would suggest you to be confident. Even if you don’t know something, don’t panic. Answer the rest of the questions without bothering about the outcomes. Give your best.

Thanks a lot GeeksForGeeks

Article Tags :