Upload Button Icon Add office photos
Engaged Employer

i

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

TalentServe Verified Tick

Compare button icon Compare button icon Compare
2.1

based on 177 Reviews

Filter interviews by

TalentServe Intern Interview Questions and Answers

Updated 7 Jun 2024

TalentServe Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic questions divided in 4 sections of 20 min each

Round 2 - Case Study 

2-3 case study was given and asked to give answer based on that

Interview Preparation Tips

Topics to prepare for TalentServe Intern interview:
  • reasoning
  • Verbal Communication
  • non verbal
  • Quantitative
Interview preparation tips for other job seekers - terrible company don't join

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. About projects, like the what stack used
  • Q2. Hr question about why to join browserstack

Intern Interview Questions & Answers

Ameyo user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. Not remembered the question now
  • Q2. Not remembered the question now again
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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 

Basic aptitude , c programming, digital design

Round 3 - Technical 

(2 Questions)

  • Q1. Puzzels,digital design, programming
  • Q2. Implement flip flop using mux
  • Ans. 

    Flip flop can be implemented using a multiplexer by selecting the input based on the control signal.

    • Use a 2:1 multiplexer to select between the current state and the next state

    • Connect the output of the multiplexer to the input of the flip flop

    • Control signal determines which input is passed through the multiplexer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your badics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Some Objective questions and 1 Coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Situation based questions on Coroutines
  • Q2. About Project Tech Stack Used and Questions on that
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Expertise in ATS
  • Ans. 

    Experience with Applicant Tracking Systems (ATS) is essential for HR Intern role.

    • Familiarity with popular ATS platforms such as Greenhouse, Lever, and iCIMS

    • Ability to post job listings, review resumes, and track candidate progress within ATS

    • Experience in customizing ATS workflows and generating reports for recruitment metrics

  • Answered by AI
  • Q2. Total Experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of position closed
  • Ans. 

    The number of positions closed refers to the total number of job openings that have been filled by candidates.

    • The number of positions closed can be tracked through the recruitment process, from job posting to candidate selection.

    • This metric is important for evaluating the efficiency and effectiveness of the hiring process.

    • For example, if a company has closed 50 positions in a quarter, it indicates a high level of recru

  • Answered by AI
  • Q2. Proficiency in Excel
  • Ans. 

    Proficient in Excel with experience in creating complex formulas, pivot tables, and data analysis.

    • Experience in creating and manipulating spreadsheets

    • Ability to use functions and formulas effectively

    • Knowledge of pivot tables and data visualization techniques

    • Experience in data analysis and reporting

    • Familiarity with VLOOKUP, INDEX-MATCH, and conditional formatting

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. Puzzle

    Given two hourglass of 4 minutes and 7 minutes, the task is to measure 9 minutes.

  • Q2. Technical Questions

    What is multithreading ?

    What is diamond problem ?

    He asked some technical questions related to my projects

  • Q3. Maximum Sum Rectangle

    You are given an M X N matrix of integers ARR. Your task is to find the maximum sum rectangle.

    Maximum sum rectangle is a rectangle with the maximum value for the sum of integers pr...

  • Ans. Brute force

    In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).

    We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. OS Questions

    Producer Consumer Problem using Semaphores

    What is Banker's algorithm?

    What is Belady's Anomaly ?

  • Q2. Infix to Postfix

    You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression.

    Infix expression is of the form a op b. Where operator is is betwe...

  • Ans. Stack

    We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.

    Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]

    Order of precedence [ link ]

    The algorithm will be-

    1. ANS ...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. About projects, like the what stack used
  • Q2. Hr question about why to join browserstack

Intern Interview Questions & Answers

Ameyo user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. Not remembered the question now
  • Q2. Not remembered the question now again
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 - One-on-one 

(1 Question)

  • Q1. Regarding flip-flops and timers

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen basic concepts in digital electronics

TalentServe Interview FAQs

How many rounds are there in TalentServe Intern interview?
TalentServe interview process usually has 2 rounds. The most common rounds in the TalentServe interview process are Aptitude Test and Case Study.

Tell us how to improve this page.

People are getting interviews through

based on 1 TalentServe interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

Genpact Intern Interview Questions
3.9
 • 4 Interviews
Ameyo Intern Interview Questions
3.4
 • 1 Interview
View all
TalentServe Intern Salary
based on 4 salaries
₹1 L/yr - ₹6 L/yr
15% less than the average Intern Salary in India
View more details

TalentServe Intern Reviews and Ratings

based on 12 reviews

1.5/5

Rating in categories

1.5

Skill development

1.6

Work-Life balance

1.4

Salary & Benefits

1.4

Job Security

1.6

Company culture

1.4

Promotions/Appraisal

1.4

Work Satisfaction

Explore 12 Reviews and Ratings
Management Trainee
7 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Software Engineer
6 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Full Stack Developer
5 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Business Development Manager
4 salaries
unlock blur

₹3.2 L/yr - ₹11.3 L/yr

Intern
4 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Explore more salaries
Compare TalentServe with

Team Lease

3.9
Compare

Quess

3.9
Compare

Randstad

3.8
Compare

ManpowerGroup

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview