i
Encore Capital Group
Filter interviews by
I was interviewed in Sep 2020.
Round duration - 140 minutes
Round difficulty - Easy
This was MCQ and Coding round, there were some MCQ questions and coding question.
Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between two '0's into a single node. This mer...
Merge nodes between zeroes in a singly linked list to store the sum of included nodes.
Traverse the linked list and keep track of sum between zeroes
Merge nodes between zeroes by updating the sum in the merged node
Handle edge cases like list starting and ending with zero
Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them toge...
Implement a function to find the weight of the last stone remaining after smashing the heaviest stones together.
Create a max heap to store the weights of stones.
Repeatedly pop the two heaviest stones, smash them, and push the result back into the heap.
Continue until there is at most one stone left in the heap.
Return the weight of the last stone, or 0 if no stones remain.
Round duration - 30 minutes
Round difficulty - Easy
This round is face-to-face round in this interviewer ask me some questions .This round contained questions related to Object-Oriented Programming System and DP related coding problems.
You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...
Given 'N' ropes of varying lengths, find the minimum cost to connect all ropes into one single rope.
Sort the lengths of ropes in ascending order.
Keep connecting the two shortest ropes at each step.
Add the cost of connecting the two ropes to the total cost.
Repeat until all ropes are connected.
Return the total cost as the minimum cost to connect all ropes.
Real-time implementation of OOP and types of polymorphism
Real-time implementation of OOP involves creating objects that interact with each other in real-time scenarios, such as a traffic light system where different objects represent different lights.
Polymorphism in OOP includes method overloading, where multiple methods have the same name but different parameters, and method overriding, where a subclass provides a spe...
Tip 1 : Do practice a lot of DP problems and pay more focus on Data Structure and algorithms related problems.
Tip 2 : Don’t panic in any situation during interview and have confidence on yourself.
Tip 3 : I prepare for my interview through the interview preparation course of Coding Ninjas and it was too good. You will get all the concepts that are asked in an interview there.
Tip 4 : Also, pay more focus on Data structures and algorithms as they are most important part of the interview.
Tip 1 : Resume doesn't matter as much if you have the right skills, at least for On-campus placements as most companies have shortlisting criteria based on CGPA, not on the resume. But keep your resume simple and readable.
Tip 2 : Do mention 2-3 good projects and your previous internship experiences as it will give a good impression to the interviewer and increases your chances of selection.
Top trending discussions
I was interviewed before Mar 2016.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.
Handles HTTP requests in Spring framework
Returns responses as JSON or XML
Annotate a class with @RestController to define it as a RestController
Example: @RestController public class UserController {}
Find the number of occurrences of each element in the given ArrayList
posted on 17 Jul 2022
I applied via Campus Placement and was interviewed before Jan 2023. There were 3 interview rounds.
This round consisted of multiple choice questions based on angular and java. I was asked to design a 3X3 grid that should listen to the click event and the selected grid should change the color to green.
The longest common subsequence of two strings is the longest sequence of characters that appear in the same order in both strings.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the lengths of the longest common subsequences.
Iterate through the characters of both strings and update the array based on the matching characters.
Trace back the array to find the longest common subsequence
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Calaender based questions
I was interviewed in Feb 2021.
Round duration - 120 minutes
Round difficulty - Medium
Round duration - 120 minutes
Round difficulty - Medium
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Find all possible paths for a rat in a maze from source to destination.
Use backtracking to explore all possible paths in the maze.
Keep track of visited cells to avoid revisiting them.
Explore all possible directions ('U', 'D', 'L', 'R') from each cell.
Return the list of valid paths sorted in alphabetical order.
Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.
The first line contains an in...
Check if a given word is present in a sentence as a complete word.
Split the sentence into words using spaces as delimiter.
Check if the given word matches any of the words in the sentence.
Ensure the word is not a substring of another word in the sentence.
Tip 1 : Knowledge of api
Tip 2 : Practice Data Structure based questions.
Tip 3 : Do at least 1 project.
Tip 1 : Keep it short.
Tip 2 : Do not mention participation certificates.
I was interviewed in Dec 2020.
You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
Given a string of length N
, reverse the string word by word. Ensure that the output reversed string has a single space between two words and does not contain le...
Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, update the color of a specified pixel ...
Silent environment
Evening
One on one interview
Interviewer was friendly by nature
Tip 1 : Be well versed with all the coding projects on your resume.
Tip 2 : Practice questions on the above mentioned topics from popular coding websites, like geegsforgeeks, interviewbit, etc, whichever suits you.
Tip 3 : Be familiar with the job profile you are applying for, go through the requirements of that profile and focus more on the skills it requires.
Tip 4 : Some courses like data structures and algorithms, if done, would be given more preference by interviewer over other candidates.
Tip 1 : Mention high points during your life till now relevant to job profile.
Tip 2 : Mention internships, job experience, academics projects, coding projects precisely relevant to job profile.
Tip 3 : Review you resume by as many people as you can.
Tip 4 : Follow a proper syntax while preparing your resume.
Accounts Manager
486
salaries
| ₹0 L/yr - ₹0 L/yr |
Resident Expert
131
salaries
| ₹0 L/yr - ₹0 L/yr |
Group Manager
95
salaries
| ₹0 L/yr - ₹0 L/yr |
Process Expert
86
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate
36
salaries
| ₹0 L/yr - ₹0 L/yr |
Clix Capital Services
Edelweiss
Bajaj Finserv
Aditya Birla Capital