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

SDE - 1

Servosys Solutions
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I started my journey by learning basic programming language: Java. Later, I started hands-on coding problems on platform: GFG , trying to be consistent in doing so. After 2-3 months I was able to solve some questions on leetcode. I revised the core subjects like OS, DBMS, OOPS and CN focusing OOPS to the depth.
Application story
I applied through LinkedIn where my resume got shortlisted and the interview process began comprising of 1 coding test followed by 2 round of interviews.
Why selected/rejected for the role?
I was able to solve almost all the questions asked me during the selection process. Interviewer was quite impressed for my deep understanding of programming skills. My good communication skills are also one reason of my selection.
Preparation
Duration: 5 months
Topics: Data Structures, OOPS, Recusrion, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice Data Structures and Algorithms based questions
 

Application process
Where: Linkedin
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1: Make your resume concise and upto the point.
Tip 2: Mention the skills only you are confident of

Interview rounds

01
Round
Medium
Online Coding Test
Duration30 mins
Interview date20 Jan 2022
Coding problem2

1. Pattern Matching

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

You are given a pattern in the form of a string and a collection of words. Your task is to determine if the pattern string and the collection of words have the same order.

Note :
The strings are non-empty.

The strings only contain lowercase English letters.
Problem approach

1.Hash Map data structure is taken which works with the key-value pair.
2.Loop the strings, character by character, and verify if that character of the string exists in the hash map or not.
3.If the result is true, the counter for the character in the hash map is increased or else then put a count as 1.
4.Once the loop ends, then the Hash map is traversed and print the characters with more than 1 count.

Try solving now

2. Check Permutation

Easy
15m average time
85% success
0/40
Asked in companies
OptumGrabUber

You have been given two strings 'STR1' and 'STR2'. You have to check whether the two strings are anagram to each other or not.

Note:
Two strings are said to be anagram if they contain the same characters, irrespective of the order of the characters.
Example :
If 'STR1' = “listen” and 'STR2' = “silent” then the output will be 1.

Both the strings contain the same set of characters.
Problem approach

1.Initialize two strings in two variables.
2.Check if the length of the two strings is similar, if not then the strings are not an anagram.
3.If the result is true, take the two strings and store them in a character array.
4.Sort the two character arrays, then check if the two sorted arrays are alike.
5.If the result is true, the two strings are anagram else, not anagram.

Try solving now
02
Round
Medium
Telephonic
Duration20 mins
Interview date25 Jan 2022
Coding problem3

1. DBMS Questions

What are super, primary, candidate, and foreign keys?

Problem approach

Tip 1: Explain all of these in single sentence

2. DBMS Questions

What is database normalization?

Problem approach

It is a process of analyzing the given relation schemas based on their functional dependencies and primary keys to achieve the following desirable properties: 
1. Minimizing Redundancy 
2. Minimizing the Insertion, Deletion, And Update Anomalies Relation schemas that do not meet the properties are decomposed into smaller relation schemas that could meet desirable properties.

3. OS Question

What are the different states of the process?

Problem approach

Processes can be in one of three states: running, ready, or waiting
(Explain all three in one sentence)

03
Round
Easy
HR Round
Duration15 mins
Interview date30 Jan 2022
Coding problem1

1. Basic HR Questions

1. Tell me something about yourself?
2. Why are you interested in this job?
3.How do you handle stress, pressure, and anxiety?
4. Tell me about a time when you experienced difficulty at work while working on a project?

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
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes