Upload Button Icon Add office photos

Filter interviews by

Recruit CRM Product Manager Trainee Interview Questions and Answers

Updated 31 Aug 2023

Recruit CRM Product Manager Trainee Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 5 interview rounds.

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 - Aptitude Test 

Had very general questions related to Aptitude and English

Round 3 - Assignment 

We got an assignment to review the user flow of the portal and point out the good and the poor parts, as well as how it can be improved

Round 4 - Technical 

(1 Question)

  • Q1. Explaining the assignment and a few questions related to college
Round 5 - Behavioral 

(1 Question)

  • Q1. General questions about journey till now, family, ambitions, future goals and stuff

Interview questions from similar companies

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

Basic questions from aptitude and dsa

Round 2 - HR 

(2 Questions)

  • Q1. Asked about project and basic questions
  • Q2. Was it a group project Hobbies Ask me a question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
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 

(2 Questions)

  • Q1. Merge Intervals problem
  • Ans. 

    Given a list of intervals, merge overlapping intervals.

    • Sort the intervals based on their start times.

    • Iterate through the intervals and merge overlapping intervals.

    • Return the merged intervals.

    • Example: [[1,3],[2,6],[8,10],[15,18]] -> [[1,6],[8,10],[15,18]]

  • Answered by AI
  • Q2. Design hotel management
  • Ans. 

    Design a hotel management system

    • Create a database to store information about rooms, guests, reservations, and staff

    • Develop a user-friendly interface for staff to manage reservations, check-ins, and check-outs

    • Implement a payment system to handle transactions and generate invoices

    • Incorporate a feedback system for guests to rate their experience and provide suggestions for improvement

    • Integrate with third-party platforms f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problems and understand patterns while solving problems.
Spend good amount of time preparing for system design, better to gain as much knowledge as possible from your work experience

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There is a codility test given with one coding and one test cases

Round 2 - Technical 

(1 Question)

  • Q1. LRU cache and its implementation
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • LRU cache stands for Least Recently Used cache

    • It is typically implemented using a combination of a doubly linked list and a hashmap

    • When a new item is accessed, it is moved to the front of the list. If the cache is full, the least recently used item at the end of the list is removed

    • Example: If the c...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is transaction management and how is it handled in microservices
  • Ans. 

    Transaction management is the process of ensuring data consistency and integrity in a system.

    • In microservices, each service has its own database, making distributed transactions challenging.

    • Two popular approaches to handle transaction management in microservices are Saga pattern and two-phase commit protocol.

    • Saga pattern involves breaking a transaction into multiple smaller transactions that can be rolled back individu...

  • Answered by AI
  • Q2. Statefull vs stateless
  • Ans. 

    Stateful vs stateless refers to whether a system retains information about the state of a user's interactions.

    • Stateful systems store client session information on the server side, requiring more resources and making scaling more complex.

    • Stateless systems do not store client session information, making them easier to scale and more fault-tolerant.

    • Stateful systems are typically used for applications that require maintain...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA questions involving string and stack DS

Round 2 - Technical 

(1 Question)

  • Q1. Questions on DSA and Sql

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

Recruit CRM Interview FAQs

How many rounds are there in Recruit CRM Product Manager Trainee interview?
Recruit CRM interview process usually has 5 rounds. The most common rounds in the Recruit CRM interview process are Resume Shortlist, Aptitude Test and Assignment.

Tell us how to improve this page.

Recruit CRM Product Manager Trainee Interview Process

based on 1 interview

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
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Associate Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Recruit CRM with

Freshworks

3.5
Compare

Talent Recruit Software

2.8
Compare

Talview

3.1
Compare

Greenhouse

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