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

HighRadius Software Engineer II Interview Questions and Answers

Updated 28 Apr 2021

HighRadius Software Engineer II Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly core Java questions and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds. 2 were technical and the other one is managerial. Mainly focused on core Java and sql only.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round was screening of resume and few basic coding questions

Round 2 - Coding Test 

In second round there is 3 panels at same day for 3 hours one after one all there round are technical and coding interviews level is hard one after another round. Situational questions and current project details in deep. Be prepare for coding.

Round 3 - HR 

(1 Question)

  • Q1. Normal discussion in HR Round about company details and salary discussions.

Interview Preparation Tips

Topics to prepare for MasterCard Software Engineer II interview:
  • Spring Boot
  • Java
  • java 8
  • JPA
  • Hibernate
  • Coding

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Reverse the LL in k groups
  • Ans. 

    Reverse the linked list in groups of k

    • Iterate through the linked list in groups of k

    • Reverse each group of k nodes

    • Connect the reversed groups to form the final linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java related questions -> Hashing/Threads/Collections and Exception Handling
Round 3 - Mangerial 

(1 Question)

  • Q1. Leadership questions.. the manager was so rude, he wont let u answer completely, always interrupts in between your answer, he was in a mood to scold the interviewee as if he owns the company. Worst Manager...

Interview Preparation Tips

Interview preparation tips for other job seekers - NEVER EVER JOIN THIS COMPANY! The HRs and Managers all are unprofessional. They wont give you results and put u on hold and wont reply to your emails and calls.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the last technically challenging topic that you have worked on. The engineering manager is only interested in self boasting. Without even trying to understand the entire problem statement, they try...

Interview Preparation Tips

Interview preparation tips for other job seekers - To pass engineering manager round, you will always have to agree to the hiring manager. Even if technically it doesn't make sense, just nod. The entire interview is to boost his ego. The comments that they pass without even understanding the entire picture is generally astonishing.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was more based on array/string manipulation, stack/queue based, if you have solved questions before then it will be easy/medium difficulty level for yo

Round 2 - Technical 

(2 Questions)

  • Q1. Asteroid collision
  • Q2. Stack/queue based
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based discussion. therory concepts/ OOPS's , DBMS, OS,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared for technical questions
Coding questions will be easy to medium , and expected to solve 2 questions fully.
Be communicative throughout the interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 513 Interviews
PayPal Interview Questions
3.9
 • 209 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 133 Interviews
Angel One Interview Questions
3.9
 • 131 Interviews
Revolut Interview Questions
2.6
 • 93 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
View all
HighRadius Software Engineer II Salary
based on 29 salaries
₹9.3 L/yr - ₹19 L/yr
At par with the average Software Engineer II Salary in India
View more details

HighRadius Software Engineer II Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.5

Skill development

2.0

Work-life balance

3.5

Salary

2.0

Job security

2.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Associate Software Engineer
417 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Associate Consultant
405 salaries
unlock blur

₹6 L/yr - ₹13.3 L/yr

Techno Functional Consultant
192 salaries
unlock blur

₹6 L/yr - ₹13.9 L/yr

Associate Software Engineer 2
190 salaries
unlock blur

₹6.3 L/yr - ₹13 L/yr

Consultant
175 salaries
unlock blur

₹6.5 L/yr - ₹18.2 L/yr

Explore more salaries
Compare HighRadius with

Chargebee

4.0
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