Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by HighRadius Team. If you also belong to the team, you can get access from here

HighRadius Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HighRadius Associate Software Engineer Interview Questions and Answers

Updated 24 Sep 2024

HighRadius Associate Software Engineer Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour, the coding test was based on a project given to us

Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed questionnaire on React
  • Q2. Problem solving based on array manipulations

Associate Software Engineer Interview Questions & Answers

user image Venkata Subrahmanyam Palakurthi

posted on 23 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked 3 problem-solving questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about basic java concepts

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java Basic, SQL,Hibrnate

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Assignment 

Very easy assignment -web project

Round 3 - One-on-one 

(1 Question)

  • Q1. From project itself

Interview Preparation Tips

Interview preparation tips for other job seekers - had a very bad experience here ,they will make you work like **** & will treat you very badly, specially freshers not a good place to start your career

HighRadius interview questions for designations

 Software Engineer

 (6)

 Associate Systems Engineer

 (1)

 Senior Software Engineer

 (2)

 Software Engineer II

 (1)

 Software Engineer Level 1

 (2)

 Associate Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Associate Consultant

 (12)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is kmeans and how does k determine the clusters?
  • Ans. 

    kmeans is a clustering algorithm that groups data points into k clusters based on their similarity.

    • kmeans is an unsupervised learning algorithm

    • It starts by randomly selecting k centroids

    • Then, it assigns each data point to the nearest centroid

    • After that, it recalculates the centroids based on the mean of the data points in each cluster

    • It repeats the process until the centroids no longer move significantly

    • The value of k ...

  • Answered by AI
  • Q2. What is the difference between random forest and decision tree ?
  • Ans. 

    Random forest is an ensemble of decision trees that improves accuracy and reduces overfitting.

    • Decision tree is a single tree that predicts outcomes based on a set of rules.

    • Random forest combines multiple decision trees to make a more accurate prediction.

    • Random forest reduces overfitting by randomly selecting a subset of features for each tree.

    • Random forest is a type of supervised learning algorithm used for classificat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The basics should be clear in machine learning , statistics and deep learning.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experiences.
  • Q2. Tell me about the ML model you have implemented.
  • Ans. 

    Implemented a predictive ML model for customer churn prediction in a telecom company.

    • Used logistic regression algorithm for classification

    • Performed feature engineering to extract relevant customer data

    • Evaluated model performance using metrics like accuracy, precision, recall

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Round 1 - Aptitude Test 

20 questions of aptitude

Round 2 - Coding Test 

Hard

Round 3 - Coding Test 

Very hard

Round 4 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What is your family background?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Easy to crack. Coading should be practiced
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

There are 2 sections one is Output guess and Another one is Quantitative

Round 2 - Coding Test 

I didn't attend 2nd round..i was eliminated in 1st round

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard

Interview Questionnaire 

3 Questions

  • Q1. Algorithms on arrays and strings (coding)
  • Ans. 

    Algorithms for manipulating arrays and strings in coding

    • Use sorting algorithms like quicksort and mergesort for arrays

    • Use string manipulation functions like substring and replace for strings

    • Use dynamic programming for optimizing solutions to array and string problems

  • Answered by AI
  • Q2. Distributed Database Design
  • Q3. Large scale Ad Server Design
  • Ans. 

    Designing a large scale Ad Server

    • Use distributed systems for scalability

    • Implement caching for faster ad delivery

    • Ensure high availability and fault tolerance

    • Use real-time bidding for efficient ad placement

    • Implement fraud detection mechanisms

    • Ensure compliance with privacy regulations

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: They tested on thought-process during design problems. What problems are with the current solution I suggested and how to improve it...
Tips: Hints from interviewer are very helpful
Keep talking while you are thinking

Skills: Algorithms, Thinking Skills, Coding
College Name: IIT KHARAGPUR

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Find Maximum sub sequence sum in an array ?
  • Ans. 

    Maximum sub sequence sum in an array

    • Use Kadane's algorithm

    • Initialize max_so_far and max_ending_here to 0

    • Iterate through the array and update max_ending_here and max_so_far

    • Return max_so_far

  • Answered by AI
  • Q2. What do you understand by the endianness of the system ? How do you find out the the type of endianness ?
  • Ans. 

    Endianness refers to the byte order of a system. It determines how multi-byte data types are stored in memory.

    • Little-endian systems store the least significant byte first, while big-endian systems store the most significant byte first.

    • Endianness can affect the way data is transmitted between systems.

    • To determine the endianness of a system, you can use the byte order mark (BOM) or write a test program that checks the by...

  • Answered by AI
  • Q3. Sort an array which consists of 0's and 1's only
  • Ans. 

    Sort an array of 0's and 1's only.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap 0's from the beginning with 1's from the end until the pointers meet.

    • Alternatively, use a counting sort algorithm to count the number of 0's and 1's and then reconstruct the array.

  • Answered by AI
  • Q4. A question on applications of minimum spanning tree, apply prim's or kruskal's algorithm
  • Q5. What do you understand by Heaps, max and min heaps ?
  • Ans. 

    Heaps are data structures used to efficiently find the maximum or minimum element in a collection.

    • Max heap: parent nodes are always greater than or equal to child nodes

    • Min heap: parent nodes are always smaller than or equal to child nodes

    • Heaps are commonly used in priority queues and sorting algorithms

    • Heap operations include insert, delete, and extract max/min

    • Example: An array [3, 8, 2, 5, 1, 4, 6] can be represented a

  • Answered by AI
  • Q6. What do you understand by hashing ? questions on application of hashing
  • Q7. Find 3 nos a,b and c in an array where a+b = c
  • Ans. 

    Find 3 numbers in an array where a+b=c.

    • Loop through the array and check for all possible combinations of a and b.

    • Use a hash table to store the values of a and b, and check if c is present in the hash table.

    • Sort the array and use two pointers to find a and b, and then check if their sum equals c.

  • Answered by AI
  • Q8. Some puzzles, as the other interviewee said, but not asked to me
  • Q9. Questions on Dynamic programming

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

HighRadius Interview FAQs

How many rounds are there in HighRadius Associate Software Engineer interview?
HighRadius interview process usually has 1-2 rounds. The most common rounds in the HighRadius interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for HighRadius Associate Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HighRadius. The most common topics and skills that interviewers at HighRadius expect are ExtJS, Hibernate, Java, MySQL and Software Engineering.
What are the top questions asked in HighRadius Associate Software Engineer interview?

Some of the top questions asked at the HighRadius Associate Software Engineer interview -

  1. What is the difference between random forest and decision tre...read more
  2. what is kmeans and how does k determine the cluste...read more
  3. Tell me about the ML model you have implement...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

INTERVIEWS

Hanu Software Solutions

No Interviews

INTERVIEWS

QualityKiosk Technologies

90 top interview questions

INTERVIEWS

Hanu Software Solutions

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

100 top interview questions

INTERVIEWS

Hanu Software Solutions

No Interviews

INTERVIEWS

StoneX Group

No Interviews

DESIGNATION

Tell us how to improve this page.

HighRadius Associate Software Engineer Interview Process

based on 8 interviews

1 Interview rounds

  • One-on-one Round
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 516 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 136 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
Revolut Interview Questions
2.6
 • 95 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
View all
HighRadius Associate Software Engineer Salary
based on 408 salaries
₹5.5 L/yr - ₹11 L/yr
49% more than the average Associate Software Engineer Salary in India
View more details

HighRadius Associate Software Engineer Reviews and Ratings

based on 74 reviews

2.3/5

Rating in categories

2.5

Skill development

2.2

Work-life balance

2.7

Salary

1.9

Job security

2.2

Company culture

2.2

Promotions

2.1

Work satisfaction

Explore 74 Reviews and Ratings
Associate Software Engineer
408 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
340 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Techno Functional Consultant
199 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer 2
196 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HighRadius with

Chargebee

3.9
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

CleverTap

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent