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).
I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and effective software development.
I have experience in collaborating wi...
I learned valuable teamwork and problem-solving skills during my summer internship.
Developed strong collaboration skills by working with a team of software engineers to complete projects
Gained experience in troubleshooting and debugging software issues
Learned to effectively communicate and present technical concepts to both technical and non-technical stakeholders
Improved problem-solving abilities by identifying and re...
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
Pointers are variables that store memory addresses of other variables in programming languages.
Pointers allow direct access and manipulation of memory locations.
They are commonly used in programming languages like C and C++.
Pointers can be used to pass variables by reference, allowing modifications to the original value.
They can also be used to dynamically allocate memory.
Example: int* ptr; // declares a pointer to an
In 5 years, I see myself as a senior software engineer leading a team of developers.
Leading a team of developers
Working on complex projects
Continuing to learn and grow in my role
Contributing to the success of the company
I am a software engineer with experience in developing web applications and expertise in programming languages such as Java and Python.
Proficient in Java and Python programming languages
Experience in developing web applications using frameworks such as Spring and Django
Familiarity with database technologies such as MySQL and MongoDB
Strong problem-solving and analytical skills
Ability to work in a team and collaborate ef
My strengths include problem-solving skills and attention to detail. My weaknesses are sometimes being too critical of my own work and difficulty saying no.
Strengths: problem-solving skills, attention to detail
Weaknesses: being too critical of my own work, difficulty saying no
In the next 5 years, I see myself as a senior software engineer leading a team of developers.
I plan to continue learning and expanding my skillset
I hope to take on more leadership roles and mentor junior developers
I aim to contribute to the development of innovative software solutions
I plan to stay up-to-date with the latest technologies and industry trends
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Software Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Accenture
Wipro
Cognizant