Filter interviews by
I appeared for an interview in Dec 2023.
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
I marked a total of 25 errors during the quality check process.
I kept a record of all the errors I found during the quality check process.
The errors ranged from minor typos to major coding errors.
I made sure to communicate all the errors to the relevant team members for correction.
I also provided suggestions for preventing similar errors in the future.
Overall, I was able to ensure a high level of quality in the final p
I have used various quality tools such as Six Sigma, Lean, and Root Cause Analysis to improve user experience.
Implemented Six Sigma methodology to reduce defects and improve customer satisfaction
Utilized Lean principles to streamline processes and eliminate waste
Conducted Root Cause Analysis to identify and address underlying issues
Used Fishbone diagrams to identify potential causes of problems
Implemented Statistical P...
Top trending discussions
posted on 8 Apr 2021
posted on 19 May 2022
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.
The binary tree is represented i...
Print nodes of a binary tree in spiral order traversal.
Use a queue to perform level order traversal of the binary tree.
Alternate between printing nodes from left to right and right to left at each level.
Handle null nodes represented by '-1' appropriately.
Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.
Round duration - 60 Minutes
Round difficulty - Easy
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
Round duration - 60 Minutes
Round difficulty - Easy
Design an elevator system for efficient vertical transportation.
Divide building into zones to optimize elevator usage.
Implement algorithms for efficient elevator scheduling.
Include safety features like emergency stop buttons and overload sensors.
Consider user interface for passengers to select floors and monitor elevator status.
Tip 1 : Never give up
Tip 2 : Practice
Tip 3 : Be positive
Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements
posted on 4 Mar 2021
Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.
Programming languages are the foundation of software development.
Learning multiple languages expands the range of problems a software engineer can solve.
Different languages have different strengths and are suited for different tasks.
Knowing multiple languages improves adaptability ...
I applied via Company Website and was interviewed before Sep 2020. There were 3 interview rounds.
I appeared for an interview in Jan 2021.
Merge sort and Quick sort are sorting algorithms while Fibonacci is a sequence of numbers.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half and then merges them.
Quick sort is also a divide and conquer algorithm that selects a pivot element and partitions the array around the pivot.
Fibonacci is a sequence of numbers where each number is the sum of the two precedin...
I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.
Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.
Advantage: Provides structure and pre-built components for faster development
Advantage: Can improve code quality and maintainability
Disadvantage: Can limit flexibility and customization
Disadvantage: Requires learning curve and potential dependency issues
Example: ReactJS provides a fr...
Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.
Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism
Disadvantages: complexity, steep learning curve, performance overhead
Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'
based on 1 interview
Interview experience
based on 36 reviews
Rating in categories
Software Engineer
14
salaries
| ₹2.8 L/yr - ₹7.1 L/yr |
Database Developer
10
salaries
| ₹5 L/yr - ₹9 L/yr |
Softwaretest Engineer
9
salaries
| ₹5 L/yr - ₹9 L/yr |
Associate RCM
8
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Senior Software Engineer
7
salaries
| ₹7 L/yr - ₹12.6 L/yr |
24/7 Customer
Microsoft Corporation
SAP