Upload Button Icon Add office photos

Filter interviews by

Tech India Quality Assurance/Quality Control Manager Interview Questions and Answers

Updated 19 Sep 2018

Tech India Quality Assurance/Quality Control Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed in May 2018. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Colour coding of resistors ,about polarity ,about values etc.

Interview Preparation Tips

General Tips: It is very simple and easy
Skills: Body Language, Presentation Skills, Time Management
Duration: 1-4 weeks

Interview questions from similar companies

I applied via Walk-in and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly the questions were raised about job profile/experience and we must need to be prepared for the expected questions from directors/interviewers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very positive while answering and there should not be any negative answers.

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about the yourself
  • Q2. What is ISTQB
  • Ans. 

    ISTQB stands for International Software Testing Qualifications Board.

    • ISTQB is a non-profit organization that provides certification for software testers.

    • It offers various levels of certification such as Foundation, Advanced, and Expert.

    • The certification exams cover topics such as testing techniques, test management, and tools.

    • ISTQB certification is recognized globally and is highly valued in the software testing indust

  • Answered by AI
  • Q3. What is your responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure to check in with you and your family and friends explain the situation and I will be on the interview scheduled for tomorrow ok

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. How do you maintain your quality with good production
  • Q2. Tell me your 3 good quality
  • Q3. Tell me you bad habits any 5
  • Q4. You like to read novels

I applied via Naukri.com and was interviewed in Jun 2021. There were 8 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

I applied via Campus Placement and was interviewed in Jul 2020. There were 7 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. First causal introduction I will ask
  • Q2. Then next why you are interested in this job
  • Q3. Tell what you think about this company and how you gonna GROWTH Company
  • Q4. What else you do other than this
  • Q5. What is your weaknesses
  • Q6. Can you handle team
  • Q7. What was the your ambitions in life

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep in mind that always shows a positive attitude and it will impact a good impression say what you think what yours ideas, don't just say I will do whatever you say that's not the life

Interview Questionnaire 

6 Questions

  • Q1. What is difference between Smoke and Sanitary Testing.
  • Ans. 

    Smoke testing is a quick and shallow test to check if the software is stable enough for further testing. Sanitary testing is a more thorough test to check if the software meets the required standards.

    • Smoke testing is done to check if the software is stable enough for further testing.

    • Sanitary testing is done to check if the software meets the required standards.

    • Smoke testing is a quick and shallow test.

    • Sanitary testing ...

  • Answered by AI
  • Q2. What framework used in your project
  • Ans. 

    We used the Agile framework in our project.

    • We followed the Scrum methodology for project management.

    • We used Kanban boards to track progress and prioritize tasks.

    • We held daily stand-up meetings to discuss progress and any roadblocks.

    • We conducted sprint retrospectives to continuously improve our processes.

    • We used JIRA as our project management tool.

  • Answered by AI
  • Q3. What are pointers in automation
  • Ans. 

    Pointers in automation refer to the use of variables that store the memory address of another variable.

    • Pointers allow for dynamic memory allocation and manipulation

    • They can be used to pass values between functions

    • Examples include using pointers in C++ to access and modify data in arrays or structures

  • Answered by AI
  • Q4. What is difference between navigate to and go to url
  • Ans. 

    Navigate to is a method used to move between pages within a website, while go to URL is used to directly access a specific webpage.

    • Navigate to is used to move between pages within a website, while go to URL is used to directly access a specific webpage.

    • Navigate to is typically used in automated testing to simulate user behavior, while go to URL is used to access a specific page for testing purposes.

    • Examples of navigate...

  • Answered by AI
  • Q5. How can you call data into framework
  • Ans. 

    Data can be called into framework using various methods.

    • Data can be called using APIs

    • Data can be called using database connections

    • Data can be called using file imports

    • Data can be called using web services

    • Data can be called using data providers

  • Answered by AI
  • Q6. What is data driven and keyword driven framework
  • Ans. 

    Data driven and keyword driven frameworks are two types of automation frameworks used in software testing.

    • Data driven framework uses external data sources to drive test cases

    • Keyword driven framework uses keywords to define test steps and actions

    • Data driven framework is useful for testing scenarios with multiple data sets

    • Keyword driven framework is useful for testing complex applications with many test cases

    • Both framewo...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
View all

Tech India Quality Assurance/Quality Control Manager Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tech India with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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