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 for Experienced

Updated 2 Dec 2024

Cogoport SDE Interview Experiences for Experienced

1 interview 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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Computer Fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Flatten a binary tree
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA medium leetcode questions - easy to solve

Round 2 - Coding Test 

DSA medium 2 questions and core questions 1.5 hrs

Round 3 - HR 

(5 Questions)

  • Q1. Managerial round and company fit check
  • Q2. Tell about company
  • Q3. Why should we hire you?
  • Q4. Tell something not in your resume
  • Q5. How would you handle deadlines?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and core concepts and be confident

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Ds algo questions
  • Q2. Js basics
  • Q3. React.js

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good you should mainly focus on Ds algo part and basics of Js or other technology for which you are applying .

Interview Questionnaire 

1 Question

  • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Increasing triple subsequence, rest is easy hashmap

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design Questions to build a scalable micro service
  • Q2. Salary Discussion

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    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

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

Cogoport Interview FAQs

How many rounds are there in Cogoport SDE interview for experienced candidates?
Cogoport interview process for experienced candidates usually has 5 rounds. The most common rounds in the Cogoport interview process for experienced candidates are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Cogoport SDE interview for experienced candidates?

Some of the top questions asked at the Cogoport SDE interview for experienced candidates -

  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 for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
Bijnis Interview Questions
3.7
 • 10 Interviews
View all
Cogoport SDE Salary
based on 6 salaries
₹9 L/yr - ₹20 L/yr
35% 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
225 salaries
unlock blur

₹3 L/yr - ₹9.5 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
72 salaries
unlock blur

₹7.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Cogoport with

MagicPin

2.6
Compare

InsanelyGood

4.1
Compare

KrazyBee

3.7
Compare

Treebo Hotels

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