Upload Button Icon Add office photos
Engaged Employer

i

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

Planview Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Planview Software Developer Interview Questions and Answers

Updated 20 Mar 2024

Planview Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Priya Dwivedi

posted on 20 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the maximum element in array in 1 loop
  • Ans. 

    Use a variable to keep track of the maximum element while iterating through the array.

    • Initialize a variable to store the maximum element as the first element of the array.

    • Iterate through the array and compare each element with the current maximum, updating the maximum if necessary.

    • Return the maximum element after the loop completes.

  • Answered by AI
  • Q2. Internal implementation of hashmap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists.

    • Hashing function is used to determine the index of the array where the key-value pair will be stored.

    • If two keys hash to the same index, a collision occurs and the key-value pairs are stored in the same linked list.

  • Answered by AI
  • Q3. Question on indexing

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic maths and quant

Round 2 - Group Discussion 

For me it was cyber crime

Round 3 - Technical 

(1 Question)

  • Q1. Oops java dbms coa
Round 4 - HR 

(1 Question)

  • Q1. General question
Round 5 - One-on-one 

(1 Question)

  • Q1. 2 coding question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on amcade platform logical reasoning verbal and quantitative aptitude and Java mcqs and English listening and speaking.

Round 2 - Group Discussion 

GD was about remote jobs is good or bad

Round 3 - Technical 

(1 Question)

  • Q1. Based on resume ,oops and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of your resume and what you speak
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce ur self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Familiar with Agile methodologies

    • Worked on projects involving database management systems

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts
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 - Technical 

(2 Questions)

  • Q1. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. General resume discussions
  • Q2. HR questiosn aslso
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Planview Interview FAQs

How many rounds are there in Planview Software Developer interview?
Planview interview process usually has 1 rounds. The most common rounds in the Planview interview process are One-on-one Round.
What are the top questions asked in Planview Software Developer interview?

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

  1. Find the maximum element in array in 1 l...read more
  2. Internal implementation of hash...read more
  3. Question on index...read more

Tell us how to improve this page.

Planview Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Planview Software Developer Salary
based on 8 salaries
₹7 L/yr - ₹24.4 L/yr
70% more than the average Software Developer Salary in India
View more details

Planview Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Managed Services Consultant
20 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Integration Developer
16 salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹25 L/yr - ₹48.5 L/yr

Software Engineer
11 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Sdet Automation Test Engineer
10 salaries
unlock blur

₹23.8 L/yr - ₹28 L/yr

Explore more salaries
Compare Planview with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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