Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BNY Team. If you also belong to the team, you can get access from here

BNY Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BNY Office Assistant Computer Operator Interview Questions and Answers

Updated 31 Aug 2024

BNY Office Assistant Computer Operator Interview Experiences

1 interview found

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

I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented and organized individual with strong computer skills and a passion for helping others.

    • Graduated with a degree in Computer Science

    • Proficient in Microsoft Office Suite

    • Experience in data entry and file management

    • Excellent communication and customer service skills

    • Ability to multitask and prioritize tasks effectively

  • Answered by AI
  • Q2. Strength and weakness
  • Q3. Where doyou see yourselfin next 5 year
  • Ans. 

    In the next 5 years, I see myself advancing my skills and taking on more responsibilities in the office assistant computer operator role.

    • Continuing to improve my proficiency in various office software and systems

    • Taking on leadership roles within the team

    • Completing additional training or certifications to enhance my skills

    • Contributing to the overall efficiency and success of the office through my work

    • Possibly exploring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best

Interview questions from similar companies

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

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. Why this specific profile? (analyst)
  • Ans. 

    I am passionate about analyzing data and deriving insights to drive strategic decision-making.

    • I have a strong background in data analysis and statistics.

    • I enjoy problem-solving and finding patterns in data.

    • I believe that my analytical skills can add value to the organization by providing actionable insights.

    • I have experience using various analytical tools such as Excel, SQL, and Tableau.

    • I am detail-oriented and thrive

  • Answered by AI
  • Q2. Why finance?
  • Ans. 

    Passion for analyzing data and making informed financial decisions.

    • I have always been fascinated by numbers and analyzing trends.

    • I enjoy the challenge of making sense of complex financial data.

    • I believe finance plays a crucial role in driving business success and growth.

    • I am motivated by the opportunity to help companies make informed financial decisions.

    • I find satisfaction in using data to identify opportunities for i

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: Q: Give me five steps to estimate the number of traffic lights in Bombay.
Me: I will divide the city into equidistant lines, both vertical and horizontal; sort of a mesh. Then I would take vertical and horizontal rectangles i.e. the rectangles which fall on length and breadth of the city. Starting with the horizontal ones I would try to estimate the number of roads going from east to west in each rectangle(depending on the type of area: residential, commercial or a highway) Similarly I would try to estimate the number of roads going from north to south in each vertical rectangle. Now I have the average number of roads per unit length and per unit breadth. Now, I can calculate the average number of roads intersecting per rectangle. Now if I have the data, I can also use the traffic density data to further improve my estimate, i.e. whether the traffic light is required in that rectangle or not.(depending upon the traffic density)
Q: Lets say that golden quadrilateral gets completed tomorrow. What would be its impact on the sales of Ashok Leyland?
Me: Sir, they would increase, as more and more traffic will shift from railways to roadways as the average time taken by road will decrease.
Q: If I say that the sales will decreases by road, the truk will make the same number of trips in less amount of time, thereby rendering overcapacity in the road transport market therefore the sales will decrease.
Me: (I actually didn't let him complete, I interrupted him in between and said that I got the logic)
Tips: Don't try to overstate the facts.

Skills:
Duration: 3
College Name: IIM Lucknow

BNY Interview FAQs

How many rounds are there in BNY Office Assistant Computer Operator interview?
BNY interview process usually has 1 rounds. The most common rounds in the BNY interview process are HR.

Tell us how to improve this page.

BNY Office Assistant Computer Operator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 575 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 532 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
Analyst
1.9k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹4 L/yr - ₹15.2 L/yr

Senior Associate
1.3k salaries
unlock blur

₹11.9 L/yr - ₹25.8 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Vice President
1k salaries
unlock blur

₹15.9 L/yr - ₹53 L/yr

Explore more salaries
Compare BNY with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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