Filter interviews by
I appeared for an interview before Aug 2016.
I am a detail-oriented professional with a strong background in quality control and assurance.
I have a Bachelor's degree in Quality Management
I have 5 years of experience working in the manufacturing industry
I am proficient in using quality control tools such as Six Sigma and Lean methodologies
I have a proven track record of improving product quality and reducing defects
I am a team player and have excellent communicati
There are several types of welding, including arc welding, gas welding, and resistance welding.
Arc welding uses an electric arc to melt and join metals.
Gas welding involves using a flame from a gas source to melt and join metals.
Resistance welding uses the heat generated by resistance to electric current to join metals.
Other types of welding include laser welding, electron beam welding, and friction welding.
A pipe can be represented by a cylindrical shape with a circular cross-section.
Draw a vertical line to represent the height of the pipe.
Draw a horizontal line at the top to represent the opening of the pipe.
Connect the ends of the horizontal line to the vertical line to form a rectangle.
Draw a circle within the rectangle to represent the cross-section of the pipe.
Add any additional details or markings as necessary.
Enthalpy is the heat content of a system, while entropy is a measure of the disorder or randomness in a system.
Enthalpy is a thermodynamic property that describes the total heat content of a system.
It is represented by the symbol H and is the sum of the internal energy of the system and the product of pressure and volume.
Enthalpy change (∆H) is the heat absorbed or released during a chemical reaction.
Entropy is a measu...
Gas welding has advantages over arc welding in terms of portability, versatility, and control. It is commonly used in industries like automotive and construction.
Gas welding is portable and does not require electricity, making it suitable for remote locations or areas with limited power supply.
Gas welding is versatile and can be used to join a wide range of materials, including steel, aluminum, and copper.
Gas welding p...
Flux is used in welding rods to protect the weld from atmospheric contamination and to facilitate the welding process.
Flux acts as a shield, preventing the weld from reacting with oxygen and nitrogen in the air.
It forms a protective layer called slag, which floats on top of the molten metal and prevents impurities from entering the weld.
Flux also helps in removing oxides and other impurities from the metal surface, ens...
Top trending discussions
I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.
posted on 21 Dec 2020
I applied via Company Website and was interviewed in May 2021. There was 1 interview round.
I applied via Job Portal and was interviewed in Jun 2021. There were 3 interview rounds.
Sorts an array of strings in ascending order.
Use a sorting algorithm like bubble sort, selection sort, or merge sort.
Compare adjacent elements and swap them if they are in the wrong order.
Repeat the process until the array is sorted.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
Online test which can be attempted anytime between 22 May 2020, 06:00 AM and 25 May 2020, 01:00 AM
Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the operands. The output for each expr...
Evaluate postfix expressions by applying operators to operands in a given order.
Iterate through the postfix expression and push operands onto a stack
When an operator is encountered, pop the required number of operands from the stack, apply the operator, and push the result back onto the stack
Continue until the entire expression is evaluated and the final result is left on the stack
You are given D
dice, each having F
faces numbered from 1 to F
. The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up num...
The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up numbers equals the given 'target' sum.
Use dynamic programming to solve the problem efficiently.
Create a 2D array to store the number of ways to achieve each sum with different number of dice.
Iterate through the dice and sum possibilities to fill up the array.
Return the result modulo 10^9 + 7.
Optimize the solution ...
Round duration - 60 minutes
Round difficulty - Medium
June 25 2020
Timing: 12:00 pm to 1:00 pm
This round was completely devoted to coding. I was asked to introduce myself and then 2 coding questions were asked.
Given a sorted array ARR
consisting of N
integers and an integer X
, find the first and last positions of occurrence of X
in the array.
Find the first and last positions of an element in a sorted array efficiently.
Use binary search to find the first occurrence of X in the array.
Use binary search to find the last occurrence of X in the array.
Handle cases where X is not present or present only once.
Return the first and last positions as 0-based indices.
You are given an N x N maze where some cells have doors, and you have a key that can be used only once to open a door. Determine if there exists a path from t...
Determine if there exists a path from the top-left cell to the bottom-right cell of a maze with N doors and 1 key.
Use depth-first search (DFS) or breadth-first search (BFS) to explore possible paths through the maze.
Keep track of the cells visited and use the key only once to open doors.
Check if the bottom-right cell is reachable after traversing the maze.
Handle edge cases such as the top-left and bottom-right cells ha...
Round duration - 60 minutes
Round difficulty - Medium
9th July 2020
6:30PM to 7:30PM
Round duration - 60 minutes
Round difficulty - Easy
23-July 2020
4:00 PM to 5:00 PM
Coding questions + Several questions on computer fundamentals and networking were asked in a rapid-fire manner.
Given the stock prices for 'N' days, your goal is to determine the maximum profit that can be achieved. You can buy and sell the stocks any number of times but can onl...
The goal is to determine the maximum profit that can be achieved by buying and selling stocks on different days.
Iterate through the stock prices and buy on the days when the price is lower than the next day's price, and sell on the days when the price is higher than the next day's price.
Calculate the profit by summing up the differences between buying and selling prices.
Repeat the process for each test case and output
Round duration - 60 minutes
Round difficulty - Medium
6- Aug 2020
3:00 PM to 4:00 PM
Resceduled to: @5:30 PM
Projects, Fundamentals check, Behavioral, Coding
Given a directed graph with a specified number of vertices V
and edges E
, your task is to calculate the total number of distinct paths from a given source node S
to all ot...
Calculate total number of distinct paths from a given source node to all other nodes in a directed graph.
Use dynamic programming to keep track of the number of paths from the source node to each node.
Consider the modulo operation to handle large numbers efficiently.
Start by initializing the number of paths from the source node to itself as 1.
Iterate through all edges and update the number of paths for each destination ...
Tip 1 : Be confident while answering questions
Tip 2 : Make the interview conversational and Always keep a smiling face
Tip 3 : Ask something at the end of the interview which shows your interest in the company
Tip 4 : Prepare projects on the skills mentioned in the resume
Tip 1 : Mention projects and internships.
Tip 2 : Keep your resume short and crisp.
An interview is a formal conversation between an employer and a job candidate to assess their suitability for a role.
Interviews are used to evaluate a candidate's skills, experience, and personality.
They can be conducted in person, over the phone, or via video conferencing.
Interviews typically involve a series of questions and may include assessments or tests.
Examples of common interview questions include 'Tell me abou
I plan to save a portion, invest in professional development, and treat myself to a small reward.
Save a portion of the salary for future financial goals
Invest in professional development such as courses or certifications
Treat myself to a small reward or experience as a form of celebration
Assistant Manager
4
salaries
| ₹5.4 L/yr - ₹7.5 L/yr |
Safety Officer
4
salaries
| ₹1.4 L/yr - ₹3.5 L/yr |
Software Tester
3
salaries
| ₹13 L/yr - ₹25 L/yr |
Sales Trainer
3
salaries
| ₹4.5 L/yr - ₹6.8 L/yr |
Operations Executive
3
salaries
| ₹2.5 L/yr - ₹3 L/yr |
Amazon
Flipkart
Amazon Development Centre India
Udaan