Filter interviews by
OQL stands for Outgoing Quality Level and AQL stands for Acceptable Quality Level.
OQL is the maximum percentage of defective products that a buyer is willing to accept from a supplier.
AQL is the maximum percentage of defective products that a buyer considers acceptable in a random sample during inspection.
Both OQL and AQL are important in quality assurance to ensure products meet quality standards.
For example, a buyer ...
Skill matrix is a tool used to assess and track the skills and competencies of individuals within an organization.
Skill matrix helps in identifying the strengths and weaknesses of employees.
It assists in determining training needs and career development paths.
It can be used to allocate resources effectively based on skill levels.
Examples: Excel proficiency level, coding skills, communication skills.
A 3rd party audit is an independent evaluation of a company's processes, systems, and products by an external organization.
Performed by an external organization or individual not affiliated with the company being audited
Objective is to assess compliance with standards, regulations, or best practices
Helps identify areas for improvement and ensure quality and consistency
Common in industries like manufacturing, healthcare...
A production bulletin is a document that provides information about changes, updates, or issues related to a product or process in a production environment.
Production bulletins are typically used to communicate important information to stakeholders such as production teams, quality assurance engineers, and management.
They may include details about new features, bug fixes, production delays, or other relevant updates.
Pr...
Size set can be checked by measuring the dimensions of each garment in the set.
Measure the dimensions of each garment in the set (e.g. chest, waist, length)
Compare the measurements to the standard size chart for accuracy
Check for consistency in sizing across all garments in the set
PPM stands for parts per million and is a measurement used in quality assurance to assess the level of defects or errors in a product or process.
Collect data on the total number of units produced and the number of defects found.
Calculate the defect rate by dividing the number of defects by the total number of units and multiplying by 1,000,000.
Analyze the results to identify areas for improvement and implement correcti...
A line review meeting is a regular meeting where the quality assurance team reviews the production line processes and products.
Regular meeting to review production line processes
Focus on ensuring quality standards are met
Opportunity to identify and address any issues or improvements needed
Pre-production meetings are essential for ensuring quality in the production process.
Set clear objectives and agenda for the meeting
Invite key stakeholders including production team, quality assurance team, and management
Discuss production schedule, quality standards, and any potential issues or risks
Review previous production data and performance metrics
Assign action items and follow-up on progress
Document meeting min
Batch setting involves configuring multiple items at once.
Identify the items that need to be configured in batch
Access the batch setting feature in the system
Select the desired settings or values for the items
Apply the settings to all selected items
Verify that the batch setting was successful
Fabric shrinkage can be conducted by washing and drying the fabric in specific conditions.
Wash the fabric in hot water
Dry the fabric in high heat
Measure the dimensions before and after washing/drying to calculate shrinkage percentage
To check shade card and GSM of fabric, use a spectrophotometer for color matching and a GSM cutter and scale for weight measurement.
Use a spectrophotometer to measure the color of the fabric against the shade card.
Compare the color values obtained from the spectrophotometer with the standard shade card to ensure accuracy.
Use a GSM cutter to cut a specific size of fabric sample and weigh it using a scale to determine th...
Fabric checking involves inspecting fabric for defects and ensuring quality standards are met.
Inspect fabric for defects such as holes, tears, stains, or irregularities
Check fabric for color consistency and pattern alignment
Verify fabric weight, texture, and overall quality
Use tools like magnifying glasses, light tables, and color swatches for detailed examination
Document findings and communicate with suppliers or manu
To create a before and after wash shrinkage report, measure the dimensions of the fabric before and after washing.
Measure the dimensions of the fabric before washing (b4 wash) using a ruler or measuring tape.
Wash the fabric according to the specified instructions (e.g. temperature, detergent) and dry it as per the guidelines.
Measure the dimensions of the fabric after washing (after wash) using the same method as before...
To cut CSV in production marker, use a script to filter out rows based on a specific marker.
Use a scripting language like Python or Bash to read the CSV file line by line
Check for the marker in each row and only output rows that do not contain the marker
Save the filtered rows to a new CSV file for production use
To conduct a production line walk in a sewing line, one must physically walk through the line to observe the process and identify any issues or areas for improvement.
Walk through the sewing line from start to finish, observing each step of the production process
Check for any defects in the finished products and identify the root cause
Engage with the operators and workers to understand their challenges and gather feedba...
Final inspection is conducted according to buyer standards by ensuring all quality criteria are met.
Review buyer standards and quality criteria before inspection
Inspect final product for defects or deviations from standards
Document findings and communicate with relevant stakeholders
Implement corrective actions if necessary to meet buyer standards
Need to give Aptitude test in beginning
Some simple programming like palindrome, Armstrong, pyramid, reverse of number in arrary
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
ICM 10
Medical coding
posted on 13 Jul 2024
I applied via Naukri.com
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
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
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
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
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.
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
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
posted on 11 Dec 2024
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...
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
I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.
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
Logical Reasoning , Blood relation questions
ETL Architecture refers to the process of extracting, transforming, and loading data from source systems to a data warehouse.
ETL involves extracting data from various sources such as databases, files, APIs, etc.
The extracted data is then transformed to meet the requirements of the target system or data warehouse.
Finally, the transformed data is loaded into the target system or data warehouse for analysis and reporting.
...
I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.
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.
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...
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
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...
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
...
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
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.
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...
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...
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
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...
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
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
based on 1 review
Rating in categories
System Support Specialist
5
salaries
| ₹7.6 L/yr - ₹9 L/yr |
Mdm Administrator
5
salaries
| ₹7.5 L/yr - ₹10 L/yr |
Production Manager
4
salaries
| ₹28 L/yr - ₹31 L/yr |
Supply Chain Specialist
4
salaries
| ₹6.5 L/yr - ₹7.2 L/yr |
Data Management Associate
4
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Aditya Birla Fashion and Retail
Arvind Group
Raymond Lifestyle Limited
Tata International