Upload Button Icon Add office photos

Thermo Fisher Scientific

Compare button icon Compare button icon Compare

Filter interviews by

Thermo Fisher Scientific Automation Test Engineer Interview Questions and Answers

Updated 30 Mar 2023

Thermo Fisher Scientific Automation Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Explain control statements? It is used to control the flow of execution of the program. We have two types they are Branching statements and Looping statements. Branching statements: these are used to branc...
  • Ans. 

    Control statements are used to control the flow of execution of a program. They include branching and looping statements.

    • Branching statements are used to execute a particular set of statements and include simple if, if else, nested if else, else if ladder, and switch.

    • Looping statements are used to execute a set of instructions repeatedly and include for loop, while loop, and do while.

    • Control statements are essential fo...

  • Answered by AI
  • Q2. Explain inheritance? Fetching the properties of one class in a different class. It has various types they are ‘single level’, ‘multiple’, ‘multilevel’, ‘hierarchical’, ‘hybrid’.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in writing new code.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add new ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold when you are answering their questions. All the best for job seekers.
Thank you

Automation Test Engineer Jobs at Thermo Fisher Scientific

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude is easy and if your basics are strong

Round 2 - Coding Test 

Coding round has 2 parts realtime coding and coding

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Asked about oop concept
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is CSV? What is 21 cfr
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - One-on-one 

(1 Question)

  • Q1. Self , previous year company work
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Sql related questions like temp tables, ctes, performance tuning. magic tables, how to read execution plan. error handling in stored procs.
  • Q2. SSIS questions related to multiple sources. transformations used, error logging, event handlers. conatiners.

Interview Preparation Tips

Interview preparation tips for other job seekers - BD is a product based company and it might take time for them to finalized so you need to have patience. Although my interview went pretty well but they took almost 40 days to tell me it is on hold.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why do you want this role?
  • Q2. What experience do you have that makes you suited to the role?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Use of Analytics
  • Ans. 

    Analytics is crucial for making data-driven decisions and improving business performance.

    • Analytics helps in identifying trends and patterns in data.

    • It enables businesses to make informed decisions based on data insights.

    • Analytics can be used to optimize processes and improve efficiency.

    • Examples: Using sales analytics to identify top-performing products, using customer analytics to personalize marketing strategies.

  • Answered by AI
  • Q2. What do you want to bring to the table
  • Ans. 

    I want to bring strong leadership skills, problem-solving abilities, and a passion for customer service to the table.

    • Strong leadership skills: I have experience leading teams and making strategic decisions.

    • Problem-solving abilities: I excel at finding creative solutions to challenges that arise.

    • Passion for customer service: I prioritize providing excellent service and building strong relationships with customers.

  • Answered by AI
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions people struggle to speak English though
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in the field.

    • I have a Bachelor's degree in Business Administration.

    • I have over 5 years of experience working as an Associate in a reputable company.

    • I am skilled in data analysis, project management, and client relations.

    • I have successfully led a team of 10 members to achieve project goals within tight deadlines.

    • I am a quick learner and adapt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I guess someone's who's been rejected in a BPO with a reason of communication will clear this organisations interview

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.

Thermo Fisher Scientific Interview FAQs

How many rounds are there in Thermo Fisher Scientific Automation Test Engineer interview?
Thermo Fisher Scientific interview process usually has 2 rounds. The most common rounds in the Thermo Fisher Scientific interview process are Resume Shortlist and Technical.
How to prepare for Thermo Fisher Scientific Automation Test Engineer 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 Thermo Fisher Scientific. The most common topics and skills that interviewers at Thermo Fisher Scientific expect are Automation Testing, Azure DevOps, C++, Python and Selenium.
What are the top questions asked in Thermo Fisher Scientific Automation Test Engineer interview?

Some of the top questions asked at the Thermo Fisher Scientific Automation Test Engineer interview -

  1. Explain control statements? It is used to control the flow of execution of the ...read more
  2. Explain inheritance? Fetching the properties of one class in a different class....read more

Tell us how to improve this page.

Thermo Fisher Scientific Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Biocon Limited Interview Questions
3.9
 • 152 Interviews
Panacea Biotec Interview Questions
3.7
 • 56 Interviews
Praj Industries Interview Questions
4.1
 • 36 Interviews
Jubilant Biosys Interview Questions
3.8
 • 36 Interviews
Avantor Interview Questions
3.5
 • 28 Interviews
View all
Thermo Fisher Scientific Automation Test Engineer Salary
based on 5 salaries
₹12 L/yr - ₹21 L/yr
88% more than the average Automation Test Engineer Salary in India
View more details

Thermo Fisher Scientific Automation Test Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.9

Salary

5.0

Job security

4.5

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 3 Reviews and Ratings
Test Automation Engineer

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thermo Fisher Scientific with

Agilent Technologies

4.1
Compare

Danaher

4.0
Compare

PerkinElmer

4.2
Compare

Waters Corporation

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