Open In App

HSBC Interview Experience | Set 9 ( On Campus – Software Developer)

Last Updated : 21 Aug, 2018
Improve
Improve
Like Article
Like
Save
Share
Report

HSBC recently visited our campus for hiring software developers (Full Time). Depending on your performance in all the process they classified two types of sub profiles: “Ace” and “Strikers”

Round 1 (Aptitude + Programming Fundamentals + Coding):

This round was of around 1hr 30 minutes and was held on CoCubes platform. MCQ questions divided into different sections like Aptitude, Verbal, Data structures, C, C++ and Java.

After completing the MCQ questions there was a coding round in continuation. 2 questions were asked. Everyone had a different pair of questions.

1 ) Given were 2 numbers n and k. Basically what we were supposed to do is return the sum of integers from 1 to n except those that were multiple of k.

Eg: n=10  k=4

Ans: 1+2+3+4+5+6+7+8+9+10 – (4+8) =43

2 ) A large number was given as input in the form of string and we had to return its factorial in the form of string.

Input: “20”

Output: “2432902008176640000”

Some had: Add two numbers given in form of linked list

A lot of my friends had problem solving the 2nd question in C++ as string did not work and they had to work with char*.

100 students were shortlisted for personal interviews from around 150 students from our campus.

Round 2 (Technical Round):

There were not many questions related to data structures and algorithm. They asked a lot about projects and even gave case studies related to banking and database management.

  • Tell me about yourself
  • Family Background
  • Sort HashMap of Objects based on an attribute of Object.
  • Difference between Comparable and Comparator
  • Asked me about my projects and Summer Internship
  • What latest technology have you worked on?
  • Lastly I was given a puzzle which was pretty straightforward- There were 4 prisioners A, B, C, D and 4 colored hats(2 White and 2 Black). There were 2 sections in the prision. A, B, C were in one of the section such that A could see what color hat B and C had and B could see what color hat C was wearing. D was in the second section and he could not see anyone nor anyone could see him. Who will guess the correct color of his hat first so that he is freed? (Ans : A or B)

Company preferred good knowledge in Java. I would suggest you to get familiar with various java concepts before going for the interview. Many of my friends were asked questions related to System Design (Whatsapp, Zomato, Online Banking), API, Web Service, Framework, DBMS, SQL Queries, Data Extraction and Processing.

They asked things related to projects/subjects/skills mentioned in the Resume. I would suggest to keep only those things in resume that you are completely sure about because not having knowledge of things creates a negative impression.

People who were potential “Ace” candidates had to go through one more technical round.

Round 3 (HR Round):

  • How was the day today?
  • Explain me all your projects
  • How many interviews have you given before this and how they went?
  • Family Background
  • Favorite Actor, Actress, Movie
  • Why HSBC?
  • Any Questions?

I would suggest you to be honest and be confident. Some questions were asked from previous interview experiences also so I would suggest to go through them also.

Thanks a lot GeeksForGeeks.


Previous Article
Next Article

Similar Reads

HSBC Interview Experience | Set 3 ( On Campus - Software Developer)
First of all a big thanx to you guys, you are really awesome, without any mean you are supporting each and every person , thank you alot :) I recently got placed at HSBC , i would like to share my interview experience HSBC recently visited our campus for hiring software developers (Full Time). Depending on your performance in all the process they c
7 min read
HSBC Interview Experience | Set 4 (Software Developer)
Round 1: https://www.geeksforgeeks.org/hsbc-interview-experience-set-3-on-campus-software-developer/ The first 2 rounds were similar to this. Round 2: Started with Tell me about yourself then started shooting coding questions. First he gave simple question. 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1 I took some time to do this question as I was a bit nervous.
1 min read
HSBC Interview Experience for Trainee Software Engineer | On-Campus
HSBC visited our campus on 1st November 2019 and offered Trainee Software Engineer profile. It was open for all branches. It had 3 online rounds followed by 2 rounds of Interviews. Online Test: There were 3 online assessment rounds. Round 1: Online Coding Assessment (30 minutes) Ques1(Very Easy): Given a string, we need to mirror the characters of
4 min read
HSBC Interview Experience for Trainee Software Engineer (On-Campus)
This is only my experience, NOT a generic description of how the process is. Round 1(i) - CoCubes Assessment: The first round of CoCubes Assessment consisted of general aptitude, verbal and technical questions. (70 questions, 75 Mins). Aptitude questions were from topics including but not limited to ratio and proportion, speed time and distance (20
3 min read
HSBC Interview Experience for Trainee Software Engineer (On-Campus)
Round 1: Aptitude Test:(75 min): Aptitude(20 questions ): Topics like Ratio and proportion, Speed and Distance, Percentage, Profit and Loss, etc. Difficulty Level -Easy-medium.Verbal(20 questions): Topics like error correction, synonyms, antonyms, Comprehension passage, etc. Difficulty Level-Easy Medium.Technical Subjects(30 questions): Topics like
2 min read
HSBC Technology Interview Experience for Trainee Software Engineer (On-Campus)
The company had 4 rounds in total and conducted 1st round on 18th September 2023. A total of 254 students applied from my college. Round 1:Online aptitude and CS fundamentals:(Phase 1)254 people appeared for this round. It had 70 questions, and the allotted time was 75 minutes. The questions were of easy to moderate difficulty. There were 20 aptitu
4 min read
HSBC Interview Experience for Trainee Software Engineer 1 (On-Campus)
I applied through college or university. The process took 5 weeks (from application in early September, then an online test which included aptitude, English, and maths questions along with a coding test which had 2 simple coding questions (both easy-level questions) at the end of September results came a few days after then a value assessment test
4 min read
HSBC Technology Interview Experience For Trainee Software Engineer (On-Campus)
HSBC conducted a placement drive in our college. The Selection Process is as follows: Online Aptitude & Coding AssessmentsOnline HSBC Values AssessmentPre Placement Talk (On Campus)Technical Interview (On Campus)HR Interview (On Campus)Online Aptitude & Coding Assessments:-The assessment was conducted on the CoCubes Platform. Test Pattern:
3 min read
HSBC Interview Experience for Trainee Software Engineer (On-Campus) 2023
My interview experience with HSBC Technology India, HTI was for the role of Trainee Software Engineer (TSE) as a fresh graduate during Nov 2023. The process consisted of 3 rounds and took place on campus. The interviews were conducted in GITAM, Visakhapatnam. Verdict: SELECTED Round 1 - Online Assessment (Aptitude, Technical, and Coding) on the AON
7 min read
HSBC interview Experience | Set 2 (On-Campus)
Interview experience: 2 profiles , one for legacy technologies one for new age technologies(big data, cloud computing,data analytics) Round 1: Written round consisting of 5 sections verbal(passage / article consisting of 20 blanks),analytical/aptitude(very basic questions),attention(very easy),C&Data Structures(easy includes sorting, graph, output
3 min read