Upload Button Icon Add office photos

HSBC Group

Compare button icon Compare button icon Compare
4.0

based on 4.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HSBC Group Senior Engineer Interview Questions and Answers

Updated 29 Jun 2021

HSBC Group Senior Engineer Interview Experiences

2 interviews found

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ssis, sql server, power bi
  • Q2. Dml, ddl, dcl

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for technical question. Specifically fot technology

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Q2. Largest common prefix in string array
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
Round 4 - One-on-one 

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka

Senior Engineer Interview Questions & Answers

Wells Fargo user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General apti questions

Round 2 - Group Discussion 

Work-life balance and career progression

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

I applied via Walk-in and was interviewed in Jan 2023. There were 6 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 - Aptitude Test 

Work and distance, work and time

Round 3 - Coding Test 

SQL server and manual test and Java

Round 4 - Aptitude Test 

Number system and rational and proportion

Round 5 - Group Discussion 

Clarity on manual test and Java class

Round 6 - One-on-one 

(3 Questions)

  • Q1. What is the software
  • Ans. 

    Software is a set of instructions that tells a computer what to do.

    • Software is a collection of programs, data, and instructions that tell a computer how to perform specific tasks.

    • It can be categorized into system software, application software, and middleware.

    • Examples of software include Microsoft Office, Adobe Photoshop, and Google Chrome.

  • Answered by AI
  • Q2. What is the white Box testing
  • Ans. 

    White Box testing is a software testing technique that examines the internal structure and implementation of the system.

    • White Box testing is also known as Clear Box testing, Glass Box testing, or Structural testing.

    • It involves testing the code, logic paths, and internal components of the software.

    • Test cases are designed based on the knowledge of the internal structure of the system.

    • It helps in identifying errors, code ...

  • Answered by AI
  • Q3. What is the software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to ensure it meets the specified requirements.

    • Software testing is done to identify defects or errors in the software.

    • It involves executing the software with test cases and comparing the actual results with expected results.

    • Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing can...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge and honest work and fluent English and

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. How do you Structure Database? Make Design ?
  • Ans. 

    A well-structured database design is crucial for efficient data management.

    • Identify entities and their relationships

    • Normalize data to reduce redundancy

    • Choose appropriate data types and constraints

    • Consider performance and scalability

    • Document the design and update as needed

  • Answered by AI
  • Q2. Ask about Low Level Design?

Interview Preparation Tips

Interview preparation tips for other job seekers - gsfgg sfgsgsf sfgsgs sdfs fsdfs f sss sfsf sf

Skills evaluated in this interview

HSBC Group Interview FAQs

What are the top questions asked in HSBC Group Senior Engineer interview?

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

  1. Your approach to tackle dynamic obje...read more
  2. Implicit and explicit wait in selen...read more
  3. Sql queries related to jo...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 HSBC Group interviews
Referral
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

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.4k Interviews
IndusInd Bank Interview Questions
3.6
 • 575 Interviews
Wells Fargo Interview Questions
3.9
 • 552 Interviews
Yes Bank Interview Questions
3.8
 • 408 Interviews
American Express Interview Questions
4.2
 • 354 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
View all
HSBC Group Senior Engineer Salary
based on 7 salaries
₹10 L/yr - ₹31.2 L/yr
101% more than the average Senior Engineer Salary in India
View more details

HSBC Group Senior Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

1.0

Salary & Benefits

4.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
2.6k salaries
unlock blur

₹4.3 L/yr - ₹14.4 L/yr

Manager
2k salaries
unlock blur

₹8 L/yr - ₹28.1 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Assistant Vice President
1.4k salaries
unlock blur

₹13 L/yr - ₹45 L/yr

Software Engineer
1.3k salaries
unlock blur

₹4.9 L/yr - ₹14.4 L/yr

Explore more salaries
Compare HSBC Group with

Standard Chartered

3.8
Compare

Citibank

4.0
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview