Upload Button Icon Add office photos

Pradan

Compare button icon Compare button icon Compare

Filter interviews by

Pradan Young Professional Interview Questions and Answers

Updated 11 Mar 2024

Pradan Young Professional Interview Experiences

2 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 Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning - diagram Pattern based

Round 2 - Group Discussion 

Situation based questions were asked

Round 3 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Strength, weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

Reasoning questions based on pictures and diagram analogy type

Round 2 - Group Discussion 

Story was given and had to discuss and rate the character

Round 3 - One-on-one 

(1 Question)

  • Q1. About yourself Why you want to join What you know about pradan

Young Professional Interview Questions Asked at Other Companies

Q1. Which are the secondary metabolites present in citrus fruits?
Q4. What is functional fruits?
Q5. On group discussion : benefits of tobacco ban

Interview questions from similar companies

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

I applied via Referral and was interviewed before Oct 2022. 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 - One-on-one 

(1 Question)

  • Q1. Self introduction

I was interviewed before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Jan 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just they asking about self introduction and some reliable questions very easy process interview everyone can easily crack this.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get nervous it's so easy process

Interview Questionnaire 

1 Question

  • Q1. They asked 3 Coding questions and 5 MCQ all of them were very simple. One was related to fibbonaci. Another one was like there was 2d array and at i,j sum till row i and sum till j was given and all the el...

Interview Preparation Tips

Interview preparation tips for other job seekers - I got all three questions correct and also I got a call from recruiter saying that be prepared for interview at tuesday but when i tried calling, He wasn't picking it up. Overall, It was a pathetic experience.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Code postorder traversal without using recursion.
  • Ans. 

    Iterative solution using a stack to perform postorder traversal.

    • Use a stack to simulate the recursive call stack.

    • Push nodes in the order of right, left, root.

    • Pop nodes from stack and add to result array.

    • Repeat until stack is empty.

  • Answered by AI
  • Q2. Leetcode Problem 1626 - Best team with no conflicts.
Round 2 - System Design 

(2 Questions)

  • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
  • Ans. 

    Design a messaging app like WhatsApp with one-to-one, group messaging, and read receipts functionalities.

    • Use a relational database to store user information, messages, and group memberships.

    • Create tables for users, messages, groups, and group memberships.

    • Include columns for message content, sender, receiver, timestamp, and read status.

    • Implement a feature to mark messages as read with read receipts.

    • Use indexes for effic

  • Answered by AI
  • Q2. Questions on dbms, cn and os.

Skills evaluated in this interview

I was interviewed in May 2022.

Round 1 - Assignment 

Round duration - 120 minutes
Round difficulty - Medium

Round 2 - Video Call 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

- Discussion on the first round's assignment
- Was asked about adding unit tests in the assignment
- Fundamental questions on the approach used for the assignment.

  • Q1. What are some things that could have been done better in the system design problem given in the first round?
  • Ans. 

    Some improvements in the system design problem could include better scalability planning, more efficient data storage solutions, and improved error handling.

    • Implementing a more robust caching mechanism to improve performance under heavy load.

    • Optimizing the database schema for better query performance and scalability.

    • Introducing load balancing and horizontal scaling to handle increased traffic.

    • Enhancing error handling t...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Round was with tech lead. Was briefly asked about the problem I solved in the first round. Then I was asked to solve 1 medium level DSA based question. Some discussion on culture fit was also done.

  • Q1. Given the frequency of traffic lights' states, can you determine if there will ever be an invalid state for the traffic signal, and what are the conditions that lead to an invalid state?
  • Ans. 

    Yes, an invalid state can occur if the traffic lights are in conflicting states simultaneously.

    • An invalid state occurs when multiple traffic lights are showing conflicting signals, such as both red and green at the same time.

    • This can happen due to a malfunction in the traffic light system or human error in programming the lights.

    • For example, if a traffic light is stuck showing both red and green signals, it would be co

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaBlinkit interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Web development, OOP, LLDTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Have clear web dev fundamentals
Tip 2 : Have at least 1 good non-trivial project
Tip 3 : Practice basic DSA questions.

Application resume tips for other job seekers

Tip 1 : For past experience (internship/full time), explain the impact you created instead of only mentioning what you did.
Tip 2 : Don't exceed 1 page.
Tip 3 : Get it cross-checked for mistakes through multiple sources.
Tip 4 : Only put in stuff that you are confident in being able to explain.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3D DP, DP ON BST, Focus on highlevel dp and system design

Pradan Interview FAQs

How many rounds are there in Pradan Young Professional interview?
Pradan interview process usually has 3 rounds. The most common rounds in the Pradan interview process are Aptitude Test, Group Discussion and One-on-one Round.

Tell us how to improve this page.

Pradan Young Professional Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Bandhan Bank Interview Questions
3.7
 • 538 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
UNICEF Interview Questions
3.8
 • 25 Interviews
View all

Pradan Young Professional Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

3.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Executive
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Executive
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Apprentice
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Coordinator
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pradan with

Bandhan Bank

3.7
Compare

Ujjivan Financial Services

4.3
Compare

Bharat Financial Inclusion

3.9
Compare

Jana Small Finance Bank

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