Upload Button Icon Add office photos

Filter interviews by

Planful Interview Questions and Answers

Updated 2 Aug 2024

Planful Interview Experiences

Popular Designations

3 interviews found

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

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Problem solving on stack

Round 2 - Coding Test 

Problem solving question on dp

Round 3 - Technical 

(2 Questions)

  • Q1. Webserver and app sever
  • Q2. Handling db connections
  • Ans. 

    Handle db connections efficiently to ensure optimal performance and scalability.

    • Use connection pooling to reuse connections and minimize overhead.

    • Close connections after use to prevent resource leaks.

    • Consider using asynchronous database drivers for non-blocking operations.

    • Implement retry logic for handling transient errors.

    • Monitor connection usage and performance to identify bottlenecks.

    • Optimize queries and indexes to

  • Answered by AI

Senior Software Engineer Interview Questions asked at other Companies

Q1. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

The coding questions were given
1) Related to 2 pointer array - easy
2) Related to sliding window - easy
3) Related to binary search - medium

Round 2 - One-on-one 

(5 Questions)

  • Q1. Asked me concepts related to OOPS, then 1 easy question on array then another medium question on array then he asked me a logical reasoning question I answered all except logical reasoning question
  • Q2. A leetcode easy question
  • Q3. A leetcode medium question
  • Q4. 4 pillers of OOPS
  • Ans. 

    The 4 pillars of OOPS are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling of data and methods into a single unit

    • Inheritance: ability to create new classes from existing ones

    • Polymorphism: ability of objects to take on many forms

    • Abstraction: hiding unnecessary details and exposing only essential features

  • Answered by AI
  • Q5. Logical question

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Couple of questions about Selenium Web driver
  • Q2. Couple of questions about Core Java
Round 2 - Technical 

(1 Question)

  • Q1. Couple of questions on Core Java and Advanced Java
Round 3 - Technical 

(1 Question)

  • Q1. Couple of questions on Core Java and Advanced Java
Round 4 - HR 

(1 Question)

  • Q1. General HR and Managerial questions

Interview Preparation Tips

Topics to prepare for Planful Senior Sdet Engineer interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Keep it plain and simple. Focus on your technical skill set.

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)

Jobs at Planful

View all

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Aptitude + Coding round
duration was 1 hr 30 mins
Topics were basic aptitude for interviews
Coding topics was - Stack and Greedy

Round 2 - Technical 

(3 Questions)

  • Q1. Why python and explain about list.
  • Ans. 

    Python is a popular programming language known for its simplicity and readability. Lists in Python are versatile data structures that can hold multiple items of different types.

    • Python is widely used in software development due to its ease of use and readability.

    • Lists in Python are ordered collections of items, which can be of different data types.

    • Lists can be modified, appended, sorted, and sliced in Python.

    • Example: li

  • Answered by AI
  • Q2. Print Spiral matrix (twisted leetcode question)
  • Q3. Print the summation of all the digit until the length of the digit is 1
  • Ans. 

    Sum all digits until single digit is reached

    • Iterate through each digit and add them together

    • Repeat the process until the sum is a single digit

    • Example: For input 1234, sum = 1+2+3+4 = 10, then sum = 1+0 = 1

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cyware Software Development Engineer Test interview:
  • DSA
  • Leetcode
  • Resume
Interview preparation tips for other job seekers - Be confident, speak out loud, and be interactive.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. How would you handle Agile Transformation to Productize an existing Team
  • Ans. 

    I would start by assessing the current team's strengths and weaknesses, then create a roadmap for Agile transformation and productization.

    • Conduct a thorough assessment of the team's current processes, skills, and mindset towards Agile practices

    • Identify key stakeholders and involve them in the transformation process to ensure buy-in and support

    • Develop a clear roadmap with specific goals, milestones, and timelines for th...

  • Answered by AI
  • Q2. How to manage High Technical Skilled resources who do not follow any process
  • Ans. 

    Managing high technical skilled resources who do not follow any process requires clear communication, setting expectations, providing guidance, and offering incentives.

    • Communicate the importance of following processes and the impact on the team and project.

    • Provide clear guidelines and expectations for following processes.

    • Offer training and support to help the team understand and implement processes effectively.

    • Recogniz...

  • Answered by AI
  • Q3. What would you propose to build a scrum team
  • Ans. 

    To build a scrum team, I would focus on selecting diverse team members, establishing clear roles and responsibilities, providing training, and promoting open communication.

    • Select diverse team members with a mix of skills and experience

    • Establish clear roles and responsibilities for each team member

    • Provide training on scrum principles and practices

    • Promote open communication and collaboration within the team

    • Encourage cont

  • Answered by AI
  • Q4. Do you hvae experience of Managing Complex Team dynamics
  • Ans. 

    Yes, I have extensive experience managing complex team dynamics in previous leadership roles.

    • Led a team of diverse individuals with varying skill sets and personalities to successfully complete a project

    • Resolved conflicts and promoted collaboration among team members

    • Implemented strategies to improve communication and productivity within the team

    • Adapted leadership style to effectively manage different team dynamics

  • Answered by AI
  • Q5. When did you last use Agile Processes
  • Ans. 

    I last used Agile Processes in my previous role as a Project Manager, where we implemented Scrum methodology for a software development project.

    • Implemented Scrum methodology for software development project

    • Held daily stand-up meetings to track progress and address any issues

    • Used Kanban boards to visualize workflow and prioritize tasks

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. The Knowledge and Skills
Round 2 - Technical 

(1 Question)

  • Q1. The interviewer asked about the process, which differs from company to company. As my current company does not follow the process, the interviewer rejected me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the companies that see the candidates' knowledge, experience, and skills rather than the bookies' knowledge and processes.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

Planful Interview FAQs

How many rounds are there in Planful interview?
Planful interview process usually has 3 rounds. The most common rounds in the Planful interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Planful 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 Planful . The most common topics and skills that interviewers at Planful expect are Agile, Financial Planning, SQL, C# and Javascript.
What are the top questions asked in Planful interview?

Some of the top questions asked at the Planful interview -

  1. Handling db connecti...read more
  2. 4 pillers of O...read more
  3. Asked me concepts related to OOPS, then 1 easy question on array then another m...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Planful interviews
Job Portal
Campus Placement
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 868 Interviews
Zoho Interview Questions
4.3
 • 491 Interviews
SAP Interview Questions
4.2
 • 298 Interviews
Salesforce Interview Questions
4.1
 • 262 Interviews
Tally Solutions Interview Questions
4.3
 • 37 Interviews
QuickBooks Interview Questions
3.0
 • 1 Interview
View all

Planful Reviews and Ratings

based on 35 reviews

3.3/5

Rating in categories

3.1

Skill development

4.2

Work-Life balance

3.4

Salary & Benefits

3.1

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.1

Work Satisfaction

Explore 35 Reviews and Ratings
Principal Engineer - .Net/React.js (13-15 yrs)

Hyderabad / Secunderabad

13-15 Yrs

₹ 38-45 LPA

Planful - Senior Product Manager (7-9 yrs)

Hyderabad / Secunderabad

7-9 Yrs

₹ 20-27 LPA

Explore more jobs
Software Development Engineer II
9 salaries
unlock blur

₹9.6 L/yr - ₹22 L/yr

NOC Engineer
8 salaries
unlock blur

₹5.2 L/yr - ₹10.4 L/yr

Team Lead
7 salaries
unlock blur

₹18.5 L/yr - ₹28 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹6.8 L/yr - ₹8 L/yr

Software Developer
6 salaries
unlock blur

₹6.3 L/yr - ₹9 L/yr

Explore more salaries
Compare Planful with

Tally Solutions

4.3
Compare

Zoho

4.3
Compare

QuickBooks

3.0
Compare

SAP

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview