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

Filter interviews by

Clear (1)

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

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Excel realated questions and answers
  • Q2. Vlookup working formula
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value.

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • lookup_value: The value to search for in the first column of the table.

    • table_array: The range of cells that contains the data.

    • col_index_num: The column number in the table from which to retrieve the value.

    • range_lookup: Optional. TRUE for approxim...

  • Answered by AI
  • Q3. H lookup formula
  • Ans. 

    HLOOKUP is a function in Excel used to search for a value in the top row of a table and return a value in the same column from a specified row.

    • HLOOKUP stands for Horizontal Lookup.

    • It is used to search for a value in the top row of a table and return a value in the same column from a specified row.

    • Syntax: =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

    • Example: =HLOOKUP(123, A1:D4, 3, FALSE) will searc...

  • Answered by AI
Round 2 - Assignment 

Assignment 1 ,3 and 3

Round 3 - Assignment 

Payroll realated questions and answers

Interview Preparation Tips

Topics to prepare for PeopleStrong Intern interview:
  • Excel
  • Finance
  • investment
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your background?
  • Ans. 

    I have a background in computer science with a focus on software development and data analysis.

    • Bachelor's degree in Computer Science

    • Experience in software development

    • Proficient in data analysis tools like Python and SQL

  • Answered by AI
  • Q2. What are your long term goals?
Round 2 - Technical 

(2 Questions)

  • Q1. What do you know?
  • Ans. 

    I have knowledge in various programming languages, data analysis, and project management.

    • Proficient in Python, Java, and SQL programming languages

    • Skilled in data analysis using tools like Excel and Tableau

    • Experience in project management methodologies such as Agile and Scrum

  • Answered by AI
  • Q2. Any questions for us?
  • Ans. 

    Yes, I am curious about the team dynamics and opportunities for growth within the company.

    • Ask about the team structure and how collaboration is encouraged

    • Inquire about potential career advancement opportunities within the company

    • Ask about any mentorship or training programs available

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was simple mcq test

Round 2 - Coding Test 

Small pattern round. triangle pattern, 2 3 questions on the same.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just make logical thinking.

Intern Interview Questions & Answers

Genpact user image Deepshikha Singh

posted on 15 Oct 2024

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. There was mcq questions related to data field.
Round 2 - HR 

(1 Question)

  • Q1. Completely resume based
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Had around 60 questions to solve within 60 minutes. The questions were pretty basic and easy to crack.

Round 2 - Technical 

(3 Questions)

  • Q1. Write a code using OOPS paradigm for a Fibonacci number.
  • Ans. 

    Code using OOPS paradigm for Fibonacci number

    • Create a class for Fibonacci with a method to calculate the nth Fibonacci number

    • Use recursion to calculate Fibonacci numbers

    • Implement memoization to optimize the calculation

  • Answered by AI
  • Q2. Explain Polymorphism, Inheritance.
  • Ans. 

    Polymorphism allows objects of different classes to be treated as objects of a common superclass. Inheritance allows a class to inherit attributes and methods from another class.

    • Polymorphism enables a single interface to be used for different data types or classes.

    • Inheritance allows a subclass to inherit attributes and methods from a superclass.

    • Example of polymorphism: a superclass Animal with subclasses Dog and Cat. B...

  • Answered by AI
  • Q3. Explanation abou the tech stack used in projects mentioned and why did you chose that.
  • Ans. 

    I used a combination of React, Node.js, and MongoDB for the projects. React for frontend, Node.js for backend, and MongoDB for database.

    • Used React for frontend development due to its component-based architecture and virtual DOM.

    • Chose Node.js for backend as it allows for building scalable and efficient server-side applications.

    • Opted for MongoDB as the database for its flexibility and ability to handle unstructured data.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty basic Interview, just thorough knowledge of resume, CS Fundamentals and basic coding questions is enough.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Questions of Medium leetcode difficulty.

Round 2 - Group Discussion 

The topic was given to 8-10 people and starting from a random person the GD starts.

Round 3 - Technical 

(2 Questions)

  • Q1. SQL query to get 3rd largest element.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 3rd largest element.

    • Use ORDER BY clause to sort the elements in descending order.

    • Use LIMIT 2,1 to skip the first two largest elements and get the 3rd largest element.

  • Answered by AI
  • Q2. Programme to swap two objects (deep copy).
  • Ans. 

    Program to swap two objects (deep copy)

    • Create a temporary object to store one of the objects

    • Copy the values of the second object into the first object

    • Copy the values from the temporary object into the second object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for Genpact Intern interview:
  • DBMS
  • SQL
  • Programming
  • OS
Interview preparation tips for other job seekers - Read basics of OS, DBMS (especially SQL) and little bit of Leetcode.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What's a Single Ops tool?
  • Ans. 

    Single Ops tool is a software that helps businesses manage their operations from a single platform.

    • It streamlines processes and improves efficiency

    • It can include features like scheduling, inventory management, and invoicing

    • Examples include ServiceTitan, Jobber, and Housecall Pro

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a background in marketing and have worked in the industry for 5 years.

    • I am currently pursuing a Master's degree in Business Administration to further my skills and knowledge.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: We had screening test in which 15 out of 40 were shortlisted
Tips: Be quick , skip the difficult ones
Duration: 20 minutes
Total Questions: 60

Round: Group Discussion
Experience: Had a brief discussion on the topic.Started the conversation and did positive contribution.
Tips: Speak with confidence , maintain eye contact with everyone .
Duration: 15 minutes

Round: Technical Interview
Experience: Have been asked around 10-15 questions , difficulty is moderate

Round: HR Interview
Experience: Open loop questions
Tips: Be realistic and keep it short

College Name: Malla Reddy Institute Of Engineering & Technology ( MRIET )

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
I usually changed my “Areas of Interest” as per the company profile. For Headstrong I mentioned subjects that dealt with coding and data structure.

Round: Test
Experience: First round was a written test containing 90 aptitude based questions and the time allotted for the same was 90 minutes. Questions were of high difficulty level; most of the questions based on probability, permutation and combination. 40 people were shortlisted out of the 180 applicants.
Duration: 90 minutes
Total Questions: 90

Round: Group Discussion
Experience: In Group Discussion there were 11 people in my group. The topic for the discussion was the “impact of family drama daily soaps (saas bahu serials) on the society”. Almost all of us agreed to the fact that these serials were sending wrong message to the society. They were interested in students who were expressive. 3 people got selected from my group.

Round: Technical Interview
Experience: The first round was a technical interview. Questions related to my family and areas of interest were also asked though. Questions related to C++ were asked and the topic of data structure was their main focus. They asked me questions on linked list and other forms of data structure. Finally they asked few general puzzles too. This interview continued for around 20 minutes.

Round: HR Interview
Experience: In the HR interview, questions were asked on why they should choose me and why I had opted for Headstrong. They also asked which location I would prefer for the job. They wanted someone who would be comfortable with any location whether it be south or north India. This last interview was small and lasted around 5-10 minutes.
Tips: Preparation of puzzles foe the interview would be beneficial.

College Name: IIT ROORKEE
Motivation: Most information regarding the company was obtained by attending the pre placement talk. The company did not check much about our knowledge related to the company but were more concerned with our technical knowledge.

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

SALARIES

Aurobindo Pharma

SALARIES

TalentServe

REVIEWS

TalentServe

No Reviews

SALARIES

TalentServe

SALARIES

Dr. Reddy's

SALARIES

Mankind Pharma

SALARIES

Ajanta Pharma

JOBS

Wheebox

No Jobs

JOBS

TalentServe

No Jobs

JOBS

Elanco

No Jobs

Tell us how to improve this page.

TalentServe Intern Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Intern Interview Questions from Similar Companies

Genpact Intern Interview Questions
3.8
 • 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

1.4

Job security

1.6

Company culture

1.4

Promotions

1.4

Work satisfaction

Explore 12 Reviews and Ratings
Management Trainee
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intern
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TalentServe with

Team Lease

3.9
Compare

Quess

3.9
Compare

Randstad

3.8
Compare

ManpowerGroup

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