Upload Button Icon Add office photos

Filter interviews by

Steriscience Specialties Quality Assurance Trainee Interview Questions and Answers

Updated 25 Oct 2024

Steriscience Specialties Quality Assurance Trainee Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Related grammar and english

Round 2 - Technical 

(2 Questions)

  • Q1. What is pharma industries
  • Q2. What we manufacture
  • Ans. 

    We manufacture high-quality electronic devices for various industries.

    • Specialize in producing electronic components for automotive sector

    • Utilize cutting-edge technology for precision manufacturing

    • Offer customization options for clients based on their specific needs

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It's we can attend through mobile

Round 2 - Assignment 

In this some questions we Have to attend

Round 3 - Technical 

(2 Questions)

  • Q1. Related job , pharmacist, Pharma industry, education background, department background
  • Q2. Pharmacology effct
Round 4 - HR 

(3 Questions)

  • Q1. Policy of company
  • Q2. Salary discuson
  • Q3. Agreement and benefits

Interview Preparation Tips

Topics to prepare for Steriscience Specialties Quality Assurance Trainee interview:
  • Pharmacy
  • Pharmacovigilance
  • Pharma Marketing
  • Pharmaceutics
Interview preparation tips for other job seekers - Study well related job details and prepare before coming interview

Quality Assurance Trainee Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is object oriented programming language and explain ?
Q2. What is STLC, sdlc ,bug life cycle, types of testing?
asked in Cognizant
Q3. What is difference between static and final?
Q4. What is the principal of gas chromatography
asked in Cognizant
Q5. How to handle exception in java?

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jun 2022. 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 - Technical 

(8 Questions)

  • Q1. What is object oriented programming language and explain ?
  • Ans. 

    Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.

    • Object oriented programming focuses on creating reusable code by organizing data and behavior into objects.

    • Objects have attributes (data) and methods (behavior) that can be accessed and modified through the object's interface.

    • Inheritance allows objects to inherit attributes and methods from parent objects, promoting...

  • Answered by AI
  • Q2. What is difference between static and final?
  • Ans. 

    Static and final are both keywords in Java with different meanings.

    • Static is used to define a class-level variable or method that can be accessed without creating an instance of the class.

    • Final is used to define a constant value that cannot be changed once assigned.

    • Static can also be used to define a block of code that is executed only once when the class is loaded.

    • Final can also be used to define a class or method tha

  • Answered by AI
  • Q3. How to handle exception in java?
  • Ans. 

    Exceptions in Java can be handled using try-catch blocks.

    • Enclose the code that may throw an exception in a try block.

    • Catch the exception using catch block and handle it appropriately.

    • Finally block can be used to execute code regardless of whether an exception is thrown or not.

    • Multiple catch blocks can be used to handle different types of exceptions.

    • Throwing an exception can be done using the throw keyword.

  • Answered by AI
  • Q4. What is collection framework?
  • Ans. 

    Collection framework is a set of classes and interfaces that provide a standard way to store and manipulate groups of objects.

    • It provides interfaces like List, Set, Queue, etc. to store and manipulate collections of objects.

    • It also provides classes like ArrayList, HashSet, PriorityQueue, etc. that implement these interfaces.

    • It simplifies the process of storing, searching, sorting, and manipulating collections of object...

  • Answered by AI
  • Q5. Explain types of polymorphism?
  • Ans. 

    Polymorphism refers to the ability of an object to take on multiple forms.

    • Compile-time polymorphism: Function overloading and operator overloading

    • Run-time polymorphism: Virtual functions and function overriding

    • Ad-hoc polymorphism: Function templates and operator overloading

    • Parametric polymorphism: Templates in C++ and generics in Java

  • Answered by AI
  • Q6. How to achieve multiple inheritance?
  • Ans. 

    Multiple inheritance can be achieved through interfaces or mixins.

    • Interfaces allow a class to implement multiple interfaces, each with its own set of methods and properties.

    • Mixins are classes that contain a set of methods and properties that can be added to other classes.

    • Example of interfaces: class MyClass implements Interface1, Interface2 {}

    • Example of mixins: class MyClass extends Mixin1(Mixin2(MyBaseClass)) {}

  • Answered by AI
  • Q7. What is delete truncate in sql
  • Ans. 

    DELETE and TRUNCATE are SQL commands used to remove data from a table.

    • DELETE removes specific rows from a table based on a condition

    • TRUNCATE removes all rows from a table

    • DELETE is slower than TRUNCATE

    • TRUNCATE resets the identity of the table

    • DELETE can be rolled back, but TRUNCATE cannot

  • Answered by AI
  • Q8. What is foreign key?
  • Ans. 

    A foreign key is a column or set of columns in a database table that refers to the primary key of another table.

    • It is used to establish a relationship between two tables in a database.

    • It ensures referential integrity by preventing invalid data from being inserted into the table.

    • It can be used to join tables together to retrieve data from multiple tables.

    • For example, a customer table may have a foreign key that refers t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep study and be normal during interview and don't hesitate

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

ICM 10
Medical coding

Round 2 - Technical 

(7 Questions)

  • Q1. Development reports
  • Q2. Development of good product
  • Q3. Good manufacturing
  • Q4. Good cleaning process
  • Q5. Good sterile product
  • Q6. Development production
  • Q7. Good quality assurance

Interview Preparation Tips

Topics to prepare for Wipro Quality Assurance Officer interview:
  • Quality Assurance
Interview preparation tips for other job seekers - Good quality
Good quantity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

  • Answered by AI
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Quality Assurance Officer with 5 years of experience in ensuring product quality and compliance.

    • 5 years of experience in quality assurance

    • Strong knowledge of quality control processes

    • Experience in ensuring compliance with industry standards

    • Skilled in conducting audits and inspections

    • Excellent attention to detail and analytical skills

  • Answered by AI
  • Q2. About the final year project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Good evening sir thank for giving me great opportunity..my name is jadhav kishoreI'ma.23 basically I'm from sangareddy currently staying in uppal Hyderabad I have completed my bachelor's degree from vision...
  • Q3. My project name formulation Evaluation off dilayed release tablet of esemoprazole it is a proton pumpinhibitors used in tha treatment ofantacide
Round 2 - Group Discussion 

One topic given how to interact people and how to solve problems

Round 3 - HR 

(1 Question)

  • Q1. Hr ask trams and conditions company timing and how to work this company
Round 4 - HR 

(1 Question)

  • Q1. Company trams and conditions are how to work timings and some difficult question

Interview Preparation Tips

Interview preparation tips for other job seekers - Quality assurance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About company and experince
  • Q2. About job role and alll
Round 2 - One-on-one 

(3 Questions)

  • Q1. About working environment
  • Q2. Willing to learn new things
  • Q3. About company and experience
Round 3 - One-on-one 

(9 Questions)

  • Q1. About job role and project
  • Q2. About tools and technology
  • Q3. About work efficiency
  • Q4. About over all experience
  • Q5. About working efficiency
  • Q6. About project and tools
  • Q7. About job role and office
  • Q8. About myself and role
  • Q9. About package and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience and office environment was good have gud experince
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is a software testing life cycle?
  • Ans. 

    The software testing life cycle is a process that defines the various stages involved in testing a software application.

    • It includes planning, designing test cases, executing tests, reporting bugs, and retesting.

    • The stages may vary depending on the development methodology used, such as Agile or Waterfall.

    • Examples of testing stages include unit testing, integration testing, system testing, and acceptance testing.

  • Answered by AI
  • Q2. Difference between severity & priority?
  • Ans. 

    Severity refers to the impact of a defect on the system, while priority refers to the urgency of fixing the defect.

    • Severity is the measure of how much a defect affects the system's functionality.

    • Priority is the measure of how soon a defect needs to be fixed.

    • Severity is usually categorized as low, medium, or high.

    • Priority is usually categorized as low, medium, or high.

    • For example, a spelling mistake in a button label ma...

  • Answered by AI
  • Q3. What is a bug life cycle?
  • Ans. 

    Bug life cycle refers to the stages a bug goes through from identification to resolution.

    • Bug is identified by QA team or users

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer for fixing

    • Developer fixes the bug

    • Bug is retested by QA team

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug may go through multiple cycles before being resolved

  • Answered by AI
  • Q4. What is an adhoc testing?
  • Ans. 

    Adhoc testing is informal testing without any predefined test cases or plans.

    • Adhoc testing is performed randomly without any specific guidelines or documentation.

    • It is usually done to explore the application and find defects that may not be covered in regular testing.

    • Adhoc testing is not structured and is often performed by experienced testers who can think outside the box.

    • Examples of adhoc testing include randomly cli...

  • Answered by AI
  • Q5. What is a regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Repeating test cases that have been previously executed to verify that the unchanged parts of the software still perform as expected

    • Ensuring that new code changes have not introduced any new bugs or issues

    • Automating regression tests to save time and effort in retesting

    • ...

  • Answered by AI
  • Q6. What is functional testing?
  • Ans. 

    Functional testing is a type of software testing that focuses on verifying that the software functions correctly according to the specified requirements.

    • Tests the functionality of the software

    • Verifies that the software behaves as expected

    • Does not concern itself with the internal structure of the software

    • Examples include testing user interfaces, APIs, databases, and integrations

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What is a software developmentlife cycle?
  • Ans. 

    Software development life cycle is a process used to design, develop, and test software applications.

    • It consists of phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

  • Answered by AI
  • Q2. What is the difference between an error, bug and an issue?
  • Ans. 

    Error, bug, and issue are terms used in software testing to describe different types of problems.

    • Error: A mistake made by a human that results in a fault in the software.

    • Bug: A fault in the software that causes it to behave incorrectly or unexpectedly.

    • Issue: A problem reported by a user or identified during testing that needs to be addressed.

    • Example: Typing 'pritn' instead of 'print' in the code is an error. If this mi...

  • Answered by AI
  • Q3. What is the difference between regression testing and sanity testing?
  • Ans. 

    Regression testing ensures that new code changes do not adversely affect existing functionality, while sanity testing quickly checks if the software is ready for further testing.

    • Regression testing is performed after code changes to ensure that existing functionality is not affected.

    • Sanity testing is a quick test to check if the software is ready for further testing.

    • Regression testing is comprehensive and covers all are...

  • Answered by AI
  • Q4. What is the difference between a test pass and a test run?
  • Ans. 

    A test pass is a collection of test runs, while a test run is a single execution of a test case.

    • A test pass includes multiple test runs, which are iterations of executing test cases.

    • A test run is a single instance of executing a test case to verify its functionality.

    • Test passes are used to group and organize test runs for a specific testing phase or cycle.

    • Test runs are typically recorded and documented to track the res

  • Answered by AI
  • Q5. What is the difference between a test suite and test case?
  • Ans. 

    A test suite is a collection of test cases, while a test case is a specific set of conditions and inputs to test a particular aspect of the software.

    • Test suite is a collection of test cases that are grouped together based on a common goal or functionality.

    • Test case is a specific set of conditions, inputs, and expected results to test a particular aspect of the software.

    • Test suite helps in organizing and managing test c...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are youe expectations from this company?
  • Ans. 

    I expect a supportive work environment, opportunities for growth, and a commitment to quality.

    • Supportive team culture

    • Clear communication from management

    • Training and development opportunities

    • Commitment to quality assurance processes

    • Recognition for achievements

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is competitive with industry standards and reflective of my experience and skills.

    • Research industry standards for Quality Assurance salaries

    • Consider your level of experience and skills

    • Factor in location and cost of living

    • Be prepared to negotiate based on benefits and perks offered

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCLTech Quality Assurance interview:
  • Manual Testing

Steriscience Specialties Interview FAQs

How many rounds are there in Steriscience Specialties Quality Assurance Trainee interview?
Steriscience Specialties interview process usually has 3 rounds. The most common rounds in the Steriscience Specialties interview process are Aptitude Test, Technical and Assignment.
What are the top questions asked in Steriscience Specialties Quality Assurance Trainee interview?

Some of the top questions asked at the Steriscience Specialties Quality Assurance Trainee interview -

  1. What is pharma industr...read more
  2. What we manufact...read more
  3. Related job , pharmacist, Pharma industry, education background, department bac...read more

Tell us how to improve this page.

Steriscience Specialties Quality Assurance Trainee Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Steriscience Specialties Quality Assurance Trainee Salary
based on 4 salaries
₹3.1 L/yr - ₹4 L/yr
68% more than the average Quality Assurance Trainee Salary in India
View more details

Steriscience Specialties Quality Assurance Trainee Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Executive
52 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Senior Executive
48 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Team Lead
30 salaries
unlock blur

₹9 L/yr - ₹15.5 L/yr

Senior Associate
22 salaries
unlock blur

₹4.1 L/yr - ₹7.5 L/yr

Senior Team Leader
9 salaries
unlock blur

₹14 L/yr - ₹22 L/yr

Explore more salaries
Compare Steriscience Specialties with

Medreich

3.8
Compare

Aurobindo Pharma

4.0
Compare

Piramal Group

3.8
Compare

Biocon Limited

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