Upload Button Icon Add office photos

Filter interviews by

thebigword Interview Questions and Answers

Updated 21 Feb 2025

thebigword Interview Experiences

2 interviews found

Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction?
  • Q2. Hobbies
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 5 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 - Group Discussion 

Previous experience, scenarios and industry knowledge

Round 3 - Assignment 

Scenarios based presentation preparing and presenting

Round 4 - One-on-one 

(1 Question)

  • Q1. L10N technical knowledge and troubleshooting skills
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good but below industry salary fitment

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Jobs at thebigword

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.

Interview Questionnaire 

1 Question

  • Q1. What is the oops concept, why are you using that in any programming language?
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It is used to organize and structure code for better readability, reusability, and maintainability.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Examples of OOPs languages include Java, Python, C++, and Ruby.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design patterns
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a mcq + coding round with computer fundamentals and aptitude + easy-medium level dsa questions.

Round 2 - Aptitude Test 

It was an offline aptitute test with 30 questions for 30 minutes.

Round 3 - Technical 

(4 Questions)

  • Q1. Detect a loop in the linked list
  • Ans. 

    Detect a loop in a linked list by using Floyd's Cycle Detection Algorithm

    • Use two pointers, slow and fast, to traverse the linked list

    • If there is a loop, the fast pointer will eventually meet the slow pointer

    • Initialize slow and fast pointers at the head of the linked list

    • Move slow pointer by one step and fast pointer by two steps in each iteration

    • If the fast pointer reaches the end of the list or meets the slow pointer,

  • Answered by AI
  • Q2. Find the unique element in an array
  • Ans. 

    Find the unique element in an array of strings

    • Iterate through the array and use a hashmap to store the frequency of each element

    • After iterating, check the hashmap for elements with frequency 1 to find the unique element

  • Answered by AI
  • Q3. Tell about your projects
  • Ans. 

    I have worked on various projects including a web application for a local business and a mobile app for tracking daily habits.

    • Developed a web application using HTML, CSS, and JavaScript for a local business to manage their inventory and sales.

    • Created a mobile app using React Native to track daily habits and provide reminders for healthy routines.

    • Collaborated with a team to implement new features and fix bugs in existin...

  • Answered by AI
  • Q4. Write a MySQL query for selecting the id of second highest salary from employee table
  • Ans. 

    MySQL query to select the id of second highest salary from employee table

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to select the second row

    • Use a subquery to avoid duplicates if multiple employees have the same salary

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Energy Exemplar Associate Software Engineer interview:
  • RDBMS
  • Frontend
  • DSA
  • System Design

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Based on Data Structures- Basic question like strings, stacks and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. This interview included DSA, Conceptual and Database Questions- It was one level harder than 1st round
Round 3 - Technical 

(1 Question)

  • Q1. This round was with architect and it was also related to DSA and databse
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concat two LinkedList without using any space and in O(n) time
  • Ans. 

    Concatenate two LinkedList without using extra space in O(n) time

    • Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList

    • Return the head of the first LinkedList as the concatenated LinkedList

  • Answered by AI
  • Q2. 2 Sql Queries -1] rank window function 2] join
  • Q3. Project focused
Round 2 - Technical 

(3 Questions)

  • Q1. Discussion about Interfaces
  • Q2. Discussion about Dependency Injection in .net
  • Q3. Multiple .net questions
Round 3 - Technical 

(5 Questions)

  • Q1. Create Data structure to store file system like tree. it should get used for file and folder both.? find count of files in folder ?
  • Q2. Redis cache system
  • Q3. System designing Discussion
  • Q4. Dependency Injection discussion
  • Q5. Project in depth discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. Project Focused questions
  • Q2. What are your contributions in projects
  • Ans. 

    I have contributed to various projects by developing new features, fixing bugs, and optimizing code.

    • Developed new features based on client requirements

    • Fixed bugs reported by QA team

    • Optimized code for better performance

    • Collaborated with team members to meet project deadlines

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Energy Exemplar Software Engineer interview:
  • SQL
  • Data Structures
  • C#.Net

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What did you do, and how? This is only for experience candidate. Excel assessment will be from vlookup, shorting.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very easy process, I have gone through total 3 rounds of interviews process. First 2 round is general discussion in which they will Chek your problem solving skills, and how your approach to project. 3rd round is excel assessment which was very easy.

thebigword Interview FAQs

How many rounds are there in thebigword interview?
thebigword interview process usually has 3 rounds. The most common rounds in the thebigword interview process are HR, Resume Shortlist and Group Discussion.
How to prepare for thebigword 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 thebigword. The most common topics and skills that interviewers at thebigword expect are Project Management, Advanced Excel, C#, Cosmos and Customer Service.
What are the top questions asked in thebigword interview?

Some of the top questions asked at the thebigword interview -

  1. L10N technical knowledge and troubleshooting ski...read more
  2. Can you provide a self-introducti...read more

Tell us how to improve this page.

thebigword Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TransPerfect Interview Questions
3.5
 • 20 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
CyberArk Interview Questions
3.8
 • 12 Interviews
Narvar India Interview Questions
3.4
 • 11 Interviews
PlanSource Interview Questions
3.7
 • 10 Interviews
Vanenburg Interview Questions
3.9
 • 10 Interviews
Welocalize Interview Questions
3.8
 • 8 Interviews
View all

thebigword Reviews and Ratings

based on 40 reviews

4.1/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.9

Salary

3.9

Job security

4.2

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 40 Reviews and Ratings
Associate Product Manager

Pune

3-5 Yrs

₹ 4-7 LPA

Explore more jobs
Senior Project Coordinator
24 salaries
unlock blur

₹3.9 L/yr - ₹5.6 L/yr

Project Lead
21 salaries
unlock blur

₹6.8 L/yr - ₹9.1 L/yr

Senior Recruitment Coordinator
12 salaries
unlock blur

₹3.1 L/yr - ₹5.5 L/yr

Project Analyst
8 salaries
unlock blur

₹4.8 L/yr - ₹8.4 L/yr

Project Manager
7 salaries
unlock blur

₹7 L/yr - ₹10.3 L/yr

Explore more salaries
Compare thebigword with

Lionbridge Technologies

3.7
Compare

TransPerfect

3.5
Compare

Welocalize

3.8
Compare

RWS Holdings

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