Update appNew update is available. Click here to update.
Software Developer
Daffodil Software
upvote
share-icon
1 rounds | 2 Coding problems
views
187 views
comment
0 comments
upvote
2 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 1 month
Topics: Data Structure, Algorithms, DBMS, OS, OOPs.
Tip
Tip

Tip 1 : Good Command over Data Structure
Tip 2 : Prepare Core Subjects
Tip 3 : Have at least 1 project

Application process
Where: Campus
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Single Page resume with good Projects in it.
Tip 2 : Short and Crisp resume.

Interview rounds
01
Round
Medium
Online Coding Test
Duration60 minutes
Interview date29 Oct 2020
Problems2
Digits Decoding

A few days back, Ninja encountered...

view more
Problem approach

Simply try building a recursive solution first and then change it to iterative one.
This problem is recursive and can be broken into sub-problems. We start from the end of the given digit sequence. We initialize the total count of decodings as 0. We recur for two subproblems.
1) If the last digit is non-zero, recur for remaining (n-1) digits and add the result to the total count.
2) If...

view more
Try solving now
Distribute N candies among K people

Sanyam has ‘N’ candies, he wants to distrib...

view more
Problem approach

A naive approach is to iterate for every turn and distribute candies accordingly till candies are finished. Here Naive solution was also accepted.

Try solving now
Start a Discussion
Similar interview experiences
company logo
Software Developer
2 rounds | 3 problems
Interviewed by Daffodil Software
448 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Samsung
1722 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 4 problems
Interviewed by Daffodil Software
398 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Samsung
7 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
Software Developer
3 rounds | 5 problems
Interviewed by Deutsche Bank
4457 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 7 problems
Interviewed by Ion Trading
2417 views
1 comments
0 upvotes
company logo
Software Developer
3 rounds | 4 problems
Interviewed by Clearwater Analytics
1669 views
0 comments
0 upvotes