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

Clear (1)

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
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
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
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 Resume 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
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 Resume 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
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 Resume 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

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Test
Experience: If we clear the cut-off criteria, we're eligible to sit for the test.
Tips: Needs strong basics. So read up on your core subjects.
Duration: 1 hour 30 minutes
Total Questions: 50

Round: Group Discussion
Experience: Once the topic was set, we were all given a chance to speak and express our views. After which the discussion was open for debate.
Tips: 1. Make sure to express your point. But not force it down anyone's throat
2. Sometime interjecting is all right. Especially if its against your point
3. It's okay to change your views. That's the whole point of a GD
4. If you get to summarise the proceeding of the GD, you can score brownie point
5. Have a discussion, not an argument
Duration: 1 hour

Round: Technical Interview
Experience: Questions in this interview begin with basic science and physics questions, that move on to questions from basic concepts of engineering. If the candidate is able to answer these questions, the interviewer proceeds to more technical questions.
Tips: Again, basics need to be strong. Answer to the point. Be polite and friendly with the interviewer. Answer confidently. But if you don't know the answer, say that you don't know instead of BS.

Round: HR Interview
Experience: Questions about family background. Career plan of the candidate. How many years the candidate hopes to work with the company.
Tips: Don't lie. Don't make false promises.

Skills: Aptitude, Technical Skills
College Name: PES Institute Of Technology, Bangalore South Campus, Bangalore

Interview Preparation Tips

Round: Resume Shortlist
Experience: CRITERIA:6.5+ CGPANO BACKLOGS
Tips: TRY TO WORK HARD IN THE EARLIER SEMESTERS TO BE ELIGIBLE FOR MOST OF THE COMPANIES.

Round: Test
Experience: 30 TECHNICAL QUESTIONS, PURELY BRANCH SPECIFIC, EASY AND BASIC CONCEPTS WERE ASKED.30 APTITUDE AND ENGLISH QUESTIONS, VERY EASY
Tips: PREPARE TECHNICAL PART WELLPRACTICE APTITUDE AND ENGLISH FROM www.indiabix.comVERY HELPFUL WEBSITE
Duration: 60 minutes
Total Questions: 60

Round: HR Interview
Experience: GENERAL QUESTIONS WERE ASKED:ABOUT MYSELFFAMILY BACKGROUNDSCHOOLING AND ACADEMIC ACHIEVEMENTSABOUT JOINING TCE
Tips: DON'T MANIPULATE THE TRUTH.ANSWER CLEARLY AND CONFIDENTLY.

Round: Technical Interview
Experience: TECHNICAL QUESTIONS RELATED TO ELECTIVE SUBJECTS WERE ASKED.ALSO DESIGN STEPS OF VARIOUS STRUCTURAL ELEMENTS WERE ASKED.
Tips: BE PREPARED. SAY "DON'T KNOW THE ANSWER" INSTEAD OF SPEAKING NONSENSE. ANSWER ONLY WHAT IS ASKED. EXTRA INFO GIVEN BY YOU CAN GET YOU IN UNWANTED TROUBLE!! :P

General Tips: BEST OF LUCK.
Skill Tips: MAIN FOCUS ON THE WAY YOU COMMUNICATE WITH THE INTERVIEWERS IN ENGLISH!!
Skills: COMMUNICATION SKILLS
College Name: NIT SURAT
Motivation: GOOD REPUTATION. IT WAS EXACTLY MATCHING TO THE JOB PROFILE I ASPIRED FOR.TATA GROUP IS A BIG BRAND IN INDIA AND CAN LEAD TO MANY FUTURE BENEFITS IF YOU SERVE THEM FOR CONSIDERABLE AMOUNT OF TIME.
Funny Moments: THEY ASKED ME: "ANY SUGGESTION FOR IMPROVING OUR SELECTION PROCEDURE?"I ANSWERED: "YOU SHOULD CHANGE IT. TEST SHOULD BE ONLINE RATHER THAN BEING OFFLINE i.e. PEN AND PAPER."THEY WERE IMPRESSED AND APPRECIATED IT. :P

Trainee Interview Questions & Answers

TCS user image Siddhesh Anant Sarvankar

posted on 31 Mar 2015

Interview Questionnaire 

2 Questions

  • Q1. Explain about final year project
  • Ans. 

    The final year project is a significant academic project undertaken by students in their final year of study.

    • It is a culmination of the knowledge and skills acquired throughout the course.

    • It allows students to apply theoretical concepts to real-world problems.

    • The project is usually done individually or in small groups.

    • It involves research, planning, implementation, and evaluation.

    • The final year project often requires a...

  • Answered by AI
  • Q2. Basic knowledge about Java

Interview Preparation Tips

Round: Technical Interview
Experience: Be confident on your answer
Tips: Study about final project

College Name: TERNA ENGINEERING COLLEGE
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

CAMPUS PLACEMENT

National Institute of Technology, Surathkal

CAMPUS PLACEMENT

ABES Engineering College, Ghaziabad

INTERVIEWS

Safran Engineering Services India

No Interviews

CAMPUS PLACEMENT

Lovely Professional University (LPU)

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

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
133 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