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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Arrays, Linked List, Patterns, Trees, Maps
Tip
Tip

Tip 1 : Try to be consistent not like you do 4 hr of coding in a day & then for next 2 days you do nothing, so be consistent. 
Tip 2 : Always focus on basics and don't scared form new tech coming everyday because on the basics level all are same.
Tip 3 : Participate in Hackathon as much as possible it will boost your confidence.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Resume has to short and crisp in a single page and try to show figure as proof if you done something worth it
Tip 2 : Never lie in your resume because later you got caught & then its not easy to turn back.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date4 Aug 2021
Coding problem1

It's a 90 minutes test with a combination of about 15-20 aptitude questions and 5 coding questions both of medium level

1. 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].
Problem approach

create a sum var = 0
use for loop on array and iterate through each element and add to the sum
print sum

Try solving now
02
Round
Medium
Video Call
Duration30 min
Interview date9 Sep 2021
Coding problem1

It's more of a aptitude, Problem Solving, and leadership skills checking round.

1. Puzzle

How many footballs has been sold in a year in India?

Problem approach

Tip 1: never answer a figure without reason
Tip 2: They don't want answer , they want to know your thought process behind your solution
Tip 3: Whatever steps you take to reach the answer explain the interviewer why behind that.

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
Software Engineer
3 rounds | 4 problems
Interviewed by Incedo Inc.
838 views
0 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by Incedo Inc.
745 views
0 comments
0 upvotes
Software Engineer
3 rounds | 7 problems
Interviewed by Incedo Inc.
538 views
0 comments
0 upvotes
Software Engineer
2 rounds | 2 problems
Interviewed by Incedo Inc.
586 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3266 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2644 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes