- Company: BlackRock
- Role: Software Engineer
Technical Interview 1:
- Project and Questions on technologies that were used to develop the Project.
- Choose One Programming Language. (I answered C++)
- OOPs in CPP Like Inheritance, Operator Overloading & Overriding.
- DSA: If a String is Palindrome or Not?
They added more difficulty to it by saying if the string contain any other than alphabet you don’t have to consider that character.
(Cleared Interview 1)
Technical Interview 2:
- What are your Projects?
- DSA:
- Reverse a Number?
- 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:
- How was your day?
- Projects & Internships if Any?
- What are you currently learning?
- Where are you from?
- Are you able to relocate?
- Any Questions for me?
- Best of Luck for future.
(Cleared HR Interview)
|