Filter interviews by
I applied via Referral
Smoke testing is a type of software testing that checks the basic functionality of an application without going into details.
It is a preliminary test to ensure that the critical functionalities of the application are working fine.
It is usually performed after a new build is received or after a major change is made to the application.
It is a quick and shallow test that helps to identify major issues early in the testing...
Retesting is the process of re-executing test cases that failed in the previous test cycle, while regression testing is the process of re-executing test cases to ensure that changes or fixes have not introduced new defects.
Retesting focuses on the failed test cases from the previous test cycle.
Regression testing focuses on ensuring that changes or fixes have not introduced new defects.
Retesting is performed to validate...
Defect tracking tool is used to track and manage defects found during testing.
Defect tracking tool helps in identifying, reporting, and tracking defects in software.
It helps in prioritizing and assigning defects to the respective team members.
It also helps in monitoring the status of defects and their resolution.
Examples of defect tracking tools are JIRA, Bugzilla, and HP ALM.
Top trending discussions
posted on 10 Nov 2015
I appeared for an interview before Oct 2020.
Round duration - 40 minutes
Round difficulty - Medium
Asked about time complexity of algorithm, puzzles, DBMS, cutting edge technologies etc. What are indexes?
Given an array of integers ARR
of size N, consisting of 0s and 1s, you need to select a sub-array and flip its bits. Your task is to return the maximum count of 1s that can b...
Given an array of 0s and 1s, find the maximum count of 1s by flipping a sub-array at most once.
Iterate through the array and keep track of the maximum count of 1s obtained by flipping a sub-array.
Consider flipping a sub-array from index i to j and calculate the count of 1s in the resulting array.
Return the maximum count of 1s obtained by flipping a sub-array at most once.
Round duration - 20 minutes
Round difficulty - Medium
Asked 1 standard algorithm
You are provided with a 2-dimensional matrix having N
rows and M
columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...
Count the number of islands in a 2D matrix of 1s and 0s.
Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.
Mark visited cells to avoid redundant traversal.
Increment island count whenever a new island is encountered.
Tip 1 : prepare for competitive programming
Tip 2 : know about standard algorithm
Tip 3 : must be good with dbms
Tip 1 : must have projects, which you can explain to them
Tip 2 : have things on resume, that you are totally certain about.
posted on 22 Jan 2023
I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.
Aptitude+coding was asked. Consider this as the very important selection criteria
Design test . Its very likely to be easy
I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.
posted on 30 Oct 2023
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
Easy and good English passage reading
Not so much difficult. english comprehension matters for this test.
C++ is a high-level programming language used for developing system software, application software, and video games.
C++ is an extension of the C programming language
It supports object-oriented programming concepts like classes, inheritance, polymorphism, etc.
It is a compiled language and provides low-level memory manipulation features
C++ is widely used in developing operating systems, device drivers, game engines, and ...
Joins are used to combine data from two or more tables based on a related column.
Types of joins include inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all rows from the left table and matching rows from the right table.
Right join returns all rows from the right table and matching rows from the left table.
Full outer join returns all row...
I appeared for an interview in Jul 2024.
Leet code medium level question
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap uses a hashing function to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
Software Engineer
163
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Senior Software Engineer
104
salaries
| ₹4.2 L/yr - ₹12 L/yr |
Design Engineer
97
salaries
| ₹1.5 L/yr - ₹6.5 L/yr |
Project Engineer
68
salaries
| ₹2.2 L/yr - ₹4.2 L/yr |
Softwaretest Engineer
51
salaries
| ₹2.9 L/yr - ₹7.5 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Damco Solutions