Upload Button Icon Add office photos

VirtusaPolaris

Compare button icon Compare button icon Compare

Filter interviews by

VirtusaPolaris Senior Consultant Interview Questions and Answers

Updated 25 Jul 2023

VirtusaPolaris Senior Consultant Interview Experiences

2 interviews found

Senior Consultant Interview Questions & Answers

user image Mahesh Kumar

posted on 25 Jul 2023

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 tips
Round 2 - Coding Test 

SQL code for reports and plsql

Round 3 - Case Study 

Complex queries and pl SQL codes object oriented plsql

Round 4 - Technical 

(1 Question)

  • Q1. Cases study for Oracle data base
Round 5 - HR 

(1 Question)

  • Q1. General questions about yourself previous employer

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

Interview Questionnaire 

1 Question

  • Q1. You will be asked about basic ab Initio concepts of batch processing, plans and continues graphs.

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 2 technical rounds, you need to genuine in both the rounds speciality while client technical round.

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Capgemini
Q4. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Q5. Risk management experience and audit work experience?

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Pair programming Round - It involves collaborating with the interviewer on the development of a small or micro feature.

Round 2 - Case Study 

System Design Interview - High Level & Low Level Design

Round 3 - Group Discussion 

Behavioral Interview Round - Test our abilities to handle various conflicts & leadership qualities

Round 4 - Group Discussion 

Social Issues - Test our understanding of various social/real-world problems and solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience will be one of the kind, where your experience will be tested in a real world scenario rather than asking simple questions. Be open & positive
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data migration strategies
Round 2 - Behavioral 

(1 Question)

  • Q1. Project scenarios
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Luxoft
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Which protocol/protocols works when there is a communication between 2 Pbx systems?
  • Ans. 

    The protocols that work when there is a communication between 2 Pbx systems are SIP (Session Initiation Protocol) and H.323.

    • SIP (Session Initiation Protocol) is commonly used for setting up and tearing down voice or video calls over IP networks.

    • H.323 is an older protocol used for multimedia communication over IP networks.

    • Both SIP and H.323 are commonly used in VoIP (Voice over Internet Protocol) systems to facilitate c

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Testing of java queue
  • Ans. 

    Testing of Java queue involves verifying the functionality and performance of queue operations.

    • Test enqueue and dequeue operations to ensure elements are added and removed correctly.

    • Test for proper handling of edge cases such as empty queue, full queue, and queue with one element.

    • Performance testing to evaluate the efficiency of queue operations under different load conditions.

  • Answered by AI
  • Q2. Design to the microservices
  • Ans. 

    Designing microservices involves breaking down a monolithic application into smaller, independent services.

    • Identify the boundaries of each microservice based on business capabilities

    • Decide on communication protocols between microservices (REST, messaging, etc.)

    • Implement fault tolerance and scalability measures for each microservice

    • Use containerization (Docker) and orchestration tools (Kubernetes) for deployment

    • Monitor ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary hike why required
  • Q2. Relocation allowance required when

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on the past work experience, global trends in banking, certifications and some situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare throughout I used script for preparation think about all the questions interviewer can ask and if you know who is taking interview check is LinkedIn that will give idea in what topics questions can come from
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Peer-coding test based on the provided tech-stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Current project overview & it's architecture
  • Ans. 

    Current project involves developing a cloud-based CRM system for a multinational corporation.

    • Utilizing microservices architecture for scalability and flexibility

    • Implementing RESTful APIs for seamless integration with other systems

    • Leveraging cloud services like AWS for hosting and data storage

    • Using Docker containers for easy deployment and management

  • Answered by AI
  • Q2. System design questions & LLD

Skills evaluated in this interview

Senior Consultant Interview Questions & Answers

Luxoft user image Sonam Mangeshkar

posted on 26 Jun 2024

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

Java Functional programming

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Design patterns
Round 3 - HR 

(2 Questions)

  • Q1. Experience in company
  • Q2. Expectation of salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Best coding practises
  • Ans. 

    Best coding practices involve writing clean, efficient, and maintainable code.

    • Use meaningful variable and function names

    • Follow consistent coding style and formatting

    • Write comments to explain complex logic

    • Avoid duplicate code by using functions and classes

    • Test code thoroughly before deployment

  • Answered by AI
  • Q2. What is TDD and writing of testcases
  • Ans. 

    TDD stands for Test-Driven Development, which involves writing test cases before writing the actual code.

    • TDD is a software development process where tests are written before the code implementation.

    • Test cases are written based on the expected behavior of the code.

    • Developers write just enough code to pass the tests, ensuring code quality and functionality.

    • TDD helps in identifying bugs early in the development process.

    • Ex...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Deep understanding on your project
  • Q2. Why did you choose this way or this techstack and so on
  • Ans. 

    I chose this tech stack because of its scalability, performance, and community support.

    • Chose tech stack based on scalability needs

    • Selected for performance optimization

    • Considered community support for troubleshooting and updates

  • Answered by AI

Skills evaluated in this interview

VirtusaPolaris Interview FAQs

How many rounds are there in VirtusaPolaris Senior Consultant interview?
VirtusaPolaris interview process usually has 5 rounds. The most common rounds in the VirtusaPolaris interview process are Resume Shortlist, Coding Test and Case Study.
What are the top questions asked in VirtusaPolaris Senior Consultant interview?

Some of the top questions asked at the VirtusaPolaris Senior Consultant interview -

  1. You will be asked about basic ab Initio concepts of batch processing, plans and...read more
  2. Cases study for Oracle data b...read more

Tell us how to improve this page.

VirtusaPolaris Senior Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
VirtusaPolaris Senior Consultant Salary
based on 194 salaries
₹7 L/yr - ₹23.2 L/yr
17% less than the average Senior Consultant Salary in India
View more details

VirtusaPolaris Senior Consultant Reviews and Ratings

based on 25 reviews

4.0/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.6

Salary

3.6

Job security

3.6

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 25 Reviews and Ratings
Senior Consultant
194 salaries
unlock blur

₹7.1 L/yr - ₹23.2 L/yr

Lead Consultant
188 salaries
unlock blur

₹9.5 L/yr - ₹23.4 L/yr

Softwaretest Engineer
177 salaries
unlock blur

₹3.5 L/yr - ₹5.7 L/yr

Consultant
161 salaries
unlock blur

₹6 L/yr - ₹17.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.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview