EX Squared Solutions India Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

EX Squared Solutions India Pvt Ltd
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Trees , Graphs, Number Theory, Arrays, Linked Lists
Tip
Tip

Tip 1 : Practise as many questions as possible of DSA from Leetcode or coding ninjas.
Tip 2 : Study fundamentals of subjects like OS, DBMS and Computer Network and do atleast 2 good projects.
Tip 3 : Do atleast 200 questions.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have atleast 2-3 projects on resume.
Tip 2 : Mention profile links of github and codechef/codeforces.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date10 Sep 2020
Coding problem2

The test was conducted around 3 pm . Four coding questions were there. 2 questions were easy and 2 were of moderate difficulty level. It was conducted remotely with video proctoring.I was able to solve all the 4 questions.

1. Possible Words From A Phone Number

Hard
55m average time
45% success
0/120
Asked in companies
Expedia GroupTata 1mgSnapdeal

After years of research, Ninja is finally able to invent the time machine, and now he is back to the good old days when T9 keypads were being used in mobile phones.

Being a curious person, Ninja wants to find out all possible strings that can be formed by pressing the keys of the phone.

Formally, you are given a string S, that consists of digits from 2-9 (both inclusive), your task is to find out all the possible strings that can be formed from the input string by mapping the digits to the letters as in a T9 keypad. Then, print the strings in a lexicographically sorted order.

T9_Keypad

For Example:
If S = “34”, then all the possible letters that can be formed from string S are {“dg”, “dh”, “di”, “eg”, “eh”, “ei”, “fg”, “fh”, “fi”}.
Try solving now

2. Flip Bits

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

You are given an array of integers ARR[] of size N consisting of zeros and ones. You have to select a subset and flip bits of that subset. You have to return the count of maximum one’s that you can obtain by flipping chosen sub-array at most once.

A flip operation is one in which you turn 1 into 0 and 0 into 1.

For example:
If you are given an array {1, 1, 0, 0, 1} then you will have to return the count of maximum one’s you can obtain by flipping anyone chosen sub-array at most once, so here you will clearly choose sub-array from the index 2 to 3 and then flip it's bits. So, the final array comes out to be {1, 1, 1, 1, 1} which contains five ones and so you will return 5.
Try solving now
02
Round
Medium
Group Discussion
Duration10 Minutes
Interview date30 Sep 2020
Coding problem0

A problem was given and we were supposed to design a system which can solve it.

03
Round
Easy
HR Round
Duration10 Minutes
Interview date3 Oct 2020
Coding problem1

It was a telephonic round. The HR asked some basic questions like how was your experience in the previous rounds.
 

1. Basic HR Questions

Why Ex2 and why should we hire you.

Problem approach

Tip 1 : Study about the company from web.
Tip 2 : Don't lie to the HR.
 

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 create a function in JavaScript?

Choose another skill to practice
Start a Discussion
Similar interview experiences
SDE - Intern
4 rounds | 6 problems
Interviewed by EX Squared Solutions India Pvt Ltd
753 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
980 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
592 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
412 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
106026 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
50694 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
31562 views
6 comments
0 upvotes