Find Interview Questions for Top Companies
Ttp Interview Questions and Answers
Ques:- BASIC KNOWLEDGE ABOUT MY ROLE.
Right Answer:
As a Quality Assurance Executive, my role involves ensuring that products meet specified quality standards before they are released. This includes developing and implementing testing processes, identifying defects, conducting audits, and collaborating with development teams to improve product quality. My goal is to enhance customer satisfaction by delivering reliable and high-quality products.
Ques:- QA QC MECHANICAL ENGR
Right Answer:
QA (Quality Assurance) and QC (Quality Control) in mechanical engineering involve ensuring that products meet specified standards and requirements through systematic processes. QA focuses on preventing defects by improving processes, while QC involves inspecting and testing products to identify defects.
Ques:- Why do we recommended that we test during the design phase?
Right Answer:
Testing during the design phase helps identify potential issues early, reduces costs, ensures requirements are met, and improves overall quality by allowing for adjustments before development begins.
Ques:- What exposure have you had to auditing? Internal? External? Certification related?
Right Answer:
I have experience with both internal and external auditing. Internally, I have participated in quality audits to ensure compliance with our processes and standards. Externally, I have worked with third-party auditors during certification audits, such as ISO 9001, to demonstrate our adherence to quality management systems.
Ques:- What is the HTML DOM?
Right Answer:
The HTML DOM (Document Object Model) is a programming interface that represents the structure of an HTML document as a tree of objects, allowing scripts to manipulate the content, structure, and style of web pages dynamically.
Ques:- What is the diffrence between HTML & DHTML…?
Right Answer:
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
Ques:- How do I create a link that opens a new window?
Right Answer:
To create a link that opens a new window, use the following HTML code:

```html
<a href="https://www.example.com" target="_blank">Open Example</a>
```
Ques:- Why does Netscape lose my styles ?
Right Answer:
Netscape may lose styles due to its limited support for CSS standards, improper CSS syntax, or issues with the document structure that prevent styles from being applied correctly.
Ques:- What is a Style Sheet?
Right Answer:
A Style Sheet is a file or set of rules that defines the presentation and layout of a document written in HTML or XML, using CSS (Cascading Style Sheets) to control elements like colors, fonts, and spacing.
Ques:- What is the DOM and how do you manipulate it
Right Answer:
The DOM (Document Object Model) is a programming interface for web documents that represents the structure of a webpage as a tree of objects. You can manipulate the DOM using JavaScript by selecting elements (e.g., using `document.getElementById`, `document.querySelector`), modifying their properties (e.g., `element.innerHTML`, `element.style`), adding or removing elements (e.g., `element.appendChild`, `element.remove`), and responding to events (e.g., `element.addEventListener`).
Ques:- What is the difference between class and ID in CSS
Right Answer:
In CSS, a class is defined with a dot (.) and can be applied to multiple elements, while an ID is defined with a hash (#) and should be unique to a single element on a page.
Ques:- What is the difference between inline inline block and block elements
Right Answer:
Block elements take up the full width available and start on a new line (e.g., `<div>`, `<h1>`). Inline elements only take up as much width as necessary and do not start on a new line (e.g., `<span>`, `<a>`). Inline-block elements are similar to inline elements but can have width and height set, and they respect margins and padding (e.g., `<img>`, `<button>`).
Ques:- What is a single page application SPA
Right Answer:
A Single Page Application (SPA) is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app, without requiring a full page reload.
Ques:- What are event bubbling and event delegation in JavaScript
Right Answer:
Event bubbling is a JavaScript event propagation method where an event starts from the target element and bubbles up to its ancestors in the DOM hierarchy. Event delegation is a technique that involves attaching a single event listener to a parent element to manage events for multiple child elements, leveraging event bubbling to handle events efficiently.
Ques:- What is the cash to GDP ratio of India?
Right Answer:
As of my last update, the cash to GDP ratio of India is approximately 12-13%. Please verify with the latest data for accuracy.
Ques:- WHAT IS SOAP?
Right Answer:
SOAP (Simple Object Access Protocol) is a protocol used for exchanging structured information in web services, relying on XML for message format and usually operating over HTTP or SMTP.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users