Upload Button Icon Add office photos

Filter interviews by

Thales Technical Lead Interview Questions and Answers

Updated 4 Jul 2024

Thales Technical Lead Interview Experiences

4 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 - Coding Test 

Coding on C++ on basic of oops

Round 3 - Coding Test 

Coding on different design patterns in C++

Round 4 - Technical 

(1 Question)

  • Q1. Technical questions on OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

C# based question was asked

Round 2 - Technical 

(3 Questions)

  • Q1. 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 necessary fe

  • Answered by AI
  • Q2. Polymorphism types?
  • Ans. 

    Polymorphism types include compile-time polymorphism (static binding) and runtime polymorphism (dynamic binding).

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Examples: Compile-time polymorphism - function overloading in C++, Runtime polymorphism - virtual functions in C++.

  • Answered by AI
  • Q3. Project works previous organizations
  • Ans. 

    I have worked on various projects in my previous organizations ranging from web development to data analysis.

    • Developed a web application for tracking sales data using Angular and Node.js

    • Led a team in implementing a machine learning model for predicting customer churn using Python and TensorFlow

    • Collaborated with cross-functional teams to integrate a new CRM system into existing workflows

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength / Weakness
  • Q2. How you handled a critical situation where you went out of your domain to work?

Interview Preparation Tips

Topics to prepare for Thales Technical Lead interview:
  • C#.Net
  • Data Structures
  • SQL Server

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
Round 1 - One-on-one 

(1 Question)

  • Q1. Have a good knowledge on your current tasks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge about your current project.

What people are saying about Thales

View All
a software engineer
1w
Help me decide
Currently working at fractal with 13.5lpa(11.6fixed) have a offer at Thales of 22lpa(20.1 fixed) please help me decide
Got a question about Thales?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Puzzles, Simple programs - sort, search , factorial etc. Agile / Scrum process, managerial and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not that tough. do basic programs in any language and do frequently asked data structures question on linked list at max.

Thales interview questions for designations

 Senior Technical Writer

 (1)

 Senior Software Engineer

 (9)

 Software Engineer

 (6)

 Cloud Operations Engineer

 (3)

 Software Developer

 (1)

 ASE Trainee

 (1)

 Senior Software

 (1)

 Softwaretest Engineer

 (1)

Technical Lead Jobs at Thales

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Had been asked about the different scenarios in CRM journey with solution approach.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to provide overview of the career journey and provide with all possible responses for the desired position or role.

I appeared for an interview before Jul 2016.

Interview Questionnaire 

2 Questions

  • Q1. All technical questions
  • Q2. Ssalary Negotiation, they will draw you down, from your expectation as uusally it happens

Interview Preparation Tips

Round: Resume Shortlist
Experience: They will keep you waiting , I was almost last.
Tips: just wait at reception

Round: Technical Interview
Experience: 3 people interviewed. One was manager, and other were Tech leads. They don't know anything they just show attitude.
Tips: Just be cool

Round: HR Interview
Experience: Formal questions will be asked, why you want to leave your current job, etc etc
Tips: Just stick to you ground

Skills: Technical Questions

I applied via Approached by Company and was interviewed in Nov 2017. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. This round has basic questions. Since my technology is Tibco BW. I was asked basic concepts and some scenario based questions. The interviewer was soft spoken and my interview took around 45 minutes.Exampl...
  • Q2. 2) Given a scenario, that you have to create an http service which sends a data from database which is large, how can we achieve that.. ? Can we send it in chunks, if yes how ?
  • Ans. 

    We can achieve this by sending the data in chunks using pagination.

    • Implement pagination to limit the amount of data sent per request.

    • Use a cursor-based pagination approach to efficiently retrieve large amounts of data.

    • Consider compressing the data to reduce the size of each chunk.

    • Use HTTP range requests to retrieve specific chunks of data.

  • Answered by AI
  • Q3. 3) how to achieve load balance and fault tolerance while deploying an application ?
  • Ans. 

    To achieve load balance and fault tolerance while deploying an application, we can use techniques like load balancing, clustering, and redundancy.

    • Implement load balancing to distribute incoming traffic across multiple servers.

    • Use clustering to group multiple servers together to work as a single unit.

    • Ensure redundancy by having multiple instances of critical components to handle failures.

    • Implement fault-tolerant mechani...

  • Answered by AI
  • Q4. 4) Difference between shared and job shared variable ?
  • Ans. 

    Shared variables are accessible by all tasks in a process, while job shared variables are only accessible by tasks in a specific job.

    • Shared variables are used to share data between tasks in a process.

    • Job shared variables are used to share data between tasks in a specific job.

    • Shared variables can cause race conditions and should be used with caution.

    • Job shared variables are useful for passing data between tasks in a job

  • Answered by AI
  • Q5. 5) what all db activities can be part of transaction group ?
  • Ans. 

    DB activities that can be part of a transaction group

    • Insertion of data into a table

    • Updating data in a table

    • Deletion of data from a table

    • Creating or dropping a table

    • Altering the structure of a table

    • Executing stored procedures

    • Executing functions

    • Executing triggers

  • Answered by AI
  • Q6. This is majorly your salary discussion

Interview Preparation Tips

General Tips: You have to be patient and calm. If you do not know anything say you do not know.
Mostly you are through once your technical round is clear.
Skills: tibco
Duration: 1-3 Months

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Being 6+ experience one round of technical interview happened where the interviewers mostly asked about previous work experience including project worked on , coding skill in whichever comfortable. Techn...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfortable
Be positive
Be confident.
Don't hesitate to say no if you don't know the answer.

I applied via Approached by Company and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Being 6+ experience one round of technical interview happened where the interviewers mostly asked about previous work experience including project worked on , coding skill in whichever comfortable. Techn...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfortable
Be positive
Be confident.
Don't hesitate to say no if you don't know the answer.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C#, OOPS, Design Patterns, SOLID , .NET Core , Azure , SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to Job Description

Thales Interview FAQs

How many rounds are there in Thales Technical Lead interview?
Thales interview process usually has 2-3 rounds. The most common rounds in the Thales interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Thales Technical Lead 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, Avionics, Agile, Python and C++.
What are the top questions asked in Thales Technical Lead interview?

Some of the top questions asked at the Thales Technical Lead interview -

  1. Project works previous organizati...read more
  2. OOPS Concepts in ....read more
  3. Polymorphism typ...read more

Tell us how to improve this page.

Thales Technical Lead Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Thales Technical Lead Salary
based on 286 salaries
₹14 L/yr - ₹36 L/yr
52% more than the average Technical Lead Salary in India
View more details

Thales Technical Lead Reviews and Ratings

based on 33 reviews

3.6/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.7

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 33 Reviews and Ratings
Tech Lead

Noida

7-14 Yrs

Not Disclosed

Technical Lead - C/C++, TCP/IP

Noida

7-12 Yrs

Not Disclosed

Explore more jobs
Technical Lead
285 salaries
unlock blur

₹14 L/yr - ₹36 L/yr

Senior Software Engineer
277 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Software Engineer
184 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Engineer
83 salaries
unlock blur

₹8.5 L/yr - ₹23 L/yr

Senior Technical Lead
76 salaries
unlock blur

₹24.8 L/yr - ₹47.2 L/yr

Explore more salaries
Compare Thales with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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