Upload Button Icon Add office photos

HSBC Group

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

HSBC Group Platform Engineer Interview Questions and Answers

Updated 6 Jan 2025

HSBC Group Platform Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement search in binary tree
  • Ans. 

    Implement search in binary tree using recursion

    • Start at the root node

    • Compare the target value with the current node value

    • If target is less than current node value, search left subtree; if greater, search right subtree

    • Repeat process until target is found or node is null

  • Answered by AI
  • Q2. Previous work experience
  • Ans. 

    I have 5 years of experience as a Platform Engineer, working with cloud technologies and automation tools.

    • Worked with AWS, Azure, and Google Cloud Platform to design and implement scalable infrastructure

    • Automated deployment processes using tools like Terraform and Ansible

    • Managed containerized applications with Docker and Kubernetes

    • Collaborated with development teams to optimize application performance and reliability

    • Pe...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why are switching
  • Ans. 

    Switching is important in networking to enable communication between devices on different networks.

    • Switching allows devices on the same network to communicate with each other by forwarding data packets based on MAC addresses.

    • Switches operate at Layer 2 of the OSI model and use MAC addresses to make forwarding decisions.

    • Switching reduces network congestion by only sending data to the intended recipient instead of broadc

  • Answered by AI
  • Q2. What is Netflix OSS
  • Ans. 

    Netflix OSS is a set of open-source software tools and libraries developed by Netflix for building and managing microservices architecture.

    • Netflix OSS includes tools like Eureka for service discovery, Ribbon for client-side load balancing, and Hystrix for fault tolerance.

    • It allows developers to build resilient, scalable, and fault-tolerant distributed systems.

    • Netflix OSS promotes the use of microservices architecture b...

  • Answered by AI

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Behavioural and culture fit

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core Java, Java 8 features, OOPS Concepts, Design Patterns used in project, Spring core, Spring Security, Spring transaction management, Spring JPA
Round 2 - One-on-one 

(1 Question)

  • Q1. Project Experience, DSA related questions, scenario based questions
Round 3 - Coding Test 

CodeVue coding test, one coding questions based on regular expressions

Round 4 - HR 

(1 Question)

  • Q1. Contract Negotiation, Previous Experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Application of concepts is important than just concepts, some dsa and algorithms

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Two questions were asked one ease level one moderate level, both questions were based on dsa topics. I would highly recommend to solve leetcode easy and medium questions.

Round 2 - Hirevue 

(1 Question)

  • Q1. Two HR type questions were asked on this platform, try to answer them as honestly as possible and keep it real.
Round 3 - CFG 

(1 Question)

  • Q1. CFG is an nationwide hackathon in which students from various different universities are put in one team and have to make a working project within the designated time frame.

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and don't panic anywhere in the entire process.

I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Investment banks mostly ask multithreading questions or core concepts of java language.
Round 2 - Technical 

(1 Question)

  • Q1. In 2nd round also, they asked java and spring related questions.
Round 3 - Coding Test 

There was one coding round that contains one average type algo and we have to write the program for that.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer interview:
  • Multithreading
  • Core Java
  • java8
Interview preparation tips for other job seekers - now jpmc don't take that much tough technical rounds, overall interviews were average.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain difference between numpy array and list
  • Ans. 

    Numpy arrays are more efficient for numerical operations compared to lists.

    • Numpy arrays are homogeneous in nature, while lists can contain different data types.

    • Numpy arrays support vectorized operations, making them faster for numerical computations.

    • Numpy arrays require less memory compared to lists for large datasets.

    • Example: np_array = np.array([1, 2, 3]) vs list = [1, 2, 3]

  • Answered by AI
  • Q2. Coding question: Reverse words in sentence
Round 2 - Technical 

(2 Questions)

  • Q1. Covid Case Study
  • Q2. Merge two dataframe
  • Ans. 

    Merging two dataframes combines them into a single dataframe based on a common column or index.

    • Use the merge() function in pandas library in Python to merge dataframes

    • Specify the common column or index to merge on

    • Choose the type of join (inner, outer, left, right) based on your requirement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for random questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Api debugging.
  • Q2. DSA coding question with modifications
Round 2 - System Design 

(1 Question)

  • Q1. Ai parking management system design
  • Ans. 

    Designing an AI parking management system to optimize parking space usage and improve efficiency.

    • Utilize sensors to detect available parking spaces in real-time

    • Implement machine learning algorithms to predict parking demand and optimize space allocation

    • Integrate with mobile apps for users to easily find and reserve parking spots

    • Use computer vision for license plate recognition and enforcement of parking rules

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions

Skills evaluated in this interview

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Split Binary String Problem Statement

    Chintu has a long binary string str. A binary string is a string that contains only 0 and 1. He considers a string to be 'beautiful' if and only if the number of 0's ...

  • Ans. 

    The task is to split a binary string into beautiful substrings with equal number of 0's and 1's.

    • Count the number of 0's and 1's in the string.

    • Iterate through the string and split it into beautiful substrings whenever the count of 0's and 1's becomes equal.

    • Return the maximum number of beautiful substrings that can be formed.

    • If it is not possible to split the string into beautiful substrings, return -1.

  • Answered by AI
  • Q2. 

    Merge Overlapping Intervals Problem Statement

    Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...

  • Ans. 

    Merge overlapping intervals and return sorted list of merged intervals.

    • Identify overlapping intervals based on start and end times

    • Merge overlapping intervals to form new intervals

    • Sort the merged intervals in ascending order of start times

  • Answered by AI
Round 2 - Video Call 

Round duration - 100 Minutes
Round difficulty - Medium

It was a video interview in which 2 questions were asked u have 2 chances for each question to record your video. It was conducted on hirepro website.
 

Round 3 - Face to Face 

(1 Question)

Round duration - 35 Minutes
Round difficulty - Easy

The interviewer asked me to explain my project, 2 situation based questions and asked to solve a question on Trees

  • Q1. 

    Left View of a Binary Tree Problem Statement

    Given a binary tree, your task is to print the left view of the tree.

    Example:

    Input:
    The input will be in level order form, with node values separated by a...
  • Ans. 

    Print the left view of a binary tree given in level order form.

    • Traverse the tree level by level and print the first node of each level (leftmost node).

    • Use a queue to keep track of nodes at each level.

    • Time complexity should be O(n) where n is the number of nodes in the tree.

  • Answered by AI
Round 4 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM Institute Of Science & Technology. Eligibility criteria7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Machine Learning, OOPS, DBMS, Algorithms, Git and SQL Basics.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice D.S.A
Tip 2 : Prepare your projects
Tip 3 : Be confident

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on a resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

4 Programming questions
10 MCQ

Each programming question has its own time allocated.
10 mins for MCQ.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Bases on C++ multithreding
  • Ans. 

    C++ multithreading allows for concurrent execution of multiple threads within a single program.

    • Use mutexes to prevent race conditions and ensure thread safety

    • Avoid deadlocks by carefully managing locks and avoiding nested locks

    • Consider using condition variables to signal between threads

    • Use thread pools to manage and reuse threads efficiently

    • Be aware of potential performance issues and overhead with multithreading

  • Answered by AI
  • Q2. C++ pointers and smart pointers quetions
Round 3 - One-on-one 

(2 Questions)

  • Q1. C++ multithreading quetions
  • Q2. Work life, achievemts.. scenario reuestions
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and about the programming language...

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

HSBC Group Interview FAQs

How many rounds are there in HSBC Group Platform Engineer interview?
HSBC Group interview process usually has 2 rounds. The most common rounds in the HSBC Group interview process are One-on-one Round.
What are the top questions asked in HSBC Group Platform Engineer interview?

Some of the top questions asked at the HSBC Group Platform Engineer interview -

  1. Implement search in binary t...read more
  2. Why are switch...read more
  3. What is Netflix ...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Oracle Cerner

INTERVIEWS

Firstsource Solutions

No Interviews

SALARIES

Oracle Cerner

SALARIES

Oracle Cerner

No Salaries

COMPANY BENEFITS

EbixCash Limited

No Benefits

REVIEWS

StockHolding Document Management Services

No Reviews

INTERVIEWS

VMware Software

No Interviews

INTERVIEWS

HSBC Group

No Interviews

Tell us how to improve this page.

HSBC Group Platform Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IndusInd Bank Interview Questions
3.5
 • 604 Interviews
Wells Fargo Interview Questions
3.9
 • 565 Interviews
Citicorp Interview Questions
3.7
 • 564 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
View all
Assistant Manager
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Vice President
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HSBC Group with

Standard Chartered

3.7
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

HDFC Bank

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview