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

Software Engineer Trainee

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: C++, Python, Computer Networks, DBMS, OOP
Tip
Tip

Tip 1 : Prepare computer networks
Tip 2 : Must know at least one programming language

Application process
Where: Campus
Eligibility: Min 6.5 CGPA
Resume Tip
Resume tip

Tip 1 : Mention Projects
Tip 2 : Add coding profiles (if any)

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 mins
Interview date6 Oct 2021
Coding problem2

1. Check If Linked List Is Palindrome

Moderate
35m average time
65% success
0/80
Asked in companies
Lenskart.comDunzoAmazon

You are given a Singly Linked List of N nodes such that each node represents a single digit.

Your task is to return a node 'X', where 'X' represents the head of the Linked List storing the digits of the sum(most significant digit at the head) formed by adding the 1st half and 2nd half of the given Linked List.

Note:

1. When N is odd consider the middle element to be part of 1st half.

2. The sum should not contain any leading zero, except the number 0 itself.
For Example:
Given Linked List: 1-2-3-4-5-5-6

First half: 1-2-3-4    
Second half: 5-5-6

Output Linked List: 1-7-9-0 = (1234 + 556 = 1790)

Follow Up:

Can you add both halves without finding the length of Linked List and in O(1) space?
Try solving now

2. Add First and Second Half

Moderate
35m average time
65% success
0/80
Asked in companies
Lenskart.comDunzoAmazon

You are given a Singly Linked List of N nodes such that each node represents a single digit.

Your task is to return a node 'X', where 'X' represents the head of the Linked List storing the digits of the sum(most significant digit at the head) formed by adding the 1st half and 2nd half of the given Linked List.

Note:

1. When N is odd consider the middle element to be part of 1st half.

2. The sum should not contain any leading zero, except the number 0 itself.
For Example:
Given Linked List: 1-2-3-4-5-5-6

First half: 1-2-3-4    
Second half: 5-5-6

Output Linked List: 1-7-9-0 = (1234 + 556 = 1790)

Follow Up:

Can you add both halves without finding the length of Linked List and in O(1) space?
Try solving now
02
Round
Easy
Telephonic
Duration30 mins
Interview date7 Oct 2021
Coding problem7

1. DBMS Question

SQL query to remove duplicate entry.

2. DBMS Question

White SQL query to get last 20 students who scored greater than 40.

3. Design Question

How will you design a system to transfer records from one server to other server such that no records is missing.

4. OOPs question

What is OOP? What are pillars of OOP?

5. OOPs question

Define solid priciples

6. OOPs question

What is abstraction?

7. Reverse the String

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

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now
03
Round
Easy
Face to Face
Duration30 mins
Interview date8 Oct 2021
Coding problem1

1. HR Questions

Introduce yourself

what do you know about company

what are your 2 strengths (give some incidents to support you strengths)?

What are the areas you need to improve.

 

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 Trainee
4 rounds | 15 problems
Interviewed by Incedo Inc.
807 views
0 comments
0 upvotes
SDE - 1
4 rounds | 4 problems
Interviewed by Incedo Inc.
449 views
0 comments
0 upvotes
Software Engineer Trainee
3 rounds | 3 problems
Interviewed by Incedo Inc.
432 views
1 comments
0 upvotes
Software Engineer Trainee
3 rounds | 3 problems
Interviewed by Incedo Inc.
19 views
0 comments
0 upvotes