Upload Button Icon Add office photos
Engaged Employer

i

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

Get my Parking Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Get my Parking Interview Questions and Answers

Updated 27 Nov 2024
Popular Designations

8 Interview questions

A QA Engineer was asked 7mo ago
Q. Write test cases for an elevator.
Ans. 

Test cases for a lift (elevator) to ensure functionality, safety, and user experience.

  • Verify lift doors open and close properly when called.

  • Check that the lift moves to the correct floor when a button is pressed.

  • Ensure the lift does not move when doors are open.

  • Test emergency button functionality to halt the lift.

  • Validate that the lift can accommodate the maximum weight limit.

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. What is the difference between smoke and sanity testing?
Ans. 

Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes.

  • Smoke testing is a preliminary test to check the basic functionality of an application.

  • Sanity testing is a subset of regression testing focused on verifying specific functionalities after changes.

  • Example of smoke testing: Verifying if the application launches and the main features are accessible.

  • Example o...

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. What is Stress Testing?
Ans. 

Stress testing evaluates a system's performance under extreme conditions to identify its breaking points and ensure reliability.

  • Involves pushing the system beyond its normal operational capacity.

  • Helps identify bottlenecks and failure points in the system.

  • Example: Testing a web application by simulating thousands of concurrent users.

  • Can be used to assess hardware, software, and network performance.

  • Important for ens...

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. What is Load Testing?
Ans. 

Load testing evaluates a system's performance under expected user loads to ensure stability and responsiveness.

  • Simulates multiple users accessing the application simultaneously.

  • Helps identify bottlenecks and performance issues before deployment.

  • Example: Testing a website's performance during a sale event with thousands of concurrent users.

  • Measures response times, throughput, and resource utilization.

  • Tools like JMe...

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. What is Bug Leakage?
Ans. 

Bug leakage refers to defects that escape detection during testing and are found in production by users.

  • Occurs when a bug is not identified during the testing phase.

  • Can lead to user dissatisfaction and impact product reputation.

  • Example: A critical security flaw in a banking app that testers missed.

  • Common causes include inadequate test coverage or rushed testing cycles.

  • Preventive measures include thorough testing, ...

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. Write test cases for an ATM machine.
Ans. 

Test cases for an ATM machine cover various functionalities like cash withdrawal, balance inquiry, and error handling.

  • Verify cash withdrawal for valid account and sufficient balance.

  • Check balance inquiry displays correct account balance.

  • Test PIN entry for correct and incorrect PIN scenarios.

  • Ensure receipt prints correctly after transactions.

  • Validate error messages for insufficient funds or network issues.

View all QA Engineer interview questions
An Application Support Engineer was asked
Q. Explain indexes.
Ans. 

Indexes are data structures used to improve the speed of data retrieval operations in databases.

  • Indexes are created on columns in a database table to speed up the retrieval of rows matching a certain condition.

  • They work by creating a separate data structure that allows the database to quickly locate rows that match the indexed column values.

  • Examples of indexes include primary keys, unique keys, and non-unique inde...

View all Application Support Engineer interview questions
Are these interview questions helpful?
An Application Support Engineer was asked
Q. Explain the different types of joins.
Ans. 

Joins are used in databases to combine rows from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables based on a related column between them

  • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • INNER JOIN returns rows when there is at least one match in both tables

  • LEFT JOIN returns all rows from the left table and the matched rows fr...

View all Application Support Engineer interview questions

Get my Parking Interview Experiences

8 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Techincal sql and unix
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about indexs
  • Ans. 

    Indexes are data structures used to improve the speed of data retrieval operations in databases.

    • Indexes are created on columns in a database table to speed up the retrieval of rows matching a certain condition.

    • They work by creating a separate data structure that allows the database to quickly locate rows that match the indexed column values.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes o...

  • Answered by AI
  • Q2. Explain about joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from th...

  • Answered by AI

Skills evaluated in this interview

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

Js coding went well and 3 coding tests

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

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Program to find the anagram, fibonacci and some DS and Algorithm questions

Round 2 - HR 

(1 Question)

  • Q1. Behaviour questions

Interview Preparation Tips

Topics to prepare for Get my Parking Software Development Engineer Intern interview:
  • Data Structures
  • alogorithms
  • Computer Networking
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Android java kotlin coroutines
  • Q2. Retrofit xml design rxjava

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

I applied via Instahyre and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write Test Case for lift
  • Ans. 

    Test cases for a lift (elevator) to ensure functionality, safety, and user experience.

    • Verify lift doors open and close properly when called.

    • Check that the lift moves to the correct floor when a button is pressed.

    • Ensure the lift does not move when doors are open.

    • Test emergency button functionality to halt the lift.

    • Validate that the lift can accommodate the maximum weight limit.

  • Answered by AI
  • Q2. What is difference between smoke & sanity
  • Ans. 

    Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes.

    • Smoke testing is a preliminary test to check the basic functionality of an application.

    • Sanity testing is a subset of regression testing focused on verifying specific functionalities after changes.

    • Example of smoke testing: Verifying if the application launches and the main features are accessible.

    • Example of san...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write Test case for ATM Machine
  • Ans. 

    Test cases for an ATM machine cover various functionalities like cash withdrawal, balance inquiry, and error handling.

    • Verify cash withdrawal for valid account and sufficient balance.

    • Check balance inquiry displays correct account balance.

    • Test PIN entry for correct and incorrect PIN scenarios.

    • Ensure receipt prints correctly after transactions.

    • Validate error messages for insufficient funds or network issues.

  • Answered by AI
  • Q2. What is Bug Leakage
  • Ans. 

    Bug leakage refers to defects that escape detection during testing and are found in production by users.

    • Occurs when a bug is not identified during the testing phase.

    • Can lead to user dissatisfaction and impact product reputation.

    • Example: A critical security flaw in a banking app that testers missed.

    • Common causes include inadequate test coverage or rushed testing cycles.

    • Preventive measures include thorough testing, code ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is Load Testing
  • Ans. 

    Load testing evaluates a system's performance under expected user loads to ensure stability and responsiveness.

    • Simulates multiple users accessing the application simultaneously.

    • Helps identify bottlenecks and performance issues before deployment.

    • Example: Testing a website's performance during a sale event with thousands of concurrent users.

    • Measures response times, throughput, and resource utilization.

    • Tools like JMeter a...

  • Answered by AI
  • Q2. What is Stress Testing
  • Ans. 

    Stress testing evaluates a system's performance under extreme conditions to identify its breaking points and ensure reliability.

    • Involves pushing the system beyond its normal operational capacity.

    • Helps identify bottlenecks and failure points in the system.

    • Example: Testing a web application by simulating thousands of concurrent users.

    • Can be used to assess hardware, software, and network performance.

    • Important for ensuring...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Any idea about Parking System
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

4 medium leetcode interview question were asked

Round 2 - Technical 

(1 Question)

  • Q1. Easy interview question ,based on Ds .
Round 3 - HR 

(1 Question)

  • Q1. Very friendly HR round . basic question were asked.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. 1. Based on my resume, asked to explain ML projects and questions related to the algorithms used were asked. 2. SQL questions 3. Monty-Hall problem 4. Probability and Permutation & Combination questions 5....
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions 1. How early you will be able to join? 2. Are you willing to relocate?

Interview Preparation Tips

Topics to prepare for Get my Parking Data Science Intern interview:
  • SQL
  • Data Science
  • Machine Learning
  • Guesstimates
  • Puzzles
  • Probability

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About Business analyst

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good but some manager do lot of politics and mentally harrsement

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Get my Parking?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 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 tips
Round 2 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

Get my Parking Interview FAQs

How many rounds are there in Get my Parking interview?
Get my Parking interview process usually has 2-3 rounds. The most common rounds in the Get my Parking interview process are Technical, HR and Coding Test.
How to prepare for Get my Parking 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 Get my Parking. The most common topics and skills that interviewers at Get my Parking expect are SQL, Java, ITIL, Python and API.
What are the top questions asked in Get my Parking interview?

Some of the top questions asked at the Get my Parking interview -

  1. What is difference between smoke & san...read more
  2. Write Test case for ATM Mach...read more
  3. What is Stress Test...read more
How long is the Get my Parking interview process?

The duration of Get my Parking interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 8 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Zidio Development Interview Questions
4.4
 • 102 Interviews
NexTurn Interview Questions
4.1
 • 35 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
ZeAI SOFT Interview Questions
4.9
 • 21 Interviews
Ivanti Interview Questions
3.7
 • 19 Interviews
Xcelore Interview Questions
4.7
 • 19 Interviews
SentientGeeks Interview Questions
4.4
 • 17 Interviews
View all

Get my Parking Reviews and Ratings

based on 41 reviews

3.7/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.0

Salary

3.2

Job security

3.9

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 41 Reviews and Ratings
Software Development Engineer II
19 salaries
unlock blur

₹14.6 L/yr - ₹27 L/yr

Software Development Engineer 1
14 salaries
unlock blur

₹9.2 L/yr - ₹14 L/yr

Software Developer
12 salaries
unlock blur

₹9.5 L/yr - ₹16 L/yr

Software Development Engineer
12 salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Senior Product Manager
8 salaries
unlock blur

₹36 L/yr - ₹40 L/yr

Explore more salaries
Compare Get my Parking with

Zidio Development

4.4
Compare

NexTurn

4.1
Compare

Springbord Systems

3.6
Compare

Kanerika Software

4.4
Compare
write
Share an Interview