Maveric Systems Ltd. interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Maveric Systems Ltd.
upvote
share-icon
5 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: OOPS, Swift 5, GCD, Core data, Memory management, Unit testing.
Tip
Tip

Tip 1 : Be confident 
Tip 2 : Prepare well
Tip 3 : Be strong in basics

Application process
Where: Other
Eligibility: should have 4+ years experience
Resume Tip
Resume tip

Tip 1 : Simple and clean
Tip 2 : Add challenging project.

Interview rounds

01
Round
Medium
HR Round
Duration10 Minutes
Interview date18 Jan 2022
Coding problem1

1. Basic HR Questions

Tell me about your experience.

What keeps you motivated?

02
Round
Medium
Video Call
Duration45 Minutes
Interview date20 Jan 2022
Coding problem1

1. Remove Duplicates From String

Moderate
25m average time
0/80
Asked in companies
MicrosoftLivekeeping (An IndiaMART Company)Livekeeping (An IndiaMART Company)

You are given a string (STR) of length N, consisting of only the lower case English alphabet.

Your task is to remove all the duplicate occurrences of characters in the string.

For Example:
If the given string is:
abcadeecfb

Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Problem approach

var string = "My,dsds"
var dic: [Character: String] = [:]
var reverseString = ""
for str in string { 
if dic[str] == nil {
dic[str] = "1"
}
}
print("dfdfstring",String(dic.keys))

Try solving now
03
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date21 Jan 2022
Coding problem1

1. DBMS Question

what is Protocol?

04
Round
Medium
Assignment
Duration90 Minutes
Interview date24 Jan 2022
Coding problem1

1. System Design Question

Create a movie app

05
Round
Medium
Video Call
Duration45 minutes
Interview date26 Jan 2022
Coding problem1

1. Basic HR Questions

About my experience it is client round final one.

Worst experience of your life?

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
Test engineer
3 rounds | 3 problems
Interviewed by Maveric Systems Ltd.
1896 views
0 comments
0 upvotes
Software Engineer
4 rounds | 4 problems
Interviewed by Maveric Systems Ltd.
1001 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 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