Open In App

Blume Global Interview Experience for SDE

Last Updated : 18 Jan, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

I got a call from the company recruitment team regarding the Software Developer role. After CV shortlisting, I attended the first technical round. PFB details below:

Round 1: Technical Discussion

  • Introduce yourself and briefly introduce the projects you have worked on.
    • Two Sum Problem https://leetcode.com/problems/two-sum/
    • Valid Parentheses https://leetcode.com/problems/valid-parentheses/
  • In a given array, print the subarray whose sum is equal to 0 https://leetcode.com/problems/subarray-sum-equals-k/
  • Basic Java questions
  • Basic questions in Spring framework like annotation, etc.

Optimized codes were expected for all DSA questions. And, always check for any syntax errors before running the code and showing it to the interviewer. In case you get a compiler error because of some syntax error or any missing semi-colon, it’ll create a bad experience for the interviewer and you will feel pressure in the interview.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads