i
Cogoport
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.
Was a fairly basic Aptitude test, but time was less so you need to be fast
3 coding questions, 2 were easy and 1 was leetcode medium to hard level. Now that 1 questions is important, I got an interview by solving both easy and returning 0 in the hard one to pass 2 test cases lol
Sort a linked list
Use a sorting algorithm like merge sort or quick sort to rearrange the nodes in the linked list
Maintain pointers to the current node, previous node, and next node while sorting
Update the head of the linked list after sorting
Top trending discussions
I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.
posted on 27 Jan 2017
I appeared for an interview in Dec 2016.
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.
DSA medium leetcode questions - easy to solve
DSA medium 2 questions and core questions 1.5 hrs
I prioritize tasks, communicate with stakeholders, and adjust resources as needed to meet deadlines.
Prioritize tasks based on importance and urgency
Regularly communicate with stakeholders to provide updates and address any issues that may impact deadlines
Adjust resources or seek help from team members if necessary to meet deadlines
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.
Increasing triple subsequence, rest is easy hashmap
Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.
Create a user registration and login system
Develop a news feed algorithm to display relevant content
Implement a messaging system for users to communicate
Design a user profile page with customizable options
Incorporate features like groups, events, and pages
Ensure scalability and security of
Reverse a linked list
Iterative approach using three pointers
Recursive approach with base case and recursive call
In-place reversal using stack
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Key Account Manager
225
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Associate Software Engineer
110
salaries
| ₹7 L/yr - ₹15 L/yr |
Software Engineer
83
salaries
| ₹7 L/yr - ₹20 L/yr |
Product Manager
81
salaries
| ₹20 L/yr - ₹35 L/yr |
Software Developer
72
salaries
| ₹7.5 L/yr - ₹20 L/yr |
MagicPin
InsanelyGood
KrazyBee
Treebo Hotels