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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Java, MySQL, OOPS, Python
Tip
Tip

Tip 1 : Be confident in what you know
Tip 2 : Practise programs in Hacker Rank

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

Tip 1 : Be confident about what you keep in your resume.
Tip 2 : Do not keep false projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 min
Interview date20 Jan 2021
Coding problem1

1. Convert binary tree to mirror tree

Easy
15m average time
85% success
0/40
Asked in companies
AdobeWalmartThales

Given a binary tree, convert this binary tree into its mirror tree.

A binary tree is a tree in which each parent node has at most two children.

Mirror of a Tree: Mirror of a Binary Tree T is another Binary Tree M(T) with left and right children of all non-leaf nodes interchanged.

alt text

Note:
1. Make in-place changes, that is, modify the nodes given a binary tree to get the required mirror tree.
Problem approach

1. Basic thing for the mirror image is that left becomes right and right becomes left
2. Based on the above, I have applied the swapping technique

Try solving now
02
Round
Medium
HR Round
Duration30 minutes
Interview date26 Jan 2021
Coding problem1

It a business round

1. Convert Min Heap To Max Heap

Moderate
25m average time
75% success
0/80
Asked in companies
AmazonSAP LabsOLX Group

You are given an array of size ‘N’ which is an array representation of min-heap.


You need to convert this min-heap array representation to a max-heap array representation. Return the max-heap array representation.


For Example
Corresponding to given min heap : [1,2,3,6,7,8]

It can be converted to the following max heap: [8,7,3,6,2,1]

Problem approach

Tip 1: Have a good communication skills
Tip 2: Be confident on what you say

Try solving now
03
Round
Medium
Video Call
Duration15min
Interview date28 Jan 2021
Coding problem1

It is an HR round

1. Basic Hr Questions

Tell me about yourself, hobbies, skills etc.,

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
SDE - 1
5 rounds | 11 problems
Interviewed by Incedo Inc.
560 views
0 comments
0 upvotes
SDE - 1
3 rounds | 9 problems
Interviewed by Incedo Inc.
842 views
0 comments
0 upvotes
SDE - 1
2 rounds | 9 problems
Interviewed by Incedo Inc.
0 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
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes