Upload Button Icon Add office photos

Filter interviews by

Labour Bureau Interview Questions and Answers for Experienced

Updated 11 Feb 2023

Labour Bureau Interview Experiences for Experienced

2 interviews found

Interview Questions & Answers

user image

posted on 11 Feb 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
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 

RECRUITMENT EXAM REASONING MATHS CA GK ENGLISH LANGUAGE ONLINE MODE CBT EXAM

Round 3 - HR 

(2 Questions)

  • Q1. LABOUR RELATED QUESTIONS New labour codes
  • Q2. Hq labour bureau where is it current news regard labour code

Interview Preparation Tips

Interview preparation tips for other job seekers - Always practice SSC LEVEL EXAM PATTERN GOOD KNOWLEDGE ENGLISH

Supervisor Interview Questions & Answers

user image Anonymous

posted on 8 May 2021

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can you travel outside or anywhere in india

Interview Preparation Tips

Interview preparation tips for other job seekers - Give answer in short or to the point

Supervisor Interview Questions asked at other Companies

Q1. Self introduction? & what is mean by eCommerce ? How it can do
View answer (10)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Derivatives, fees and commission

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all financial markets related concepts and little information on advance Excel

Interview Questionnaire 

1 Question

  • Q1. Reverse a LL, Git use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Coding Test 

1. One question was given to be solved in 1 hour. Question was medium level based on strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. 1:1 interview, mostly discussion around OOPS concepts and some basic dynamic programming questions.
Round 3 - Case Study 

1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.

Round 4 - One-on-one 

(1 Question)

  • Q1. 1. This round was the follow up of last case study round. Interviewer gave various use cases to test on the algorithms that I had written. Some discussion related to OOPS concepts and Database design quest...
Round 5 - HR 

(1 Question)

  • Q1. It was final discussion, mostly around cultural fit and classic HR questions. It was easy one, I'd say.

Interview Preparation Tips

Topics to prepare for ZS Software Engineer interview:
  • Data Structures
  • Algorithms
  • OOPS
  • Database management system
Interview preparation tips for other job seekers - Prepare DSA, Database basic questions, OOPS concepts and be confident! Implementation is more important than theory, Hence practice these things.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This test consists of two coding questions and some MCQ regarding computer fundamentals.

  • Q1. 

    Kevin and His Cards Problem Statement

    Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...

  • Ans. 

    Find total distinct card types and common card types between two packs of cards.

    • Create a set to store distinct card types when combining both packs.

    • Iterate through each pack and add card types to the set.

    • Find the intersection of card types between the two packs to get common card types.

  • Answered by AI
  • Q2. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through all possible allocations of books to students.

    • Calculate the maximum number of pages assigned to a student for each allocation.

    • Return the minimum of these maximums as the result.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

It was a technical round that is based on DSA and computer fundamentals.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria10- above 60% 12- ABove 60 percentZS Associates interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, OOPS, Operating System , System DesignTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.

Application resume tips for other job seekers

Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Round 1 - Case Study 

This is a case study round, you would be given 3 question out of which you will need to solve any 2.
Two question are algoritm based around designing datastructure and matrix problem
One question will be based om designing Database for a given requirement.

Round 2 - Technical 

(1 Question)

  • Q1. This is a follow up round after case study,where the interviewer will ask you about perfomance and scalability of questions is case study round. There might be few addition question on improving the soluti...
Round 3 - One-on-one 

(1 Question)

  • Q1. This is a behaviour round where interviewer will see your fitiness for team. It basically has scenario based question . This is also elimination round

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the requirement clearly for a given problem.
Have good knowledge of system and database design .
Focus on scalability/performance of an application

I applied via LinkedIn and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is concurrency and how did you achieved it in your projects ?
  • Ans. 

    Concurrency is the ability of a program to execute multiple tasks simultaneously.

    • Achieved through multi-threading or asynchronous programming

    • Requires careful management of shared resources to avoid race conditions

    • Examples include implementing a chat application or processing multiple requests simultaneously

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Synechron Senior Associate interview:
  • ios
  • swift
  • Multithreading
  • concurrency
Interview preparation tips for other job seekers - Revise the basics prior to the interview and revise the projects you have share on your resume.

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Basic related Spark, Scala programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Four rounds of technical discussion 2 of them is taken by client. Interview level intermediate According to experience.

Interview Questionnaire 

1 Question

  • Q1. Data structure and algorithms,Multithreading

Labour Bureau Interview FAQs

How many rounds are there in Labour Bureau interview for experienced candidates?
Labour Bureau interview process for experienced candidates usually has 3 rounds. The most common rounds in the Labour Bureau interview process for experienced candidates are Resume Shortlist, Aptitude Test and HR.
What are the top questions asked in Labour Bureau interview for experienced candidates?

Some of the top questions asked at the Labour Bureau interview for experienced candidates -

  1. Hq labour bureau where is it current news regard labour c...read more
  2. LABOUR RELATED QUESTIONS New labour co...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Vodafone Idea Interview Questions
4.0
 • 563 Interviews
EPAM Systems Interview Questions
3.7
 • 558 Interviews
ZS Interview Questions
3.3
 • 456 Interviews
Tata Projects Interview Questions
4.2
 • 455 Interviews
Goldman Sachs Interview Questions
3.5
 • 380 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
Hero MotoCorp Interview Questions
4.1
 • 347 Interviews
CARS24 Interview Questions
3.5
 • 338 Interviews
View all

Labour Bureau Reviews and Ratings

based on 26 reviews

4.4/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

4.1

Salary

3.1

Job security

4.0

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 26 Reviews and Ratings
Supervisor
6 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Investigator
6 salaries
unlock blur

₹2.9 L/yr - ₹3 L/yr

Junior Consultant
3 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Data Entry Operator
3 salaries
unlock blur

₹2.9 L/yr - ₹3 L/yr

Young Professional
3 salaries
unlock blur

₹6 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Labour Bureau with

BYJU'S

3.1
Compare

Vodafone Idea

4.0
Compare

Synechron

3.5
Compare

Tata Communications

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