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

Software Developer

Shrine Software
upvote
share-icon
3 rounds | 9 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 12 months
Topics: data structures, algorithms, OOPS, OS, DBMS, Aptitude, CN
Tip
Tip

Tip 1 : Stay motivated and do DSA daily
Tip 2 : make projects, work on your development skills

Application process
Where: Naukri
Eligibility: B.tech
Resume Tip
Resume tip

Tip 1 : mention projects, atleast 2
Tip 2 : give links of projects and coding profiles

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 mins
Interview date17 Aug 2022
Coding problem2

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
QuikrMicrosoftSAP Labs

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

I used three pointers curr, prev, and next to keep track of nodes to update reverse links.
and from there I was able to code.

Try solving now

2. Maximum Subarray Sum

Moderate
25m average time
75% success
0/80
Asked in companies
Paytm (One97 Communications Limited)AmazonSnapdeal

Given an array of numbers, find the maximum sum of any contiguous subarray of the array.


For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and 86.


Given the array [-5, -1, -8, -9], the maximum sum would be -1.


Follow up: Do this in O(N) time.

Problem approach

Step1 : I tried brute force but it gives TLE
step2: I tried to tell for DP and able to answer and code.

Try solving now
02
Round
Easy
Face to Face
Duration15 mins
Interview date22 Aug 2022
Coding problem6

1. OOPS Question

what is abstract class?

2. OOPs Question

What is constructors?

3. HTML Question

Rate yourself in HTML

4. OOPs Question

Types of constructor?

5. OOPs Question

What is polymorphism?

6. OOPs Question

pointers, example of pointers

03
Round
Easy
HR Round
Duration10 mins
Interview date25 Aug 2022
Coding problem1

1. Basic HR Questions

Introduce yourself

Are you able to work in night shift?

What do you know about the company?

Willing to relocate?

Do you have any other offer in hand?

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 select an element by class name in CSS?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2558 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
4953 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1733 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1499 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3422 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2174 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 8 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes