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 Associate Software Engineer Interview Questions and Answers

Updated 19 Mar 2023

Cogoport Associate Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Had assignment for ror and react basic crud

Round 2 - Technical 

(2 Questions)

  • Q1. Elevator problem in java
  • Ans. 

    Elevator problem in Java

    • Create an Elevator class with methods for moving up and down

    • Use a Queue to keep track of the floors that need to be visited

    • Implement a scheduling algorithm to determine the order of floor visits

  • Answered by AI
  • Q2. Horse race puzzle solution

Interview Preparation Tips

Interview preparation tips for other job seekers - keep ur code well defined and structured to get distinguished

Skills evaluated in this interview

Interview questions from similar companies

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 dsa questions of easy/medium

Round 2 - Technical 

(1 Question)

  • Q1. Asked two dsa questions of leetcodeeasy/medium
Round 3 - Technical 

(1 Question)

  • Q1. Asked two dsa questions of leetcode easy/medium
Round 4 - Behavioral 

(1 Question)

  • Q1. Asked one dsa question on tree and discussion on resume and dbms os
Round 5 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leecode medium level question

Round 2 - Coding Test 

Leetcode Hard level Question

Round 3 - Technical 

(1 Question)

  • Q1. This is cto round asked some interview questions

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some basics questions on Core Java like Hashmaps. Write a code to extract values on the basis of keys and values. Some basic questions on Android like Intent, Sharedprefrence , Activity etc

Interview Preparation Tips

Interview preparation tips for other job seekers - For Technical round you must have basic knowledge on core java.

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee 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 was interviewed 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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium, can solve with leetcode medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of islands count
  • Ans. 

    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

  • Answered by AI
  • Q2. First and last index of a particular element in an array
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA leetcode (1 medium , 1 hard)
Round 2 - Technical 

(1 Question)

  • Q1. Same round 1 2 DSA leetcode questions (1 hard , 1 medium)
Round 3 - Technical 

(1 Question)

  • Q1. It was the hiring manager round, it started with the LRU cache algorithm and went deep in the system design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DSA - level order traversal, sliding window.
Round 2 - One-on-one 

(1 Question)

  • Q1. Atomic transaction in distributed system
  • Ans. 

    Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

    • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

    • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

  • Answered by AI

Cogoport Interview FAQs

How many rounds are there in Cogoport Associate Software Engineer interview?
Cogoport interview process usually has 3 rounds. The most common rounds in the Cogoport interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Cogoport Associate Software Engineer interview?

Some of the top questions asked at the Cogoport Associate Software Engineer interview -

  1. elevator problem in j...read more
  2. horse race puzzle solut...read more

Tell us how to improve this page.

Cogoport Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 453 Interviews
Ecom Express Interview Questions
3.9
 • 195 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
MagicPin Interview Questions
3.1
 • 48 Interviews
Stylebaazar Interview Questions
3.9
 • 30 Interviews
Tokopedia Interview Questions
4.0
 • 27 Interviews
View all
Cogoport Associate Software Engineer Salary
based on 108 salaries
₹7 L/yr - ₹14 L/yr
102% more than the average Associate Software Engineer Salary in India
View more details

Cogoport Associate Software Engineer Reviews and Ratings

based on 12 reviews

1.7/5

Rating in categories

2.7

Skill development

1.4

Work-life balance

2.2

Salary

1.4

Job security

1.4

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 12 Reviews and Ratings
Key Account Manager
230 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Software Engineer
108 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Software Engineer
98 salaries
unlock blur

₹7 L/yr - ₹18.6 L/yr

Product Manager
74 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