Upload Button Icon Add office photos

Filter interviews by

Violin Technologies Quality Technician Interview Questions and Answers

Updated 23 Feb 2024

Violin Technologies Quality Technician Interview Experiences

1 interview found

Quality Technician Interview Questions & Answers

user image Seenivasagam K

posted on 23 Feb 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 7 qc tools and spc
  • Q2. Crimping and cross section
Round 2 - HR 

(2 Questions)

  • Q1. Tell me yourself
  • Q2. Expected salery

Interview questions from similar companies

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

Basics maths and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. What is your experience with writing test cases?
  • Q2. Some scenarios writing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on API testing
  • Q2. Question on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well.all the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the key concepts of manual testing?
  • Ans. 

    Key concepts of manual testing include test case creation, execution, defect reporting, and regression testing.

    • Test case creation involves designing test cases based on requirements and specifications.

    • Test case execution is the process of running the test cases and comparing actual results with expected results.

    • Defect reporting involves documenting and reporting any issues found during testing.

    • Regression testing is the...

  • Answered by AI
  • Q2. What are the key concepts related to automation?
  • Ans. 

    Key concepts related to automation include test automation, continuous integration, continuous deployment, and robotic process automation.

    • Test automation involves using software tools to control the execution of tests and compare actual outcomes with expected outcomes.

    • Continuous integration is the practice of frequently integrating code changes into a shared repository, which helps identify and fix integration issues e...

  • Answered by AI
  • Q3. Java and python questions with some logical coding questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical network cable
  • Q2. About climping
Round 2 - HR 

(2 Questions)

  • Q1. About hardware and software
  • Q2. About desktop computer

Interview Preparation Tips

Interview preparation tips for other job seekers - To provide easier to get a job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium question
  • Q2. Java coding find duplicate from array
  • Ans. 

    Java code to find duplicates in an array of strings

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • If adding an element returns false, it is a duplicate

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About experience and project and role
  • Q2. SQL quns basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between mw and ubr
  • Ans. 

    MW stands for molecular weight while UBR stands for ultimate bearing resistance.

    • MW is a measure of the average mass of molecules in a sample, while UBR is the maximum load a structure can withstand before failure.

    • MW is commonly used in chemistry to determine the size of molecules, while UBR is important in engineering for designing structures.

    • Examples: The MW of water is approximately 18 g/mol, while the UBR of a steel...

  • Answered by AI
  • Q2. Mw type antina gain , frequency

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the different ways to locate elements in web page
  • Ans. 

    Different ways to locate elements in a web page include using XPath, CSS selectors, ID, class name, tag name, and link text.

    • XPath: Allows you to navigate through the HTML structure of a web page.

    • CSS selectors: Can be used to target specific elements based on their attributes.

    • ID: Unique identifier for an element on a web page.

    • Class name: Used to group elements with similar styling.

    • Tag name: Targets elements based on the...

  • Answered by AI
  • Q2. How to work with list in Selenium
  • Ans. 

    Working with lists in Selenium involves locating elements, storing them in a list, and performing actions on them.

    • Locate elements using findElements() method

    • Store elements in a List

    • Iterate through the list to perform actions on each element

    • Example: List elements = driver.findElements(By.xpath("//ul/li"));

Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you disagree to agree
  • Q2. Share faced challenges in team
  • Ans. 

    I faced challenges in team communication and conflicting priorities.

    • Miscommunication leading to delays in project timelines

    • Conflicting priorities causing tension within the team

    • Difficulty in aligning team members' goals and objectives

  • Answered by AI

Skills evaluated in this interview

Violin Technologies Interview FAQs

How many rounds are there in Violin Technologies Quality Technician interview?
Violin Technologies interview process usually has 2 rounds. The most common rounds in the Violin Technologies interview process are One-on-one Round and HR.
What are the top questions asked in Violin Technologies Quality Technician interview?

Some of the top questions asked at the Violin Technologies Quality Technician interview -

  1. Crimping and cross sect...read more
  2. 7 qc tools and ...read more
  3. Expected sal...read more

Tell us how to improve this page.

Violin Technologies Quality Technician Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
View all
Engineer
34 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Quality Engineer
23 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Junior Engineer
18 salaries
unlock blur

₹1.7 L/yr - ₹3.8 L/yr

Senior Engineer
11 salaries
unlock blur

₹3.7 L/yr - ₹4.9 L/yr

Production Engineer
11 salaries
unlock blur

₹2.3 L/yr - ₹7 L/yr

Explore more salaries
Compare Violin Technologies with

Suzlon Group

4.0
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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