i
Cogoport
Filter interviews by
PI and logical reasoning
needed to solve around 50 questions in 5 mins
I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.
Was asked about a case study regarding cost and profit, interviewer was observing my logical thinking and approach towards the problem.
Basically they'll check if you are covering all aspects or not.
SQL easy to medium level
posted on 3 Sep 2024
Take hime assignment on sql
posted on 27 Jan 2017
I appeared for an interview in Dec 2016.
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
Count the number of islands in a grid of '1's and '0's
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited
Increment the island count for each new island found
Ensure to handle boundary cases and check for visited nodes
Find the first and last index of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the first and last index once the iteration is complete.
Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.
Leecode medium level question
Leetcode Hard level Question
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
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Key Account Manager
231
salaries
| ₹4 L/yr - ₹10 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