Upload Button Icon Add office photos

WorkIndia

Compare button icon Compare button icon Compare

Filter interviews by

WorkIndia Interview Questions and Answers

Updated 26 Apr 2025
Popular Designations

9 Interview questions

A Planning Engineer was asked 11mo ago
Q. What are the different types of activities?
Ans. 

Activity type refers to the classification of activities based on their nature and characteristics.

  • Activity type can be categorized as either physical or mental.

  • Examples of physical activity types include running, swimming, and weightlifting.

  • Examples of mental activity types include problem-solving, decision-making, and critical thinking.

View all Planning Engineer interview questions
A SDE was asked 11mo ago
Q. If you received 100 crores, what would you do with it?
Ans. 

I would invest in real estate, start a charitable foundation, and travel the world.

  • Invest in real estate to generate passive income

  • Start a charitable foundation to give back to the community

  • Travel the world to experience different cultures and broaden my horizons

View all SDE interview questions
A SDE was asked 11mo ago
Q. Given the root of a binary tree, invert the tree, and return its root.
Ans. 

Invert a binary tree by swapping left and right child nodes recursively

  • Start by swapping the left and right child nodes of the root node

  • Recursively invert the left subtree

  • Recursively invert the right subtree

View all SDE interview questions
A SDE was asked 11mo ago
Q. Implement a custom HashMap.
Ans. 

Implement custom HashMap

  • Create a custom class to represent the HashMap

  • Implement methods like put, get, remove, and resize

  • Handle collisions using separate chaining or open addressing

View all SDE interview questions
A Jobber was asked
Q. How can I start working online?
Ans. 

To start online work, you can begin by identifying your skills and interests, researching online job opportunities, creating a professional online presence, networking with others in your field, and applying for remote positions.

  • Identify your skills and interests to determine what type of online work would be a good fit for you

  • Research online job opportunities on websites like Indeed, Upwork, and FlexJobs

  • Create a ...

View all Jobber interview questions
A Jobber was asked
Q. How can you achieve something?
Ans. 

Achieving something requires setting clear goals, creating a plan, staying focused, taking action, and being persistent.

  • Set clear and specific goals

  • Create a detailed plan with actionable steps

  • Stay focused on your goals and avoid distractions

  • Take consistent action towards your goals

  • Be persistent and don't give up, even in the face of challenges

View all Jobber interview questions
A Sharepoint Administrator was asked
Q. What is your ambition at the company?
Ans. 

Ambition company is a term used to describe a company that is driven by goals, aspirations, and a desire for success.

  • An ambition company sets clear goals and objectives for its employees to strive towards.

  • It encourages innovation and creativity among its workforce.

  • Ambition companies often have a strong focus on growth and expansion.

  • Employees in an ambition company are motivated to excel and achieve their full pote...

View all Sharepoint Administrator interview questions
Are these interview questions helpful?
A HR Intern was asked
Q. How would you describe your communication skills and confidence in performing this job?
Ans. 

I possess strong communication skills and confidence, essential for effectively collaborating and contributing as an HR Intern.

  • I have experience in public speaking, having presented at college events, which helped me build confidence.

  • I actively participate in group discussions, ensuring that I listen and articulate my thoughts clearly.

  • In my previous internship, I handled employee queries, which improved my ability...

View all HR Intern interview questions
A Software Development Engineer Intern was asked 9mo ago
Q. Scaling the web application
Ans. 

Scaling a web application involves optimizing performance and ensuring it can handle increased traffic.

  • Use load balancing to distribute traffic evenly across servers.

  • Implement caching to reduce load on the database.

  • Optimize database queries and indexes for faster retrieval.

  • Use content delivery networks (CDNs) to serve static assets closer to users.

  • Consider horizontal scaling by adding more servers to handle increa...

View all Software Development Engineer Intern interview questions

WorkIndia Interview Experiences

32 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Current experience
  • Q2. One case study on netflix and FACEBOOK
Round 2 - Case Study 

One case study about the hiring process ON lINKEDIN

Round 3 - HR 

(1 Question)

  • Q1. General hr round

SDE Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Invert the given binary tree
  • Ans. 

    Invert a binary tree by swapping left and right child nodes recursively

    • Start by swapping the left and right child nodes of the root node

    • Recursively invert the left subtree

    • Recursively invert the right subtree

  • Answered by AI
  • Q2. Implement custom HashMap
  • Ans. 

    Implement custom HashMap

    • Create a custom class to represent the HashMap

    • Implement methods like put, get, remove, and resize

    • Handle collisions using separate chaining or open addressing

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Uber SQL Schema Design
  • Q2. SQL queries on the same
Round 3 - HR 

(2 Questions)

  • Q1. If you get 100 crores, what will you do with it?
  • Ans. 

    I would invest in real estate, start a charitable foundation, and travel the world.

    • Invest in real estate to generate passive income

    • Start a charitable foundation to give back to the community

    • Travel the world to experience different cultures and broaden my horizons

  • Answered by AI
  • Q2. What are your highs and lows
  • Ans. 

    My highs include successful project completions and positive feedback. My lows involve challenges in communication and time management.

    • Highs: Successful project completions

    • Highs: Positive feedback from colleagues or clients

    • Lows: Challenges in communication with team members

    • Lows: Struggles with time management

    • Lows: Dealing with unexpected setbacks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for in-depth questions on your projects
Answer HR questions according to company's culture and vision

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself, KRA in last role, Sales target, achievement %, how you will handle your team if not performing
Round 2 - One-on-one 

(1 Question)

  • Q1. Deep discussion about number & all
Round 3 - One-on-one 

(1 Question)

  • Q1. Cultural round- Why you want to join, goals etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Car rental booking backend with the help of sql and any backend framework

Round 2 - Assignment 

Explanation of the assignment

Round 3 - Technical 

(2 Questions)

  • Q1. Working of the case scenario
  • Q2. Scaling the web application
  • Ans. 

    Scaling a web application involves optimizing performance and ensuring it can handle increased traffic.

    • Use load balancing to distribute traffic evenly across servers.

    • Implement caching to reduce load on the database.

    • Optimize database queries and indexes for faster retrieval.

    • Use content delivery networks (CDNs) to serve static assets closer to users.

    • Consider horizontal scaling by adding more servers to handle increased l...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction your self
  • Ans. 

    I am a results-driven sales professional with 5 years of experience in inside sales, exceeding targets consistently.

    • Started my career in inside sales at XYZ Company, where I consistently exceeded sales targets by 20%

    • Skilled in building and maintaining strong customer relationships, resulting in a 30% increase in repeat business

    • Proficient in using CRM software to track sales activities and analyze data for strategic dec...

  • Answered by AI
  • Q2. Why should hire you
  • Ans. 

    I have a proven track record of exceeding sales targets and building strong relationships with clients.

    • Consistently exceeded sales targets by 20% in my previous role

    • Built and maintained strong relationships with key clients, resulting in repeat business

    • Strong communication and negotiation skills demonstrated through successful sales pitches

    • Proactive in identifying and pursuing new sales opportunities

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction process and salary discussion
Round 2 - Technical 

(1 Question)

  • Q1. About the voice process and system handling
Round 3 - HR 

(1 Question)

  • Q1. Selection process
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What information do you require about the company to work effectively?
  • Ans. 

    To work effectively, I need to understand the company's values, products, customer base, and support processes.

    • Company Values: Knowing the core values helps align my support approach with the company's mission, such as prioritizing customer satisfaction.

    • Product Knowledge: Familiarity with the products or services offered enables me to provide accurate and relevant assistance to customers.

    • Customer Demographics: Understa...

  • Answered by AI
  • Q2. What is the cost to company (CTC) for this position?
  • Ans. 

    CTC for a Customer Support Executive includes salary, benefits, and other compensations, reflecting total employment costs.

    • Base Salary: The fixed monthly salary that the employee receives, e.g., $30,000 per annum.

    • Bonuses: Performance-based bonuses that can add to the total compensation, e.g., annual bonuses up to 10% of the base salary.

    • Benefits: Health insurance, retirement plans, and paid time off that contribute to t...

  • Answered by AI

Jobber Interview Questions & Answers

user image Manjot Kaur

posted on 2 Nov 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Group Discussion 

Free time'take this and increase knowledge it good and improve your self

Round 3 - Technical 

(6 Questions)

  • Q1. If do hard work than your are achieved something now in few days
  • Q2. How can avchive something
  • Ans. 

    Achieving something requires setting clear goals, creating a plan, staying focused, taking action, and being persistent.

    • Set clear and specific goals

    • Create a detailed plan with actionable steps

    • Stay focused on your goals and avoid distractions

    • Take consistent action towards your goals

    • Be persistent and don't give up, even in the face of challenges

  • Answered by AI
  • Q3. How can start online work
  • Ans. 

    To start online work, you can begin by identifying your skills and interests, researching online job opportunities, creating a professional online presence, networking with others in your field, and applying for remote positions.

    • Identify your skills and interests to determine what type of online work would be a good fit for you

    • Research online job opportunities on websites like Indeed, Upwork, and FlexJobs

    • Create a profe...

  • Answered by AI
  • Q4. It impossible to do online work
  • Q5. How can start work from job
  • Q6. Tell me about your experience with her health simple happy child project what do you think about it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your daily routine
  • Ans. 

    My daily routine involves coding, debugging, attending meetings, and collaborating with team members.

    • Start the day by checking emails and prioritizing tasks

    • Code and debug new features or fix existing issues

    • Attend meetings to discuss project progress and updates

    • Collaborate with team members on code reviews and problem-solving

    • Take breaks to recharge and stay productive

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

Some sql questions were given to solve

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about WorkIndia?
Ask anonymously on communities.

WorkIndia Interview FAQs

How many rounds are there in WorkIndia interview?
WorkIndia interview process usually has 2-3 rounds. The most common rounds in the WorkIndia interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for WorkIndia 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 WorkIndia. The most common topics and skills that interviewers at WorkIndia expect are Digital Marketing, Marketing, Sales, Campaign Management and B2B Sales.
What are the top questions asked in WorkIndia interview?

Some of the top questions asked at the WorkIndia interview -

  1. They are check communication skill and how confidant for doing this wo...read more
  2. If you get 100 crores, what will you do with ...read more
  3. How can start online w...read more
How long is the WorkIndia interview process?

The duration of WorkIndia interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 28 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 79%
2-4 weeks 14%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

WorkIndia Reviews and Ratings

based on 197 reviews

3.2/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.3

Salary

2.8

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 197 Reviews and Ratings
Key Account Manager
48 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

HR Recruiter
43 salaries
unlock blur

₹1.1 L/yr - ₹4.2 L/yr

Team Lead
33 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Sales Executive
21 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Product Manager
20 salaries
unlock blur

₹21 L/yr - ₹38 L/yr

Explore more salaries
Compare WorkIndia with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview