Upload Button Icon Add office photos

Filter interviews by

Lionbridge Technologies Senior Database Developer Interview Questions, Process, and Tips for Experienced

Updated 20 Mar 2024

Lionbridge Technologies Senior Database Developer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Can we update view in SQl
  • Ans. 

    Yes, views can be updated in SQL.

    • Views can be updated in SQL by using the CREATE OR REPLACE VIEW statement.

    • The data in the underlying tables will be affected when the view is updated.

    • Views can be updated to include new columns or filter criteria.

    • Example: CREATE OR REPLACE VIEW my_view AS SELECT * FROM my_table WHERE column = 'value';

  • Answered by AI
  • Q2. What are different types of Trigger
  • Ans. 

    Types of triggers include DML triggers, DDL triggers, and logon triggers.

    • DML triggers are fired in response to data manipulation language (DML) events like INSERT, UPDATE, DELETE.

    • DDL triggers are fired in response to data definition language (DDL) events like CREATE, ALTER, DROP.

    • Logon triggers are fired in response to a LOGON event.

    • INSTEAD OF triggers are used to perform an action instead of the triggering action.

  • Answered by AI
  • Q3. Does view improve query performance
  • Ans. 

    Views can improve query performance by simplifying complex queries and reducing the need for redundant code.

    • Views can store complex queries and calculations, allowing for easier access and reuse of data.

    • Views can help optimize performance by pre-aggregating data or joining tables in advance.

    • Views can reduce the need for writing repetitive code by encapsulating common logic.

    • However, views can also introduce overhead if ...

  • Answered by AI
  • Q4. Why it is not recommended to give store procedure name with sp_ prefix
  • Ans. 

    Using sp_ prefix for stored procedures can cause performance issues and conflicts with system procedures.

    • sp_ prefix is reserved for system stored procedures in SQL Server, so using it for user-defined procedures can lead to conflicts.

    • Using sp_ prefix can cause unnecessary overhead as SQL Server first searches in the master database for system procedures before looking in the user database.

    • Avoiding sp_ prefix can improv...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Daily task , How you manage sprint task and user issues ,
  • Ans. 

    I manage daily tasks by prioritizing sprint tasks and addressing user issues promptly.

    • Prioritize sprint tasks based on deadlines and importance

    • Communicate with team members to ensure tasks are on track

    • Address user issues promptly to maintain system functionality

    • Use project management tools like Jira to track progress

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new technologies and challenges in a different industry.

    • Interested in learning new skills and technologies

    • Seeking new challenges and opportunities for growth

    • Want to explore different industry perspectives

  • Answered by AI
  • Q2. Salry expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Question on oop concepts
  • Q2. Coding questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

One coding question with 40-45 mcq

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions from array
  • Q2. In given array find the sum a*a+b*b=c*c
  • Ans. 

    Use a nested loop to iterate through the array and check for the sum of squares of two elements equal to the square of a third element.

    • Iterate through the array using a nested loop to compare all possible combinations of elements.

    • Calculate the sum of squares of two elements and check if it equals the square of a third element.

    • Return the elements if a match is found, otherwise continue iterating.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Core java questions, springboot, one string coding question

Skills evaluated in this interview

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

Contiguous array in java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Saga design pattern
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java and its features ?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its robust standard library, providing a wide range of pre-built functionality

    • It supports multithreading, allowing ...

  • Answered by AI
  • Q2. What is java 8 and features
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Streams provide a new abstraction to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

    • Date and Time API provides a new way to work with dates and times.

    • Optional class help

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Java concepts - Oops, collection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Stl, types of pointer, bitwise, heap sort

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy but deep knowledge required
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Just apptitude questions and simple grammar

Round 2 - One-on-one 

(2 Questions)

  • Q1. General Introduction And asked about the previous profile Data entry process
  • Q2. About yourself Data Entry work

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company and the management i have ever worked. Manager who’s not aware about the work. They said something in interview and align in different process. Even the designation is just for the name. It’s Data entry work
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Fetch all the duplicate values from an array
  • Ans. 

    To fetch all duplicate values from an array of strings

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

    • If an element is already in the HashSet, it is a duplicate value

    • Add the duplicate values to a separate list and return it

  • Answered by AI
  • Q2. Java 8 streams api

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Javascript basics, class and functional components, basic es6
Round 3 - Technical 

(1 Question)

  • Q1. Promises, context api, redux and rest API

Interview Preparation Tips

Interview preparation tips for other job seekers - I wouldn't recommend attending the interview. Cleared screening and first technical round. Had to go through background verification before proceeding to next round. Second round interviewer asked irrelevant questions to the role I was interviewing for irrespective of informing that I had not worked on the topic being discussed. Got a call next day that I was rejected and to attend walk in drive the next week so they can release the offer.

Lionbridge Technologies Interview FAQs

How many rounds are there in Lionbridge Technologies Senior Database Developer interview for experienced candidates?
Lionbridge Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lionbridge Technologies interview process for experienced candidates are Technical and Behavioral.
How to prepare for Lionbridge Technologies Senior Database Developer interview for experienced candidates?
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 ETL Tool, Pentaho, Power Bi, QlikView and SQL Development.
What are the top questions asked in Lionbridge Technologies Senior Database Developer interview for experienced candidates?

Some of the top questions asked at the Lionbridge Technologies Senior Database Developer interview for experienced candidates -

  1. Why it is not recommended to give store procedure name with sp_ pre...read more
  2. Daily task , How you manage sprint task and user issue...read more
  3. What are different types of Trig...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
TTEC India Interview Questions
3.7
 • 131 Interviews
Aptara Interview Questions
3.3
 • 61 Interviews
View all
Associate Project Manager
711 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Project Coordinator
226 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Project Manager
185 salaries
unlock blur

₹4.1 L/yr - ₹13 L/yr

Project Coordinator
103 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

Appen

4.2
Compare

TTEC India

3.7
Compare

Cognizant

3.8
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview