Upload Button Icon Add office photos

Probo

Compare button icon Compare button icon Compare

Filter interviews by

Probo Interview Questions and Answers

Updated 11 Jan 2025

Probo Interview Experiences

Popular Designations

6 interviews found

Interview experience
3
Average
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 - Coding Test 

Three coding questions to be completed within a two-hour timeframe.

Round 2 - One-on-one 

(1 Question)

  • Q1. Can you describe your project and the subsequent questions that followed, including the OOPs questions and two DSA questions?

Interview Preparation Tips

Topics to prepare for Probo Backend Developer interview:
  • DSA
  • OOPS
  • Javascript

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question about company and Monetization statergy
  • Q2. Non Technical Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Analyze company profile

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Increase revenue for probo

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Product Manager Interview Questions & Answers

user image vinayak yadav

posted on 11 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

General case on Profitability improvement

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Probo interview questions for popular designations

 Product Manager

 (2)

 Backend Developer

 (1)

 Cyber Security Analyst

 (1)

 SDE

 (1)

 Senior Software Engineer

 (1)

SDE Interview Questions & Answers

user image Snehil Mishra

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Trapping rain water

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OS DBMS and general Information Security
  • Q2. What is SQL injection?
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

    • SQL injection allows attackers to access, modify, or delete data in a database.

    • Attackers can also use SQL injection to execute commands on the database server.

    • Preventing SQL injection involves validating user input and using parameterized queries.

    • Example: Entering ' OR '1'='1' into a login form to byp

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Company, nice work culture easy interview

Skills evaluated in this interview

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)

Jobs at Probo

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

---

Example Question (Numerical Ability):

Question:
If 15% of a number is 45, what is 30% of that number?

Solution:

1. Find the number:
If 15% of a number is 45, then



\text{Number} = \frac{45}{0.15} = 300.

2. Calculate 30% of the number:
Now, 30% of 300 is



0.30 \times 300 = 90.

Answer:
30% of the number is 90.


---

Additional Example (Simple Interest):

Question:
A bank offers a simple interest rate of 5% per annum on a deposit of Rs.20,000. What will be the interest earned in 3 years?

Solution:

1. Use the simple interest formula:



\text{Simple Interest} = \frac{P \times R \times T}{100}

= Principal amount = Rs.20,000

= Rate of interest = 5%

= Time = 3 years


2. Calculate the interest:



\text{Interest} = \frac{20000 \times 5 \times 3}{100} = 3000.

Answer:
The interest earned in 3 years is Rs. 3000.

Round 2 - Coding Test 

1. Quantitative Aptitude

Q: A sum of ₹10,000 is invested at 10% per annum simple interest. What is the interest after 3 years?
A: Interest = (P × R × T) / 100 = (10,000 × 10 × 3) / 100 = ₹3,000

2. Reasoning Ability

Q: If A is the father of B, but B is not the son of A, what is B’s relation to A?
A: Daughter

3. English Language

Q: Choose the correct sentence:
a) She don’t like coffee.
b) She doesn’t like coffee.
A: b) She doesn’t like coffee.

4. General Awareness (Banking GK)

Q: What does RBI stand for?
A: Reserve Bank of India

Round 3 - Assignment 

---

Example Question (Numerical Ability):

Question:
A bank offers a simple interest rate of 6% per annum. If a customer deposits Rs. 25,000 for 4 years, what is the total simple interest earned over that period?

Solution:

1. Identify the formula for Simple Interest (SI):



\text{SI} = \frac{P \times R \times T}{100}

is the principal (Rs. 25,000)

is the rate of interest (6%)

is the time period (4 years)


2. Substitute the values into the formula:



\text{SI} = \frac{25000 \times 6 \times 4}{100}

3. Calculate the interest:



\text{SI} = \frac{25000 \times 24}{100} = \frac{600000}{100} = 6000.

Answer:
The total simple interest earned over 4 years is Rs. 6,000.


---

Additional Example (Logical Reasoning):

Question:
In a sequence of numbers representing daily bank transactions, the amounts follow an arithmetic progression: 105, 115, 125, ... What will be the 8th transaction amount?

Solution:

1. Identify the first term and common difference:

First term,

Common difference,



2. Use the formula for the nth term of an arithmetic progression:



a_n = a_1 + (n - 1)d

3. Substitute :



a_8 = 105 + (8 - 1) \times 10 = 105 + 70 = 175.

Answer:
The 8th transaction amount is 175.

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

(6 Questions)

  • Q1. What are some of the Design Patterns you have worked with?
  • Q2. What is your approach for a issue you came to know happened in Production.
  • Q3. If given a chance to lead a team will you take it up as a challenge of not how would you tackle it?
  • Q4. Are you able to work under pressure. How do you manage?
  • Q5. What do you understand by SOLID principle? Why do you think it is important.
  • Q6. Please solve the coding question provided ( a moderately difficult coding question provided). Help understand your approach and why you chose same. Explain edge caes if possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush Up Job related skills.
Be able to demonstrate through practical approach.
Keep your theoretical approach flexible and more inclined with positive response than bluffing.
Keep confidence at core of and have a good communication practice.
Adhere to Interview rules for example be available with 1 working editor for coding or technical rounds. Be professional in your appearance and always refrain from asking feedback in the interview itself.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

The aptitude test will be conducted online.

Round 2 - Technical 

(7 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the thread lifecycle in programming?
  • Q3. What is the purpose of collections in Java?
  • Q4. What are the key concepts of Object-Oriented Programming (OOP)?
  • Q5. What are some real-life examples that illustrate the concepts of Object-Oriented Programming (OOP)?
  • Q6. Write a code for matrix multiplication?
  • Q7. Could you provide details about your academic project?
Round 3 - HR 

(1 Question)

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Essentially, your selection will depend on luck. Both of my interviews went well, but I was not selected, while some individuals with backlogs were selected.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL medium questions to be done in Pyspark parallely.
  • Q2. Datafactory and other azure resources scenario based
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion with the team lead and manager
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical and general discussion

Probo Interview FAQs

How many rounds are there in Probo interview?
Probo interview process usually has 1-2 rounds. The most common rounds in the Probo interview process are Technical, One-on-one Round and Assignment.
How to prepare for Probo 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 Probo. The most common topics and skills that interviewers at Probo expect are Digital Marketing, Inside Sales, Trade, Content Management and SQL.
What are the top questions asked in Probo interview?

Some of the top questions asked at the Probo interview -

  1. What is SQL injecti...read more
  2. OS DBMS and general Information Secur...read more
  3. Non Technical Questi...read more

Tell us how to improve this page.

Probo Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 803 Interviews
Zoho Interview Questions
4.3
 • 513 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
View all

Probo Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

4.1

Salary

2.9

Job security

4.1

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Backend Developer

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

Data Analyst

Gurgaon / Gurugram

2-4 Yrs

Not Disclosed

Entrepreneur in Residence

Gurgaon / Gurugram

4-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
7 salaries
unlock blur

₹15 L/yr - ₹31.5 L/yr

Finance Manager
5 salaries
unlock blur

₹11 L/yr - ₹24 L/yr

Graphic Designer
4 salaries
unlock blur

₹2.9 L/yr - ₹9 L/yr

Product Designer
4 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Business Development Executive
3 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Probo with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

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