Upload Button Icon Add office photos

Filter interviews by

Planful Software Developer Intern Interview Questions and Answers

Updated 14 Feb 2024

Planful Software Developer Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding question one easy one medium

Round 2 - Technical 

(2 Questions)

  • Q1. MAx sum of non adjacent elements
  • Ans. 

    Find the maximum sum of non-adjacent elements in an array.

    • Create an array to store the maximum sum at each index

    • Iterate through the input array and calculate the maximum sum considering the current element and the previous non-adjacent element

    • Return the maximum sum found

  • Answered by AI
  • Q2. Optimize it further
  • Ans. 

    Utilize efficient algorithms, minimize redundant code, optimize database queries

    • Use data structures like hash maps or binary trees for faster lookups

    • Minimize nested loops and unnecessary iterations

    • Optimize database queries by using indexes and avoiding unnecessary joins

  • Answered by AI

Skills evaluated in this interview

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
4
Good
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 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. They ask me about my previous job description details and education details
  • Q2. About carrier goals
  • Q3. About my responsibility in side the current company
Round 2 - Technical 

(2 Questions)

  • Q1. They ask me about core concept of react js and next js
  • Q2. Ask me about core concepts of mongo Db and Node js
Round 3 - HR 

(1 Question)

  • Q1. They told me about company curriculum, goals and ethics

Interview Preparation Tips

Topics to prepare for HyScaler Junior Software Developer interview:
  • React.Js
  • Node.Js
  • MongoDB
  • Linux
Interview preparation tips for other job seekers - This is one of the most well structured company and they used latest technology to build product and services. Very supportive seniors and Hrs. So i highly recommend for job seekers to work in this company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic c# .net questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They will just waste your time, aptitude, first technical round, second technical round.. even though you did well in both. They will se. Not selected. Just ghosting.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOP questions SQL Questions Programming structure
Round 2 - Technical 

(1 Question)

  • Q1. SQL questions MVC and C# related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Pen and paper test
C and C++ output questions
Basic flowchart question
Only 3 out of 60 students were selected

Round 2 - One-on-one 

(1 Question)

  • Q1. After writing about your project CFO will take interview my tech stack didn't meet companies requirement hence all three students were rejected.

Planful Interview FAQs

How many rounds are there in Planful Software Developer Intern interview?
Planful interview process usually has 2 rounds. The most common rounds in the Planful interview process are Coding Test and One-on-one Round.
What are the top questions asked in Planful Software Developer Intern interview?

Some of the top questions asked at the Planful Software Developer Intern interview -

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

Tell us how to improve this page.

People are getting interviews through

based on 1 Planful interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
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