Premium Employer

i

This company page is being actively managed by Lloyds Technology Centre Team. If you also belong to the team, you can get access from here

Lloyds Technology Centre Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lloyds Technology Centre Softwaretest Engineer Interview Questions and Answers for Experienced

Updated 16 Dec 2024

Lloyds Technology Centre Softwaretest Engineer Interview Experiences for Experienced

2 interviews found

Softwaretest Engineer Interview Questions & Answers

user image Divya Vengalasetty

posted on 4 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Most Focused on API testing
  • Q2. Automation Framework related questions
  • Q3. Java related questions....java program to find duplicates in a String
Round 2 - Technical 

(2 Questions)

  • Q1. About BDD Cucumber Framework
  • Q2. About API testing...RestAssured tool related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Dsa and logical program

Round 2 - Technical 

(1 Question)

  • Q1. Java, Spring boot

Softwaretest Engineer Interview Questions Asked at Other Companies for Experienced

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
asked in Playablo
Q3. Write Sql query for displaying total number of students from chil ... read more
Q4. How do you decide what Mode of testing is to be allocated
Q5. If the delivery time is done and still few works to be done then ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# basics, api, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in c# basics

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round consisted of 3 coding Questions and 20 Technical MCQs.

  • Q1. 

    Connect Ropes Problem Statement

    Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...

  • Ans. 

    The task is to find the minimum cost required to connect all the ropes by summing their lengths.

    • Iterate through the ropes and connect the two shortest ropes at each step to minimize cost

    • Use a priority queue to efficiently find the shortest ropes

    • Keep track of the total cost as you connect the ropes

    • Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for

  • Answered by AI
  • Q2. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M = M.

    • Iterate through the matrix and multiply it with itself to check if it equals the original matrix.

    • If the condition M * M = M is satisfied, then the matrix is idempotent.

    • If the condition is not satisfied, then the matrix is not idempotent.

  • Answered by AI
  • Q3. 

    Sum of LCM Problem Statement

    Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.

    The sum is represented as:
    LCM(1, N) + LCM(2, N) + ....

  • Ans. 

    Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.

    • Iterate from 1 to N and calculate LCM of each number with N

    • Add all the calculated LCM values to get the final sum

    • Return the sum for each test case

  • Answered by AI
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

Round 3 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity of the algorithm should be O(N) where N is the size of the array.

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in ChennaiEligibility criteria7 CGPAMr. Cooper interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application resume tips for other job seekers

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

(1 Question)

  • Q1. Javascript closure
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About your self
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on engineering subjects

Round 2 - Coding Test 

Writing projects in c

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth process
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Its mostly on Train, Pipes and Cistern, Dice reasoning

Round 2 - Coding Test 

Data Structures medium level question

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

Aptitude and 3 coding questions were aksed

Round 2 - Assignment 

Asked us to draw use case diagrams

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical interview questions
  • Q2. Datasctructures

Lloyds Technology Centre Interview FAQs

How many rounds are there in Lloyds Technology Centre Softwaretest Engineer interview for experienced candidates?
Lloyds Technology Centre interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lloyds Technology Centre interview process for experienced candidates are Technical and Coding Test.
What are the top questions asked in Lloyds Technology Centre Softwaretest Engineer interview for experienced candidates?

Some of the top questions asked at the Lloyds Technology Centre Softwaretest Engineer interview for experienced candidates -

  1. Java related questions....java program to find duplicates in a Str...read more
  2. About API testing...RestAssured tool related questi...read more
  3. Automation Framework related questi...read more

Tell us how to improve this page.

Lloyds Technology Centre Softwaretest Engineer Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more
Join Lloyds Technology Centre We're changing financial services and we want you to join us

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 245 Interviews
Apex Group Interview Questions
2.7
 • 142 Interviews
Kotak Securities Interview Questions
3.6
 • 117 Interviews
TresVista Interview Questions
2.8
 • 116 Interviews
Pine Labs Interview Questions
3.4
 • 115 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Sharekhan Interview Questions
3.8
 • 87 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
View all
Senior Software Engineer
109 salaries
unlock blur

₹15 L/yr - ₹45.7 L/yr

Software Engineer
102 salaries
unlock blur

₹8.4 L/yr - ₹23.3 L/yr

Data Engineer
58 salaries
unlock blur

₹9.7 L/yr - ₹18.9 L/yr

Senior Data Engineer
27 salaries
unlock blur

₹14.9 L/yr - ₹42 L/yr

Senior Data Analyst
24 salaries
unlock blur

₹14.3 L/yr - ₹33.1 L/yr

Explore more salaries
Compare Lloyds Technology Centre with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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