Upload Button Icon Add office photos
Engaged 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
2.9

based on 1.3k Reviews

Filter interviews by

HighRadius Software Developer Intern Interview Questions and Answers for Freshers

Updated 8 May 2024

1 interview found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

3 Interview Rounds

1

Aptitude Test Round

There was a very basic aptitude test ,but time was very low.

2

Coding Test Round

For round 2 there were given 2 questions which were very easy, any beginner programmer can do it.

3

One-on-one Round (4 Questions)

  • Q1. During the interview I was asked about my hobbies my projects and a bit about dsa
  • Q2. About Hobbies like photography and studds
  • Q3. ABout basic dsa like stack queue
  • Q4. About my projects

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Merge two sorted linked lists
  • Q2. Check if paranthesis are balanced or not
2

One-on-one Round (2 Questions)

  • Q1. Right view of a Binary Search tree
  • 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.
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 Not Selected

2 Interview Rounds

1

Coding Test Round

There were DSA questions and time limit was 1 hr

2

Technical Round (2 Questions)

  • Q1. Calculate factorial using tabulation
  • Q2. Wildcard matching question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Campus Placement and was interviewed in Nov 2023.

2 Interview Rounds

1

Coding Test Round

5 MCQ questions, and 1 coding question similar to Leetcode medium-hard level (topic-greedy).

2

Technical Round (2 Questions)

  • Q1. Basic DSA questions related to strings, linkedlists, binary search etc.
  • Q2. Questions related to resume

Interview Preparation Tips

Topics to prepare for PayPal Software Developer Intern interview:
  • DSA
  • DBMS
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

1 Interview Round

1

Coding Test Round

1 hr , 3 sum leetcode question

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

I applied via campus placement at Indian Institute of Technology (IIT), Mandi and was interviewed in Jul 2023.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. There were basic DSA questions
  • Q2. Few questions based on Resume and Projects
Interview experience
2
 Poor
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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 tips
2

Technical Round (2 Questions)

  • Q1. Java questions were asked by them
  • Q2. Python were asked by them
3

HR Round (2 Questions)

  • Q1. Location preferences were asked by them
  • Q2. Future what u wanna do was asked by them

I applied via Walk-in and was interviewed before Jul 2021.

2 Interview Rounds

1

Coding Test Round

DSA Problems on LinkedList and Stack.

2

One-on-one Round (1 Question)

  • Q1. HM Round on projects and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the problems keenly and ask necessary questions.

I was interviewed before Jan 2021.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 75 minutes
Round difficulty - Easy

Simple question based on strings was given. MCQs based on basic aptitude and programming questions were asked. 
Tips: Time management is important. Remember all the syntaxes

  • Q1. Reverse the String You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string....read more
2

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was a good experience.
Tips: If you don't know something just tell them. Don't try to answer something if you don't know anything about it

  • Q1. One Away You are given two strings, string A and string B. Your task is to determine whether string A can be transformed into string B by performing only one of...read more
  • Q2. Remove Duplicates From String You are given a string (STR) of length N, consisting of only the lower case English alphabet. Your task is to remove all the dupli...read more
3

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was easy. I could answer the first question. Second one I answered really badly

  • Q1. Basic HR Questions

    Q1. Explain the projects that I've done
    Q2. What did you learn about PayPal today?
    Q3. Why join PayPal?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Revise C++/Java. 
Tip 3 : If you don't know much of C++/Java at least write the codes in C. 
Tip 4 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

I was interviewed before Jan 2021.

3 Interview Rounds

1

Face to Face Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round that lasted for around 60 minutes. The interviewer asked me questions based on DSA and OOPS concepts.

  • Q1. Dijkstra's shortest path You have been given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges. Each edge connecting two nodes (‘X’,’Y’) ...read more
  • Q2. OOPS Question

    Difference between C and C++

  • Q3. OOPS Question

    Difference between malloc and new

  • Q4. OOPS Question

    What is virtual function?

2

Face to Face Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round that lasted for around 60 minutes. The interviewer asked me questions based on SQL and OOPS concepts.

  • Q1. DBMS Question

    Query to find nth highest salary

  • Q2. OOPS Question OOPS contains 3 classes A,B,C and they are in multi level inheritance, was asked about the use of public, protected and private members of A in B ...read more
  • Q3. OOPS Question

    Difference between Stack and Heap

3

HR Round (2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

HR round that lasted for around 30 minutes. The interviewer asked questions to know more about me. We also discussed a puzzle.

  • Q1. Puzzle

    Hourglasses Puzzle

  • Q2. Basic HR Question

    Q1. Firstly was asked about the subjects I'm studying this semester
    Q2. Different questions about my projects
     

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

HighRadius Interview FAQs

How many rounds are there in HighRadius Software Developer Intern interview for freshers?
HighRadius interview process for freshers usually has 3 rounds. The most common rounds in the HighRadius interview process for freshers are Aptitude Test, Coding Test and One-on-one Round.
What are the top questions asked in HighRadius Software Developer Intern interview for freshers?

Some of the top questions asked at the HighRadius Software Developer Intern interview for freshers -

  1. About Hobbies like photography and stu...read more
  2. ABout basic dsa like stack qu...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HighRadius interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
HighRadius Software Developer Intern Salary
based on 14 salaries
₹1 L/yr - ₹8 L/yr
29% less than the average Software Developer Intern Salary in India
View more details

HighRadius Software Developer Intern Reviews and Ratings

based on 8 reviews

3.4/5

Rating in categories

3.4

Skill development

2.9

Work-Life balance

3.2

Salary & Benefits

3.1

Job Security

3.3

Company culture

3.3

Promotions/Appraisal

3.3

Work Satisfaction

Explore 8 Reviews and Ratings
Associate Software Engineer
474 salaries
unlock blur

₹5.5 L/yr - ₹10.5 L/yr

Associate Consultant
423 salaries
unlock blur

₹6.9 L/yr - ₹11 L/yr

Techno Functional Consultant
182 salaries
unlock blur

₹6 L/yr - ₹11.1 L/yr

Associate Software Engineer 2
180 salaries
unlock blur

₹6.3 L/yr - ₹13 L/yr

Functional Consultant
167 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Explore more salaries
Compare HighRadius with

Chargebee

3.9
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

CleverTap

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview