Encore Capital Group interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Encore Capital Group
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Data Structures, Pointers, OOPS, Algorithms, Operating Systems, Database management system and computer networks, JavaScript , MYSQL, Python and aptitude
Tip
Tip

Tip 1 : Study each subject deeply. Have your basics strong.
Tip 2 : Practice coding questions daily
Tip 3 : Make proficiency in any one language like python or java or JavaScript. 
Tip 4 : Learn at least one framework familiar like : Django, Nodejs, React js, spring boot. And at least two project based on fronted and back-end technology mixture.
Tip 5: Do projects and internships

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Go through your resume thoroughly, and be ready to answer questions from your resume.
Tip 2 : Project is necessary based on trending technology
Tip 3 : Include some projects
Tip 4 : Do not lie in resume ever

Interview rounds

01
Round
Medium
Online Coding Test
Duration125 minutes
Interview date10 Aug 2020
Coding problem2

It was a proctored online test using a friendly hackerrank platform to conduct the test. The test was smooth and went well. It was little bit difficult.

1. Left Rotations of An Array

Moderate
10m average time
90% success
0/80
Asked in companies
IBMIBMThought Works

You are given an array consisting of 'N' elements and you need to perform 'Q' queries on the given array. Each query consists of an integer which tells the number of elements by which you need to left rotate the given array. For each query return the final array obtained after performing the left rotations.

Note:

Perform each query on the original array only i.e. every output should be according to the original order of elements.

Example:

Let the array be [1, 2, 3, 4, 5, 6] and the queries be {2, 4, 1}. For every query, we’ll perform the required number of left rotations on the array.

For the first query, rotate the given array to the left by 2 elements, so the resultant array is: [3, 4, 5, 6, 1, 2].

For the second query, rotate the given array to the left by 4 elements, so the resultant array is: [5, 6, 1, 2, 3, 4].

For the third query, rotate the given array to the left by 1 element, so the resultant array is: [2, 3, 4, 5, 6, 1].
Try solving now

2. Copy And Reverse The Array

Easy
10m average time
90% success
0/40
Asked in companies
AmdocsEncore Capital GroupUHG

You are given an array 'ARR' consisting of 'N' non-negative integers, your task is to copy the elements of 'ARR' into another array 'COPY_ARR' in reverse order.

For example:

If 'ARR' contains the following elements [ 1, 2, 3, 4, 5 ], then you should return another array that is equal to [ 5, 4, 3, 2, 1].
Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date13 Aug 2020
Coding problem2

This round is basically to check our technical concepts. It was like an interaction round between the technical manager and us.
Involved some basic question based on DSA and Java script framework.

1. OS Questions

fragmentation and segmentation
And basic concepts of OS like deadlock 
virtual memory etc.

2. SQL Questions

sql 
joins 
and give one problem solving question
mysql and database.

03
Round
Easy
HR Round
Duration20 minutes
Interview date18 Aug 2020
Coding problem1

It was easy round . In this round interviewer basically ask behavioral questions.

1. Basic HR Questions

What makes you angry? 

Are you open to take risks? or Do you like experimenting?

Problem approach

Tip 1 : Be loyal 
Tip 2 : Read about company before going for an interview

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
Software Developer
2 rounds | 4 problems
Interviewed by Encore Capital Group
994 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 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
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15480 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15338 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10142 views
2 comments
0 upvotes