Ixigo interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Ixigo
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures & Algorithms, OOPS, Java/C++ concepts, SQL, Competitive programming
Tip
Tip

Tip 1 : Practice questions from leet code, start from topics like arrays, string, dp.
Tip 2 : Understand the concepts of any programming language of your choice in depth, it will help you in long run.
Tip 3 : Should do 1 or 2 good projects

Application process
Where: Linkedin
Eligibility: No active backlog
Resume Tip
Resume tip

Tip 1 : one page resume
Tip 2 : should not put anything on your resume which you don't know, it will have a negative impact
Tip 3 : should update your resume according to the job requirement
Tip 4 : add one coding profile (username and platform) to your resume

Interview rounds

01
Round
Medium
Video Call
Duration90 minutes
Interview date1 Oct 2021
Coding problem1

1. Minimum Cost Path

Moderate
25m average time
70% success
0/80
Asked in companies
CIS - Cyber InfrastructureOptumBarclays

You have been given a matrix of ‘N’ rows and ‘M’ columns filled up with integers. Find the minimum sum that can be obtained from a path which from cell (x,y) and ends at the top left corner (1,1).

From any cell in a row, we can move to the right, down or the down right diagonal cell. So from a particular cell (row, col), we can move to the following three cells:

Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)
Try solving now
02
Round
Easy
Video Call
Duration90 minutes
Interview date4 Mar 2022
Coding problem1

1. 0 1 Knapsack

Easy
15m average time
85% success
0/40
Asked in companies
CIS - Cyber InfrastructureBNY MellonTata Consultancy Services (TCS)

A thief is robbing a store and can carry a maximal weight of W into his knapsack. There are N items and the ith item weighs wi and is of value vi. Considering the constraints of the maximum weight that a knapsack can carry, you have to find and return the maximum value that a thief can generate by stealing items.

Try solving now
03
Round
Easy
HR Round
Duration60 mins
Interview date7 Mar 2022
Coding problem1

1. Basic HR questions

This round was with the CTO of the company and it was a combination of both HR and tech question, puzzles were also asked in this round.

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 the output of print(type("Python"))?

Choose another skill to practice
Similar interview experiences
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ixigo
1288 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
5791 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
2160 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
1626 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
110853 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
54663 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
33446 views
6 comments
0 upvotes