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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Algorithms, Databases, RDBMS, MySQL, OOPS, Dynamic Programming, Computer Networks.
Tip
Tip

Tip 1 : Have a clear understanding of OOPS and Computer Networks.

Tip 2 : Revise the top interview questions based on Data Structures and Algorithms.

Tip 3 : Try to do at least 2 projects in your college.

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

Tip 1 : Put detailed information about your projects on your Resume.

Tip 2 : Have extracurricular activities on your Resume and never lie on your Resume

Tip 3 : Put only that skills of those you are in good control of.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date15 Sep 2021
Coding problem2

It was an Online test round that included Aptitude questions,Technical Questions and 2 Coding questions and 7 Debugging Questions

1. Reverse A LL

Moderate
30m average time
65% success
0/80
Asked in companies
PhonePeMicrosoftHCL Technologies

Ninjas is practicing problems on the linked list. He came across a problem in which he has given a linked list of ‘N’ nodes and two integers, ‘LOW’ and ‘HIGH’. He has to return the linked list ‘HEAD’ after reversing the nodes between ‘LOW’ and ‘HIGH’, including the nodes at positions ‘LOW’ and ‘HIGH’.

Problem approach

Swap nodes from the starting to the nodes from end

Keep increasing the index of the nodes from starting and decreasing the index of the nodes from the end.

Try solving now

2. Left View Of Binary Tree

Moderate
30m average time
60% success
0/80
Asked in companies
SAP LabsZSThought Works

You have been given a Binary Tree of 'n' nodes, where the nodes have integer values



Example :
If the input tree is as depicted in the picture: 

alt text

The Left View of the tree will be:  2 35 2 
Problem approach

Tip 1 : Go thorough some basic questions of trees as it is very important topic

Tip 2 : First solve the question in your mind.

Tip 3 : Create logic in your mind and then implement it

Try solving now
02
Round
Medium
Video Call
Duration30 minutes
Interview date23 Sep 2021
Coding problem2

The timing was around 12:00 PM and the questions were about OOPS and Data Structures and My projects

1. Swap Number Without Temporary Variable

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

Given two variables ‘X’ and ‘Y’. Your task is to swap the number without using a temporary variable or third variable.

Swap means the value of ‘X’ and ‘Y’ must be interchanged. Take an example ‘X’ is 10 and ‘Y’ is 20 so your function must return ‘X’ as a 20 and ‘Y’ as a 10.

Problem approach

A = A+B
B = A-B
A = A-B

Try solving now

2. Stack using queue

Moderate
25m average time
65% success
0/80
Asked in companies
DunzoOptumBig Basket

Implement a Stack Data Structure specifically to store integer data using two Queues.


There should be two data members, both being Queues to store the data internally. You may use the inbuilt Queue.


Implement the following public functions :

1. Constructor:
It initializes the data members(queues) as required.

2. push(data) :
This function should take one argument of type integer. It pushes the element into the stack and returns nothing.

3. pop() :
It pops the element from the top of the stack and, in turn, returns the element being popped or deleted. In case the stack is empty, it returns -1.

4. top :
It returns the element being kept at the top of the stack. In case the stack is empty, it returns -1.

5. size() :
It returns the size of the stack at any given instance of time.

6. isEmpty() :
It returns a boolean value indicating whether the stack is empty or not.
Operations Performed on the Stack:
Query-1(Denoted by an integer 1): Pushes an integer data to the stack. (push function)

Query-2(Denoted by an integer 2): Pops the data kept at the top of the stack and returns it to the caller. (pop function)

Query-3(Denoted by an integer 3): Fetches and returns the data being kept at the top of the stack but doesn't remove it, unlike the pop function. (top function)

Query-4(Denoted by an integer 4): Returns the current size of the stack. (size function)

Query-5(Denoted by an integer 5): Returns a boolean value denoting whether the stack is empty or not. (isEmpty function)
Example
Operations: 
1 5
1 10
2
3
4

Enqueue operation 1 5: We insert 5 at the back of the queue.
  Queue: [5]

Enqueue operation 1 10: We insert 10 at the back of the queue.
  Queue: [5, 10]

Dequeue operation 2: We remove the element from the front of the queue, which is 5, and print it.
  Output: 5
  Queue: [10]

Peek operation 3: We return the element present at the front of the queue, which is 10, without removing it.
  Output: 10
  Queue: [10]

IsEmpty operation 4: We check if the queue is empty.
  Output: False
  Queue: [10]
Try solving now
03
Round
Easy
Video Call
Duration30 minutes
Interview date23 Sep 2021
Coding problem2

The timing was in the Evening and the interview was the Leadership Interview/HR Interview. The interviewer was quite friendly.

1. Puzzle

Exactly at 09 : 30 pm, What is the angle between the minute needle and the hour needle?

Problem approach

Tip 1 : Prepare frequently asked puzzles in Interviews.

Tip 2 : Take your time and get yourself some time to think over it.

Tip 3 : If you missed something in the question, don't hesitate in asking for repetition of the problem

2. Basic HR Questions

  • Tell me about yourself
  • What are your biggest achievement till now?
  • What do you think of the work culture here in Incedo?
  • Why should we hire you?
Problem approach

Tip 1 : Be yourself and stay confident

Tip 2 : Never lie in front of HR

Tip 3 : Stay friendly with the interviewer

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

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.
823 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.
426 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6262 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
2160 views
0 comments
0 upvotes