Upload Button Icon Add office photos
Engaged Employer

i

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

Polaris Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 144 Reviews

Filter interviews by

Polaris Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Polaris Interview Questions and Answers

View all 20 questions

Polaris Interview Experiences

Popular Designations

22 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why would u choose Polaris

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2021

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Is the job is more important for a men or a women?
  • Q2. For any jobless person they can must have studying or required skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - must be a cool person questioning then only the people will be react with good answers

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (5)

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked questions on design tools and CAD tools
  • Q2. Explained about the design tools and CAD tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared on Mechanical design tools and CAD tool Creo

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

I applied via WorkIndia and was interviewed before Nov 2021. There were 3 interview rounds.

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 - HR 

(3 Questions)

  • Q1. Name work experience qualification
  • Q2. Name and what works experience and qualification
  • Q3. Muthoot finance mein job kaise karen 2022
Round 3 - Aptitude Test 

Computer hardware work marketing manager

Interview Preparation Tips

Interview preparation tips for other job seekers - I have jobs is good work experience qualification I am like company

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Polaris interview questions for popular designations

 Software Engineer

 (2)

 Accountant

 (1)

 Associate Engineer

 (1)

 Business Development Executive

 (1)

 Data Analyst

 (1)

 Digital and Social Media Marketing Intern

 (1)

 Engineer

 (1)

 Financial Analyst

 (1)

I applied via Job Fair and was interviewed before Oct 2021. There were 3 interview rounds.

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

There was a 1 hour aptitude test conducted

Round 3 - HR 

(2 Questions)

  • Q1. Why did you chose Polaris
  • Q2. Please Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the core technical skills as I was asked more about the technical skills like python, java etc

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain code of ascending number array
  • Ans. 

    Ascending number array code sorts numbers in ascending order.

    • Declare an array of integers.

    • Use a loop to iterate through the array.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat until the array is sorted in ascending order.

  • Answered by AI
  • Q2. Core java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java coding entire writing codes
try catch coding learn all coding

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Interview Questionnaire 

1 Question

  • Q1. I would like to join in Accenture company . can you please schedule interview.Last year I got call from Accenture but I was missed that call as i was in meeting that time .Please give me one chance again t...

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

I was interviewed in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

QTP Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2017

I was interviewed in Feb 2017.

Interview Questionnaire 

1 Question

  • Q1. Handling Weblist in QTP
  • Ans. 

    Weblist in QTP can be handled using select method and getROProperty method.

    • Use select method to select an option from the weblist

    • Use getROProperty method to get the properties of the selected option

    • Use childItem method to get the list of options in the weblist

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked me to write few programming to check out logical thinking. It went well. But the final question was to handle weblist for which I need to write a function which would get the weblist object and the text(that needs to be selected from the weblist) as a parameter. The logical and all was fine but while retrieving the value of weblist value through obj.Getroproperty("value") I have used obj.Getroproperty("text"). So, that's the end of the story :P
Tips: Be sure about all the syntax though you might have knowledge on that.

Skills: LOGICAL THINKING ABILITIES, Technical Knowledge(ML, Communication And Confidence

Skills evaluated in this interview

QTP Interview Questions asked at other Companies

Q1. Handling Weblist in QTP
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2015

Interview Questionnaire 

23 Questions

  • Q1. Tell me about urself?
  • Q2. Do u know c and c++?
  • Q3. Write a program to swap to no s with and without using a third variable
  • Q4. Tell us abt ur project?
  • Q5. What was your role?
  • Q6. Difference between calloc() and malloc()
  • Q7. Difference between stack and heap, when are they used?
  • Q8. Can you deallocate memory of a null pointer?
  • Ans. 

    No, you cannot deallocate memory of a null pointer.

    • Deallocating memory of a null pointer will result in undefined behavior.

    • Null pointers do not point to any valid memory location.

    • Attempting to deallocate memory of a null pointer can lead to crashes or memory leaks.

  • Answered by AI
  • Q9. Why do you want to shift from present job?
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Looking for a more challenging role

    • Seeking opportunities for professional development

    • Wanting to broaden my skill set

    • Desire for career advancement

    • Seeking a better work-life balance

    • Wanting to work in a different industry or company culture

  • Answered by AI
  • Q10. What projects did you handle in your job?
  • Q11. Technology used in your projects?
  • Q12. Explain how a stack is used during function calls?
  • Q13. Can a parent function access values of a child function?
  • Q14. What are attribute of a file?
  • Q15. How is a file accessed?
  • Q16. What does the file pointer return?
  • Q17. What is FILE?
  • Q18. Fgetc and fputc?
  • Q19. Willing to work for more hrs if required?
  • Q20. Preference of job location?
  • Q21. Link lists
  • Q22. What is FREE used for
  • Q23. How to delete variables that are dynamically allocated?

Interview Preparation Tips

College Name: n/a

Skills evaluated in this interview

Polaris Interview FAQs

How many rounds are there in Polaris interview?
Polaris interview process usually has 2-3 rounds. The most common rounds in the Polaris interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for Polaris 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 Polaris. The most common topics and skills that interviewers at Polaris expect are C#, C++, SQL, Design Engineering and Software Development.
What are the top questions asked in Polaris interview?

Some of the top questions asked at the Polaris interview -

  1. difference between stack and heap, when are they us...read more
  2. can a parent function access values of a child functi...read more
  3. How to delete variables that are dynamically allocat...read more
How long is the Polaris interview process?

The duration of Polaris interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Polaris Interview Process

based on 13 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Polaris Reviews and Ratings

based on 144 reviews

3.7/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.8

Salary

3.3

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 144 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Consultant
27 salaries
unlock blur

₹3.9 L/yr - ₹11 L/yr

Software Developer
22 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Associate Consultant
22 salaries
unlock blur

₹3.8 L/yr - ₹8.4 L/yr

Design Engineer
21 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Explore more salaries
Compare Polaris with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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