Upload Button Icon Add office photos

Filter interviews by

PeopleGrove Interview Questions and Answers

Updated 5 Oct 2024
Popular Designations

PeopleGrove Interview Experiences

3 interviews found

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. What is JWT and how we use it?
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is commonly used for authentication and information exchange in web applications.

    • It consists of three parts: header, payload, and signature.

    • JWTs are typically sent in the Authorization header of HTTP requests.

    • Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwi...

  • Answered by AI
  • Q2. What does CORS refer?
  • Ans. 

    CORS stands for Cross-Origin Resource Sharing, a security feature that allows servers to specify who can access their resources.

    • CORS is a security feature implemented by browsers to prevent unauthorized access to resources on a different origin.

    • It allows servers to specify which origins are allowed to access their resources through HTTP headers.

    • CORS is commonly used to enable cross-origin requests in web applications, ...

  • Answered by AI
  • Q3. Difference between local Storage, cookies, session storage?
  • Ans. 

    Local Storage, cookies, and session storage are all ways to store data on the client side, but they have different purposes and limitations.

    • Local Storage: stores data with no expiration date, and it remains after the browser is closed. Can store larger amounts of data compared to cookies. Example: localStorage.setItem('key', 'value')

    • Cookies: stores data that has an expiration date and is sent to the server with every r...

  • Answered by AI
  • Q4. What is web pack?
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets like JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Common configuration file for webpack is webpack.config.js.

  • Answered by AI
  • Q5. Redux, Context API, State Management
  • Q6. How to handle images in React?
  • Ans. 

    Images in React can be handled using the tag, importing images in components, or using CSS background images.

    • Use the tag to display images in React components

    • Import images in components by using import statement and referencing the image file

    • Use CSS background images by setting the background-image property in stylesheets

Answered by AI
  • Q7. Promise.all and behind the scenes?
  • Interview Preparation Tips

    Interview preparation tips for other job seekers - My learnings: Jwt, CORS, Higher order functions, Advance React, Callback, Callback hell.
    Prepare things in details

    Skills evaluated in this interview

    Software Developer Interview Questions & Answers

    user image Akshay Gupta

    posted on 24 May 2023

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - HR 

    (1 Question)

    • Q1. Basic details about why you want to join Peoplegrove
    Round 3 - One-on-one 

    (3 Questions)

    • Q1. Questions about the work your are doing in your current role
    • Q2. Questions about the tech-stack being used at Peoplegrove. You will find this in the job details.
    • Q3. This is a telephonic round.
    Round 4 - Coding Test 

    (1 Question)

    • Q1. One-on-one live coding round on javascript basics and problem solving with one senior engineer in the company
    Round 5 - Assignment 

    A full stack assignment

    Round 6 - Code Review Round 

    (1 Question)

    • Q1. Taken by the leadership of tech team. Questions about the assignment done in last round.
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

    Round 1 - Assignment 

    They will provide a scenario to automate

    Round 2 - Coding Test 

    Basic Java coding questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare a framework to submit in assignment

    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 PeopleGrove?
    Ask anonymously on communities.

    Interview questions from similar companies

    I applied via Company Website and was interviewed before Jun 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 - One-on-one 

    (1 Question)

    • Q1. Machine learning and Java programming questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Have a good knowledege about the work you are presenting in front of them.

    I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

    Round 1 - System test 

    (1 Question)

    • Q1. Advantage and disadvantage of framework.
    • Ans. 

      Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

      • Advantage: Provides structure and pre-built components for faster development

      • Advantage: Can improve code quality and maintainability

      • Disadvantage: Can limit flexibility and customization

      • Disadvantage: Requires learning curve and potential dependency issues

      • Example: ReactJS provides a fr...

    • Answered by AI
    Round 2 - Technical 

    (1 Question)

    • Q1. What is Oops? Advantage and disadvantage
    • Ans. 

      Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

      • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

      • Disadvantages: complexity, steep learning curve, performance overhead

      • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

    Skills evaluated in this interview

    I applied via Campus Placement and was interviewed before Nov 2021. 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 - Aptitude Test 

    Numerical and logical aptitude test

    Round 3 - Coding Test 

    There are 5 rounds on datastructure and algorithm

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Nice hr and all team is suportive
    Good and smoth interview experiance

    I appeared for an interview before Sep 2020.

    Round 1 - Face to Face 

    (1 Question)

    Round duration - 50 minutes
    Round difficulty - Easy

    This was a Data Structural round.

    • Q1. 

      Distinct Islands Problem Statement

      Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

    • Ans. 

      Count the number of distinct islands in a 2D array of 0s and 1s.

      • Identify islands by performing depth-first search (DFS) on the grid

      • Use a set to store the shape of each island and check for duplicates

      • Consider translations to determine distinct islands

    • Answered by AI
    Round 2 - Face to Face 

    (1 Question)

    Round duration - 50 minutes
    Round difficulty - Easy

    This was a Data Structural round.

    • Q1. 

      Word Wrap Problem Statement

      You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

    • Ans. 

      The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

      • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

      • Minimize the total cost by arranging words to fit within the character limit on each line.

      • Ensure each word appears fully on one line without breaking across lines.

    • Answered by AI
    Round 3 - Face to Face 

    (1 Question)

    Round duration - 60 minutes
    Round difficulty - Easy

    This was a System Design round.

    • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
    • Ans. 

      Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

      • Implement a user-friendly interface for customers to search and book tickets

      • Create a vendor portal for vendors to manage their offerings and availability

      • Include payment gateway integration for secure transactions

      • Develop a robust backend system for managing bookings, cancellations, and refunds

      • Utilize a database to store user in...

    • Answered by AI
    Round 4 - Face to Face 

    Round duration - 50 minutes
    Round difficulty - Easy

    This was a System Design round

    Round 5 - Face to Face 

    Round duration - 50 minutes
    Round difficulty - Easy

    This was an HR round.

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

    Tip 1 : Practice as much as you can.
    Tip 2 : Prepare for company, not in general.
    Tip 3 : Your past work should be objective and your contribution should be very clear

    Application resume tips for other job seekers

    Tip 1 : Keep only relevant things for the job you are applying.
    Tip 2 : Minimal data with measurable contribution and effect.

    Final outcome of the interviewSelected

    Skills evaluated in this interview

    Are these interview questions helpful?

    I appeared for an interview before Sep 2020.

    Round 1 - Video Call 

    (1 Question)

    Round duration - 1 hour
    Round difficulty - Medium

    • Q1. 

      First Missing Positive Problem Statement

      You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

    • Ans. 

      Find the smallest positive integer missing from an array of integers.

      • Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.

      • After marking all positive integers, iterate again to find the first positive integer with a positive value.

      • Return the index of the first positive integer found plus one as the answer.

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaNoneMicrosoft interview preparation:Topics to prepare for the interview - Data structures, Pointers, Microsoft Cloud, Computer Architecture, Dynamic Programming, Azure Services,Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

    Tip 1 : During an interview, never say that you don't know the answer, keep trying and the interviewer will help you himself.
    Tip 2 : Keep speaking up the approach going on in your mind, they want to judge your approaches much more than whether the answer is right or wrong.
    Tip 3 : Be confident, cheerful, keep smiling, and continue making eye contact with the interviewer, this leaves a positive impression.
    Tip 4 : Search and practice questions specific to the company, questions are repeated several times.
    Tip 5 :  A sound knowledge of Microsoft Azure Services and cloud computing will be an icing on the cake, and increase your chances to get selected.
    Tip 6 : Keep giving contests on coding platforms, it will help you to stay motivated and check your stand.
    Tip 7 : Keep a daily goal of number of questions instead of the time duration.

    Application resume tips for other job seekers

    Tip 1 : Everything mentioned on the resume should be thoroughly known to you since if they catch you being dishonest, pretty good coding skills also might not help.
    Tip 2 : Have projects related to the same field you are trying to apply for mentioned in your resume, this shows you are already experienced in the field.
    Tip 3 : Adding references of some experienced people of the same field might help you gain their trust.
    Tip 4 : Do not keep your resume too long, and do not mention irrelevant details, keep it short and crisp.
    Tip 5 : Some experience in the field of operations and management or some positions of responsibility will really help you score extra points since it shows you have leadership qualities and are familiar with the market along with super coding skills.

    Final outcome of the interviewSelected

    Skills evaluated in this interview

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

    I applied via Approached by Company and was interviewed before Jan 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 - Coding Test 

    Arrays, Graphs majorly asked
    Practice Leetcode

    Round 3 - Technical 

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Practice Leetcode properly
    Revise basic core concepts like Operating Systems, DBMS

    I appeared for an interview in Sep 2020.

    Round 1 - Video Call 

    (2 Questions)

    Round duration - 45 Minutes
    Round difficulty - Easy

    Had some small chit-chat regarding how Work from Home is going on for him and me. Later he introduced himself and asked the same.
    Coming to technical questions, he asked me the algorithm and also asked me to code the questions mentioned below. Discussed the time complexities and edge cases.

    • Q1. 

      Spiral Matrix Problem Statement

      You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

      Input

      The first line contains an integer 'T' which denotes the nu...
    • Ans. 

      The task is to return the spiral path of elements in a given matrix.

      • Iterate over the matrix in a spiral path by keeping track of the boundaries.

      • Print the elements in the spiral path as you traverse the matrix.

      • Handle cases where the matrix is not a square matrix separately.

    • Answered by AI
    • Q2. 

      Group Anagrams Problem Statement

      Given an array or list of strings called inputStr, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...

    • Ans. 

      Group anagrams in an array of strings based on character frequency.

      • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

      • Iterate through the input strings, sort each string, and add it to the hashmap.

      • Return the values of the hashmap as grouped anagrams.

    • Answered by AI
    Round 2 - Video Call 

    (1 Question)

    Round duration - 45 Minutes
    Round difficulty - Medium

    This round started without any introduction, and he directly jumped into the question. Asked me about the algorithm, and later coded it and ran it. And then he asked me to optimize it. Finally, he asked me if I had any questions.

    • Q1. 

      Tic-Tac-Toe Design Problem

      Design a 2-player Tic-Tac-Toe game played on an N * N grid where Player 1 uses ‘X’ and Player 2 uses ‘O’. A move is always valid and occupies an empty spot.

      If a player places ...

    • Ans. 

      Design a 2-player Tic-Tac-Toe game on an N x N grid where players take turns placing their marks, and the first player to get N marks in a row wins.

      • Implement a function move(row, col, player) to handle each player's move and check for a win condition.

      • Keep track of the board state and update it after each move.

      • Check for winning conditions horizontally, vertically, and diagonally after each move.

      • Return the result (0 for ...

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria8 CGPAMicrosoft interview preparation:Topics to prepare for the interview - Data Structure, Operating System, Algorithms, Computer Networks, Quantitative AptitudeTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

    Tip 1 : Solve as many questions as you can
    Tip 2 : Practice Quantitate aptitude.
    Tip 3 : Don't lie on your resume.

    Application resume tips for other job seekers

    Tip 1 : Have some good projects.
    Tip 2 : Don't lie on your resume.

    Final outcome of the interviewSelected

    Skills evaluated in this interview

    PeopleGrove Interview FAQs

    How many rounds are there in PeopleGrove interview?
    PeopleGrove interview process usually has 3 rounds. The most common rounds in the PeopleGrove interview process are One-on-one Round, Coding Test and Assignment.
    How to prepare for PeopleGrove 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 PeopleGrove. The most common topics and skills that interviewers at PeopleGrove expect are Project Management, Data Analysis, Product Management, Python and Agile.
    What are the top questions asked in PeopleGrove interview?

    Some of the top questions asked at the PeopleGrove interview -

    1. Difference between local Storage, cookies, session stora...read more
    2. What is JWT and how we use ...read more
    3. How to handle images in Rea...read more

    Tell us how to improve this page.

    Overall Interview Experience Rating

    4.9/5

    based on 7 interview experiences

    Difficulty level

    Easy 50%
    Moderate 50%

    Duration

    Less than 2 weeks 50%
    2-4 weeks 50%
    View more

    Interview Questions from Similar Companies

    Google Interview Questions
    4.4
     • 897 Interviews
    Zoho Interview Questions
    4.2
     • 537 Interviews
    SAP Interview Questions
    4.2
     • 291 Interviews
    Chetu Interview Questions
    3.3
     • 198 Interviews
    HighRadius Interview Questions
    2.8
     • 197 Interviews
    Infinx Interview Questions
    3.9
     • 189 Interviews
    24/7 Customer Interview Questions
    3.5
     • 179 Interviews
    Dassault Systemes Interview Questions
    3.9
     • 177 Interviews
    View all

    PeopleGrove Reviews and Ratings

    based on 7 reviews

    4.0/5

    Rating in categories

    3.6

    Skill development

    4.0

    Work-life balance

    4.0

    Salary

    3.6

    Job security

    3.9

    Company culture

    3.5

    Promotions

    3.3

    Work satisfaction

    Explore 7 Reviews and Ratings
    Product Manager
    6 salaries
    unlock blur

    ₹20 L/yr - ₹30 L/yr

    Software Development Engineer
    5 salaries
    unlock blur

    ₹10 L/yr - ₹16 L/yr

    Senior Quality Analyst
    5 salaries
    unlock blur

    ₹10.5 L/yr - ₹14 L/yr

    Full Stack Developer
    5 salaries
    unlock blur

    ₹8.5 L/yr - ₹25.5 L/yr

    Project Manager
    4 salaries
    unlock blur

    ₹20 L/yr - ₹24 L/yr

    Explore more salaries
    Compare PeopleGrove with

    24/7 Customer

    3.5
    Compare

    Microsoft Corporation

    3.9
    Compare

    SAP

    4.2
    Compare

    Google

    4.4
    Compare
    write
    Share an Interview