Upload Button Icon Add office photos
Engaged Employer

i

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

WorldEmp Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WorldEmp Interview Questions and Answers

Updated 16 Sep 2024

WorldEmp Interview Experiences

Popular Designations

4 interviews found

I applied via Approached by Company and was interviewed in Jan 2022. There were 6 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Engineer Mechanical with expertise in designing and developing mechanical systems.

    • Experienced in designing and analyzing mechanical components and systems

    • Proficient in using CAD software such as AutoCAD and SolidWorks

    • Skilled in conducting feasibility studies and cost analysis for mechanical projects

    • Strong knowledge of materials, manufacturing processes, and quality control

    • Successfully led cross-functional...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Job technical questions
Round 3 - HR 

(1 Question)

  • Q1. Cultural fitment round
Round 4 - Technical 

(2 Questions)

  • Q1. From Dutch Counterpart of worldemp
  • Q2. Job technical related, some thumbrule calculations
Round 5 - HR 

(1 Question)

  • Q1. CTC negotiation they will ask how much your last salary and salary slips.
Round 6 - Technical 

(2 Questions)

  • Q1. From Dutch Client this will be one of the world em client we will be working for
  • Q2. They will generally read your resume and ask questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Long interview process I stopped at round 7 as I got another job offer.

Senior Engineer Mechanical Interview Questions asked at other Companies

Q1. Few manufacturing process for sheet metal operations and when to use when in accordance to volume,lead time and cost balancing.
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. NX related question on Library

Technical Subject Matter Expert Interview Questions asked at other Companies

Q1. Causes of inflation and what does the government do to control the situation?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Short brief about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Past experience

I applied via LinkedIn and was interviewed in May 2022. There were 6 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. HR called and had a telephone interview
  • Q2. Questions were about past experiences
Round 2 - Technical 

(1 Question)

  • Q1. Subject related technical interview round
Round 3 - Cultural fit 

(3 Questions)

  • Q1. Strength and weakness
  • Q2. Job related challenges
  • Q3. Client related difference if any
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation round
Round 5 - Technical 

(1 Question)

  • Q1. Technical round of interview with the Dutch counterpart
Round 6 - Client Interview 

(1 Question)

  • Q1. About your past experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Long interview process need to remain calm through the process and know result each stage

Senior Subject Matter Expert Interview Questions asked at other Companies

Q1. What is the difference between AD joined and Azure AD register?
View answer (1)

WorldEmp interview questions for popular designations

 Senior Engineer Mechanical

 (1)

 Senior Subject Matter Expert

 (1)

 Technical Subject Matter Expert

 (1)

Jobs at WorldEmp

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.

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 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DSA and DBMS mainly.

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array ARR consisting of N integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.

    A subarray is a...

  • Ans. 

    Find the sum of the subarray with the maximum sum in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum.

    • Update the maximum sum if the current sum becomes greater.

    • Handle cases where the array has all negative numbers or empty subarray.

    • Example: For input [-2, 1, -3, 4, -1], the maximum sum subarray is [4] with sum 4.

  • Answered by AI
  • Q2. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for efficient prime number identification

    • Optimize by only checking numbers up to square root of N for divisibility

  • Answered by AI
  • Q3. What are Joins in the context of databases?
  • Ans. 

    Joins in databases are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABigStep Technologies interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, SQL, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank Test

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to NodeJS and Javascript Basics
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions based on past experience
Round 4 - HR 

(1 Question)

  • Q1. Company Culture related
Round 5 - Behavioral 

(1 Question)

  • Q1. Expectations and Processes

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics. Medium level interview questions. All the best.

WorldEmp Interview FAQs

How many rounds are there in WorldEmp interview?
WorldEmp interview process usually has 3-4 rounds. The most common rounds in the WorldEmp interview process are HR, Technical and Client Interview.
How to prepare for WorldEmp interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at WorldEmp. The most common topics and skills that interviewers at WorldEmp expect are ISO 27001, Analytical, Javascript, Agile and Front End.
What are the top questions asked in WorldEmp interview?

Some of the top questions asked at the WorldEmp interview -

  1. From Dutch Client this will be one of the world em client we will be working ...read more
  2. Technical round of interview with the Dutch counterp...read more
  3. They will generally read your resume and ask questi...read more

Tell us how to improve this page.

WorldEmp Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bharti Airtel Interview Questions
4.0
 • 850 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
View all

WorldEmp Reviews and Ratings

based on 24 reviews

3.8/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

4.1

Salary

3.1

Job security

3.9

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 24 Reviews and Ratings
Technical Sales Manager - India

Pune,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Cadmatic Specialist (Administrator)

Pune

7-12 Yrs

Not Disclosed

Senior Solar Electrical Engineer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Design Engineer
11 salaries
unlock blur

₹9 L/yr - ₹14.3 L/yr

Lead Design Engineer
11 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Design Engineer
7 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Lead Engineer
7 salaries
unlock blur

₹13 L/yr - ₹18 L/yr

Lead Software Engineer
6 salaries
unlock blur

₹17 L/yr - ₹33 L/yr

Explore more salaries
Compare WorldEmp with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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