Upload Button Icon Add office photos

Filter interviews by

HSBC Electronic Data Processing Manager Interview Questions and Answers

Updated 15 Jul 2024

7 Interview questions

A Manager was asked
Q. What is the difference between pop and remove in Python?
Ans. 

pop() removes and returns the last element of a list, while remove() removes the first occurrence of a specified value.

  • pop() modifies the original list, while remove() only removes the specified value

  • pop() requires an index as an argument, while remove() requires the value to be removed

  • pop() returns the removed element, while remove() does not return anything

A Manager was asked
Q. What is the difference between a shallow copy and a deep copy?
Ans. 

Shallow copy only copies the references of objects, while deep copy creates new copies of objects.

  • Shallow copy creates a new object but does not create copies of nested objects.

  • Deep copy creates new copies of all nested objects.

  • Shallow copy is faster and more memory efficient, but changes to nested objects affect both copies.

  • Deep copy is slower and uses more memory, but changes to nested objects do not affect the ...

Manager Interview Questions Asked at Other Companies

Q1. There is a chairman of a conglomerate. He has been on the post fo ... read more
asked in HDFC Bank
Q2. what is FDI ,procedure how to settle the fund & why FDI need ... read more
asked in Axis Bank
Q3. How would you convince a school secretary to open an account with ... read more
Q4. If ITC wants to sponsor the IPL tournament, how much money should ... read more
Q5. Materials reached your premises during a factory holiday, and it' ... read more
A Manager was asked
Q. Explain how you handle missing values.
Ans. 

Missing value treatment refers to the process of handling and managing missing values in a dataset.

  • Missing values can occur when data is not collected or recorded for certain observations or variables.

  • Common methods for missing value treatment include deletion, imputation, and prediction.

  • Deletion involves removing observations or variables with missing values, but this can lead to loss of information.

  • Imputation re...

A Manager was asked
Q. What is the difference between mean, median, and mode?
Ans. 

Mean is the average of a set of numbers, median is the middle value, and mode is the most frequently occurring value.

  • Mean is calculated by summing all the values and dividing by the number of values.

  • Median is the middle value when the numbers are arranged in ascending or descending order.

  • Mode is the value that appears most frequently in the set of numbers.

  • Mean is affected by outliers, while median and mode are not...

A Manager was asked
Q. During the culture fit round, how do you determine if a candidate's goals align with the company's goals?
Ans. 

I believe in aligning personal and organizational goals for mutual growth and success.

  • Shared Vision: I aim to contribute to a culture that prioritizes patient care, similar to how I led a team to improve patient satisfaction scores by 20%.

  • Collaboration: I value teamwork and have successfully implemented cross-departmental projects that enhanced operational efficiency.

  • Continuous Learning: I am committed to professi...

A Manager was asked
Q. Explain linear regression, cost function, Ridge and Lasso regression
Ans. 

Linear regression is a statistical technique to model the relationship between a dependent variable and one or more independent variables.

  • Linear regression is used to predict a continuous outcome variable based on one or more predictor variables.

  • The cost function measures the difference between the predicted values and the actual values in linear regression.

  • Ridge regression is a regularization technique that adds ...

HSBC Electronic Data Processing HR Interview Questions

20 questions and answers

Q. Are you comfortable with shift timings?
Q. What unique contributions could you offer to the team?
Q. What factors contributed to your success in your current role?
A Manager was asked
Q. To tell about regulatory reporting and RWA
Ans. 

Regulatory reporting is the process of providing information to regulatory bodies. RWA is a measure of a bank's risk exposure.

  • Regulatory reporting involves submitting data to regulatory bodies such as the SEC or FINRA.

  • This data includes financial statements, risk assessments, and other information required by regulators.

  • RWA stands for Risk Weighted Assets and is a measure of a bank's risk exposure.

  • It is calculated...

Are these interview questions helpful?

HSBC Electronic Data Processing Manager Interview Experiences

6 interviews found

Manager Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2023

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

I applied via Recruitment Consulltant and was interviewed in Jun 2023. 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 - HR 

(1 Question)

  • Q1. Asked about my previous company, CTC, if relevant experience is there for the required job, scheduled interview for next one-on-one round.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Risk handled with Stakeholder, RM and Internal Management. 3. Improvement areas in JD shared. 4. Any tough situations handled with RM or Stakeholder in career.
  • Ans. 

    Experienced manager with strong risk management skills, adept at handling stakeholders and internal management, and proven track record of navigating tough situations.

    • Successfully managed a high-risk project by collaborating closely with stakeholders to mitigate potential issues

    • Implemented a new risk management strategy that improved project outcomes and stakeholder satisfaction

    • Handled a difficult stakeholder by active...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good questions on aptitude and statistics were asked

Round 2 - Group Discussion 

Group discussion were held

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between pop and remove in python
  • Ans. 

    pop() removes and returns the last element of a list, while remove() removes the first occurrence of a specified value.

    • pop() modifies the original list, while remove() only removes the specified value

    • pop() requires an index as an argument, while remove() requires the value to be removed

    • pop() returns the removed element, while remove() does not return anything

  • Answered by AI
  • Q2. Difference between shallow copy and deep copy

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain linear regression, cost function, Ridge and Lasso regression
  • Ans. 

    Linear regression is a statistical technique to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict a continuous outcome variable based on one or more predictor variables.

    • The cost function measures the difference between the predicted values and the actual values in linear regression.

    • Ridge regression is a regularization technique that adds a pen...

  • Answered by AI
  • Q2. Explain missing value treatment
  • Ans. 

    Missing value treatment refers to the process of handling and managing missing values in a dataset.

    • Missing values can occur when data is not collected or recorded for certain observations or variables.

    • Common methods for missing value treatment include deletion, imputation, and prediction.

    • Deletion involves removing observations or variables with missing values, but this can lead to loss of information.

    • Imputation replace...

  • Answered by AI
  • Q3. Difference between mean, median and mode
  • Ans. 

    Mean is the average of a set of numbers, median is the middle value, and mode is the most frequently occurring value.

    • Mean is calculated by summing all the values and dividing by the number of values.

    • Median is the middle value when the numbers are arranged in ascending or descending order.

    • Mode is the value that appears most frequently in the set of numbers.

    • Mean is affected by outliers, while median and mode are not.

    • For ...

  • Answered by AI
Round 2 - Case Study 

Questions around Anti Money Laundering

Round 3 - Culture Fit 

(2 Questions)

  • Q1. Culture fit round to see if my goals are aligned to company's goal
  • Ans. 

    I believe in aligning personal and organizational goals for mutual growth and success.

    • Shared Vision: I aim to contribute to a culture that prioritizes patient care, similar to how I led a team to improve patient satisfaction scores by 20%.

    • Collaboration: I value teamwork and have successfully implemented cross-departmental projects that enhanced operational efficiency.

    • Continuous Learning: I am committed to professional ...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give structured answer
If you don't know anything, admit it and move on
Be honest while answering

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Shiv Prakash Pandey

posted on 30 Jun 2022

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 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. To tell about regulatory reporting and RWA
  • Ans. 

    Regulatory reporting is the process of providing information to regulatory bodies. RWA is a measure of a bank's risk exposure.

    • Regulatory reporting involves submitting data to regulatory bodies such as the SEC or FINRA.

    • This data includes financial statements, risk assessments, and other information required by regulators.

    • RWA stands for Risk Weighted Assets and is a measure of a bank's risk exposure.

    • It is calculated by a...

  • Answered by AI
  • Q2. Other control should be placed in any activity.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure and confident and accept if you don't know the answer.

Manager Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2021

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. The theme of the interview is to share as many examples as you can correlate with the situations you can or will encounter in the role you are interviewing for. The interviewer wants to understand if you h...

Manager Interview Questions & Answers

user image Pratim Borah

posted on 11 Jun 2022

I applied via Approached by Company and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. OBIEE, DATA WAREHOUSE, REPORT, ANALYSIS
Round 2 - Technical 

(1 Question)

  • Q1. PERFORMANCE TUNE, SEGMENTATION, FRAGMENTATION, PARTITION, ARCHIVE
Round 3 - Case Study 

BASED ON ANALYSIS OF SAVINGS AND CURRENT ACCOUNT TURNOVER

Round 4 - HR 

(1 Question)

  • Q1. FLEXIBILITY, ADAPTABILITY, COMPENSATION, RELOCATION

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical areaa well. Be original and simple.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about HSBC Electronic Data Processing?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Na

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and stay focused, everything will be good

Interview Questionnaire 

2 Questions

  • Q1. Details about yourself. Starting from personal to professional.
  • Q2. Why Yes Bank? And they will ask some questions about your Product.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and Answer with logic.

I applied via Approached by Company and was interviewed before Jul 2020. There were 2 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What do you know about operations
  • Q2. Tell us about customer service
  • Q3. WHY YOU WANT THIS ROLE

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work but scope of salary increment is less growth wise not that good

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About old experience and achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good place to work at all...no one including the HR listens to you.
People just joins and leaves the bank.I lesft it in just 7mnths.
My advice is not to go to a bank like this.

HSBC Electronic Data Processing Interview FAQs

How many rounds are there in HSBC Electronic Data Processing Manager interview?
HSBC Electronic Data Processing interview process usually has 3 rounds. The most common rounds in the HSBC Electronic Data Processing interview process are One-on-one Round, Technical and HR.
What are the top questions asked in HSBC Electronic Data Processing Manager interview?

Some of the top questions asked at the HSBC Electronic Data Processing Manager interview -

  1. The theme of the interview is to share as many examples as you can correlate wi...read more
  2. To tell about regulatory reporting and ...read more
  3. Culture fit round to see if my goals are aligned to company's g...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 67%
4-6 weeks 33%
View more

Interview Questions from Similar Companies

Yes Bank Manager Interview Questions
3.7
 • 493 Interviews
Barclays Manager Interview Questions
3.7
 • 289 Interviews
View all
HSBC Electronic Data Processing Manager Salary
based on 746 salaries
₹13.4 L/yr - ₹24 L/yr
At par with the average Manager Salary in India
View more details

HSBC Electronic Data Processing Manager Reviews and Ratings

based on 88 reviews

3.7/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.3

Salary

3.9

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 88 Reviews and Ratings
Assistant Manager
1k salaries
unlock blur

₹5.8 L/yr - ₹13.5 L/yr

Manager
746 salaries
unlock blur

₹13.4 L/yr - ₹24 L/yr

Assistant Vice President
525 salaries
unlock blur

₹22 L/yr - ₹40.2 L/yr

Customer Service Executive
470 salaries
unlock blur

₹2.2 L/yr - ₹6.2 L/yr

Analyst
294 salaries
unlock blur

₹10.7 L/yr - ₹17 L/yr

Explore more salaries
Compare HSBC Electronic Data Processing with

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.4
Compare

IDFC FIRST Bank

3.9
Compare

Yes Bank

3.7
Compare
write
Share an Interview