Upload Button Icon Add office photos

Filter interviews by

Independent HR BP Interview Questions and Answers

Updated 15 Oct 2022

Independent HR BP Interview Experiences

1 interview found

HR BP Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2022

I appeared for an interview before Oct 2021.

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 

(3 Questions)

  • Q1. Details on experience was explored
  • Q2. Details on skills was asked
  • Q3. Details on compensation was asked
Round 3 - One-on-one 

(2 Questions)

  • Q1. Strategic situational assessment was done
  • Q2. Project related details were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. Recall every small detail about your work, keep upskilling

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Brief about the current profile
  • Q2. Org structure details of HR function
  • Ans. 

    The HR function is structured based on the organization's needs and goals.

    • The HR function may be centralized or decentralized.

    • It may have different departments such as recruitment, compensation and benefits, employee relations, and training and development.

    • The HR function may also have HR business partners who work closely with the business units to align HR strategies with business goals.

    • The HR function may have a Chi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with clear understanding of the work you handle.
Org structure, employee base you handle, projects, engagement activities, etc.

I appeared for an interview in May 2017.

Interview Questionnaire 

6 Questions

  • Q1. Can string class be extended
  • Ans. 

    Yes, the string class can be extended in most programming languages.

    • Inheritance can be used to extend the functionality of the string class.

    • By creating a new class that inherits from the string class, additional methods and properties can be added.

    • Extending the string class allows for customization and adding specific functionality to strings.

    • Example: In Python, the string class can be extended by creating a new class

  • Answered by AI
  • Q2. What are the implecit object in JSP
  • Ans. 

    Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.

    • Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.

    • These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.

    • For example, the request object allows access to HTTP request parame...

  • Answered by AI
  • Q3. How does hash map works
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values.

    • Hash map stores key-value pairs

    • It uses a hash function to compute an index for each key

    • Collisions can occur when two keys hash to the same index

    • Hash maps provide fast access to values based on their keys

  • Answered by AI
  • Q4. Difference between string buffer and string builder
  • Ans. 

    StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.

    • StringBuffer is synchronized, making it safe for use in multi-threaded environments.

    • StringBuilder is not synchronized, making it faster but not thread-safe.

    • StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.

    • Both classes p...

  • Answered by AI
  • Q5. What is MVC
  • Ans. 

    MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the user interface.

    • Controller handles user input, updates the model, and interacts with the view.

    • MVC promotes separation of concerns and modularity in software development.

    • Example: In a web applica...

  • Answered by AI
  • Q6. What are the annotation used in RESTFULL web services
  • Ans. 

    Annotations used in RESTful web services

    • 1. @Path - Specifies the URI path for the resource

    • 2. @GET - Specifies that the method handles HTTP GET requests

    • 3. @POST - Specifies that the method handles HTTP POST requests

    • 4. @PUT - Specifies that the method handles HTTP PUT requests

    • 5. @DELETE - Specifies that the method handles HTTP DELETE requests

    • 6. @PathParam - Binds the value of a URI template parameter to a method paramete...

  • Answered by AI

Interview Preparation Tips

Skills: Java Application Development

Skills evaluated in this interview

Interview Preparation Tips

Round: Technical Interview
Experience: Technical on paper test questions:(dis was only for 12 among d 26 shortlisted ppl after apti...others directly had interviews)
5 wer selected in this test who wer nw sent for interviews
TECHNICAL INTERVIEW: (pls list the questions asked in all the rounds)
26 shortlisted after apti (14 directly for interviews & 12 had one more technical on paper test...mentioned above)
der wer min 2 technical rounds for each of them...max were 5

- You are given course dependencies
A->B,C
B->D
C->A
D->nothing
The above dependencies mean...if you want to take course A...you should take courses B and C first....To take B,Course D must be taken first....D is an independent course and can be taken without any prior requirements.
Now you are told these dependencies.Come up with an appropriate data structure to represent these dependencies.Then write a code that finds out all the courses that the student can take up...in this case the student can first take course D because its independent.Now that course D has been taken he can next take up B as it depends on B alone...But the courses A and C can never be taken because they depend on each other...So here all the courses that can be taken are B and D.
After i wrote the code....he asked for all possible test cases
-Given an array of length N....It can be filled with nos. only from 1 to N....find which nos are repeated in the array
-Given pointers to two nodes in a binary tree....find their least common ancestor...each node has pointer to only the parent node...not the left and right child..
-In a binary tree(Not necessarily a BST)...suppose the weight of any node is defined as the product of the key value of the node and the level of the node(Root at level 1)...find the node with maximum weight in the binary tree
-A sorted array of size n is right circularly rotated k times and this rotated array is given to you as input...Find out the value of k in log n time .
-There are some processes running at time T....and there are processes running at time T+30.
You have to find out
1)Which processes died at time T+30,which were alive at time T
2)Which are the new processes at time T+30,which were not there at time T
3)Which are the processes that were there at time T and are still running at time T+30
What data structure will you use to represent the process lists and write code to find out the answers to the 3 questions above
-Given a binary search tree...and a target sum...starting at the root...which all paths add up to the target sum?...if there are multiple paths....return the path with least no. of nodes.


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Analyst Interview Questions & Answers

HSBC Group user image Sumit Sourav

posted on 21 Nov 2016

Interview Questionnaire 

6 Questions

  • Q1. How will you find the top 5 customer of HSBC from the entire world?
  • Ans. 

    Top 5 customers of HSBC can be found by analyzing transaction history and account balances.

    • Analyze transaction history of all HSBC customers worldwide

    • Identify customers with highest transaction volumes and account balances

    • Rank customers based on transaction volumes and account balances

    • Select top 5 customers based on ranking

    • Consider other factors such as creditworthiness and profitability

  • Answered by AI
  • Q2. About Credit Risk Modelling
  • Q3. About my internship (as i have done intern in Data Analytics field)
  • Q4. How to find the no of petrol pump in the city
  • Ans. 

    Use online maps or directories to find the number of petrol pumps in the city.

    • Search for petrol pumps on online maps like Google Maps or MapQuest.

    • Use online directories like Yelp or Yellow Pages to find petrol pumps in the city.

    • Check with local authorities or city websites for a list of petrol pumps in the area.

    • Ask locals or taxi drivers for recommendations on petrol pumps in the city.

  • Answered by AI
  • Q5. Basic HR question( like why HSBC,Strength,Weakness.etc)
  • Q6. One puzzles--How to calculate the average no of person coming to the airport daily?
  • Ans. 

    The average number of people coming to the airport daily can be calculated by taking the total number of people arriving and departing and dividing it by two.

    • Collect data on the number of arrivals and departures for a given period, such as a week or a month.

    • Add the number of arrivals and departures together to get the total number of people coming to the airport.

    • Divide the total number by the number of days in the peri...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was on amcat platform where you can not skip the question and you have to attempt each and every question.the key thing here is accuracy specially in first two section coz in retail banking and econometric will be new for everyone.I am from Industrial Engg and Management(M.tech) so we have some basic idea of Econometrics.
Tips: Maintain the accuracy and try to give few hours in studying the basic of Retail Banking and Econometric, coz these are the two section where u can take the lead. and never forget that this is the mass rejection process

Round: Group Discussion
Experience: Follow the basic rule of GD and try to give valid example with your point.
Tips: Read the Newspaper and be aware of what is happening around.

Round: Technical Interview
Experience: my interview was around 35-40 minutes process in which they as the technical part from my resume
Tips: just be confident and they will try to stress you out.so be calm and compose and try to understand the question properly before start giving your answer
they expect the logic how you attempt the question


Round: HR Interview
Experience: be ready for the puzzles
Tips: The process is going to be time talking so be ready to wait, and dont sound low in the interview coz this is the day u are waiting for your entire life.

Skills:
College Name: NIT Tiruchirappalli

Analyst Interview Questions & Answers

HSBC Group user image Prateek Ladha

posted on 3 Feb 2015

Interview Questionnaire 

1 Question

  • Q1. It was HR plus Technical

Interview Preparation Tips

Round: Test
Experience: It was a decent test as normal apti tests but you have to keep little extra knowledge about retail banking and econometrics.
Tips: Just practice well for all aptitude test and boost your speed with accuracy.
Duration: 60 minutes
Total Questions: 40

Round: Group Discussion
Experience: It was a good discussion but in between there was a chaos as number of people in my group was too big(14) as far as GDs are concerned.But overall it was good and everyone whosoever wanted, had put their points.
Tips: Don't fight during GD. Make sure that whenever you get chance you utilize it fully and make a very effective point. Also keep in mind it is a GD so you should be humble to others as well.
Duration: 30 minutes

Round: Technical Interview
Experience: It was a very weird experience.
After get shortlisted from test late in the night, our GD was early in the morning and then followed by interview. And then something really strange happened.I was waiting for my turn since afternoon and I was the last one to be interviewed. When I was called for my turn, all three panel of interviewers came out of their rooms and they announced the result before taking my interview so it was shocking because as par our campus rule you can not straight away declare the results to candidates before the whole process gets over. It shook me and I was very angry at that time but I kept myself calm and turned that anger into a positive way thanks to my friend who were there with me during that time. All I thought was I will get a chance and now I don't have anything to lose so I have to make a better impact on them than the other guys and convince them to increase their selected candidate list. The interview started with general HR questions, why do you want to join us? Why do you think we should hire you? And then they started asking questions over my project which I mentioned in my resume. After that there were few basic probability questions and some analytical puzzles. And during my interview I said I like to play with numbers so they threw me a multiplication 55555*55555 and it took me around 25-30 seconds to do it so I think that was a really effective part of my interview well at last I got selected in HSBC.
Tips: Don't get panic and never lose your calm. Situations can be more worst than what you thought it to be but be confident on yourself. Sooner or later you will be rewarded for your work. Good luck in advance :)

General Tips: Just be yourself and be confident. Be with those who make you feel comfortable. Keep calm and eventually everything will fall in the right place.
Skill Tips: I would say that patience is not a skill but it is as important as any other skill during your interviews. You might encounter some serious situations which might take you on your nerve so be patient.
During your interviews make sure whatever you know you should be able to communicate it well enough otherwise your knowledge is of no use. At the same time ensure that you don't really show off that you know more. If you know more about that problem be humble to the interviewer as discuss or share your thoughts in a very polite manner. And last but not the least is the analytical skills. You might be asked to decode some case or do guesstimates to be prepared for it. Practice it a lot with your friends or else whichever way you like it to be done.
Skills: Analytical skill, Communication, Patience
College Name: IIT KANPUR
Motivation: My only motivation was to get a analytical job which I was targeting. And apart from it there was a reason in my life to get this job and do something for someone very special. So, this keeps me motivated even today.
Funny Moments: The whole placement process right from companies visiting your campus to giving test and getting shortlisted for the interviews was really stressful but when I look back I cherish all those moments where we all friend sat together abusing some bull shit companies their procedure. How we used to run like a wild animal from one test to another one PPT to another. Those late might discussion talking about our future. Those were the lifetime memories, good or bad, which will stay with us always.

Godd luck again for your placements. :)

Interview Preparation Tips

Round: Test
Experience: The written test was quite similar to the typical CAT pattern. It contained sections on Reading Comprehension, Data Interpretation and Mathematics.

Round: Technical + HR Interview
Experience: There were 2 interviewers in the first interview, one was a technical guy and the other was from HR. They asked me a few very simple puzzles, a few basic programming questions (swapping the value of two variables etc.), questions related to the development cycle of software products. The HR guy asked stuff like what do you want to achieve in life? Strengths, weaknesses etc.

Round: Case Study Interview
Experience: The third interview was the most important one (and I guess that was the deciding interview). The interviewer started with questions like why finance? Which companies are you sitting for? Then he gave me a case study:

Interview Questionnaire 

2 Questions

  • Q1. Demonetization
  • Q2. Banking sector questions

Interview Preparation Tips

Round: Test
Experience: Basic aptitude test. East to clear.
Duration: 1 hour
Total Questions: 25

Skills: Reasoning Ability, Mathematical Logic, Logical Reasoning, General Knowledge
College Name: Sri Bhagawan Mahaveer Jain

Interview Questionnaire 

2 Questions

  • Q1. Oops, os, dbms, project
  • Q2. Why hsbc, why should I hire you.
  • Ans. 

    I have a strong background in software engineering and a passion for innovation, making me a valuable asset to HSBC.

    • I have a proven track record of successfully delivering high-quality software solutions in previous roles.

    • I am highly skilled in various programming languages and technologies, including Java, Python, and SQL.

    • I have experience working in agile development environments, allowing me to adapt quickly to chan...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 4 sections, 15 questions each. Sections on apti, english, programming, technical.
Tips: Time management, complete english and technical first
Duration: 1 hour
Total Questions: 60

Round: Group Discussion
Experience: We were asked which super hero would you like to be. Shared the information. Always present the positives and negatives and emphasize that despite of being negatives
Tips: Think everything through before speaking
Duration: 40 minutes

Round: Technical Interview
Experience: Prepare well, anything can be asked on the things written on your resume

Round: HR Interview
Experience: Sell yourself. Tell them why you would be the best candidate.
Tips: Tell your advantages of being a fresher that you would be comfortable in any technology

College Name: Acropolis institute of technology and research

I applied via Referral

Interview Questionnaire 

4 Questions

  • Q1. Brief introduction,,
  • Q2. Why markets?
  • Ans. 

    Markets offer dynamic and challenging environments that require constant adaptation and innovation.

    • Markets provide opportunities for growth and expansion

    • Competition in markets drives innovation and efficiency

    • Markets offer diverse career paths and opportunities for personal development

  • Answered by AI
  • Q3. 2-3 puzzles,
  • Q4. Economics questions

Interview Preparation Tips

Round: Technical Interview
Experience: No. of Interviews: 1
I think they were looking for Mathematical and analytical ability, Awareness about and aptitude for finance related stuff (news items, their analysis, my understanding etc.)

Tips: Being prepared: In markets there is no substitute to knowing your stuff. You can‟t faff your way through as the questions will be technical

Skills: Financial Markets, Aptitude, Analytical Skills, Mathematical Aptitude
College Name: IIM Bangalore

Independent Interview FAQs

How many rounds are there in Independent HR BP interview?
Independent interview process usually has 3 rounds. The most common rounds in the Independent interview process are HR, One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 570 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 346 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.7
 • 292 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all
Advocate
222 salaries
unlock blur

₹1.2 L/yr - ₹10.6 L/yr

Lawyer
54 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Consultant
47 salaries
unlock blur

₹9.5 L/yr - ₹40 L/yr

Advocate Lawyer
42 salaries
unlock blur

₹2.2 L/yr - ₹10.3 L/yr

Independent Consultant
36 salaries
unlock blur

₹12.3 L/yr - ₹48.2 L/yr

Explore more salaries
Compare Independent with

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare

BNY

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