Upload Button Icon Add office photos

Filter interviews by

Hi-Tech Engineer Faridabad Junior Quality Engineer Interview Questions and Answers

Updated 22 Dec 2023

Hi-Tech Engineer Faridabad Junior Quality Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 2 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 - Technical 

(6 Questions)

  • Q1. Knowledge of quality check instrument
  • Q2. Knowledge of 5s maintain
  • Q3. Knowledge of PDI report
  • Q4. Knowledge of cnc or vmc machine
  • Q5. Knowledge of documentation
  • Q6. Knowledge of gauge

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good knowledge of quality department

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 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 - Technical 

(8 Questions)

  • Q1. Technical related, work experience based.
  • Q2. Technical related and work experience based.
  • Q3. Technical related and other non technical question as wish you.
  • Q4. Technical related and my training job related you will be asked the question.
  • Q5. Technical related and my job experience based.
  • Q6. Technical related and rather than question.
  • Q7. Technical related and rather than multiple question can be do.
  • Q8. Technical question and my job related.

Interview Preparation Tips

Topics to prepare for HCLTech Junior Quality Engineer interview:
  • Electronics
  • Transformers
  • Resister
  • Capacitors
  • Indutor
  • Single phase motor
  • Three phase motor
Interview preparation tips for other job seekers - Keep your my interview.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Microcontroller
  • Ans. Microcontroller one by one multiple tasks
  • Answered Anonymously
  • Q2. What is microprocessor
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors are made up of millions of transistors that perform calculations and execute instructions.

    • They are commonly found in computers, smartphones, tablets, and other electronic devices.

    • Examples of popular microprocessors include Intel's Core series and AMD's Ryzen series.

    • Microprocessors are essential for ...

  • Answered by AI
  • Q3. What is 8085 warking
  • Ans. 

    The 8085 is a microprocessor that was widely used in the 1980s for various applications.

    • The 8085 is an 8-bit microprocessor introduced by Intel in 1977.

    • It has a 16-bit address bus and can address up to 64 KB of memory.

    • The 8085 operates at a clock speed of 3 MHz.

    • It has 74 instructions and uses a single +5V power supply.

    • Example: The 8085 was commonly used in early personal computers and embedded systems.

  • Answered by AI
  • Q4. What is microphone
  • Ans. 

    A microphone is a device that converts sound waves into electrical signals for recording or amplification.

    • Microphones come in different types such as dynamic, condenser, and ribbon.

    • They are commonly used in recording studios, live performances, telecommunication, and audio equipment.

    • Examples of popular microphone brands include Shure, Sennheiser, and Audio-Technica.

  • Answered by AI
  • Q5. What is microprocessor warking
  • Ans. 

    A microprocessor is a small electronic device that functions as the central processing unit of a computer.

    • Microprocessors execute instructions and perform calculations for various tasks.

    • They consist of an arithmetic logic unit, control unit, registers, and cache memory.

    • Examples of microprocessors include Intel Core i7, AMD Ryzen, and ARM Cortex.

    • Microprocessors use binary code to process data and communicate with other

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills is very good

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. They asked me lots of delivery conditions
  • Q2. About my self and technical questions like black box testing and white box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Make it online due to pendamic with hr and 2 technical person
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

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

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

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

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

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

It was hard but not that much hard

Round 2 - Technical 

(2 Questions)

  • Q1. Have you got any experience in coding
  • Ans. 

    Yes, I have experience in coding with languages like Java, Python, and C++.

    • I have worked on projects using Java, Python, and C++

    • I have experience in writing algorithms and solving coding problems

    • I have completed coding courses and participated in coding competitions

  • Answered by AI
  • Q2. Why you choose our company
  • Ans. 

    I chose your company because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation - I am impressed by the cutting-edge projects your company is known for.

    • Strong company culture - I value a supportive and collaborative work environment.

    • Opportunities for growth - Your company offers training programs and career advancement opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for MNC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

It happened for 1 hour with basic questions

Round 2 - Group Discussion 

Thet ask to speak about current polltics

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your expected salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your self and about banking sector
  • Q2. What is banking
  • Ans. 

    Banking is a financial service industry that deals with managing money, providing loans, and facilitating transactions.

    • Banking involves accepting deposits from customers and lending money to individuals and businesses.

    • Banks also offer services such as checking and savings accounts, credit cards, and investment products.

    • Banking institutions play a crucial role in the economy by providing liquidity, credit, and financial...

  • Answered by AI
  • Q3. What is financial sector
  • Ans. 

    The financial sector refers to the industry that deals with the management of money and other assets.

    • Includes banks, investment firms, insurance companies, and stock exchanges

    • Involves activities such as lending, borrowing, investing, and risk management

    • Plays a crucial role in the economy by facilitating the flow of funds and capital

    • Regulated by government authorities to ensure stability and protect consumers

  • Answered by AI
  • Q4. What is Banking products
  • Ans. 

    Banking products are financial instruments offered by banks to customers for managing their money and achieving financial goals.

    • Savings accounts

    • Checking accounts

    • Certificates of deposit (CDs)

    • Credit cards

    • Loans (personal, auto, mortgage)

    • Investment products (stocks, bonds, mutual funds)

  • Answered by AI
  • Q5. What is Loans and investments
  • Ans. 

    Loans and investments refer to financial transactions where money is lent or invested for a return.

    • Loans involve lending money to individuals or businesses with the expectation of repayment with interest.

    • Investments involve putting money into assets such as stocks, bonds, real estate, or mutual funds with the expectation of generating a return.

    • Both loans and investments carry risks and rewards, and are essential compon...

  • Answered by AI

Hi-Tech Engineer Faridabad Interview FAQs

How many rounds are there in Hi-Tech Engineer Faridabad Junior Quality Engineer interview?
Hi-Tech Engineer Faridabad interview process usually has 2 rounds. The most common rounds in the Hi-Tech Engineer Faridabad interview process are Resume Shortlist and Technical.
What are the top questions asked in Hi-Tech Engineer Faridabad Junior Quality Engineer interview?

Some of the top questions asked at the Hi-Tech Engineer Faridabad Junior Quality Engineer interview -

  1. Knowledge of cnc or vmc mach...read more
  2. Knowledge of quality check instrum...read more
  3. Knowledge of 5s maint...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

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

₹2.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Hi-Tech Engineer Faridabad 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