BlackRock Java Interview Questions

Upasana | November 21, 2020 | 1 min read | 1,286 views | algorithm-datastructures


Core Java & multi-threading questions

Algorithm & design questions

  1. There is a pricing service which connects to Reuters & Bloomberg and fetches the latest price for the given Instrument Tics. There could be multiple price events for the same Stock and we need to consider the latest one. Design a service to show prices for the Top 10 stocks of the Day? Solution is discussed in my eBook

  2. There is a very Big file containing many words, how will you read and process it to print the below information?

    • Top 10 ranked distinct words.

    • Occurrence of each Alphabet in the file.

  3. How will you implement a Stack using a Queue?

  4. How will you implement a Queue using a Stack?

  5. How will you design a two way Elevator Software for a building?

  6. How will you find a single duplicate number from a large array in minimum time?

Misc troubleshooting

  1. How will you troubleshoot poor memory performance of a live production program?


Top articles in this category:
  1. Sapient Global Market Java Interview Questions and Coding Exercise
  2. Cracking core java interviews - question bank
  3. Morgan Stanley Java Interview Questions
  4. Multi-threading Java Interview Questions for Investment Bank
  5. Citibank Java developer interview questions
  6. UBS Java Interview Questions
  7. Goldman Sachs Java Interview Questions

Recommended books for interview preparation:

Find more on this topic:
Buy interview books

Java & Microservices interview refresher for experienced developers.