Filter interviews by
I applied via Campus Placement
90 min MCQ +coding test on hackerrank.
Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If they meet at some point, there is a cycle in the linked list.
Coding test consisted of 2 coding questions and mcqs
In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.
Continuing to enhance my technical skills and knowledge through ongoing learning and certifications
Taking on more leadership responsibilities and mentoring junior team members
Contributing to the development of cutting-edge software solutions for the company
Possibly pursuing a higher position such as a technical ar
I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.
Coding question, reasoning, english, math, very easy
I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.
5 years of experience in software development
Proficient in Java, Spring Boot, and Angular
Strong problem-solving skills
Experience working in Agile development environment
Passionate about learning new technologies
posted on 13 Dec 2024
I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.
Aptitude questions followed by two coding questions.
Two coding questions followed by a discussion on projects.
Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.
Solely 2 coding question
Coding + Aptitude question
Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.
Composition is a 'has-a' relationship, where the child object is part of the parent object.
Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...
I applied via campus placement at Keshav Memorial Institute of Technology, Nalgonda and was interviewed in Aug 2024. There were 2 interview rounds.
Aptitude and techical
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
based on 7 reviews
Rating in categories
Software Engineer III
131
salaries
| ₹19.1 L/yr - ₹49 L/yr |
Software Engineer
101
salaries
| ₹10.5 L/yr - ₹35.1 L/yr |
Software Engineer2
74
salaries
| ₹15 L/yr - ₹28 L/yr |
Senior Software Engineer
69
salaries
| ₹25 L/yr - ₹64 L/yr |
Software Engineer II
58
salaries
| ₹12.2 L/yr - ₹26 L/yr |
Cisco
Juniper Networks
Palo Alto Networks
Fortinet