Open In App

Safran Infotech Interview Experience | Set 1

Improve
Improve
Like Article
Like
Save
Share
Report

It is a leading company in identification and security area and have 72000 employees working in it around the world with 1.9 billion turnover per annum.

Rounds:

1. Pre placement talk
2. First round ( Apti and programming ) for 90 mins.

  • Reasoning- 10 ques 12 mins
  • English- 18 ques 18 min
  • C and DS – 15 ques 15 mins
    • Count all the elements in the array which are lesser than a particular no. K
    • Pattern making
    • If we interchange the condition checking and increment/decrement of for loop , will the program run or not and if runs , will it be finitely terminate or go into infinite loop .
      //For(initialisation¡ condition checking¡ incr/decr)

      for(int i=0; i++; i>5) { print ("something");}
      instead of
      for(int i=0; i>5; i++){ print("something");}
  • What speciality HTML5 have compared to its previous versions.
  • Automata – 45 mins.

3. Second round ( Technical interview )
4. Third round ( HR )

  • What are your hobbies ?
  • Which online games you have played and what does this online refers to??

Last Updated : 04 Oct, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads