Upload Button Icon Add office photos

Filter interviews by

BIG Language Solutions Interview Questions and Answers

Updated 5 Dec 2024

BIG Language Solutions Interview Experiences

Popular Designations

5 interviews found

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

(2 Questions)

  • Q1. What is the level in MS word?
  • Ans. 

    Levels in MS Word refer to the hierarchy of headings and subheadings in a document.

    • Levels are used to organize and structure the content of a document.

    • Each level corresponds to a different heading style, such as Heading 1, Heading 2, etc.

    • Levels help in creating a table of contents and navigating through a document easily.

    • For example, Heading 1 might be the main title of the document, while Heading 2 could be subheading

  • Answered by AI
  • Q2. Are you proficient in ABBYY finereader?
  • Ans. 

    Yes, I am proficient in ABBYY FineReader.

    • I have extensive experience using ABBYY FineReader for text recognition and document conversion.

    • I am skilled in utilizing the software's features to enhance document processing efficiency.

    • I have successfully used ABBYY FineReader in previous projects to accurately convert scanned documents into editable formats.

  • Answered by AI

Senior DTP Operator Interview Questions asked at other Companies

Q1. What is the level in MS word?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. What are your hobbies??
  • Q3. What are major components of effective communication skills
  • Ans. 

    Major components of effective communication skills include active listening, clarity, empathy, non-verbal communication, and feedback.

    • Active listening involves fully concentrating on what is being said, understanding the message, and responding thoughtfully.

    • Clarity in communication ensures that the message is easily understood by the recipient.

    • Empathy involves understanding and sharing the feelings of others, which hel...

  • Answered by AI
  • Q4. What is most important think in workplace??
Round 2 - Assignment 

In the assignment round, I have 30 minutes to complete that assignment We have two files one PDF file and another one MS Word in PDF files everyone aligns properly. we have to see the PDF and change it into words file(contents already given). In the Word file text, images, fonts, paddings header footer are not aligned proper manner we have to align these things properly to see into a pdf file we have to make a clone file of the pdf into MS words

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

DTP Designer Interview Questions & Answers

user image Waseem Khan

posted on 7 Aug 2023

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

I applied via Referral and was interviewed in Feb 2023. There were 4 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 - HR 

(3 Questions)

  • Q1. Talk about current job profile.
  • Q2. About your self
  • Q3. About your over all experience and technical skils
Round 3 - One-on-one 

(2 Questions)

  • Q1. All over experience and why do you want to switched.
  • Q2. Not a fix answer, just tell them genuine reason.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and documentation etc.

Interview Questions & Answers

user image Waseem Khan

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. About skills and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

BIG Language Solutions interview questions for popular designations

 Project Manager

 (1)

 Senior Associate

 (1)

 Senior DTP Operator

 (1)

 DTP Designer

 (1)

Senior Associate Interview Questions & Answers

user image Nikhil Kashyap

posted on 19 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your carrier goal
  • Ans. 

    To become a respected leader in the industry by continuously learning, growing, and making a positive impact.

    • Advance to a leadership role within the company

    • Expand my knowledge and skills through ongoing professional development

    • Mentor and guide junior associates to help them succeed

    • Contribute to the success and growth of the organization

  • Answered by AI

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Interview Questionnaire 

1 Question

  • Q1. Who is the most important person have to transform you in your life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak your mind you will be selected.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

BIG Language Solutions Interview FAQs

How many rounds are there in BIG Language Solutions interview?
BIG Language Solutions interview process usually has 1-2 rounds. The most common rounds in the BIG Language Solutions interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for BIG Language Solutions 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 BIG Language Solutions. The most common topics and skills that interviewers at BIG Language Solutions expect are MS Office, Adobe Acrobat, Communication Skills, DTP and DTP Operating.
What are the top questions asked in BIG Language Solutions interview?

Some of the top questions asked at the BIG Language Solutions interview -

  1. what are major components of effective communication ski...read more
  2. What is the level in MS wo...read more
  3. What is your carrier g...read more

Tell us how to improve this page.

BIG Language Solutions Interview Process

based on 9 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
TransPerfect Interview Questions
3.5
 • 20 Interviews
Welocalize Interview Questions
3.8
 • 8 Interviews
View all

BIG Language Solutions Reviews and Ratings

based on 26 reviews

4.1/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

4.1

Salary

3.4

Job security

3.9

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 26 Reviews and Ratings
Finance

Noida

4-9 Yrs

₹ 4-8 LPA

Solution Architect

Noida

2-7 Yrs

₹ 3-7 LPA

Explore more jobs
Project Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DTP Operator
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator Trainee
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BIG Language Solutions with

Lionbridge Technologies

3.7
Compare

Welocalize

3.8
Compare

TransPerfect

3.5
Compare

RWS Holdings

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