Upload Button Icon Add office photos

Filter interviews by

HSBC Electronic Data Processing Manager Interview Questions and Answers

Updated 15 Jul 2024

6 Interview questions

A Manager was asked 11mo ago
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 ...

A Manager was asked 11mo ago
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

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. Materials reached your premises during a factory holiday, and it' ... read more
Q5. What are kpi's?which are the kpi we use in daily basis
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. 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 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...

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:
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 

(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
  • 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 origi...

  • Answered by AI

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
  • 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 Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
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
Are these interview questions helpful?

Interview Questionnaire 

3 Questions

  • Q1. My personal experience to face business clients and corporate leads
  • Q2. Past performance in Jana small finance bank details
  • Ans. 

    I have consistently met and exceeded performance targets at Jana Small Finance Bank.

    • Achieved 120% of sales target in Q1

    • Received Employee of the Month award for exceptional customer service

    • Successfully led a team to implement a new customer onboarding process

  • Answered by AI
  • Q3. I can prove my self without anybody support

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume profile shortlist to this job

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About technical knowledge and regarding working hours stretching

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stretching of working hours. In terms of salary prospective offering less. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

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.

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 Case Study.
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. To tell about regulatory reporting and ...read more
  2. Explain linear regression, cost function, Ridge and Lasso regress...read more
  3. Difference between shallow copy and deep c...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
HSBC Electronic Data Processing Manager Salary
based on 767 salaries
₹7.5 L/yr - ₹28.3 L/yr
At par with the average Manager Salary in India
View more details

HSBC Electronic Data Processing Manager Reviews and Ratings

based on 87 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.5

Salary

4.0

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 87 Reviews and Ratings
Assistant Manager
1.1k salaries
unlock blur

₹3.9 L/yr - ₹14.5 L/yr

Manager
767 salaries
unlock blur

₹7.5 L/yr - ₹28.2 L/yr

Customer Service Executive
523 salaries
unlock blur

₹1.8 L/yr - ₹9.1 L/yr

Assistant Vice President
482 salaries
unlock blur

₹16.5 L/yr - ₹45.9 L/yr

Analyst
336 salaries
unlock blur

₹9.1 L/yr - ₹14.3 L/yr

Explore more salaries
Compare HSBC Electronic Data Processing with

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.5
Compare

IDFC FIRST Bank

3.9
Compare

Yes Bank

3.7
Compare
write
Share an Interview