Upload Button Icon Add office photos

Filter interviews by

Cogoport SDE (Software Development Engineer) Interview Questions and Answers

Updated 8 Dec 2022

Cogoport SDE (Software Development Engineer) Interview Experiences

2 interviews found

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

I applied via Campus Placement

Round 1 - Behavioral questions 

(2 Questions)

  • Q1. Tick the words boxes that best describes yourself.
  • Ans. 

    I am a highly motivated and detail-oriented software engineer with a passion for problem-solving and continuous learning.

    • Highly motivated

    • Detail-oriented

    • Passionate about problem-solving

    • Continuous learner

  • Answered by AI
  • Q2. Tick the words boxes that best describes your vision of a perfect employer.
  • Ans. 

    A perfect employer is one who values employee growth, fosters a positive work environment, and promotes work-life balance.

    • Values employee growth and provides opportunities for professional development

    • Fosters a positive work environment with open communication and collaboration

    • Promotes work-life balance by offering flexible schedules and benefits

    • Recognizes and rewards employee achievements

    • Provides a competitive salary a

  • Answered by AI
Round 2 - Aptitude Test 

Had to solve 50 questions in 12 minutes. Questions were very easy, only headache was to attempt as many as you could in 12 minutes. .

Round 3 - Coding Test 

Had questions regarding core subjects in the multiple choice section in the 1st section of this round. In the section 2nd of this round you had 3 questions of data structures (2 easy and 1 of moderate difficulty level).

Round 4 - Technical 

(1 Question)

  • Q1. Interview revolved around Data Structures and DBMS (particularly SQL).
Round 5 - HR 

(1 Question)

  • Q1. Standard HR questions that you probably gonna expect in every other company.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the rounds were elimination round, so attempt each meticulously.

I applied via Campus Placement

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 

50 easy aptitiutde questions in 12 mins.

Round 3 - Coding Test 

2 coding questions in 1 hourr were aksed.

Round 4 - HR 

(2 Questions)

  • Q1. Why do u want to join our company?
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Core subjects knowledge boost your chances.Always tells inteviewer about the subjects that you know very welll.

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

Interview questions from similar companies

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

English ,maths ,coding question it was 1hour test.

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS, data structures and coding questions
  • Q2. Operating Systems DBMS and(sql queries)

Interview Preparation Tips

Interview preparation tips for other job seekers - focus more on data structures and algorithms and OOPS
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
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
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

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

English ,maths ,coding question it was 1hour test.

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS, data structures and coding questions
  • Q2. Operating Systems DBMS and(sql queries)

Interview Preparation Tips

Interview preparation tips for other job seekers - focus more on data structures and algorithms and OOPS

Cogoport Interview FAQs

How many rounds are there in Cogoport SDE (Software Development Engineer) interview?
Cogoport interview process usually has 5 rounds. The most common rounds in the Cogoport interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Cogoport SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 450 Interviews
Ecom Express Interview Questions
3.9
 • 193 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.1
 • 27 Interviews
View all
Cogoport SDE (Software Development Engineer) Salary
based on 11 salaries
₹12.5 L/yr - ₹20 L/yr
36% less than the average SDE (Software Development Engineer) Salary in India
View more details

Cogoport SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

3.0

Salary

5.0

Job security

1.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Key Account Manager
230 salaries
unlock blur

₹4 L/yr - ₹9.9 L/yr

Associate Software Engineer
108 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Software Engineer
95 salaries
unlock blur

₹7 L/yr - ₹19.7 L/yr

Product Manager
80 salaries
unlock blur

₹16 L/yr - ₹35.1 L/yr

Software Developer
71 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Cogoport with

Freight Tiger

3.6
Compare

Rivigo

3.9
Compare

BlackBuck

3.8
Compare

FarEye

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