Incedo Inc. interview experience Real time questions & tips from candidates to crack your interview

Senior Software Engineer

Incedo Inc.
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Computer networks, Python Basics, OOPS, Data Structures, Algorithms
Tip
Tip

Tip 1 : Ready for coding round with basics and DSA also these days.
Tip 2 : Ready any core subject like computer networks, operating system etc
Tip 3 : Go with atleast 2 projects.
Tip 4 : Ready for the projects you have done in your previous organisations and experience

Application process
Where: Referral
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Please have projects on your resume if you are fresher.
Tip 2 : Whatever topics you are confident in, please mention only those topics.

Interview rounds

01
Round
Medium
Video Call
Duration20 minutes
Interview date5 Mar 2021
Coding problem2

1. Puzzle

You have got someone working for you for five days and a gold bar to pay him. You must give them a piece of gold at the end of every day. What are the fewest number of cuts to the bar of gold that will allow you to pay him 1/5th each day?

2. Computer Network Questions

  • What is the network topology?
  • Define the 7 different layers of the OSI Reference Model
  • What is the ARP protocol?
02
Round
Easy
Video Call
Duration45 minutes
Interview date8 Mar 2022
Coding problem2

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

2. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
QualcommUberAmazon

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Data Engineer
3 rounds | 4 problems
Interviewed by Incedo Inc.
1132 views
0 comments
0 upvotes
SDE - 1
5 rounds | 11 problems
Interviewed by Incedo Inc.
560 views
0 comments
0 upvotes
Software Engineer
3 rounds | 7 problems
Interviewed by Incedo Inc.
538 views
0 comments
0 upvotes
SDE - 1
4 rounds | 4 problems
Interviewed by Incedo Inc.
449 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3920 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
5173 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
3155 views
3 comments
0 upvotes