Upload Button Icon Add office photos

Filter interviews by

Spinks Impex Team Leader-Quality Assurance/Quality Control Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Brief about your experience, roles & responsibilities in current organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and attend the interview.

Interview Questionnaire 

2 Questions

  • Q1. Questions about daily routine and hobbies
  • Q2. Interviewer wants to check fluency and confidence. So be confident and give genuine facts.

I applied via Recruitment Consultant and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to control the quality control for production ,
  • Ans. 

    Quality control for production can be controlled through various methods and processes.

    • Implementing quality control measures at each stage of production

    • Setting up quality control checkpoints and inspections

    • Using statistical process control techniques to monitor and analyze production data

    • Training and educating production staff on quality control standards

    • Implementing corrective and preventive actions to address quality...

  • Answered by AI
  • Q2. How to advice for your team members to control the quality products produced

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply technically answer them

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Maths questions, Like speed and train, percentage, find the odd in the numbers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give up.

I was interviewed before Sep 2019.

Interview Questionnaire 

2 Questions

  • Q1. Why should I select you ? Same question in different way - what makes you special than other candidate outside?
  • Q2. Speak about your acheivement that you would ve done in prev company and that gave you a spotlight. Hence you ll do better if given a chance in new company and make organisation proud.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident when you answer any question , dont hit round the bush.
2. Be clear or specific when you say ans any question. Ans to the point.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. All Manual testings
  • Q2. Code for a Start pattern
  • Ans. 

    Code for a Start pattern

    • Use nested loops to print the pattern

    • Increment the number of stars in each row

    • Use a combination of spaces and stars to create the pattern

  • Answered by AI
  • Q3. Code for reverse string
  • Ans. 

    Code to reverse a string in an array of strings

    • Iterate through each string in the array

    • For each string, use a loop to reverse the characters

    • Store the reversed string back in the array

  • Answered by AI
  • Q4. Code to start Web browser,go to a specific url and find a element and display
  • Ans. 

    Use Selenium WebDriver to start a web browser, navigate to a specific URL, find an element, and display it.

    • Use Selenium WebDriver to automate browser actions

    • Instantiate a WebDriver object and open a browser

    • Use the get() method to navigate to the specified URL

    • Locate the desired element using findElement() method

    • Retrieve and display the element's text or attributes

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. About project,roles and responsibilities
  • Q2. Steps to start Mobile automation
  • Ans. 

    To start mobile automation, first identify the tools and frameworks, set up the testing environment, create test cases, and execute tests.

    • Identify the tools and frameworks suitable for mobile automation (e.g. Appium, Selenium)

    • Set up the testing environment with necessary software and devices

    • Create test cases based on requirements and user scenarios

    • Execute tests on different mobile devices and platforms to ensure compat

  • Answered by AI
  • Q3. Client meeting to handle them
  • Q4. Why you want to join us
  • Ans. 

    I am excited about the opportunity to contribute my expertise in quality engineering to a dynamic and innovative team.

    • I am impressed by the company's reputation for excellence in quality standards.

    • I am excited about the chance to work on cutting-edge projects and technologies.

    • I believe my skills and experience align well with the company's goals and values.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiable
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the seven quality control tools?
  • Ans. 

    The seven quality control tools are essential for analyzing and solving quality-related issues in a systematic manner.

    • Check sheets: Used for collecting and organizing data, such as defect counts or frequency of occurrences.

    • Pareto charts: Helps in identifying the most significant factors contributing to a problem by displaying them in descending order.

    • Cause-and-effect diagrams (Fishbone diagrams): Used to identify and a...

  • Answered by AI
  • Q2. What is the feedback procedure?
  • Ans. 

    Feedback procedure involves collecting, analyzing, and acting upon feedback from customers or stakeholders.

    • Collect feedback through surveys, interviews, or suggestion boxes

    • Analyze feedback to identify trends, patterns, and areas for improvement

    • Act upon feedback by implementing changes or addressing concerns

    • Follow up with customers or stakeholders to ensure their feedback was addressed

    • Document feedback and actions taken

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. What are the Key Result Areas (KRA) for an auditor?
  • Ans. 

    Key Result Areas (KRA) for an auditor include compliance with regulations, accuracy of financial statements, and identification of risks.

    • Ensuring compliance with regulations and standards

    • Accuracy of financial statements and reports

    • Identification and assessment of risks

    • Effective communication with stakeholders

    • Continuous improvement of audit processes

  • Answered by AI
  • Q2. Scenario based questions about quality analyst.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. "Hello world" java program to print the count of letter 'l'
  • Ans. 

    A Java program to count the occurrences of the letter 'l' in the string 'Hello world'.

    • Create a Java program with a main method.

    • Initialize a String variable with the value 'Hello world'.

    • Use a loop to iterate through each character in the string and count the occurrences of the letter 'l'.

    • Print the count of 'l' at the end.

  • Answered by AI
  • Q2. "Hello world" java program to print output as "olleH dlrow"
  • Ans. 

    Reverse the characters of each word in a given string

    • Split the input string into an array of words

    • Reverse each word in the array

    • Join the reversed words back into a single string

  • Answered by AI
  • Q3. What is the diff between comparator and comparable
  • Ans. 

    Comparator is an interface used to sort objects, while Comparable is an interface used to compare objects for natural ordering.

    • Comparator is used to define custom sorting logic for objects, while Comparable is used for natural ordering based on the class's implementation of compareTo() method.

    • Comparator can be used to sort objects of different classes, while Comparable is implemented within the class itself.

    • Example: So...

  • Answered by AI
  • Q4. What is lamda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create small, inline functions without a formal definition.

    • They are commonly used in functional programming languages like Python, Java, and C#.

    • Lambda expressions can be used to simplify code and make it more readable.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters a

  • Answered by AI
  • Q5. What is contructor chaining
  • Ans. 

    Constructor chaining is the process of calling one constructor from another constructor in a class.

    • Allows reusing code and avoiding duplication

    • Can be achieved using 'this' keyword in the constructor

    • Helps in initializing objects with different parameters

  • Answered by AI
  • Q6. Appium & Selenium architecture
  • Q7. How to handle notifications in mobile automation
  • Ans. 

    Handle notifications in mobile automation by using automation tools to interact with notifications, verify content, dismiss or respond to them.

    • Use automation tools like Appium or Espresso to interact with notifications

    • Verify the content of notifications by extracting text or images

    • Dismiss notifications to continue with test execution

    • Respond to notifications if required for test scenarios

    • Handle different types of notifi...

  • Answered by AI
  • Q8. How to handle if element xpath is different in ios and android apps
  • Ans. 

    Use platform-specific locators or conditional statements to handle different element xpaths in iOS and Android apps.

    • Use platform-specific locators like accessibility id for iOS and resource id for Android

    • Implement conditional statements to switch between different xpaths based on the platform

    • Utilize Appium's platformName capability to identify the platform and adjust the element xpath accordingly

  • Answered by AI
  • Q9. Different TestNG annotations and order
  • Ans. 

    TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite

    • @Test - denotes a test method

    • @BeforeMethod - runs before each test method

    • @AfterMethod - runs after each test method

    • @BeforeClass - runs before the first test method in the current class

    • @AfterClass - runs after the last test method in the current class

    • @BeforeSuite - runs before all tests in the suite

    • @AfterSu

  • Answered by AI
  • Q10. What is pom.xml and how to mention dependencies
  • Ans. 

    pom.xml is a configuration file used in Maven projects to define project settings and dependencies.

    • pom.xml stands for Project Object Model XML

    • It is used in Maven projects to manage project configuration, build settings, and dependencies

    • Dependencies are mentioned inside the <dependencies> tag in pom.xml

    • Each dependency is specified with <groupId>, <artifactId>, and <version>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well, its been more than a week.. no call back for feedback.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Which is the best level in Wipro? Ans:Now Wipro has introduced quarterly appraisal system.
  • Q2. What is the process of Wipro ? Ans: Wipro,a global information technology, consulting,and business process service company.
Round 2 - Aptitude Test 

Can you recommend any free website for taking an online carrier aptitude test and recieving a detailed report on sutaible job options.

Round 3 - Assignment 

What is the best resource to learn data structure and algorithm(must contain practice assignments too)? I have stumbled across Coursera,but does it cover all essential details about DSA?

Round 4 - Technical 

(1 Question)

  • Q1. What is technical? Ans: Defination must be able to apply the technical knowledge and skills required in the specialist and professional job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Being an employee who is able to refer candidates for available position, would you charge job-seekers coming to you for advice and refferal for spending time on meeting and advising them.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the average rating for a company like Cognizant from your side
  • Q2. What is the annual child birth ratio of an average Indian ?
  • Ans. 

    The annual child birth ratio of an average Indian is approximately 2.3 children per woman.

    • The total fertility rate in India is around 2.3 children per woman.

    • This rate varies across different states and regions in India.

    • Factors such as education, socio-economic status, and cultural norms influence the fertility rate.

    • For example, states like Bihar and Uttar Pradesh have higher fertility rates compared to Kerala and Tamil

  • Answered by AI
  • Q3. What are the ways through which a company can startup or switch on with their collaborating projects?
  • Q4. What are the general concepts which we can apply when there is a crisis happens to our company ?
  • Ans. 

    During a crisis, general concepts to apply include effective communication, quick decision-making, adaptability, and teamwork.

    • Effective communication is crucial to keep all stakeholders informed and aligned.

    • Quick decision-making is necessary to address the crisis promptly and minimize its impact.

    • Adaptability is key to adjusting strategies and plans as the situation evolves.

    • Teamwork is essential for pooling resources an

  • Answered by AI
  • Q5. When does an employer renew his/her contract after the notice period or before the notice period
  • Ans. 

    Employers typically renew contracts before the notice period.

    • Employers usually renew contracts before the notice period to ensure continuity in the work relationship.

    • Renewing the contract before the notice period allows both parties to plan ahead and make necessary arrangements.

    • In some cases, employers may choose to renew the contract during the notice period if negotiations are ongoing.

    • It is important for employers to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply through your hands .Drive for a better future

Tell us how to improve this page.

Automation Engineer
6 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Assistant Manager
5 salaries
unlock blur

₹6 L/yr - ₹6.7 L/yr

Assistant Engineer
5 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Senior Engineer
4 salaries
unlock blur

₹4 L/yr - ₹7.4 L/yr

Sales Engineer
4 salaries
unlock blur

₹4.5 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Spinks Impex with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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