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 Implementation Consultant Interview Questions and Answers

Updated 18 Apr 2024

Planview Implementation Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself How do you implement Agile in Daily Life? What are your Salary Expectations

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2018. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Core informatica. Lot of scenario based questions.
  • Q2. Very basic questions. Simple and easy.
  • Q3. Third round was very difficult. Couldn't answer one question properly. But I gave efforts
  • Q4. Get Fibonacci series in informatica
  • Ans. 

    Fibonacci series can be generated in Informatica using a recursive function.

    • Create a mapping with a recursive function

    • Use a variable port to store the previous two values

    • Use an expression transformation to generate the series

    • Example: f(0) = 0, f(1) = 1, f(n) = f(n-1) + f(n-2)

  • Answered by AI

Interview Preparation Tips

General Tips: Informatica prepare well. Sql queries too.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills
Duration: 1-3 Months

Skills evaluated in this interview

Associate Consultant Interview Questions & Answers

SAS user image Walang Time Maglaro

posted on 13 Jun 2024

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

3 months training on sas tools

Round 2 - Coding Test 

Actual case study using sas tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to keep in the trends
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. All objects related ABAP
  • Q2. Deep dive on OAbap
  • Q3. Functional knowledge on SAP modules

Interview Preparation Tips

Interview preparation tips for other job seekers - If anyone say technical should thorough in concepts and need to prepare some practical questions which comes across in day to day work
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

1 hour of Aptitude round

Round 2 - Group Discussion 

Had group discussion round

Round 3 - One-on-one 

(3 Questions)

  • Q1. Had questions related to info provided in resume, final year projects, technical concepts
  • Q2. Write pseudo code for (a+b) whole square?
  • Ans. 

    Pseudo code for calculating the square of the sum of two numbers.

    • Declare variables a, b, sum, result

    • Calculate sum = a + b

    • Calculate result = sum * sum

    • Return result

  • Answered by AI
  • Q3. Behavioral questions or scenario based questions?
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self? Cultural fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well both technical concepts and behavioral type questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. 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 

(1 Question)

  • Q1. Expected Ctc ,current ctc,experience etc,etc
Round 3 - Technical 

(1 Question)

  • Q1. System knowledge ,they see if your experience is usable.It’s a long round but if you are skilled and experience d enough ,it will be a breeze

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good knowledge in your field and be confident in what you say. If you don’t know an answer ,show that you are willing to know or learn that .They appreciate enthusiasm towards your work

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Interview based on your programming language , how good you know like java or python or scala
  • Q2. Big data & Data science interview question like working of spark , Hive optimization of queries , what is graphx
  • Q3. Explain your recent project in detail
Round 2 - Technical 

(2 Questions)

  • Q1. More deep dive in your expertise technologies like Spark DAG working explain
  • Q2. How you do data validation in hive
  • Ans. 

    Data validation in Hive involves using built-in functions and custom scripts to ensure data accuracy and consistency.

    • Use built-in functions like IS NULL, IS NOT NULL, and COALESCE to check for missing or null values

    • Use regular expressions and pattern matching to validate data formats

    • Write custom scripts to perform more complex data validation tasks

    • Perform data profiling to identify potential data quality issues

    • Use data...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary , why changing job etc..
  • Q2. Your complete background of career

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume things strong for interview tthats it.

Skills evaluated in this interview

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

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

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

Planview Interview FAQs

How many rounds are there in Planview Implementation Consultant interview?
Planview interview process usually has 1 rounds. The most common rounds in the Planview interview process are One-on-one Round.
How to prepare for Planview Implementation Consultant 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 Planview. The most common topics and skills that interviewers at Planview expect are Analytics, Enterprise Architecture, Project Management, Agile and Application Development.

Tell us how to improve this page.

Planview Implementation Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Ciklum Interview Questions
3.5
 • 19 Interviews
View all
Planview Implementation Consultant Salary
based on 9 salaries
₹20 L/yr - ₹27.3 L/yr
175% more than the average Implementation Consultant Salary in India
View more details

Planview Implementation Consultant Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

3.5

Salary

2.5

Job security

4.0

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Managed Services Consultant
19 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹25 L/yr - ₹48.5 L/yr

Integration Developer
16 salaries
unlock blur

₹10.5 L/yr - ₹18 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.1
Compare

Arvato

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