Upload Button Icon Add office photos

Filter interviews by

HSBC Global Banking and Markets Senior Java Developer Interview Questions and Answers

Updated 29 Jul 2024

HSBC Global Banking and Markets Senior Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design immutable class
  • Ans. 

    Immutable class is a class whose state cannot be modified after creation.

    • Make all fields private and final

    • Do not provide setter methods

    • Ensure that any mutable objects within the class are also immutable

  • Answered by AI
  • Q2. Difference between lock and sync
  • Ans. 

    Lock and sync are both mechanisms used in Java for thread synchronization, but they have different implementations and use cases.

    • Lock is a low-level synchronization mechanism provided by the java.util.concurrent.locks package, while sync (synchronized keyword) is a high-level synchronization mechanism provided by Java.

    • Lock provides more flexibility and control over synchronization compared to sync.

    • Lock can be used to c...

  • Answered by AI

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Coding round was conducted in the morning for 1.5 hours from 10:00 am to 11:30 am. Exam was conducted on HACKEREARTH which is a user-friendly platform with various edge test-cases. Since exam was done through online mode due to COVID-19, therefore camera was on for invigilation. A well working camera and microphone were needed for successful completion of exam.

  • Q1. 

    Words Magic with Prefix Replacement Problem

    Ninja is provided with a dictionary of words, WORDS, and a sentence, SENTENCE, which consists of words separated by spaces. The goal is to minimize the size of ...

  • Ans. 

    The goal is to minimize the size of a sentence by replacing words with prefixes from a given dictionary.

    • Iterate through each word in the sentence and check if a prefix exists in the dictionary

    • Replace the word with the smallest prefix found in the dictionary

    • Repeat the process for all words in the sentence

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 7 CGPABarclays interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, Basics of object oriented programming, Operating System, Database Management System, C++ BasicsTime required to prepare for the interview - 10 MonthsInterview preparation tips for other job seekers

Tip 1 : Do not totally depend on past interview questions or as such unless and until you have a strong foundation. Just build the foundation first in starting months.
Tip 2 : More focus should be on problem-solving skills. Develop the skills of using applications.(Eg.: Where one should use Hashmap, Arraylist, etc.)
Tip 3 : Try to solve the problem on your own. Just sink yourself into the question so much that you don't need to look for the solution.(Figure out solution in your own way).
Tip 4 : Regarding project, quantity doesn't matter but what matters the most is you should know about the project from start to end. Able to explain the project clearly. Be ready with technical as well as Behavioral questions.

Application resume tips for other job seekers

Tip 1 : Get rid of irrelevant topics or headings.(Eg. Stood 1st in Annual Sack Race Competition.)
Tip 3 : Make sure you don't keep anything which create problem at time of Interview.
Tip 4 : Short and crisp Resume with each spelling checked twice.
Tip 5 : Keep updating your resume based on addition of Internship/Projects, etc.
Tip 6 : Keep the file name(Resume saved as pdf or any format) decent too.

Final outcome of the interviewRejected

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.

  • Q1. 

    Minimum Number of Operations Problem Statement

    Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may ...

  • Ans. 

    Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.

    • Iterate through array to find the minimum and maximum values

    • Calculate the difference between the maximum and minimum values

    • Return the difference as the minimum number of operations needed

  • Answered by AI
  • Q2. 

    Avoiding Traps Problem Statement

    Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle...

  • Ans. 

    Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.

    • Iterate through the obstacle coordinates to find the maximum coordinate.

    • Calculate the minimum jump length needed to bypass all obstacles.

    • Ensure the jump length consistently avoids all obstacle points.

    • The final jump can overshoot the line's end point.

  • Answered by AI
  • Q3. 

    Longest Consecutive Sequence Problem Statement

    You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.

    The consecutive sequence ...

  • Ans. 

    Find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to make it easier to identify consecutive sequences.

    • Use a set to store unique elements and check for consecutive numbers.

    • Track the length of consecutive sequences and update the maximum length found.

    • Handle duplicates by counting only one occurrence in the consecutive sequence.

  • Answered by AI
Round 2 - Video Call 

Round duration - 45 minutes
Round difficulty - Easy

Timing: 10:15 - 11:00 am.
The interview was online from home.

Round 3 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.

  • Q1. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Ans. 

    Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

    • Iterate through the characters of the string in reverse order and append them to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to print each reversed string

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteriaCGPA cutoff 7Deutsche Bank interview preparation:Topics to prepare for the interview - Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.

Application resume tips for other job seekers

Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Explain the background process that takes place during an atm transaction
  • Ans. 

    ATM transaction involves multiple background processes including authentication, authorization, and communication with bank servers.

    • Customer inserts card and enters PIN

    • ATM authenticates the card and PIN

    • ATM requests authorization from bank server

    • Bank server verifies account balance and approves or denies transaction

    • ATM dispenses cash or completes other requested transaction

    • ATM updates account balance and sends transacti

  • Answered by AI
  • Q2. Cut cake into 8 pieces .You can use knife 3 times only
  • Ans. 

    Cut cake into 8 pieces using knife 3 times only.

    • First, cut the cake horizontally into two equal halves.

    • Then, cut the cake vertically into four equal pieces.

    • Finally, cut the cake horizontally again into eight equal pieces.

    • Make sure to use the knife efficiently to minimize the number of cuts.

    • Practice visualization before making the cuts to avoid mistakes.

  • Answered by AI
  • Q3. A shot fired from a gun pointing towards a tree full of birds. All birds left except one. Why ?
  • Ans. 

    The one bird was already dead.

    • The bird was already dead before the shot was fired.

    • The bird was injured and unable to fly away with the rest of the birds.

    • The bird was a decoy bird used for hunting purposes.

    • The bird was a trained bird used for falconry.

  • Answered by AI
  • Q4. Explain projects which you made in college?
  • Ans. 

    Developed a web-based attendance management system and a mobile app for event management.

    • Created a database schema and implemented CRUD operations using PHP and MySQL.

    • Designed the user interface using HTML, CSS, and JavaScript.

    • Integrated Google Maps API for location tracking in the mobile app.

    • Implemented push notifications using Firebase Cloud Messaging.

    • Collaborated with a team of four to complete the projects within t

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The question paper was a mix of aptitude, programming of c++ java , sql and reasoning.
There was negative marking set for each questions.
Tips: Attempt that portion first in which you are really confident.
Dont try to attempt all questions , as negative marking plays big role.
Duration: 60 minutes

Round: Technical Interview
Experience: As Barclays is a bank , so this kind of question is obvious.
Be prepared for technical process that takes place in a usual banking domain.
Also , any type of question whether reasoning based or technical can be asked.
Tips: Be confident. Try to tell everything in a straight manner.

Round: Case Study Interview
Experience: You can put humour while answering as this shows your positivity.
There can be many reason for this like birds ia dead , bird is deaf , bird is of plastic. You can choose whatever hit into your mind.

Round: Behavioural Interview
Experience: Explaining the thing in which you already have knowledge is a plus point.
But make sure you have complete knowledge of your college project as they can ask as many questions as possible because your project is the main thing which can extend your interview time.

Skills: Common Sense, Presence Of Mind, Positive Thinking, Ability To Deliver On A Project, C Programming
College Name: UPTU
Motivation: As it is a product based company , so chances of growth is good and pay scale is better.

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: Was nice experience,should have good aptitude.
Tips: Learn aptitude more and morr
Duration: 60 minutes

Round: Group Discussion
Experience: Just speak about the topic
Tips: Do not get silent

Round: Technical Interview
Experience: iOS,C/C++
Tips: Just be confident about your answwers ansd show that you are capable to do each and everything in this world and you have quick learning capacity to grasp anything.

General Tips: C/C++,
Skills:
College Name: CDAC PUNE
Motivation: Bank more than 325 years old.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ques on java 8
Round 2 - Technical 

(1 Question)

  • Q1. Ques on collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect a very unprofessional and non serious behaviour from the interview panel. They just want to waste the candidates time by calling for a face to face interview.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a sample code to settle the accounts of 4 persons after they spent their money together for a trip
  • Ans. 

    Sample code to settle accounts of 4 persons after a trip

    • Create a Person class with attributes like name, spentAmount, and remainingAmount

    • Calculate the total spent amount by all persons

    • Distribute the total spent amount equally among all persons to settle the accounts

  • Answered by AI
Round 2 - Coding Test 

This was a java code interview

Skills evaluated in this interview

I appeared for an interview in Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was an online test round of 90 minutes orgainsed in Hackerearth platform. It consists of 15 mcq questions and 2 coding questions. The level was moderate. Timing of test was in morning and platform was quite good.

  • Q1. 

    Shopping Spree Problem Statement

    Preeti plans to shop for her father's birthday at a store with unlimited quantities of N different items. She has a budget that allows her to buy a maximum of K items. Hel...

  • Ans. 

    Calculate the number of ways Preeti can purchase items within budget, with at least one item quantity differing.

    • Use dynamic programming to calculate the number of ways to purchase items within budget.

    • Consider different scenarios where Preeti buys different quantities of each item.

    • Return the result modulo 10^9 + 7 to handle large answers.

  • Answered by AI
Round 2 - HR 

Round duration - 50 minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. Eligibility criteriaAbove 7 CGPABarclays interview preparation:Topics to prepare for the interview - Data Structures(Array, String, Tree, Graphs, Dynamic Programming) , OOPS, Basics of Operating System, DBMSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Try to understand basic concepts of all data structures and do coding questions from online sites like Hackerrank, Leetcode etc. 
Tip 2 : Prepare basics of DBMS and Operating System. OOPs concept is must .
Tip 3 : Go through all the basics sql queries or must know about any 1 database perfectly.

Application resume tips for other job seekers

Tip 1 : Resume should be short and catchy. It should not be more than 1 page. 
Tip 2 : Mention atleast 2 projects. Don't put skills you don't know because mostly interviewers will ask questions on resume basis.

Final outcome of the interviewSelected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What do you mean by profile in spring boot..
  • Q2. Coding on hashmap and basic on access modifiers
  • Q3. Kafka partition n cluster
  • Q4. Write a hashcode method
  • Ans. 

    A hashcode method generates a unique integer value for an object based on its properties.

    • Override the hashCode() method in Java to generate a unique integer value for an object.

    • Use the properties of the object to calculate the hash code.

    • Ensure that equal objects have the same hash code.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level questions

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring boot
Round 3 - Behavioral 

(1 Question)

  • Q1. All HR questions

HSBC Global Banking and Markets Interview FAQs

How many rounds are there in HSBC Global Banking and Markets Senior Java Developer interview?
HSBC Global Banking and Markets interview process usually has 1 rounds. The most common rounds in the HSBC Global Banking and Markets interview process are Technical.
What are the top questions asked in HSBC Global Banking and Markets Senior Java Developer interview?

Some of the top questions asked at the HSBC Global Banking and Markets Senior Java Developer interview -

  1. Difference between lock and s...read more
  2. Design immutable cl...read more

Tell us how to improve this page.

HSBC Global Banking and Markets Senior Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
3.9
 • 659 Interviews
IndusInd Bank Interview Questions
3.5
 • 623 Interviews
Yes Bank Interview Questions
3.7
 • 439 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
Barclays Interview Questions
3.8
 • 273 Interviews
View all
Assistant Manager
294 salaries
unlock blur

₹3.5 L/yr - ₹13.7 L/yr

Manager
144 salaries
unlock blur

₹7.6 L/yr - ₹21 L/yr

Analyst
130 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Assistant Vice President
108 salaries
unlock blur

₹16 L/yr - ₹47 L/yr

Senior Associate
84 salaries
unlock blur

₹4.8 L/yr - ₹20.5 L/yr

Explore more salaries
Compare HSBC Global Banking and Markets with

Kotak Mahindra Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.5
Compare

IDFC FIRST Bank

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