Faster and better experience!
Filter interviews by
I appeared for an interview before Feb 2024.
BE Skills for phyton Dev and Front End
I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.
Regression testing is the process of retesting software to ensure that new code changes have not adversely affected existing functionality.
Perform regression testing after code changes to ensure no new bugs were introduced
Roles include creating test plans, executing test cases, reporting bugs, and collaborating with developers
Day-to-day activities involve running tests, analyzing results, and communicating with team me...
I applied via Indeed and was interviewed in Dec 2021. There were 3 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 120 Minutes
Round difficulty - Medium
Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...
The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.
Read the number of test cases 'T'
For each test case, encode the 'SECRET_INFORMATION' and then decode it
Compare the decoded string with the original 'SECRET_INFORMATION'
Print 'Transmission successful' if they match, else print 'Transmission failed'
Round duration - 60 Minutes
Round difficulty - Medium
Given an array Arr
consisting of N integers, your task is to find the equilibrium index of the array.
An index is considered as an equilibrium index if the sum of elem...
Find the equilibrium index of an array where sum of elements on left equals sum on right.
Iterate through the array and calculate prefix sum and suffix sum at each index.
Compare prefix sum and suffix sum to find equilibrium index.
Return the left-most equilibrium index or -1 if none found.
Round duration - 50 Minutes
Round difficulty - Easy
Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company
Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.
I appeared for an interview in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
based on 4 interviews
Interview experience
based on 14 reviews
Rating in categories
QA Engineer
6
salaries
| ₹4.6 L/yr - ₹6 L/yr |
Software Engineer
5
salaries
| ₹4.8 L/yr - ₹19 L/yr |
Software Developer
4
salaries
| ₹4.8 L/yr - ₹15 L/yr |
Odoo Developer
4
salaries
| ₹6 L/yr - ₹6 L/yr |
Drafter
4
salaries
| ₹3 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant