Upload Button Icon Add office photos

Lionbridge Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Lionbridge Technologies Senior Engineer Interview Questions and Answers

Updated 20 Mar 2024

Lionbridge Technologies Senior Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is a SIEM?
  • Ans. 

    SIEM stands for Security Information and Event Management. It is a software solution that aggregates and analyzes security data from various sources.

    • SIEM collects logs and data from network devices, servers, applications, and more to identify security incidents.

    • It correlates and analyzes this data in real-time to detect threats, monitor security events, and provide alerts.

    • SIEM solutions help organizations to comply wit...

  • Answered by AI
  • Q2. WHat is endpoint security?
  • Ans. 

    Endpoint security refers to the protection of individual devices like computers, smartphones, and tablets from cyber threats.

    • Focuses on securing endpoints like computers, smartphones, and tablets

    • Involves protecting devices from malware, ransomware, and other cyber threats

    • Includes measures like antivirus software, firewalls, and encryption

    • Ensures that only authorized users and devices can access the network

    • Helps prevent...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to increase efficiency of product
  • Ans. 

    Increasing product efficiency can be achieved through optimizing processes, improving technology, and enhancing employee skills.

    • Optimize production processes to eliminate waste and improve workflow

    • Upgrade technology to automate tasks and improve accuracy

    • Provide training and development opportunities for employees to enhance their skills and knowledge

  • Answered by AI
  • Q2. What will you change in the product
  • Ans. 

    I would improve the user interface to enhance user experience and streamline navigation.

    • Enhance user interface design for better usability

    • Streamline navigation to improve user experience

    • Implement user feedback to make necessary changes

    • Optimize performance for faster loading times

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was medium level question

Round 2 - Technical 

(1 Question)

  • Q1. It was regarding react-native
Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Generic leetcode easy medium

Round 3 - One-on-one 

(1 Question)

  • Q1. Basics of os, networking
Round 4 - HR 

(1 Question)

  • Q1. Generic hr round

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing, regression, test plan and test suite

Interview Preparation Tips

Interview preparation tips for other job seekers - Good learning new technology techinical skill good employee quality seeking good Un

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About resume and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based in on experience
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and joining details

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions based on your resume and experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical about plastic and sheet metal
  • Q2. Types of process
  • Ans. 

    Types of process include batch process, continuous process, and hybrid process.

    • Batch process involves processing a set amount of materials at one time

    • Continuous process involves ongoing production without interruption

    • Hybrid process combines elements of both batch and continuous processes

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.polyfill map, currying vs closure, reduce method, explain this?, 2.what is lazyload and suspense, single thread vs multi thread, Event loop(task queue & microtask queue)?
  • Q2. Explain redux? Redux vs context api? ES6 features? Rest vs Spread? null vs undefined?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of an application in a predictable way.

    • Redux follows a unidirectional data flow pattern.

    • Context API is a built-in feature of React that can be used for state management, but it is not as powerful as Redux.

    • ES6 features include arrow functions, template literals, destru...

  • Answered by AI
Round 3 - Coding Test 

Output based question regarding shallow and deepcopy related to object.
write a program for i/p: "This is the JS guide, developer!" o/p: "sihT si eht SJ ,ediug !repoleved"
react timer based output start, stop and reset.

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared all rounds and holded one offer in this process. This whole interview process took around 2 months. BGV itself 1 month (very very slow). Got letter of intent alike Offer letter. By trusting this LOI I withdraw my other offer. HR named irfana from chennai (worst person) and Meghna who is superior to her. Both of them didnt even respond for status which i have been asking for two week continuously. No response, Literally altimetrik wasted my time and efforts.

Skills evaluated in this interview

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. 7QC tools, VSM,
Round 3 - One-on-one 

(1 Question)

  • Q1. Low cost automation, Poka yoke
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - uncertainity ask for more salary

Lionbridge Technologies Interview FAQs

How many rounds are there in Lionbridge Technologies Senior Engineer interview?
Lionbridge Technologies interview process usually has 1 rounds. The most common rounds in the Lionbridge Technologies interview process are Technical.
How to prepare for Lionbridge Technologies Senior Engineer 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 Lionbridge Technologies. The most common topics and skills that interviewers at Lionbridge Technologies expect are HTML, Macros, Stakeholder Management, Translation and XML.
What are the top questions asked in Lionbridge Technologies Senior Engineer interview?

Some of the top questions asked at the Lionbridge Technologies Senior Engineer interview -

  1. WHat is endpoint securi...read more
  2. what is a SI...read more

Tell us how to improve this page.

Lionbridge Technologies Senior Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Senior Engineer Interview Questions from Similar Companies

View all
Lionbridge Technologies Senior Engineer Salary
based on 12 salaries
₹3.9 L/yr - ₹6.5 L/yr
42% less than the average Senior Engineer Salary in India
View more details

Lionbridge Technologies Senior Engineer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Project Manager
709 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Project Coordinator
225 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Project Manager
195 salaries
unlock blur

₹4.1 L/yr - ₹13.1 L/yr

Project Coordinator
100 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Software Engineer
91 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Lionbridge Technologies with

TTEC India

3.7
Compare

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

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