Upload Button Icon Add office photos

Lionbridge Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Lionbridge Technologies Junior Software Engineer Interview Questions and Answers

Updated 13 Apr 2021

Lionbridge Technologies Junior Software Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself
  • Q2. Four Pillars of OOPs concept
  • Ans. 

    The four pillars of OOPs concept are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling of data and methods into a single unit.

    • Inheritance: Ability to create new classes from existing classes.

    • Polymorphism: Ability to use a single interface to represent different types of objects.

    • Abstraction: Hiding unnecessary details and exposing only essential information.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Questions like rev string, Palindrome, Pattern

Round 2 - Group Discussion 

General Topics like OTT VS Theaters

Round 3 - HR 

(2 Questions)

  • Q1. About yourself?
  • Q2. Family Details, Education Details, Project details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Nice,,,i like the interview process...

Round 2 - Coding Test 

I like the interview process...

Round 3 - Coding Test 

Nice i like the interview process...
..

Round 4 - Technical 

(2 Questions)

  • Q1. About our academics project
  • Q2. About recent technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient nd be smart
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude and coding questions both were included

Round 2 - Technical 

(3 Questions)

  • Q1. Patterns ans series questions were asked
  • Q2. Data types in Javascript
  • Ans. 

    Javascript has various data types including string, number, boolean, object, array, null, and undefined.

    • Data types in Javascript include string, number, boolean, object, array, null, and undefined.

    • Strings are sequences of characters enclosed in quotes.

    • Numbers can be integers or floating-point numbers.

    • Booleans represent true or false values.

    • Objects are collections of key-value pairs.

    • Arrays are ordered collections of val...

  • Answered by AI
  • Q3. Difference between let and var
  • Ans. 

    let is block scoped while var is function scoped in JavaScript.

    • let was introduced in ES6 while var has been around since the beginning of JavaScript.

    • Variables declared with let are only accessible within the block they are declared in.

    • Variables declared with var are accessible throughout the function they are declared in.

    • Using let can help prevent variable hoisting issues.

    • let is preferred over var for variable declarat

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

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

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

It's waas basic questions about the c# and. Net

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1) What is HTML5 and why we using it
  • Ans. 

    HTML5 is the latest version of the Hypertext Markup Language used for structuring and presenting content on the web.

    • HTML5 introduces new elements and attributes for better structuring of web content.

    • It supports multimedia elements like <video> and <audio> for seamless integration of media.

    • HTML5 provides better support for mobile devices and responsive web design.

    • It includes features like local storage, geol...

  • Answered by AI
  • Q2. 2) Do you have idea about Css and Bootstrap
  • Ans. 

    Yes, I have knowledge of CSS and Bootstrap.

    • I have experience in using CSS to style web pages.

    • I am familiar with Bootstrap framework and its components.

    • I have used Bootstrap to create responsive and mobile-friendly websites.

    • I understand the importance of CSS and Bootstrap in web development.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. 1) Write C# program, which returns sum of the value passed through the list of number as a parameter
  • Ans. 

    C# program to return sum of values passed through a list of numbers as a parameter.

    • Create a method that takes a list of numbers as a parameter

    • Use a loop to iterate through the list and add each number to a sum variable

    • Return the sum variable

  • Answered by AI
  • Q2. 2) Write C# program to reverse the string and check is it palindrome
  • Ans. 

    C# program to reverse a string and check if it is a palindrome.

    • Declare a string variable and initialize it with the input string

    • Convert the string to a character array

    • Reverse the character array using Array.Reverse() method

    • Convert the character array back to string

    • Compare the reversed string with the original string to check if it is a palindrome

  • Answered by AI
Round 4 - Coding Test 

Select the given range of number in a given text using either in html with javascript or C# form

Round 5 - HR 

(1 Question)

  • Q1. What is your excepted CTC
  • Ans. 

    I am open to discussing a fair and competitive salary based on my skills and experience.

    • I am looking for a salary that is commensurate with my skills and experience

    • I am open to discussing the salary range for this position

    • I am looking for a fair and competitive salary package

    • I am willing to negotiate based on the company's compensation structure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare will before the interview and have faith

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Let const var differ and accessibility also other
  • Ans. 

    Explaining the differences between const and var, their accessibility, and other related concepts.

    • const is a keyword used to declare a variable that cannot be reassigned.

    • var is a keyword used to declare a variable with function scope.

    • let is a keyword used to declare a variable with block scope.

    • Accessibility refers to the scope of a variable and where it can be accessed from.

    • Other related concepts include hoisting, clos

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is entity.
  • Ans. 

    An entity is a thing or object in the real world that can be distinctly identified.

    • Entities can be people, places, objects, events, or concepts.

    • In software engineering, an entity refers to a data object or a class that represents a real-world entity.

    • For example, in a database, a 'Customer' entity may have attributes like name, address, and phone number.

  • Answered by AI
  • Q2. Ask about oops concept.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions of quant and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Program to find duplicate
  • Ans. 

    Program to find duplicate strings in an array

    • Iterate through the array and store each string in a HashSet

    • If a string is already in the HashSet, it is a duplicate

    • Return a list of all duplicate strings found

  • Answered by AI
  • Q2. Java concepts and oops
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions about project and stuff
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and company policies

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Aptara Interview Questions
3.3
 • 62 Interviews
MPS Limited Interview Questions
3.7
 • 23 Interviews
Hurix Systems Interview Questions
3.7
 • 18 Interviews
Content Whale Interview Questions
3.7
 • 13 Interviews
QBS Learning Interview Questions
2.7
 • 5 Interviews
White Globe Interview Questions
2.7
 • 4 Interviews
MediaMonks Interview Questions
3.6
 • 3 Interviews
View all
Lionbridge Technologies Junior Software Engineer Salary
based on 4 salaries
₹2.2 L/yr - ₹4.5 L/yr
36% less than the average Junior Software Engineer Salary in India
View more details

Lionbridge Technologies Junior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Associate Project Manager
839 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Project Coordinator
238 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Project Manager
206 salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Project Coordinator
101 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Software Engineer
90 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Lionbridge Technologies with

Aptara

3.3
Compare

MPS Limited

3.6
Compare

Crimson Interactive

2.8
Compare

Hurix Systems

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