Upload Button Icon Add office photos

Filter interviews by

Exicom Tele Systems Quality Engineer Interview Questions and Answers

Updated 12 Nov 2024

Exicom Tele Systems Quality Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Define Quality Tools & Six Core Tools
  • Ans. 

    Quality tools are techniques used to ensure products or processes meet quality standards. Six Core Tools are a set of techniques used in quality engineering.

    • Quality tools include Pareto analysis, cause and effect diagrams, control charts, scatter diagrams, and histograms.

    • Six Core Tools include APQP (Advanced Product Quality Planning), PPAP (Production Part Approval Process), FMEA (Failure Mode and Effects Analysis), MS...

  • Answered by AI
  • Q2. PFMEA PPAP APQP

Interview questions from similar companies

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

Basic aptitude question.

Round 2 - Coding Test 

Basic coding question.

Round 3 - One-on-one 

(3 Questions)

  • Q1. How the skill you specified in resume
  • Ans. 

    I have strong problem-solving skills and attention to detail.

    • I have experience in root cause analysis to identify and resolve quality issues.

    • I am proficient in statistical analysis to improve processes and reduce defects.

    • I have a track record of implementing quality control measures to ensure product reliability.

    • I pay close attention to detail in all aspects of my work to maintain high quality standards.

  • Answered by AI
  • Q2. About the coding language you mention
  • Q3. Asking to slove coding question
Round 4 - HR 

(2 Questions)

  • Q1. General basic question
  • Q2. Scenario based question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Roles and responsibilities in current project.
  • Ans. 

    As a Quality Engineer in my current project, my roles and responsibilities include ensuring compliance with quality standards, conducting quality audits, analyzing data to identify areas for improvement, and implementing corrective actions.

    • Ensuring compliance with quality standards and regulations

    • Conducting quality audits to identify areas for improvement

    • Analyzing data to track quality metrics and trends

    • Implementing co...

  • Answered by AI
  • Q2. Difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific features or functionalities.

    • Smoke testing is usually done before detailed testing, while sanity testing is done af...

  • Answered by AI
  • Q3. Your role in bug triage meeting.
  • Ans. 

    In bug triage meetings, I analyze reported bugs, prioritize them based on severity and impact, assign them to appropriate team members, and track their resolution.

    • Analyze reported bugs to understand the root cause and impact

    • Prioritize bugs based on severity and impact on users

    • Assign bugs to appropriate team members for resolution

    • Track the progress of bug resolution and ensure timely closure

  • Answered by AI
  • Q4. How do you handle when there is a conflict between Dev and QA team on bugs raised?
  • Ans. 

    Address conflicts by facilitating open communication, understanding both perspectives, and finding a mutually agreeable solution.

    • Encourage open communication between Dev and QA teams to understand each other's perspectives

    • Review the bug reports together to identify the root cause of the conflict

    • Facilitate discussions to reach a mutually agreeable solution, considering the impact on the project timeline and quality

    • Estab...

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. How do you handle when there's a requirement change nearing to the end of a sprint
  • Q2. Reason for leaving current organization
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for a more challenging role

    • Seeking opportunities for professional development

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
  • Q3. Tell me about anything you haven't mentioned in your resume.
  • Ans. 

    I have experience in implementing lean manufacturing principles in a previous role.

    • Implemented 5S methodology to improve organization and efficiency in the workplace

    • Led Kaizen events to identify and eliminate waste in production processes

    • Trained team members on lean principles and continuous improvement techniques

  • Answered by AI

Skills evaluated in this interview

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is an API?
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • They allow developers to access the functionality of a software application or service without needing to understand its internal workings.

    • Examples of APIs include Googl...

  • Answered by AI
  • Q2. What is hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • It allows for quick retrieval of values based on keys.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How many salary per month
  • Q2. What are you complete
  • Q3. 50000 par month
  • Q4. BCA leaves from the second year
  • Ans. 

    BCA leaves from the second year are a common occurrence in many universities.

    • BCA leaves from the second year may be due to personal reasons, academic struggles, or career opportunities.

    • Students may take a break from their studies to focus on internships, projects, or other interests.

    • It is important for universities to have policies in place to support students who need to take a leave of absence.

    • Communication between s...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Interface
  • Ans. 

    Interface is a point where two systems, subjects, organizations, etc. meet and interact with each other.

    • Interface allows communication and interaction between different components or systems.

    • It defines how different entities can communicate with each other.

    • Examples include user interfaces on electronic devices, API interfaces for software integration, and physical interfaces like USB ports.

  • Answered by AI
  • Q2. About frames in selenium
  • Q3. About Framework structure
Round 2 - Technical 

(2 Questions)

  • Q1. About Framework structure
  • Q2. API Testing, Error codes
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is giving less package for Senior Automation Testers With 8 yrs experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was well organised

Round 2 - One-on-one 

(2 Questions)

  • Q1. Writing an SQL query
  • Q2. Explaining the prev responsibilities
  • Ans. 

    Previous responsibilities included ensuring product quality, conducting inspections, analyzing data, and implementing improvements.

    • Conducted quality inspections on products to ensure they met standards

    • Analyzed data to identify trends and areas for improvement

    • Implemented quality control measures to enhance product quality

    • Collaborated with cross-functional teams to address quality issues

    • Participated in root cause analysi...

  • Answered by AI
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

Exicom Tele Systems Interview FAQs

How many rounds are there in Exicom Tele Systems Quality Engineer interview?
Exicom Tele Systems interview process usually has 1 rounds. The most common rounds in the Exicom Tele Systems interview process are Technical.
What are the top questions asked in Exicom Tele Systems Quality Engineer interview?

Some of the top questions asked at the Exicom Tele Systems Quality Engineer interview -

  1. Define Quality Tools & Six Core To...read more
  2. PFMEA PPAP A...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Exicom Tele Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Exicom Tele Systems Quality Engineer Salary
based on 9 salaries
₹2.5 L/yr - ₹3.5 L/yr
15% less than the average Quality Engineer Salary in India
View more details

Exicom Tele Systems Quality Engineer Reviews and Ratings

based on 4 reviews

4.6/5

Rating in categories

4.6

Skill development

4.6

Work-Life balance

4.3

Salary & Benefits

4.6

Job Security

4.6

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 4 Reviews and Ratings
Graduate Engineer Trainee (Get)
59 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Junior Engineer
25 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Engineer
24 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Assistant Manager
23 salaries
unlock blur

₹4.3 L/yr - ₹11 L/yr

Production Engineer
17 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Exicom Tele Systems with

Sterlite Technologies

3.8
Compare

Tejas Networks

4.1
Compare

Vihaan Networks

4.1
Compare

Bharti Airtel

4.0
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