Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cogoport Team. If you also belong to the team, you can get access from here

Cogoport Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cogoport SDE Interview Questions and Answers

Updated 2 Dec 2024

Cogoport SDE Interview Experiences

3 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Was a fairly basic Aptitude test, but time was less so you need to be fast

Round 3 - Coding Test 

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

Round 4 - One-on-one 

(2 Questions)

  • Q1. They can ask a very easy linked list question or a very hard DP question also depending on your luck and your presentation skills
  • Q2. Sort the link list
  • Ans. 

    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

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. He will ask your JEE rank and your previous internship experience, but don't worry if you made it to the HR round you are 110% selected

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company, they will f*ck your mental piece, they will cut your basic salary and no bonus will be given as mentioned in CTC like joining or retention

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. How are you doing

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

SDE Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Initially aptitude round, followed by coding test

Round 2 - Coding Test 

Not yet completed will update later about my experience.

Interview questions from similar companies

SDE Interview Questions & Answers

Freight Tiger user image Satyam Mishra

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Print LCS of a string
  • Ans. 

    Print Longest Common Subsequence of a string

    • Use dynamic programming to find the LCS of two strings

    • Create a 2D array to store the lengths of LCS for each pair of characters

    • Trace back through the array to find the actual LCS string

    • Example: For strings 'ABCBDAB' and 'BDCAB', the LCS is 'BCAB'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I rejected after round 1

Skills evaluated in this interview

SDE Interview Questions & Answers

FarEye user image Anonymous

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good HackerRank Question

Round 2 - Technical 

(2 Questions)

  • Q1. 2 sum Array question
  • Q2. Left View of a tree
  • Ans. 

    The left view of a tree shows the nodes that are visible when looking at the tree from the left side.

    • Traverse the tree in a level order manner

    • Keep track of the first node encountered at each level

    • Add the first node at each level to the result array

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions asked in an interview .

Round 2 - Coding Test 

DP, graph, and array questions asked in 2nd round also asked my company project

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for the DSA and system design round and basic computer concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about schema for ecommerce and a coding question

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA ROUND - DP problem
  • Ans. 

    Dynamic Programming problem involving finding the maximum sum of non-adjacent elements in an array.

    • Use dynamic programming to keep track of the maximum sum at each index.

    • At each index, the maximum sum is either the current element plus the sum two indices back, or the sum at the previous index.

    • Example: For array [2, 4, 6, 2, 5], the maximum sum of non-adjacent elements is 13 (2 + 6 + 5).

  • Answered by AI
  • Q2. DSA ROUND - STRING PROBLEM
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings

    • Return the prefix when characters don't match or reach end of any string

    • Example: Input - ['flower', 'flow', 'flight'], Output - 'fl'

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. PROJECT RELATED QUESTIONS
  • Q2. DESIGN LRU CACHE
  • Ans. 

    LRU cache is a data structure that stores the most recently used items.

    • Use a doubly linked list to keep track of the order of items based on their usage.

    • Use a hashmap to quickly access items in the cache.

    • When a new item is accessed, move it to the front of the linked list.

    • If the cache is full, remove the least recently used item from the end of the linked list.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ecom Express Software Developer interview:
  • Dynamic programming
  • Priority queue
Interview preparation tips for other job seekers - Communicate yourself , whether you are able to think about the problem or not .

Skills evaluated in this interview

Cogoport Interview FAQs

How many rounds are there in Cogoport SDE interview?
Cogoport interview process usually has 2-3 rounds. The most common rounds in the Cogoport interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in Cogoport SDE interview?

Some of the top questions asked at the Cogoport SDE interview -

  1. sort the link l...read more
  2. They can ask a very easy linked list question or a very hard DP question also d...read more
  3. How are you do...read more

Tell us how to improve this page.

Cogoport SDE Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
MagicPin Interview Questions
2.7
 • 50 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
View all
Cogoport SDE Salary
based on 6 salaries
₹9 L/yr - ₹20 L/yr
37% less than the average SDE Salary in India
View more details

Cogoport SDE Reviews and Ratings

based on 5 reviews

1.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 5 Reviews and Ratings
Key Account Manager
231 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Software Engineer
83 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Product Manager
81 salaries
unlock blur

₹20 L/yr - ₹35 L/yr

Software Developer
70 salaries
unlock blur

₹7.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Cogoport with

Freight Tiger

3.6
Compare

BlackBuck

3.8
Compare

FarEye

3.1
Compare

Delhivery

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview