Open In App

KeyIdeas Interview Experience for Software Engineer Fresher

Last Updated : 05 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Fresher (2023 batch) | Software Engineer

Applied through Naukri.com and my resume got shortlisted.

Round 1: Data Structure and Algorithms Round (30 min)

Three basic Coding Questions :

  1. Print prime number from 1 to n. For example, n=20, res = 2 3 5 7 11 13 17 19.
  2. longest consecutive ones in binary (zero’s and one’s only) series. For example, s1 = “1000111111001” , res = 6.
  3. Print a string that contains the next character of a given string. For example, s1 = “aDeZ” , res = “bEfA”.

Round 2: Hr Round (15 min)

  1. Introduce yourself
  2. Discussion on projects and their tech stacks
  3. Why join key ideas

Result: Got Selected


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads