BlackRock Interview Experience For Software Engineer Role

Last Updated : 29 Sep, 2024

Technical Interview 1:

  1. Project and Questions on technologies that were used to develop the Project.
  2. Choose One Programming Language. (I answered C++)
  3. OOPs in CPP Like Inheritance, Operator Overloading & Overriding.
  4. DSA: If a String is Palindrome or Not?

They added more difficulty to it by saying that if the string contains any other than the alphabet, you don't have to consider that character.

(Cleared Interview 1)

Technical Interview 2:

  1. What are your Projects?
  2. DSA:
    • Reverse a Number?
      • Input: 9966 Output: 6699
    • Word Count in a String?
      • Input: "The lovely lady is looking lovely as all lady look lovely" Output: The: 1, lovely: 3, Lady : 2, Looking : 1, is : 1, as : 1, all: 1, look: 1.
    • Swap Two Numbers without using a temporary variable?
      • Input: a = 10, b = 20. Output : a = 20, b = 10.

(Cleared Interview 2)

HR Interview 3:

  1. How was your day?
  2. Projects & Internships if Any?
  3. What are you currently learning?
  4. Where are you from?
  5. Are you able to relocate?
  6. Any Questions for me?
  7. Best of Luck for future.

(Cleared HR Interview)

Comment