Upload Button Icon Add office photos

HSBC Group

Compare button icon Compare button icon Compare

Filter interviews by

HSBC Group Technology Analyst Interview Questions and Answers

Updated 2 Feb 2024

HSBC Group Technology Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Equals and hashcode implementation
  • Ans. 

    Equals and hashCode are crucial for object comparison and hashing in Java, ensuring correct behavior in collections.

    • 1. Equals method checks if two objects are logically equivalent. Example: 'a.equals(b)' returns true if 'a' and 'b' are the same.

    • 2. HashCode method returns an integer representation of an object. Example: 'a.hashCode()' provides a unique identifier for 'a'.

    • 3. If equals is overridden, hashCode must also be...

  • Answered by AI
  • Q2. Config server configuration steps
  • Ans. 

    Config server configuration steps

    • Install and set up the config server software

    • Configure the server with the necessary properties and settings

    • Define the repository for storing configuration files

    • Create and manage configuration files

    • Ensure proper security measures are in place

    • Test and validate the configuration

    • Monitor and maintain the config server

  • Answered by AI
  • Q3. Patch mapping in spring rest
  • Ans. 

    Patch mapping in Spring REST is used to partially update resources.

    • Patch mapping allows clients to send only the fields that need to be updated instead of sending the entire resource.

    • It is useful when updating large resources or when clients have limited bandwidth.

    • Spring provides the @PatchMapping annotation to handle patch requests.

    • The @PatchMapping annotation can be used with a specific URL or with a wildcard URL pat...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on investment banking operations and the IT department associate with that. Since I was hired for governance team I was asked about some data related queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a commanding communication skills and walk with the confidence. Always believe in yourself and don't tie your ambition with emotions.

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Minimum Number of Vertices to Reach All Nodes Problem Statement I ... read more
asked in Infosys
Q3. An atomic Spark job runs for 15 minutes every day. One day, it ru ... read more
Q4. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.

I applied via Company Website and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Messaging communication (RabbitMQ, ActiveMQ)
  • Q2. Spring boot
  • Q3. Core Java (Oops, JVM, Memory types, Collections)
  • Q4. Spring security, Hibernate cache
  • Q5. Scenario based questions
  • Q6. Design patterns,SAGA Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions on real time examples like ticket reservation, data processing. SAGA pattern

What people are saying about HSBC Group

View All
a devops engineer
1w
HSBC: How long 'til they get back to me?
Hey, I cleared the online assessment at HSBC and it shows as passed, but it’s been radio silence from HR for 2 weeks now. What's the typical wait time before they reach out for the next interview round?
Got a question about HSBC Group?
Ask anonymously on communities.

Team Lead Interview Questions & Answers

UBS user image Anonymous

posted on 11 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Related to kyc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What was your previous job?
Round 3 - Assessment 

(1 Question)

  • Q1. English aptitude online
Round 4 - Group Discussion 

Panel Interview with higher management

Interview Preparation Tips

Interview preparation tips for other job seekers - Equip yourself with confidence and enthusiasm highlighting your best working experience and achievements!

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Walk through your profile . About financial terms
  • Q3. What all your Achievements
  • Q4. Are you able to work on flexible shifts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Go through your resume and be accurate what you say
Are these interview questions helpful?

Interview Preparation Tips

Round: Test
Experience: Apptitude test (16 shortlisted out of 65) 10 quant + logic 10 data structure , operating systems 30 programming questions (you have option to select c/c++/java)Passing individually in all sections compulsorygood quality of questionskeep concepts well in place

Round: Technical Interview
Experience: 1. Given an array of size n this contains all integers from 1 to n+1 except one. Array is notsorted. You have to find the missing element by traversing the array only once and no extraspace allowed.(the solution I proposed was to xor all elements of array and all numbers from1 to n+1 the final value of xor is the answer . He asked me to code this).2. Given a string of characters like “34235” convert it to integer format. (I answered like simplesolution. Was told to code it).3. Given a large file. Each line has some string you have to find palindrome in the string andappend the middle element of palindrome to end of string. It was v important to considercase like when you append characters to end of string it may go to next line and create newpalindromes in next line.(I read 1 line from input file found middle letters of all palindromesappended to string and outputted it in new file say output.txt. Now if it has over flown inoutput file handle it in next iteration …).4. Given a program find output c++ program quite tricky. It was using pointers as member ofclass to test allocation and deallocation of memory.

Round: Technical Interview
Experience: Final Technical Interview 2 Interviewers

1. Tell me something about yourself

2. Explain me your project (was in my resume).

3. Write all dbms tables used in ur project4. How will you represent matrix of any arbitrary size say m*n in a database.(I answered 

5. Given 2 matrix in your database write a sql query to add them.

6. Now write a sql query to multiply 2 matrix

7. Program to find height of a binary tree.(I gave recursive solution)

8. Without recursion

9. Find loop in a binary tree and also find whether loop is sibling loop or ancestor loop or 

10. Can a constructor be virtual?(in c++)

11. Can a destructor be virtual?

12. Can a constructor b private?13. Can a destructor b private?

14. Can a destructor b pure virtual function?......

15. Given a file having 10000 lines I want to read all lines v fast(multi threading)

16. Last do you want to ask some thing ?

(id row col data))

arbitrary loop

Round: Group Activity
Experience: Group Activity-(now no further eliminations) we were divided in group of 3 and 4, 8 or 9 panelists were watching us We were given a list of servers databases and client systems having pros and cons. We were asked to choose the best possible combination that suits all client requirements.

Round: HR Interview
Experience:  Tell something about yourself Greatest achievement in your life
 Achievements of others that u like
 Gave me scenario like you are team leader and you have to instruct your team to deliver blood from blood bank to hospital v v fast as someones life is in danger.. 
 1 more similar case
 Then he asked me r u a team player
 He was like what you do to motivate your team as a leader and how would you make your team perform best.
 Do you want to ask some thing to me???(this is v important ask abt company ur role in it….).

General Tips: Be honest.Do not write anything on resume,people are v v smart they will catch youThey touch all domains so b strong in all areas, dbms os datastructure programmingIf you don’t know something ,tell them, they will help youInterviewers are v cooperative, help you a lot and if you get stuck they will drop hintsBe CALM confident and positiveFinally I would say, interviews with Morgan Stanley , it is a great experience!!ALL THE BEST !!!! 
College Name: VJTI

Interview Preparation Tips

Round: Test
Experience: Aptitude Part : There were 30 questions to be completed in 45 minutes. There were 10 aptitude questions which were quite time-taking. Questions were

from Data Interpretation as well. Then we had to choose a section out of C/C++/JAVA and the rest 20 questions were from your chosen section. The chosen section was also time-consuming.Coding Test : There were 3 questions to be completed in 1 hour. Program 1 was to find the required element of Pascal’s triangle. Program 2 was to count all the palindromic substrings in a string. I am sorry but I do not remember Program 3.
Duration: 105 minutes
Total Questions: 33

Round: Technical Interview
Experience: It lasted for around 30-35 minutes. Questions were on array, hash map, file handling and string theory. All questions were generally algorithmic in nature.

Round: HR Interview
Experience: It lasted for around 50-55 minutes. We were basically grilled in this interview.

Round: Technical Interview
Experience: It lasted for around 1 hour. In this round, there were questions based on real-life scenario like designing a shopping cart for an e-commerce website etc. Then there were algorithmic questions on queue, graph and trees. A problem was given and I was asked to reason out the best data structure to solve that problem. There were simple problems on linked list.

Round: Group Discussion
Experience: It was an entertaining round but was quite pressurising. We were divided into groups and asked to make something with LEGO Blocks that they had provided. There is a time-constraint in this round. We had to explain all the design aspects of our construction like name, choice of colour, significance of buildings, structure strength etc.Finally after 5 rounds of interviews, I got selected. I thank my parents, friends and my seniors.

College Name: NA

Interview Questionnaire 

3 Questions

  • Q1. Explain Bubble Sort
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble Sort works by repeatedly swapping adjacent elements if they are in the wrong order.

    • It is called Bubble Sort because smaller elements 'bubble' to the top of the list.

    • The algorithm continues until the entire list is sorted.

    • Bubble Sort has a time complexity of O(...

  • Answered by AI
  • Q2. Given a number, print it in words
  • Ans. 

    A program to convert a given number into words.

    • Create a function that takes a number as input

    • Use conditional statements to check the number's value and convert it into words

    • Break down the number into its individual digits and convert each digit into words

    • Combine the words for each digit to form the final word representation of the number

  • Answered by AI
  • Q3. What are your Strengths and Weakness
  • Ans. 

    Strengths: Analytical thinking, attention to detail, quick learner. Weaknesses: Impatience, perfectionism, public speaking.

    • Strengths: Analytical thinking - able to break down complex problems, attention to detail - ensures accuracy in work, quick learner - able to adapt to new technologies quickly

    • Weaknesses: Impatience - may rush through tasks, perfectionism - may spend too much time on minor details, public speaking -...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitude Questions and Questions based on Data Structures, Algorithms, Operating System were asked. Two coding questions were also asked.
Tips: Practice Competitive Programming and some basic aptitude questions as well as basics of CS subjects.
Duration: 1 hour 30 minutes
Total Questions: 17

Round: Technical Interview
Experience: Most question were based on Data Structures and Algorithms. Some questions on Object Oriented Programming were also asked.
Tips: Practice Competitive Programming and Object Oriented Programming Concepts.

Round: Group Activity
Experience: We were given Lego Blocks and told to come convince investors to invest in our product. The Lego blocks were used to make the prototype of our product.

Round: HR Interview
Experience: Normal HR questions were asked

Round: Technical Interview
Experience: Questions on Operating Systems, Databases and Object Oriented Programming were asked

College Name: Fr. Conceicao Rodrigues College Of Engineering

Skills evaluated in this interview

HSBC Group Interview FAQs

How many rounds are there in HSBC Group Technology Analyst interview?
HSBC Group interview process usually has 1 rounds. The most common rounds in the HSBC Group interview process are Technical.
What are the top questions asked in HSBC Group Technology Analyst interview?

Some of the top questions asked at the HSBC Group Technology Analyst interview -

  1. Config server configuration st...read more
  2. Equals and hashcode implementat...read more
  3. Patch mapping in spring r...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 619 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
View all
Assistant Manager
2.8k salaries
unlock blur

₹6 L/yr - ₹13.4 L/yr

Manager
2.2k salaries
unlock blur

₹13.9 L/yr - ₹24 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹13.1 L/yr - ₹23.7 L/yr

Assistant Vice President
1.7k salaries
unlock blur

₹25 L/yr - ₹42.9 L/yr

Software Engineer
1.5k salaries
unlock blur

₹7.8 L/yr - ₹14 L/yr

Explore more salaries
Compare HSBC Group with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview