Upload Button Icon Add office photos

Filter interviews by

VirtusaPolaris Software Developer Interview Questions and Answers

Updated 13 Jun 2024

VirtusaPolaris Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Svedha Thangaraj

posted on 13 Jun 2024

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

I was interviewed in May 2024.

Round 1 - Coding Test 

1 hr java basic programs

Round 2 - Technical 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    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 allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. What is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing external interference.

    • Encapsulation also promotes code reusability and modularity.

    • Example: In object-oriented programming, a class encapsulates data (attributes) and method

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

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

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Multithreading, process and performance
  • Q2. Process handling
  • Q3. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a wise decision before joining this organization, go through all the reviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions and coding testing your OOPS knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Every tech stack, SQL, OOPS, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with designing and writing better code follwing OOPS, YAGNI,DRY principles.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. OS questions,graph dfs question, geeks for geeks chocolate factory question
Round 2 - Technical 

(1 Question)

  • Q1. Children sum property trees,height of BT
  • Ans. 

    The question is about implementing a children sum property in trees and finding the height of a binary tree.

    • Children sum property in trees means that the value of a node must be equal to the sum of the values of its children nodes.

    • To find the height of a binary tree, you can recursively calculate the height of the left and right subtrees and return the maximum height plus one.

    • Example: For a binary tree with nodes 1, 2,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NetApp Software Developer interview:
  • OS
  • C++

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Technology (IIT), Hyderabad and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is a test where you should answers questions from paragraphs and tables and pie charts

Round 2 - Technical 

(1 Question)

  • Q1. Write code to print fibanocci series
  • Ans. 

    Print the Fibonacci series using code.

    • Use a loop to generate the Fibonacci series

    • Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number

    • Continue this process until reaching the desired length of the series

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. When there is a task that company assigned to you and you should do urgently but you dont know how to do it what will you do if you coud not complete it before the deadline

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round will be very easy if you perform well in hr round you will get selected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes internals
  • Q2. Spring boot internals
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website

Round 1 - Technical 

(1 Question)

  • Q1. OOP, SQL, Collection, algorithms, threads
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Introduce yourself?

VirtusaPolaris Interview FAQs

How many rounds are there in VirtusaPolaris Software Developer interview?
VirtusaPolaris interview process usually has 2 rounds. The most common rounds in the VirtusaPolaris interview process are Coding Test and Technical.
What are the top questions asked in VirtusaPolaris Software Developer interview?

Some of the top questions asked at the VirtusaPolaris Software Developer interview -

  1. what is encapsulat...read more
  2. what is polymorph...read more

Tell us how to improve this page.

VirtusaPolaris Software Developer Salary
based on 60 salaries
₹2.4 L/yr - ₹11.1 L/yr
18% less than the average Software Developer Salary in India
View more details

VirtusaPolaris Software Developer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.6

Skill development

4.5

Work-Life balance

4.3

Salary & Benefits

4.4

Job Security

4.5

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 5 Reviews and Ratings
Lead Consultant
201 salaries
unlock blur

₹9.5 L/yr - ₹23.4 L/yr

Senior Consultant
194 salaries
unlock blur

₹7.1 L/yr - ₹23.2 L/yr

Softwaretest Engineer
177 salaries
unlock blur

₹3.5 L/yr - ₹5.7 L/yr

Consultant
176 salaries
unlock blur

₹6 L/yr - ₹16.5 L/yr

Associate Consultant
127 salaries
unlock blur

₹4.2 L/yr - ₹12.1 L/yr

Explore more salaries
Compare VirtusaPolaris with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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