Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Premium Employer

i

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

Thales

Compare button icon Compare button icon Compare
3.6

based on 400 Reviews

Play video Play video Video summary
  • About
  • Reviews
    400
  • Salaries
    3.1k
  • Interviews
    49
  • Jobs
    88
  • Benefits
    47
  • Photos
    -
  • Posts
    1

Filter interviews by

Thales Interview Questions and Answers

Updated 22 Apr 2025
Popular Designations

15 Interview questions

A Techops Engineer III was asked 1mo ago
Q. What are the file permissions in Linux, specifically regarding the commands chmod and chown?
Ans. 

Linux file permissions control access to files and directories using chmod and chown commands.

  • File permissions are represented by three types: owner, group, and others.

  • Each type has three permissions: read (r), write (w), and execute (x).

  • Use 'chmod' to change file permissions. Example: 'chmod 755 file.txt' grants full access to the owner and read/execute to others.

  • Use 'chown' to change file ownership. Example: 'ch...

A Process Associate was asked 8mo ago
Q. What is your current CTC?
Ans. 

My current CTC is $40,000 per year.

  • My current CTC is $40,000 per year

  • CTC stands for Cost to Company

  • It includes salary, bonuses, benefits, and any other perks provided by the company

View all Process Associate interview questions
A Security Engineer was asked 11mo ago
Q. Explain NAT.
Ans. 

Natting stands for Network Address Translation, a process used to modify network address information in packet headers while in transit.

  • Natting allows multiple devices on a local network to share a single public IP address

  • Types of Natting include Static NAT, Dynamic NAT, and Port Address Translation (PAT)

  • Natting helps improve security by hiding internal IP addresses from external networks

  • Example: A company uses NA...

View all Security Engineer interview questions
A Senior Technical Writer was asked
Q. Tell me more about SDLC.
Ans. 

SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

  • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

  • Examples of SDLC models include Waterfall, ...

View all Senior Technical Writer interview questions
A Software Engineer Intern was asked
Q. Define Abstraction 2 cubes puzzle Define laws of cn
Ans. 

Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

  • Abstraction helps in reducing complexity and increasing efficiency.

  • It allows us to focus on the essential features of an object or system.

  • For example, a car's dashboard abstracts the complex workings of the car's engine and presents only the necessary information to the driver.

View all Software Engineer Intern interview questions
A Software Engineer was asked
Q. 2. reverse a string, find a duplicate in a string.
Ans. 

Reverse a string and find a duplicate in an array of strings.

  • To reverse a string, we can use the built-in reverse() method or loop through the string and append each character to a new string in reverse order.

  • To find a duplicate in an array of strings, we can use a hash table to keep track of the frequency of each string and return the first string with a frequency greater than 1.

View all Software Engineer interview questions
A Technical Lead was asked 10mo ago
Q. OOPS Concepts in .NET
Ans. 

OOPS Concepts in .NET include encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Inheritance: Allowing a class to inherit properties and behavior from another class.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessa...

View all Technical Lead interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. 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 ...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. 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.

View all Senior Software Engineer interview questions
A Software Engineer was asked
Q. What is the cut command in Linux and how do you use it?
Ans. 

The cut command in Linux is used to extract sections from each line of input.

  • Used to cut out specific sections of text from a file or input stream

  • Can specify the delimiter used to separate fields

  • Options include -c for characters, -f for fields, and -d to specify the delimiter

  • Example: cut -d',' -f1,3 file.txt

View all Software Engineer interview questions
1 2

Thales Interview Experiences

49 interviews found

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

I am ECE students, Analog and Digital, basic aptitude and some control system questions

Round 2 - Technical 

(2 Questions)

  • Q1. They basically asked digital electronics (all concepts,adder,mux ,counters,you need design tha logic circuits also for given sequence)analog questions on options op amp, filters, MOSFET, bjt, jfet, control...
  • Add your answer
  • Q2. It's about your group project, they will ask more questions to confuse you, and they will ask everything like circuit, code, values.
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself in five years, just basic hr questions
  • Add your answer

ASE Trainee Interview Questions asked at other Companies

Q1. What are the different types of complexities?
View answer (1)
Anonymous

Hardware Engineer Interview Questions & Answers

user image S.Keerthanasankari

posted on 4 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was easy technical round to check your core knowledge.
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Easy and basics questions. One - on - one interview happened in banglore
  • Add your answer

Hardware Engineer Interview Questions asked at other Companies

Q1. How many ways can you arrange sets of colored balls in a line, where the first set is all red, the next is all blue, and the last is all green, and all balls within a set are identical?
View answer (2)
Anonymous

Client Service Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was normal logical reasoning and basic questions on java, cyber security

Round 2 - Technical 

(1 Question)

  • Q1. It was based on networking
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Situational questions as to what would i do in situations given by them
  • Add your answer

Interview Preparation Tips

Topics to prepare for Thales Client Service Engineer interview:
  • Networking
  • Cryptography
  • Analysis
  • Network Security
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

(2 Questions)

  • Q1. C++ fundamental
  • Add your answer
  • Q2. Reverse linked list
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (241)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Qn on printing odd and even with lock
  • Add your answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices design pattern and monitoring related questions
  • Add your answer
  • Q2. Java interview questions on collections
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Cloud ,java microservices and mongo related questions
  • Add your answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. About me and about my previous work
  • Add your answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Software Engineer2 Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. First round technical round, question were related to stack and queues
  • Add your answer
  • Q2. Java, data structures, multithreading
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ds algo, oops, sql, multithreading and java

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Abhey Sehrawat

posted on 2 Mar 2024

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...
  • Add your answer
Round 2 - Technical 

(1 Question)

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

(1 Question)

  • Q1. Managerial round
  • Add your answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Network Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Switching protocols port details
  • Add your answer
  • Q2. Routung protocols and port details
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Basic OSI, TCP,
  • Add your answer
  • Q2. DhCP dns working
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more OSI , protocols, routing ospf , firewall

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
harmoniousshako
Verified Icon
·
works at
Accenture
CTS vs KPMG (GLOBAL SERVICES)
Offers in hand CTS - 38 LPA (36.5 fixed + 1.5 variable), 1 lakh joining bonus KPMG - 34 LPA (31.5 fixed + 2.5 variable), 1 lakh joining bonus I'm yet to negotiate with KPMG with the CTS offer. Lets say if KPMG matches CTS fixed component, is it wise to join KPMG Yoe - 11, Role offered - Manager, tech stack - Azure + dotnet full stack
Got a question about Thales?
Ask anonymously on communities.
More about working at Thales
  • HQ - Meudon, Île-de-France
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Internet
  • Law Enforcement & Security

Thales Interview FAQs

How many rounds are there in Thales interview?
Thales interview process usually has 2-3 rounds. The most common rounds in the Thales interview process are Technical, HR and Resume Shortlist.
How to prepare for Thales interview?
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 Aerospace, Operations, Identity Management, Avionics and Python.
What are the top questions asked in Thales interview?

Some of the top questions asked at the Thales interview -

  1. What are the file permissions in Linux, specifically regarding the commands chm...read more
  2. What is Datadog, and how can one generate a matrix within the Datadog platfo...read more
  3. How do you execute a script in Linux, and what should be the first line in the ...read more
How long is the Thales interview process?

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

Tell us how to improve this page.

Thales Interviews By Designations

  • Thales Senior Software Engineer Interview Questions
  • Thales Software Engineer Interview Questions
  • Thales Technical Lead Interview Questions
  • Thales Cloud Operations Engineer Interview Questions
  • Thales Security Engineer Interview Questions
  • Thales Data Analyst Interview Questions
  • Thales Software Developer Interview Questions
  • Thales Process Associate Interview Questions
  • Show more
  • Thales Network Engineer Interview Questions
  • Thales Hardware Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Software Engineer Interview Questions
  • Technical Lead Interview Questions
  • Associate Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Associate Software Engineer Interview Questions
  • Show more
  • Java Developer Interview Questions
  • Data Analyst Interview Questions

Overall Interview Experience Rating

4.1/5

based on 40 interview experiences

Difficulty level

Easy 21%
Moderate 79%

Duration

Less than 2 weeks 72%
2-4 weeks 21%
6-8 weeks 3%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Accenture
Accenture Interview Questions
3.8
 • 8.5k Interviews
Wipro
Wipro Interview Questions
3.7
 • 5.9k Interviews
Cognizant
Cognizant Interview Questions
3.7
 • 5.8k Interviews
Capgemini
Capgemini Interview Questions
3.7
 • 5k Interviews
Genpact
Genpact Interview Questions
3.8
 • 3.3k Interviews
IBM
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 820 Interviews
Optum Global Solutions
Optum Global Solutions Interview Questions
4.0
 • 652 Interviews
NTT Data
NTT Data Interview Questions
3.8
 • 639 Interviews
EPAM Systems
EPAM Systems Interview Questions
3.7
 • 562 Interviews
View all

Thales Reviews and Ratings

based on 400 reviews

3.6/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.5

Salary

3.6

Job security

3.5

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 400 Reviews and Ratings
Jobs at Thales
Thales
It Network Engineer 3rd party contractual

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Thales
IT Infrastructure Engineer - 3rd party Payroll Contractual role

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Thales
Senior Software Engineer - Full stack

Noida

5-10 Yrs

Not Disclosed

Explore more jobs
Thales Salaries in India
Senior Software Engineer
297 salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Technical Lead
291 salaries
unlock blur

₹11.8 L/yr - ₹37 L/yr

Software Engineer
204 salaries
unlock blur

₹5.9 L/yr - ₹21 L/yr

Senior Technical Lead
96 salaries
unlock blur

₹24 L/yr - ₹47.2 L/yr

Senior Engineer
86 salaries
unlock blur

₹8.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Thales with
Accenture

Accenture

3.8
Compare
Wipro

Wipro

3.7
Compare
Cognizant

Cognizant

3.7
Compare
Capgemini

Capgemini

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Thales Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter