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

Filter interviews by

Polaris Software Developer Interview Questions and Answers

Updated 24 Aug 2017

Polaris Software Developer Interview Experiences

1 interview found

I appeared for an interview 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

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Honda user image ABHIMANYU AWASTHI

posted on 20 Mar 2015

Interview Preparation Tips

Round: Test
Experience: easy
Tips: gate apti preparation is sufficient
Duration: 60 minutes
Total Questions: 50

General Tips: confidence matters a lot during whole placement process especially during gd and pi so prepare and practice for that
Skill Tips: focus on your technical subjects
Skills: technical
College Name: NIT BHOPAL
Motivation: work on hr part as well other than core subject knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal questions was average

Round 2 - HR 

(1 Question)

  • Q1. Very good f2f interview
Round 3 - Technical 

(1 Question)

  • Q1. Coding ques were asked and i was given a code to write and questions from resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic oops concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Which language you will code
  • Ans. 

    I am proficient in coding in multiple languages including Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Dsa topics in java
  • Ans. 

    Data Structures and Algorithms topics commonly used in Java programming.

    • Arrays and ArrayLists

    • Linked Lists

    • Stacks and Queues

    • Trees and Graphs

    • Sorting and Searching algorithms

    • Dynamic Programming

    • Hashing and Hashmaps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About yourself and introduce

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Find the one repeated number in an array and asked for four approaches
  • Ans. 

    Find the one repeated number in an array using four different approaches.

    • Approach 1: Using a hash set to store unique elements and checking for duplicates

    • Approach 2: Sorting the array and checking adjacent elements for duplicates

    • Approach 3: Using XOR operation to find the repeated number

    • Approach 4: Using the sum formula to find the repeated number

  • Answered by AI
  • Q2. Simple sql queries

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour, 45 questions

Round 2 - HR 

(3 Questions)

  • Q1. Introduce Yourself?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiar with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong programming abilities.

    • Strong problem-solving skills - I am able to analyze complex problems and come up with effective solutions.

    • Attention to detail - I pay close attention to the details in my code to ensure accuracy and quality.

    • Strong programming abilities - I have a solid understanding of various programming languages and technologies.

    • Team ...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have a strong background in software development, a passion for learning new technologies, and a proven track record of delivering high-quality code.

    • Extensive experience in software development

    • Passion for learning new technologies

    • Proven track record of delivering high-quality code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only technical questions, introduction part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you are telling
Round 1 - Technical 

(4 Questions)

  • Q1. Go through the basics of Cobol, Jcl, Db2
  • Q2. Perform until executing infinite loop what could be the reason?
  • Ans. 

    Infinite loop can occur due to logical errors in the loop condition or the loop body.

    • Incorrect loop condition

    • Missing or incorrect loop termination condition

    • Infinite recursion

    • Deadlock or race condition

    • Hardware or software failure

  • Answered by AI
  • Q3. Program has abend with -911 how do you fix?
  • Ans. 

    Abend with -911 is a deadlock error. Identify the resources causing the deadlock and release them.

    • Check the application logs for more information on the error.

    • Identify the resources involved in the deadlock using system logs or monitoring tools.

    • Release the resources causing the deadlock by terminating the associated processes or transactions.

    • Modify the application code to prevent future deadlocks.

  • Answered by AI
  • Q4. How do you pass varying parameters from cobol to stored procedure
  • Ans. 

    Varying parameters can be passed using arrays of strings in COBOL to stored procedures.

    • Define an array in COBOL to hold the parameters

    • Populate the array with the varying parameters

    • Pass the array as a parameter to the stored procedure

    • In the stored procedure, use the array to access the varying parameters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at Basics and Go through interview questions at google

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About Core Java
  • Q2. What is JVM & JRE
  • Ans. 

    JVM stands for Java Virtual Machine, which is responsible for running Java programs. JRE stands for Java Runtime Environment, which includes JVM along with libraries and other components necessary for running Java applications.

    • JVM is an abstract machine that provides a runtime environment in which Java bytecode can be executed.

    • JRE includes JVM, libraries, and other files necessary for running Java applications.

    • JVM is p...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Date of Joining
  • Q2. When will you able to Join!

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Honda Interview Questions
4.1
 • 100 Interviews
Yamaha Motor Interview Questions
4.1
 • 68 Interviews
Volvo Interview Questions
4.1
 • 65 Interviews
Bajaj Motors Interview Questions
3.9
 • 51 Interviews
Toyota Interview Questions
4.4
 • 41 Interviews
Suzuki Interview Questions
4.0
 • 37 Interviews
Nexa Interview Questions
4.0
 • 35 Interviews
View all
Polaris Software Developer Salary
based on 24 salaries
₹3.5 L/yr - ₹11 L/yr
21% less than the average Software Developer Salary in India
View more details

Polaris Software Developer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

2.6

Skill development

4.3

Work-life balance

3.3

Salary

3.6

Job security

4.4

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Software Developer
24 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Design Engineer
24 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Consultant
23 salaries
unlock blur

₹3.9 L/yr - ₹11 L/yr

Associate Consultant
19 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Polaris with

Hyundai Motor India Limited

4.3
Compare

VE Commercial Vehicles

4.0
Compare

Honda

4.1
Compare

Yamaha Motor

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