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

SDE - 1

Incedo Inc.
upvote
share-icon
5 rounds | 11 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structure, Algorithms, Linklist, OOPS, Java, CPP, Html, javascript, css, bootstrap, jquery, advance java, firebase, google cloud, MySql, SqlServer
Tip
Tip

Tip 1 : focus more on problem solving,data structure do atleast 3-4 code daily 
Tip 2 : appear in the coding contest
Tip 3 : Do atleast 2 attractive project and make it use impressive structure,consistency is the key

Application process
Where: Campus
Eligibility: 7 CGPA, Projects, Technical Degree
Resume Tip
Resume tip

Tip 1 : Have some good projects on resume
Tip 2 : Put things on resume in which you are confident

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 Minutes
Interview date10 Feb 2021
Coding problem3

Timings: its in morning 9-11
Environment:its good and user friendly 
Level: level of questions is pretty good 
Interviewer: was nice and he was trying to checkl out all the knowledge and no one can not bluff him

1. Add One to Linked List

Easy
10m average time
90% success
0/40
Asked in companies
UberSamsung R&D InstitutePayPal

Ninja has been given a number that is represented in the form of a linked list such that each digit corresponds to a node. He has been asked to add 1 to it and return the updated list.

For Example:

1234 is represented as (1 -> 2 -> 3 -> 4) and adding 1 to it should change it to (1 -> 2 -> 3 -> 5).

Note:

The input Linked list does not have any trailing zeros.
Try solving now

2. Smallest Window

Moderate
10m average time
90% success
0/80
Asked in companies
HSBCSAP LabsExpedia Group

You are given two strings S and X containing random characters. Your task is to find the smallest substring in S which contains all the characters present in X.

Example:

Let S = “abdd” and X = “bd”.

The windows in S which contain all the characters in X are: 'abdd', 'abd', 'bdd', 'bd'. 
Out of these, the smallest substring in S which contains all the characters present in X is 'bd'. 
All the other substring have a length larger than 'bd'.
Try solving now

3. SQL Questions

Write a query to display the records which have 3 or 
more consecutive rows and the amount of people more than 100(inclusive).

-- X city built a new stadium, each day many people visit it and 
the stats are saved as these columns: id, visit_date, people

-- Please write a query to display the records which have 3 or 
more consecutive rows and the amount of people more than 100(inclusive).

-- For example, the table stadium:
-- +------+------------+-----------+
-- | id | visit_date | people |
-- +------+------------+-----------+
-- | 1 | 2017-01-01 | 10 |
-- | 2 | 2017-01-02 | 109 |
-- | 3 | 2017-01-03 | 150 |
-- | 4 | 2017-01-04 | 99 |
-- | 5 | 2017-01-05 | 145 |
-- | 6 | 2017-01-06 | 1455 |
-- | 7 | 2017-01-07 | 199 |
-- | 8 | 2017-01-08 | 188 |
-- +------+------------+-----------+
-- For the sample data above, the output is:

-- +------+------------+-----------+
-- | id | visit_date | people |
-- +------+------------+-----------+
-- | 5 | 2017-01-05 | 145 |
-- | 6 | 2017-01-06 | 1455 |
-- | 7 | 2017-01-07 | 199 |
-- | 8 | 2017-01-08 | 188 |
-- +------+------------+-----------+
-- Note:

Problem approach

Tip 1 : read the question carefully 
Tip 2 : think simple approach first then move to optimal one 
Tip 3 : maintain your speed too

02
Round
Medium
Video Call
Duration60 Minutes
Interview date12 Feb 2021
Coding problem5

Timing : Afternoon
Environment: zoom call
Its a technical round where he was asking concept of data structure , projects related questions, cross questions, sql concepts and questions

1. Networking Question

What is s in https

Problem approach

Tip 1 : Read editorial 
Tip 2 : read interview questions 
Tip 3 : practice mock tests

2. SQL Question

Select the nth employee from the table

Problem approach

Tip 1 : practice sql queries 
Tip 2 : learn concept 
Tip 3 : stay confident

3. OOPS Question

Inheritance , abstract class, method overloading

Problem approach

Tip 1 : read java editorial from geeks 
Tip 2 : practice some question 
Tip 3 : stay calm

4. Technical Questions

Are you maintaing question bank or adding a question in real time
(As my project is online test system)
I answered i am adding questions at real time and it add and at the same time it is adding to the question bank 
I have the dropdown too where we can select existing questions

5. Technical Question

Which api u used in your projects
 

Problem approach

I answerd - map api , sms api, email api, google drive api, spreadsheet api

03
Round
Medium
Video Call
Duration40 Minutes
Interview date15 Feb 2021
Coding problem1

Timing : morning 
Environment : zoom call 
Project related question

1. Technical Questions

He asked me to describe project 
He asked me to describe about tech stacks i used and why this tech stack is feasible 
He asked me about myself too 
He asked me about how coding is important 
He gave me some scenarios and asked me to give some solution about projects

Problem approach

Tip 1 : do projects by yourself 
Tip 2 : your project should attractive and technical 
Tip 3 : try to practice each and every module of your projects

04
Round
Easy
Face to Face
Duration30 minutes
Interview date16 Feb 2021
Coding problem1

Its a leadership round in which they were asking about strength weakness hobbies what type is you what is your achievement other then academics situation where you think you have the qualities of leadership

1. Basic HR Questions

Strength , weekness , in which situation you think you have the leadership qualities

Problem approach

Tip 1 : practice mock interview 

05
Round
Medium
HR Round
Duration20 minutes
Interview date17 Jun 2022
Coding problem1

Timings : mornjng

1. Basic HR Questions

How was the interview process, how you perform , salary discussion , about incedo and some casual talks

Problem approach

Tip 1 : keep relax you are in hr round 
Tip 2 : answer confidently with reality 
Tip 3 : dont give fake answers he is senior he knows everything

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
3 rounds | 3 problems
Interviewed by Incedo Inc.
0 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
2198 views
0 comments
0 upvotes