Upload Button Icon Add office photos

Lionbridge Technologies

Compare button icon Compare button icon Compare

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

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I was interviewed in Dec 2020.

Interview Questionnaire 

2 Questions

  • Q1. Why u prefer this job
  • Q2. Its a secret

Interview Preparation Tips

Interview preparation tips for other job seekers - It was preety good

Interview Questionnaire 

1 Question

  • Q1. Based on programming

I applied via Company Website and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

How to clear aptitude test

Round 2 - Coding Test 

How to clear coding test

Round 3 - Technical 

(1 Question)

  • Q1. How to clear technical round
Round 4 - HR 

(1 Question)

  • Q1. How to clear HR round

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Python
Interview preparation tips for other job seekers - None bddjfdfbjhhhbcfhjjffvhghgfdx bnb kydegutszbmmxfivbni fdvbnbv be hggfddsssr

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.

Lionbridge Technologies Senior Database Developer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
TTEC India Interview Questions
3.7
 • 136 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
View all
Associate Project Manager
715 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Coordinator
243 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lionbridge Technologies with

Appen

4.2
Compare

TTEC India

3.7
Compare

Cognizant

3.7
Compare

Wipro

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