Filter interviews by
Be the first one to contribute and help others!
I applied via Approached by Company and was interviewed in Nov 2024. There were 8 interview rounds.
A group discussion (GD) is a structured conversation where a group of people discuss a topic and are observed by a panel of judges or interviewers
Coding tests for interviews are designed to evaluate a candidate's ability to think creatively and adapt their solutions to changing scenarios.
A case study interview is a job interview where a candidate is presented with a business scenario and asked to analyze it and propose a solution.
Interview assessment tests can include aptitude tests, personality tests, cognitive ability tests, presentations, and writing tasks:
An aptitude test is quite vital for placements as it helps in enhancing the logical skills of the person and if someone is preparing for interviews then aptitude preparation is very much required.
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Binary heap is used to implement a priority queue.
Binary heap is a complete binary tree where each node has a value greater than or equal to its children.
It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.
Insertion and deletion operations have time complexity of O(log n) in a binary heap.
A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.
A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.
The maximum number of binary trees with n nodes is 2^n.
For example, a binary tree with 3 nodes can have up to 8 different structures.
Use a SQL query to find the second highest marks in a student database.
Use the ORDER BY clause to sort the marks in descending order
Use the LIMIT clause to limit the result to the second row
Program to check if two strings are anagrams
Create a function that takes in two strings as input
Remove any spaces and convert both strings to lowercase for consistency
Sort the characters in both strings and compare if they are equal to determine if they are anagrams
Example: 'listen' and 'silent' are anagrams
I applied via Seek and was interviewed in Aug 2024. There were 3 interview rounds.
I have 5 years of experience working as a Quality Engineer in the manufacturing industry.
5 years of experience as a Quality Engineer
Experience in implementing quality control processes
Knowledge of quality standards and regulations
Experience in conducting quality audits and inspections
Experience in root cause analysis and problem-solving
Seeking new challenges and opportunities for growth in a different work environment.
Desire for career advancement
Seeking new challenges
Relocation
Company downsizing
Better work-life balance
I investigate a quality issue by gathering data, analyzing root causes, implementing corrective actions, and monitoring results.
Gather relevant data and documentation related to the quality issue
Analyze the data to identify potential root causes of the issue
Develop and implement corrective actions to address the root causes
Monitor the effectiveness of the corrective actions and make adjustments as needed
Lack of communication and unclear expectations frustrate me.
Lack of communication between team members
Unclear expectations from management
Inefficient processes causing delays
Micromanagement
Lack of recognition for hard work
Validation ensures the product meets the customer's needs, while verification ensures the product is built correctly.
Validation is the process of evaluating a product to ensure it meets the customer's requirements and needs.
Verification is the process of evaluating whether a product is built correctly according to the specifications and requirements.
Validation answers the question 'Are we building the right product?' w...
Passion for ensuring quality standards and continuous improvement in engineering processes.
Passion for quality assurance and process improvement
Interest in utilizing engineering skills to enhance product quality
Desire to contribute to a team focused on excellence
Previous experience in quality control or process optimization
posted on 4 Nov 2024
A link was provided for the 15-minute online aptitude test.
90 minutes coding round. There were three problems. One for JavaScript and two for ReactJS
I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
Find the first non-repetitive character in a string.
Iterate through the string and count the occurrences of each character.
Return the first character with a count of 1.
Scenario based questions
Core mechanical and aptitude
Stress strain diagrams show the relationship between stress and strain in a material.
Stress strain diagrams help in understanding the behavior of materials under different loading conditions.
The slope of the stress strain curve represents the material's stiffness or Young's modulus.
The area under the stress strain curve represents the material's toughness or energy absorption capacity.
Different materials exhibit differ...
The iron-carbon phase diagram shows the phases and phase transitions of iron and carbon alloys.
The phase diagram shows the relationship between temperature, composition, and phases present in iron-carbon alloys.
It consists of regions representing different phases such as austenite, ferrite, cementite, and pearlite.
The eutectic point on the diagram represents the composition at which the alloy transforms from liquid to ...
Manufacturing operations include casting, machining, welding, and assembly.
Casting involves pouring molten metal into a mold to create a specific shape.
Machining uses tools to remove material from a workpiece to achieve the desired shape.
Welding joins two or more pieces of metal together using heat and pressure.
Assembly involves putting together individual components to create a finished product.
posted on 19 Oct 2024
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Two LLM based application development
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Normal basic question train and few Logic
Continue is a keyword in programming that is used to skip the current iteration of a loop and continue with the next iteration.
Continue is used in loops like for, while, and do-while to skip the current iteration and move to the next one.
It is often used to skip certain elements in an array or to avoid executing specific code under certain conditions.
Example: for(int i=0; i<5; i++) { if(i==2) { continue; } System.out.p
based on 49 reviews
Rating in categories
Software Developer
31
salaries
| ₹1.2 L/yr - ₹5.3 L/yr |
Java Developer
22
salaries
| ₹1.5 L/yr - ₹6.5 L/yr |
Database Admin
7
salaries
| ₹1.8 L/yr - ₹7.2 L/yr |
HR Executive
6
salaries
| ₹2 L/yr - ₹3.2 L/yr |
Softwaretest Engineer
5
salaries
| ₹1.8 L/yr - ₹4 L/yr |
TCS
Infosys
Wipro
HCLTech