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

Software Engineer

Country Delight
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
In the college last year (07 semester), I joined coding ninjas c++ course for preparation. This course helped me in understanding basics of language and syntax. After this course i am able to crack multiple companies. I used to do coding on Saturday and sunday . During my company time i learned java language with data structure from youtube. During my preparation i followed leetcode and some youtube courses. Currently i am working in Country Delight as Software Engineer.
Application story
This was an off-campus opportunity. There was 2 technical round. In both of the technical rounds, the questions were asked from OOPS, DBMS, OS, Computer Networking, and some DSA questions
Why selected/rejected for the role?
Selected, I had qualified for all the rounds as I have the good competitive programming skills required to clear this company only very few students were able to clear this company's rounds.
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Prepare Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip 2 : Practice atleast 3 coding questions per day
Tip 3 : must have consistency

Application process
Where: Referral
Eligibility: 7.5+ CGPA
Resume Tip
Resume tip

Tip 1 : Make it short and on to the point.
Tip 2 : Be confident with whatever you have mentioned in the resume

Interview rounds

01
Round
Medium
Online Coding Test
Duration60 minutes
Interview date22 Dec 2021
Coding problem2

It was coding round test consisting of two dsa based questions

1. Count Number of Subsequences

Moderate
15m average time
85% success
0/80
Asked in companies
Goldman SachsHCL TechnologiesAmazon

Given an array of non-negative integers ‘A’ and an integer ‘P’, find the total number of subsequences of ‘A’ such that the product of any subsequence should not be more than ‘P’.

A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.
Note
You need to print your answer modulo 10^9 + 7.
For Example
Let us take  A = [1,2,3] and P = 4. 
All the subsequences not having product more than ‘4’ are {1}, {2}, {3}, {1,2}, {1,3}. Therefore count is equal to ‘5’.
Problem approach

Step 1 : I first applied bubble sort. It was not good enough.
Step 2 : Interviewer asked me to optimise the solution.
Step 3 : Then i gave solution with merge sort and interviewer was happy.

Try solving now

2. Rod cutting problem

Moderate
40m average time
75% success
0/80
Asked in companies
Dream11UberGoldman Sachs

Given a rod of length ‘N’ units. The rod can be cut into different sizes and each size has a cost associated with it. Determine the maximum cost obtained by cutting the rod and selling its pieces.

Note:
1. The sizes will range from 1 to ‘N’ and will be integers.

2. The sum of the pieces cut should be equal to ‘N’.

3. Consider 1-based indexing.
Problem approach

It is a very famous problem based on dynamic programming concept

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date22 Dec 2021
Coding problem1

System Design Questions and OS

1. Operating System Questions

What are semaphores?
What is virtual memory?

Problem approach

Tip 1 : These are very important concepts of OS.
Tip 2 : Please be clear with your btech topics

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
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
Software Engineer
3 rounds | 6 problems
Interviewed by Country Delight
963 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes