Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Safran Engineering Services India Team. If you also belong to the team, you can get access from here

Safran Engineering Services India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Safran Engineering Services India Software Engineer Level 1 Interview Questions and Answers

Updated 6 Apr 2024

Safran Engineering Services India Software Engineer Level 1 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Advance Maths , Coding in C , Logic gates

Round 2 - Technical 

(2 Questions)

  • Q1. What are the storage Class Specifiers in C ?
  • Ans. 

    Storage class specifiers in C define the scope and lifetime of variables.

    • auto - default storage class for local variables

    • extern - used to declare a global variable in another file

    • static - retains the value of a variable between function calls

    • register - suggests to the compiler to store the variable in a register for faster access

  • Answered by AI
  • Q2. Write a code in C to reverse an array
  • Ans. 

    Code in C to reverse an array of strings

    • Use two pointers, one pointing to the start of the array and the other pointing to the end

    • Swap the elements at the two pointers and move them towards each other until they meet in the middle

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join Safran ?
  • Q2. Where do you see yourself in 5 years ?

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

You will be asked basic aptitude

Round 2 - Coding Test 

2 questions will be given and you can attempt one

Round 3 - Technical 

(1 Question)

  • Q1. They have reviewed my resume and asked to write any code in C++ . They verified it and I got selected in technical round.
Round 4 - Group Discussion 

There were 9 people and divided them in groups and gave topics to speak

Round 5 - HR 

(1 Question)

  • Q1. Asked about the company and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with what you have mentioned in resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Technical skills
  • Q2. About Software development Life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain more and more skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Complete oops concepts with examples?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows classes to inherit at...

  • Answered by AI
  • Q2. Virtual function and virtual Destructor?
  • Q3. Multithreading with example?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.

    • Each thread has its own program counter, stack, and set of registers.

    • Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Oops, concepts with examples?
  • Q2. Matrix rotate by 180 degrees?
  • Ans. 

    Rotate a 2D matrix by 180 degrees in place without using extra space.

    • Iterate through the matrix and swap elements symmetrically across the center row.

    • Use two pointers, one starting from the first row and the other from the last row, to swap elements.

    • Repeat the swapping process for each row until the entire matrix is rotated.

    • Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Round 1- Foundation Test:

Total Question- 20 ques
Time allotted- 75 mins (shared)
Few important Topics:

Quantitative Aptitude

Number System, LCM & HCF
Divisibility
Numbers & Decimal Fractions
Geometry
+ More Topics

Round 3 - Coding Test 

Round 2- Advanced Test:

Total Question-10 ques
Time allotted- 35 mins (shared)
Few important Topics:

Quantitative Aptitude

Ages
Allegations and Mixtures
Averages
Clocks and Calendars
Equations
Percentages
+ More Topics

Round 4 - HR 

(4 Questions)

  • Q1. 1.Tell me about yourself.
  • Ans. HR interviews normally start off with this question since it is the one that is usually asked the most often. The right response can boost your chances of making a positive first impression. Interviewers often ask this question so that you can provide a summary of your resume so they can get an idea of what you find most valuable.
  • Answered Anonymously
  • Q2. 2. What are your strengths and weaknesses?
  • Ans. Answering this question requires skill and ingenuity. With this question, you will be able to acknowledge weaknesses that you look forward to improving. Public speaking, time management, self-criticism, etc., are some common areas of weakness that will not negatively reflect on your selection. The tone should be positive. Always speak only of true forces and never state strengths that you cannot verify. Avoid saying an...
  • Answered Anonymously
  • Q3. 3.Who is the founder of TCS?
  • Ans. TATA Group was founded by Jamsetji Nusserwanji Tata in 1869 as a private organization. Jehangir Ratanji Dadabhoy Tata (JRD Tata) was the driving force behind the expansion of this group into TCS, which was established in 1968. At the present time, Mr Natarajan Chandrasekaran is the Chairman of the TCS
  • Answered Anonymously
  • Q4. 4. What are the competitors of TCS globally and in India?
  • Ans. Login to experience InterviewBit Practice Improve your coding skills with our resources Resources Experience learning Contests Compete in popular contests with top coders Online IDE Checkout our improved IDE Free Mock Assess yourself and prepare for interviews Scaler Explore Offerings by SCALER Events Checkout Scaler Academy Events New Get a Free personalised Career Roadmap from Scaler Show My Career Plan 90000+ Dev...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't overwhelm the interviewer with too many details, but don't leave important ones out.
Although you must prepare your answer in advance, do not sound robotic. Give a straightforward, friendly, and confident answer.
Make sure you use the appropriate terminology in your response like innovative, problem-solving, fast-paced, creative, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

About job role and what about company

Round 3 - Coding Test 

Basics of Java
Basics of Html

Round 4 - HR 

(2 Questions)

  • Q1. What about other companies talking
  • Q2. What is your lifetime goal
Round 5 - Technical 

(1 Question)

  • Q1. Any technical skills
  • Ans. 

    Proficient in programming languages such as Java, Python, and C++. Familiar with database management systems and web development frameworks.

    • Strong knowledge of Java, Python, and C++ programming languages

    • Experience with database management systems such as MySQL and MongoDB

    • Familiarity with web development frameworks like Django and Flask

    • Proficient in software development tools like Git and JIRA

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. What is your strengths and weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident add smile at the end of your interview
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

20-30 aptitude questions like direction, time and speed, calculating intrest

Round 3 - Coding Test 

It consists 2-3 coding questions there is no language barrier so you can code in any language

Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in next 5 year
  • Q2. What projects you have work on till now

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer Level 1 interview:
  • Geeks for Geeks
Interview preparation tips for other job seekers - Prepare hard on coding question. Mostly focus on database ,data structure, and be clear during HR round don't panic . Be relax and answer him

Trainee Interview Questions & Answers

TCS user image Anonymous

posted on 28 Feb 2022

I was interviewed before Feb 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work with such kind of company

Trainee Interview Questions & Answers

TCS user image Anonymous

posted on 28 Jan 2022

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduced ur self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Focus, attentive.

Trainee Interview Questions & Answers

TCS user image Anonymous

posted on 23 Jun 2020

I applied via Naukri.com and was interviewed in Dec 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question about you ,your your education,some info about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Should have good communication skills
Little bit of quick maths to clear aptitude
Should have certification to enhance your resume

Safran Engineering Services India Interview FAQs

How many rounds are there in Safran Engineering Services India Software Engineer Level 1 interview?
Safran Engineering Services India interview process usually has 3 rounds. The most common rounds in the Safran Engineering Services India interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Safran Engineering Services India Software Engineer Level 1 interview?

Some of the top questions asked at the Safran Engineering Services India Software Engineer Level 1 interview -

  1. What are the storage Class Specifiers in ...read more
  2. Write a code in C to reverse an ar...read more

Tell us how to improve this page.

Safran Engineering Services India Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Quest Global Interview Questions
3.6
 • 299 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
GE Interview Questions
4.2
 • 102 Interviews
Boeing Interview Questions
3.9
 • 85 Interviews
AIRBUS Interview Questions
3.7
 • 70 Interviews
View all
30% less than the average Software Engineer Level 1 Salary in India
View more details

Safran Engineering Services India Software Engineer Level 1 Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.0

Skill development

4.9

Work-life balance

2.0

Salary

4.9

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Engineer 1
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

L2 Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Safran Engineering Services India with

AIRBUS

3.7
Compare

Boeing

3.9
Compare

GE

4.2
Compare

Honeywell Automation

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview