Filter interviews by
I applied via Indeed and was interviewed before Jul 2023. There was 1 interview round.
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Compare each pair of adjacent elements in the array and swap them if they are in the wrong order
Repeat this process until no more swaps are needed, indicating that the array is sorted
Time complexity of O(n^2) in the worst case scenario
Example: ['banana', 'apple', 'c...
Function to search for a value in a binary search tree
Start at the root node
Compare the value to the current node's value
If the value is less, move to the left child node; if greater, move to the right child node
Repeat until the value is found or the node is null
Linear search compares each element in a list sequentially, while binary search divides the list in half at each step.
Linear search has a time complexity of O(n), while binary search has a time complexity of O(log n).
Linear search is suitable for small lists, while binary search is more efficient for larger sorted lists.
Example: Linear search - searching for a name in an unsorted phone book. Binary search - searching f
Use a loop to check for prime numbers from 1 to n
Iterate from 1 to n and check if each number is prime
A prime number is only divisible by 1 and itself
Start checking divisibility from 2 up to the square root of the number
I applied via Indeed and was interviewed before Jan 2024. There were 2 interview rounds.
Generally, they ask questions related to data structures and algorithms, focusing on the basics rather than high-level concepts, as well as the fundamentals of object-oriented programming (OOP).
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
I applied via Walk-in and was interviewed in Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 3 interview rounds.
Incident management is the process of identifying, analyzing, and resolving incidents to minimize their impact on business operations. Change management is the process of managing changes to IT systems to minimize disruption and ensure that changes are made in a controlled and systematic manner.
Incident management involves identifying and resolving incidents as quickly as possible to minimize their impact on business o...
To debug a particular program without affecting others, use breakpoints and step through the code.
Set a breakpoint in the program you want to debug
Step through the code using a debugger to identify the issue
Use logging statements to track the flow of the program
Check the call stack to see which functions are being called
Use conditional breakpoints to stop the program at specific points
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 3 interview rounds.
1.It covers all aptitude topics, and English sentences
2.Essay writing
3.Coding
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Software Developer
6
salaries
| ₹2.3 L/yr - ₹5 L/yr |
TCS
Accenture
Wipro
Cognizant