Upload Button Icon Add office photos

Filter interviews by

Teltronic QA QC Engineer Interview Questions and Answers

Updated 8 Jun 2023

Teltronic QA QC Engineer Interview Experiences

1 interview found

QA QC Engineer Interview Questions & Answers

user image Rahul Kumar

posted on 8 Jun 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(3 Questions)

  • Q1. What's computer operater
  • Ans. 

    A computer operator is a person who manages and monitors the operation of computer systems and networks.

    • Responsible for running computer systems and ensuring they operate efficiently

    • Monitor system performance and troubleshoot issues

    • Perform routine maintenance tasks such as backups and updates

    • May also be responsible for data entry and processing

    • Examples: Data entry clerk, IT support technician

  • Answered by AI
  • Q2. What's tally prime
  • Ans. 

    Tally Prime is an accounting software used for managing financial transactions and generating reports.

    • Tally Prime is a popular accounting software used by businesses to record financial transactions.

    • It helps in managing inventory, generating invoices, and producing financial reports.

    • Tally Prime simplifies the process of bookkeeping and ensures accuracy in financial data.

    • It is user-friendly and offers features like GST ...

  • Answered by AI
  • Q3. What's excel data
  • Ans. 

    Excel data refers to information stored in a spreadsheet format using Microsoft Excel software.

    • Excel data is organized into rows and columns.

    • It can include text, numbers, formulas, and functions.

    • Excel data can be used for calculations, analysis, and reporting.

    • Examples: sales data, inventory tracking, financial statements.

  • Answered by AI

Interview questions from similar companies

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

Print the webtable and gett all the data

Round 2 - One-on-one 

(1 Question)

  • Q1. Whdn prioty -1 and 1 is implimented which will execute first
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is BVA Testing?
  • Ans. 

    BVA Testing stands for Boundary Value Analysis Testing, a software testing technique to test the boundary values of input ranges.

    • BVA Testing is used to identify errors at the boundaries of input ranges.

    • It involves testing the minimum and maximum values, as well as just inside and just outside the boundaries.

    • For example, if a system accepts values from 1 to 10, BVA Testing would test values 0, 1, 10, and 11.

  • Answered by AI
  • Q2. High severity low priority
  • Q3. Test technics
  • Q4. Test methodologies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Favorite bug? time you had to resolve conflict with manager.
Round 2 - Coding Test 

Reverse linked list. followup for optimized way.

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

(2 Questions)

  • Q1. What are the drawback for selenium
  • Ans. 

    Drawbacks of Selenium include limited support for non-web applications and challenges in handling dynamic web elements.

    • Limited support for non-web applications, such as desktop or mobile apps

    • Challenges in handling dynamic web elements, leading to flakiness in tests

    • Steep learning curve for beginners

    • Requires programming knowledge to create and maintain test scripts

    • Slower execution speed compared to other automation tools

  • Answered by AI
  • Q2. Multiple occurrence in a string
  • Ans. 

    Count the number of occurrences of a specific substring in a given string.

    • Use a loop to iterate through the string and check for the occurrence of the substring.

    • Use the indexOf method to find the position of the substring in the string.

    • Increment a counter each time the substring is found.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA QC Engineer with 5 years of experience in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control inspections and audits

    • Skilled in developing and implementing quality assurance processes

    • Proficient in using testing tools and techniques to identify defects

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilitie

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to reverse string "Selenium"
  • Ans. 

    Code to reverse a string

    • Use the built-in reverse() function to reverse the string

    • Convert the string to an array of characters, reverse the array, and then join the characters back into a string

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

    Synchronization in Selenium is the process of ensuring that the test scripts wait for the web elements to load before performing actions on them.

    • Synchronization is important to avoid timing issues and ensure accurate test results.

    • There are two types of synchronization in Selenium: implicit and explicit.

    • Implicit synchronization uses the default timeout value to wait for elements to load.

    • Explicit synchronization uses exp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - normal interview prepare for coding two codes are asked

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How many score do you get at the colleage ?
  • Q2. Why do you apply to QC position ?
Round 2 - HR 

(2 Questions)

  • Q1. Please introduce a little about yourself ?
  • Q2. What is your career path in next 2 years ?

QA QC Engineer Interview Questions & Answers

IBM user image kirankumar sahu

posted on 24 Jan 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Describe the challenging situation in the work time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2023. There were 3 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 - Coding Test 

Java program for reverse array and finding largest number in array. Basic java related questions

Round 3 - HR 

(1 Question)

  • Q1. Reasons for job change, work from.office

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked to write array programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Medium to high level questions possible

Round 2 - Coding Test 

Behavioural round and coding together arranged

Teltronic Interview FAQs

How many rounds are there in Teltronic QA QC Engineer interview?
Teltronic interview process usually has 2 rounds. The most common rounds in the Teltronic interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Teltronic QA QC Engineer interview?

Some of the top questions asked at the Teltronic QA QC Engineer interview -

  1. What's computer opera...read more
  2. What's tally pr...read more
  3. What's excel d...read more

Tell us how to improve this page.

Teltronic QA QC Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

1.0

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

3.0

Company culture

1.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Quality Engineer
6 salaries
unlock blur

₹1.6 L/yr - ₹3.4 L/yr

QC Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Teltronic with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview