Upload Button Icon Add office photos
Engaged Employer

i

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

Park Plus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Park Plus Assistant Manager Interview Questions and Answers

Updated 5 Feb 2022

Park Plus Assistant Manager Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 Resume tips
Round 2 - Group Discussion 

Market related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge in advance. Marketing and sales related.

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and Work Experience
Round 2 - Assignment 

A Presentation on certain concepts.

Round 3 - Technical 

(1 Question)

  • Q1. Role related technical questions
Round 4 - HR 

(1 Question)

  • Q1. Cultural Fitment related questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions around android

Round 2 - Technical 

(3 Questions)

  • Q1. Data structures questions
  • Q2. Binary sort in array
  • Ans. 

    Binary sort is a search algorithm that finds the position of a target value within a sorted array.

    • Binary sort works by repeatedly dividing the array in half and narrowing down the search range.

    • It is more efficient than linear search for large arrays.

    • Example: Sorting an array of strings alphabetically using binary sort.

  • Answered by AI
  • Q3. Android intent and broadcasts

Interview Preparation Tips

Topics to prepare for Parkwheels Software Developer interview:
  • Android
  • Data Structures
Interview preparation tips for other job seekers - Prepare well for dsa and android

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed before Sep 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are the important things in production
  • Ans. 

    Key aspects in production include efficiency, quality control, cost management, and continuous improvement.

    • Efficiency: Streamlining processes to maximize output with minimal resources

    • Quality control: Ensuring products meet standards and specifications

    • Cost management: Monitoring expenses and optimizing resources to reduce production costs

    • Continuous improvement: Implementing strategies to enhance productivity and quality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical assessment is important
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql join questions
  • Q2. Python decorartors

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

Timing was late evening . Platform was good.

  • Q1. 

    Largest Cycle in Maze Problem Statement

    Given a maze represented by 'N' cells numbered from 0 to N-1, and an array arr of 'N' integers where arr[i] denotes the cell number that can be reached from the 'i'...

  • Ans. 

    Identify the length of the largest cycle in a maze represented by cells and an array of integers.

    • Iterate through each cell and find the cycle length using DFS or Floyd's Tortoise and Hare algorithm.

    • Keep track of visited cells to avoid infinite loops.

    • Return the length of the largest cycle found or -1 if no cycles exist.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. Eligibility criteriaAbove 6 CGPAJUSPAY interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do some projects
Tip 2 : Be good in data structure
 

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Don't try to add false things.

Final outcome of the interviewRejected

I was interviewed in Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

The coding round was 90 minutes with 2 question and the difficulty was mid-range and both were graph question

  • Q1. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from start to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Explore all possible directions (up, down, left, right) from each cell.

    • Add the current direction to the path and recursively explore further.

    • When reaching the destination, add the path to the list of valid paths.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BengaluruEligibility criteriacgpa above 7.5JUSPAY interview preparation:Topics to prepare for the interview - Python, data structure , algorithm, database , osTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice question and try to understand with using javascript
Tip 2 : The Elm Architecture. 
Tip 3 : Project matters

Application resume tips for other job seekers

Tip 1 : Have web development project
Tip 2 : learn purescript and node.js

Final outcome of the interviewRejected
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 Graph Questions Were asked of difficulty medium to hard.

Round 2 - Case Study 

Hackathon round which revolved around multithreading

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Hard questions of graph and dp.

Round 2 - Aptitude Test 

It was good and tough

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

They have their own coding platform. The questions are basically from tree.

Round 2 - Coding Test 

Tree of space question

Round 3 - Technical 

(2 Questions)

  • Q1. Previous round question solution
  • Q2. System design was asked.

Interview Preparation Tips

Topics to prepare for JUSPAY Software Developer interview:
  • tree
  • graph
  • system design
Interview preparation tips for other job seekers - Should have good knowledge of tree ,graph and system design.
Contribute & help others!
anonymous
You can choose to be anonymous

Park Plus Interview FAQs

How many rounds are there in Park Plus Assistant Manager interview?
Park Plus interview process usually has 2 rounds. The most common rounds in the Park Plus interview process are Resume Shortlist and Group Discussion.

Recently Viewed

SALARIES

Larsen & Toubro Limited

INTERVIEWS

TCS

No Interviews

SALARIES

Technovert Solutions

SALARIES

Larsen & Toubro Limited

SALARIES

Technovert Solutions

SALARIES

Larsen & Toubro Limited

JOBS

Capillary Technologies

No Jobs

INTERVIEWS

Mindfire Solutions

No Interviews

INTERVIEWS

TCS

No Interviews

REVIEWS

Larsen & Toubro Limited

No Reviews

Tell us how to improve this page.

Interview Questions from Similar Companies

MagicPin Interview Questions
3.0
 • 50 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
JUSPAY Interview Questions
3.1
 • 21 Interviews
Fraazo Interview Questions
3.5
 • 20 Interviews
Droom Interview Questions
3.8
 • 19 Interviews
Melorra Interview Questions
3.1
 • 18 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
View all
Park Plus Assistant Manager Salary
based on 36 salaries
₹3.2 L/yr - ₹11.5 L/yr
12% less than the average Assistant Manager Salary in India
View more details

Park Plus Assistant Manager Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

3.4

Salary

1.7

Job security

2.3

Company culture

1.8

Promotions

2.7

Work satisfaction

Explore 11 Reviews and Ratings
Sales Manager
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Park Plus with

Secure Parking Solutions

4.1
Compare

Get my Parking

3.8
Compare

Parkwheels

3.1
Compare

ParkMate

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