Upload Button Icon Add office photos

Filter interviews by

Thales Hardware Engineer Interview Questions and Answers

Updated 4 Jan 2025

Thales Hardware Engineer Interview Experiences

1 interview found

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.
Round 2 - Technical 

(1 Question)

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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test is very difficult It takes more time for thinking

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

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. About resume questions
  • Q2. Power' supplies Testing
  • Q3. Card level tesing
  • Q4. Soldering on Printed Circuit Board
  • Ans. 

    Soldering on Printed Circuit Board

    • Soldering is a process of joining electronic components to a PCB using solder

    • It requires heating the solder and applying it to the joint

    • Soldering ensures electrical and mechanical connections on the PCB

    • Proper soldering techniques are crucial for reliable circuit operation

    • Common soldering tools include soldering iron, solder wire, and flux

    • Techniques like through-hole soldering and surfa...

  • Answered by AI
  • Q5. My skills on resume
Round 2 - Assignment 

About my Testing ,my skills

Round 3 - Group Discussion 

About any topic on gd

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Introduction and projects
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 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 - HR 

(8 Questions)

  • Q1. What do you know about HR?
  • Q2. Tell me about yourself?
  • Q3. Are you relocating outside Pune Maharashtra candidate?
  • Q4. Can you relocating immediately for doing my dream job in IBM office?
  • Q5. What is your expected salary as a fresher for relocating inPune?
  • Q6. Can you join within 10 days?
  • Q7. Are you a. experience or fresher?
  • Q8. If i give rotational shift to you can you do it Subhajit?
  • Ans. 

    Yes, I am willing to work rotational shifts as required for the job.

    • I am flexible and adaptable to different work schedules.

    • I understand the importance of meeting project deadlines and will adjust my schedule accordingly.

    • I have previous experience working in rotational shifts at my previous job.

    • I am committed to my work and will ensure that my performance is not affected by the shift changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very very very good company IBM in all over India
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 Feb 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Hardware related anything
  • Q2. Hardware related anything questions
  • Q3. Hardware related to anything questions
  • Q4. Computer hardware related anything questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Your organization I want a jobs and your organization is a very good organization
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via WorkIndia

Round 1 - Technical 

(2 Questions)

  • Q1. How WAN LAN work
  • Ans. 

    WAN (Wide Area Network) and LAN (Local Area Network) are two types of networks that work together to connect devices over different geographical areas.

    • WAN covers large geographical areas, connecting multiple LANs together.

    • LAN is limited to a small area, like a single building or campus.

    • WAN uses public infrastructure like telephone lines, fiber optics, or satellite links.

    • LAN typically uses Ethernet cables or Wi-Fi for c...

  • Answered by AI
  • Q2. How 150 Computer at time connect
  • Ans. 

    150 computers can connect simultaneously through a network switch or router.

    • Use a network switch or router to connect all 150 computers simultaneously.

    • Ensure that the network infrastructure can handle the bandwidth and traffic of 150 computers.

    • Set up the network with proper IP addressing and subnetting to avoid conflicts.

    • Consider using VLANs to segregate traffic and improve network performance.

    • Implement security measur...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Jeppiaar Engineering College, Chennai and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. EXPLAIN ABOUT booting process
  • Ans. 

    Booting process is the sequence of events that occur when a computer is turned on and starts up.

    • Power on self-test (POST) is performed to check hardware components

    • BIOS or UEFI firmware is loaded to initialize hardware

    • Boot loader is loaded to start the operating system

    • Operating system kernel is loaded into memory

    • User login prompt is displayed

  • Answered by AI
  • Q2. What is causes for boot failure
  • Ans. 

    Common causes for boot failure include hardware issues, software errors, and incorrect BIOS settings.

    • Hardware failure (e.g. faulty hard drive, RAM issues)

    • Software errors (e.g. corrupted operating system files)

    • Incorrect BIOS settings (e.g. boot order misconfiguration)

  • Answered by AI
  • Q3. What is an lvm
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux to manage storage by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without disrupting data.

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • Common LVM commands include pvcreate, vgcreate, lvcreate, lvextend, and lvresize.

  • Answered by AI
  • Q4. How to create an lvm
  • Ans. 

    To create an LVM, you need to initialize physical volumes, create a volume group, and then create logical volumes within the volume group.

    • Initialize physical volumes using pvcreate command

    • Create a volume group using vgcreate command

    • Create logical volumes within the volume group using lvcreate command

  • Answered by AI
  • Q5. How is yum command used ?
  • Ans. 

    yum command is used to install, update, remove, or manage packages on Linux systems.

    • Install a package: yum install package_name

    • Update all packages: yum update

    • Remove a package: yum remove package_name

    • List available packages: yum list available

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on basic concepts and advanced concepts know it on theory

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. First of all thank u giving this opportunity ,To interduce my self, my name is anusha manneti . i am from santhamaguluru.I did my degree graduation from (bsc) computer science in krishnaveni degree college Narasaraopet.
  • Answered Anonymously
  • Q2. What is your strengths
  • Ans. My strengths are honesty,self motivated,hard working etc
  • Answered Anonymously
  • Q3. What is your goals and weekness
  • Ans. My short term goal is to get a job in reputed company.My long term goal is t become a good position,in the organization. My weekness is being straight forward and i can not say no when some ask for help
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Cognizant Computer Hardware Engineer interview:
  • Core Java
  • Operations
Interview preparation tips for other job seekers - As a fresher sir ,I am very interested to learing of new thing,as a student sir/madam

I was interviewed before Nov 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How to windows 10 difference windows 11
  • Ans. 

    Windows 10 and Windows 11 have differences in terms of user interface, features, system requirements, and performance improvements.

    • User Interface: Windows 11 introduces a centered Start menu, redesigned taskbar, and new snap layouts.

    • Features: Windows 11 includes new features like Snap Groups, Direct integration with Microsoft Teams, and improved gaming capabilities.

    • System Requirements: Windows 11 has stricter hardware ...

  • Answered by AI
  • Q2. How to windows Blue screen error
  • Ans. 

    A Windows Blue Screen error occurs when the operating system encounters a critical error and cannot recover.

    • Blue Screen of Death (BSOD) is a stop error screen displayed by Windows when it encounters a system crash or error.

    • It is usually caused by hardware or software issues, such as faulty drivers, incompatible software, or hardware failures.

    • To troubleshoot a BSOD, you can analyze the error code displayed on the screen...

  • Answered by AI
  • Q3. These errors can be caused by both hardware and software issues. If you added new hardware to your PC before the Blue Screen error, shut down your PC, remove the hardware, and try restarting. If you're hav...

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm kailash Kumar six year experience computer hardware networking

Skills evaluated in this interview

Thales Interview FAQs

How many rounds are there in Thales Hardware Engineer interview?
Thales interview process usually has 2 rounds. The most common rounds in the Thales interview process are Technical.
What are the top questions asked in Thales Hardware Engineer interview?

Some of the top questions asked at the Thales Hardware Engineer interview -

  1. Easy and basics questions. One - on - one interview happened in bangl...read more
  2. It was easy technical round to check your core knowled...read more

Tell us how to improve this page.

Thales Hardware Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Thales Hardware Engineer Salary
based on 4 salaries
₹12.4 L/yr - ₹16.8 L/yr
98% more than the average Hardware Engineer Salary in India
View more details
Senior Software Engineer
282 salaries
unlock blur

₹10.1 L/yr - ₹32 L/yr

Technical Lead
281 salaries
unlock blur

₹14.9 L/yr - ₹40 L/yr

Software Engineer
180 salaries
unlock blur

₹4.8 L/yr - ₹19.7 L/yr

Senior Engineer
80 salaries
unlock blur

₹8.5 L/yr - ₹23 L/yr

Senior Technical Lead
77 salaries
unlock blur

₹24.8 L/yr - ₹57 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview