Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Cadence Design Systems interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Cadence Design Systems
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 Months
Topics: Data Structures and Algorithms, Object-Oriented Programming, System Design
Tip
Tip

Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview. Also, try to implement it yourself without seeing the solution. Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand. 

Application process
Where: Linkedin
Eligibility: minimum 70 %
Resume Tip
Resume tip

Keep your resume short and up to mark and check spellings before submitting it for the interview process.

Interview rounds

01
Round
Easy
Video Call
Duration30 minutes
Interview date1 Jan 2020
Coding problem3

1. Find a Node in Linked List

Easy
10m average time
97% success
0/40
Asked in companies
Hewlett Packard EnterpriseCadence Design SystemsRTDS

Searching of node in linked list.

Problem approach
  • Just traversed the linked list and find the node to be searched. Then the interviewer asked me if we can apply binary searc,h here I said yes but we have to sort the linked list first and then we can apply.
Try solving now

2. Detect loop

Moderate
15m average time
80% success
0/80
Asked in companies
Goldman SachsInformaticaMicrosoft

Detect loop in Iinked list.

Problem approach
  • I gave the interviewer two-pointer concept of fast and slow pointers in which one pointer move double of other pointer and if these pointers meet then there is a loop in linked dlist.
Try solving now

3. Implement Stack with Linked List

Moderate
30m average time
73% success
0/80
Asked in companies
AmazonMathworksCisco

 Implementation of stack using singly linked list.

Problem approach
  • I simply implemented pop and push operations of stack using insert and delete from front operations of linked list and wrote its fully functional code with comments.
Try solving now
02
Round
Easy
Video Call
Duration40 minutes
Interview date1 Jan 2020
Coding problem2

1. Top view

Moderate
42m average time
61% success
0/80
Asked in companies
SamsungAdobeMakeMyTrip

Top view of binary tree.

Problem approach
  • Simply gave the interviewer level order approach with the concept of horizontal distance. We will store the first node having a particular horizontal distance in map and at last, the map will contain the required top view.
Try solving now

2. Delete Node in LL

Moderate
40m average time
67% success
0/80
Asked in companies
FreshworksMyntraGroww

Deletion from the linked list(All cases).

Problem approach
  • I explained all three cases of deletion that is from the head, middle, and from last. The interviewer was impressed by my all solutions.
Try solving now

Here's your problem of the day

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

What is the result of 4 % 2?

Start a Discussion
Similar interview experiences
company logo
SDE - 1
3 rounds | 10 problems
Interviewed by Cadence Design Systems
1176 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Cadence Design Systems
1736 views
0 comments
0 upvotes
company logo
QA Engineer
3 rounds | 4 problems
Interviewed by Cadence Design Systems
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 10 problems
Interviewed by Cadence Design Systems
580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
5552 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
4783 views
3 comments
0 upvotes