Upload Button Icon Add office photos

Filter interviews by

Thales Senior Software Engineer Interview Questions and Answers for Experienced

Updated 5 Sep 2024

Thales Senior Software Engineer Interview Experiences for Experienced

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Linux , puzzle, simple programs l
Round 2 - One-on-one 

(1 Question)

  • Q1. About me and about my previous work
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. A DSA question based on Linked List. Find the longest common suffix of 2 linked lists. for eg-> 1 ->8 -> 9 -> 7 -> 3 -> 2 -> 6 4 -> 8->5->7-> 3-> 2 -> 6, given the head of both linked lis...
Round 2 - Technical 

(1 Question)

  • Q1. Implement LFU cache in Java. Questions on Java, Spring, microservices and my current project discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round

Senior Software Engineer Interview Questions Asked at Other Companies for undefined

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. String Manipulation program
  • Ans. 

    Create a program for string manipulation using an array of strings.

    • Use built-in string manipulation functions like substring, replace, and concat.

    • Iterate through the array of strings to perform different manipulations.

    • Consider edge cases like empty strings or null values.

    • Example: Reverse each string in the array and concatenate them together.

  • Answered by AI
  • Q2. Internal Working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI
  • Q3. Spring Annotations
Round 2 - Technical 

(3 Questions)

  • Q1. Coding question
  • Q2. Maven working in Depth
  • Q3. SQL, Oracle/MySql

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Detailed understanding of Spring Framework and Java Concepts.
Questions on Stream API
Questions on Concurrency
2 Coding questions first on String manipulation and second based on Tree.
Overall prepare good for Java concepts.

Thales interview questions for designations

 Senior Software

 (1)

 Software Engineer

 (6)

 Software Engineer Intern

 (1)

 Senior QA Engineer

 (1)

 Software Developer

 (1)

 Software Engineer2

 (1)

 Senior Engineer Product Development

 (1)

 Security Engineer

 (1)

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

I applied via Approached by Company and was interviewed before Aug 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 - Technical 

(1 Question)

  • Q1. Bits , bytes and xor.
Round 3 - Technical 

(1 Question)

  • Q1. Threads, mutex and IPC
Round 4 - HR 

(1 Question)

  • Q1. Tell about company and yourself. More if behavioural round.

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mostly asked from Data Structure and Algorithms and in final round they will ask about your project and your role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and clear about DS and Algo

Senior Software Engineer Jobs at Thales

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use SELECT statement to retrieve salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to get the second highest salary.

  • Answered by AI
  • Q2. Check duplicate rows using sql, group by, window function.
  • Ans. 

    Use SQL query with GROUP BY and window function to check for duplicate rows.

    • Use GROUP BY to group rows with same values together

    • Use COUNT() function to count the number of occurrences of each group

    • Use window function like ROW_NUMBER() to assign a unique number to each row within a group

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Node js working in detail
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications, APIs, and real-time applications.

    • It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.

  • Answered by AI
  • Q2. Timer working in node
  • Ans. 

    In Node.js, timers can be implemented using functions like setTimeout() and setInterval().

    • Use setTimeout() to execute a function once after a specified delay

    • Use setInterval() to execute a function repeatedly at a specified interval

    • Clear a timer using clearTimeout() or clearInterval()

    • Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. HLD questions on db and backend
  • Q2. Relational non relational db

Skills evaluated in this interview

I applied via Referral and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly on core java n spring

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very simple and really cool

I applied via Company Website and was interviewed before Mar 2021. There were 3 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 - Coding Test 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

Thales Interview FAQs

How many rounds are there in Thales Senior Software Engineer interview for experienced candidates?
Thales interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Thales interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Thales Senior Software Engineer interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Thales. The most common topics and skills that interviewers at Thales expect are Identity Management, Aerospace, Agile, Linux and C++.
What are the top questions asked in Thales Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Thales Senior Software Engineer interview for experienced candidates -

  1. String Manipulation prog...read more
  2. Internal Working of Hash...read more
  3. A DSA question based on Linked List. Find the longest common suffix of 2 linke...read more
How long is the Thales Senior Software Engineer interview process?

The duration of Thales Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Thales Senior Software Engineer Interview Process for Experienced

based on 5 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Thales Senior Software Engineer Salary
based on 279 salaries
₹10.1 L/yr - ₹32 L/yr
49% more than the average Senior Software Engineer Salary in India
View more details

Thales Senior Software Engineer Reviews and Ratings

based on 23 reviews

3.5/5

Rating in categories

3.0

Skill development

3.7

Work-life balance

3.4

Salary

3.5

Job security

2.9

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer

Noida

3-10 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

3-10 Yrs

Not Disclosed

Explore more jobs
Technical Lead
282 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
279 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thales with

AIRBUS

3.7
Compare

Tata Lockheed Martin Aerostructures

3.8
Compare

Raytheon

3.8
Compare

BAE Systems

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