Add office photos
Employer?
Claim Account for FREE

JUSPAY

2.9
based on 12 Reviews
Filter interviews by

10+ ManpowerGroup Interview Questions and Answers

Updated 30 Jul 2024
Q1. Largest Cycle

You are given a maze consisting of N cells numbered from 0 to N - 1 and an array ‘arr’ of N integers in which arr[i] contains the cell number that can be reached from ‘i’th cell in one step. You ar...read more

Add your answer
Q2. Dijkstra's shortest path

You have been given an undirected graph of ‘V’ vertices (labelled from 0 to V-1) and ‘E’ edges. Each edge connecting two nodes u and v has a weight denoting the distance between them.

Yo...read more

Ans.

The question is about finding the shortest path distance from a source node to all vertices in an undirected graph.

  • The graph is represented by the number of vertices and edges, followed by the edges and their distances.

  • The task is to find the shortest path distance from the source node (0) to all other nodes.

  • If a node is disconnected from the source node, print the maximum positive integer value (2147483647).

  • Implement the function and return the shortest path distances in asc...read more

View 2 more answers
Q3. Encode N-ary tree to binary tree

You have been given an N-ary tree ‘N’ nodes with node ‘1’ as head of the tree. Encode the above N-ary tree into a binary tree such that if only the encoded binary tree was given ...read more

Ans.

The task is to encode an N-ary tree into a binary tree and then decode the binary tree back into the original N-ary tree.

  • Encode the N-ary tree by representing each node as a binary tree node with its first child as the left child and subsequent children as the right child.

  • To decode the binary tree, traverse the binary tree and for each node, create a new N-ary tree node with its left child as the first child and subsequent right children as siblings.

  • Use a level order traversa...read more

View 1 answer
Q4. Check If Path Exists

You are given a directed and unweighted graph of 'V' vertices and 'E' edges. All edges are given in a 2-dimensional array ‘Edges’ in which ‘Edges[i][0]’ and ‘Edges[i][1]’ contain an edge. Yo...read more

Ans.

The task is to check if there exists a path from a given source vertex to a destination vertex in a directed and unweighted graph.

  • Read the number of test cases.

  • For each test case, read the number of vertices and edges.

  • Read the edges of the graph.

  • Read the source and destination vertices.

  • Implement a graph traversal algorithm (e.g., BFS or DFS) to check if a path exists from the source to the destination.

  • Print 'true' if a path exists, otherwise print 'false'.

View 2 more answers
Discover ManpowerGroup interview dos and don'ts from real experiences
Q5. Rat in a Maze

You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional plane). The maze would be given in the form of a squar...read more

Add your answer
Q6. Ninja and the Maze

Ninja went to an amusement park and visited a maze. Now, he is stuck in the maze. He can go in any direction(Up, Down, Left, or Right) from this point, but he cannot change his direction of mo...read more

Add your answer
Are these interview questions helpful?
Q7. Technical Questions

What are the different lifecycle methods in React?

Explain Strict Mode in React.

How to prevent re-renders in React?

Ans.

Lifecycle methods in React, Strict Mode, and preventing re-renders.

  • Lifecycle methods in React include componentDidMount, componentDidUpdate, componentWillUnmount, etc.

  • Strict Mode is a tool for highlighting potential problems in React components.

  • To prevent re-renders in React, use shouldComponentUpdate or React.memo.

Add your answer

Q8. how unordered set is implemented?

Ans.

Unordered set is typically implemented using hash tables.

  • Uses hash tables to store elements with unique keys

  • Provides constant time complexity for insertion, deletion, and lookup operations

  • Does not maintain any specific order of elements

Add your answer
Share interview questions and help millions of jobseekers 🌟
Asked in
SDE Interview

Q9. Optimisation of Part-A Solution

Ans.

Optimizing Part-A solution involves identifying bottlenecks and improving efficiency.

  • Identify the most time-consuming parts of Part-A solution

  • Analyze the algorithms and data structures used for optimization

  • Consider parallel processing or distributed computing for faster execution

  • Optimize database queries and reduce unnecessary operations

  • Use caching mechanisms to store frequently accessed data

Add your answer

Q10. SQL query for specific case

Ans.

SQL query to retrieve specific data based on a condition

  • Use SELECT statement to specify the columns to retrieve

  • Use WHERE clause to specify the condition for filtering the data

  • Use JOIN clause to combine data from multiple tables if needed

Add your answer

Q11. how set is implemented?

Ans.

A set is implemented as a data structure that stores unique elements with no specific order.

  • A set does not allow duplicate elements.

  • Sets are commonly implemented using hash tables or binary search trees.

  • Examples of set implementations include HashSet in Java and std::set in C++.

Add your answer

Q12. 5 coins problem

Ans.

The 5 coins problem involves finding the minimum number of weighings needed to identify a counterfeit coin among 5 identical coins.

  • Divide the coins into 3 groups of 2, 2, and 1 coin(s).

  • Weigh the 2 groups of 2 coins against each other.

  • If the 2 groups weigh the same, the counterfeit coin is in the group of 1 coin.

  • If one group is heavier, the counterfeit coin is in that group.

  • Weigh the 2 coins in the heavier group to find the counterfeit coin.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at ManpowerGroup

based on 11 interviews in the last 1 year
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 310 Interview Questions
3.8
 • 169 Interview Questions
4.2
 • 147 Interview Questions
3.9
 • 132 Interview Questions
3.6
 • 132 Interview Questions
View all
Top JUSPAY Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter