Upload Button Icon Add office photos

DLT Lab Technologies

Compare button icon Compare button icon Compare

Filter interviews by

DLT Lab Technologies Softwaretest Engineer Interview Questions and Answers

Updated 2 Mar 2022

DLT Lab Technologies Softwaretest Engineer Interview Experiences

1 interview found

I appeared for an interview before Mar 2021.

Round 1 - Aptitude Test 

College placement, basic aptitude. 60 questions in 1.5 hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. OOPS,DS-ALGO,SQL, Projects, Puzzles from Geeks for Geeks.
  • Q2. What is Class? What is Object? Get 2nd maximum from array? Give real life examples of stack data structure.
  • Ans. 

    Class is a blueprint for creating objects. Objects are instances of a class. 2nd maximum can be found by sorting array and returning the second last element. Stack data structure is used in browser history, undo-redo operations, etc.

    • Class is a template for creating objects with similar properties and methods

    • Objects are instances of a class that can have unique values for their properties

    • To get 2nd maximum from an array...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear in approach and have confidence.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple questions related to arraylist and queue

Round 2 - HR 

(2 Questions)

  • Q1. Will you able to relocated to Pune?
  • Q2. How was your experience in your last company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Questions Related to Previous Role
Round 3 - Technical 

(1 Question)

  • Q1. Technical Questions Related To testing tools and Reporting tools.
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary Expectation and career path
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to manage managers
  • Ans. 

    Managing managers involves clear communication, setting expectations, providing support, and building trust.

    • Establish clear communication channels with managers to ensure alignment on goals and expectations.

    • Set clear expectations for performance and provide regular feedback to help managers improve.

    • Provide support and resources to help managers succeed in their roles.

    • Build trust by being transparent, fair, and consiste...

  • Answered by AI
  • Q2. How could Equifax make profit
  • Ans. 

    Equifax can make profit by offering credit monitoring services, selling data analytics to businesses, and providing identity theft protection.

    • Offering credit monitoring services to individuals and businesses

    • Selling data analytics to businesses for targeted marketing

    • Providing identity theft protection services to consumers

    • Charging fees for credit reports and credit scores

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT EVER EVEN APPLY. They lay off people quickly as they are still trying to search what they are looking for. Bad people
Round 1 - Aptitude Test 

50 Questions in 1 hour

Round 2 - Coding Test 

Pattern and basic programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java, SQL, and project-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work, the staff and the colleagues were very supportive and give importance to your decisions or choices.
Round 1 - Coding Test 

Simple String or list releted questions for Arranging a string some conditions wise

Round 2 - Technical 

(1 Question)

  • Q1. Count number after decimal value What is decorator What is abstraction in python
  • Ans. 

    To count number after decimal value in Python, use string manipulation or math module.

    • Use string manipulation to count number of digits after decimal point

    • Use math module to round off the number and then subtract the original number to get the digits after decimal point

    • Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maily focus on logical Questions and Make any one Language proficient then you can give answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test and was unproctored

Round 2 - Technical 

(1 Question)

  • Q1. It was a online technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL concepts and basic OOPs concepts
Interview experience
5
Excellent
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 

(4 Questions)

  • Q1. What is singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.

    • Used when only one instance of a class is required throughout the application

    • Provides a global point of access to the instance

    • Implemented using a private constructor, static method, and static variable

    • Example: Logger class, Database connection class

  • Answered by AI
  • Q2. C# LINQ queries for group and sum data from data table
  • Ans. 

    C# LINQ queries for group and sum data from data table

    • Use GroupBy() method to group data based on a specific column

    • Use Sum() method to calculate the sum of a column

    • Use Select() method to select the required columns

  • Answered by AI
  • Q3. Solid design principles
  • Ans. 

    Solid design principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - each class should have only one responsibility

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

    • Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness

    • Interface Se...

  • Answered by AI
  • Q4. OOPS concepts ,like association and all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are an experienced software Engineer, focus on designing part of the system.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ questions on OS, JS and HTML

Round 2 - Coding Test 

Basic Questions from resume. String/Array DSA questions

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

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume

DLT Lab Technologies Interview FAQs

How many rounds are there in DLT Lab Technologies Softwaretest Engineer interview?
DLT Lab Technologies interview process usually has 2 rounds. The most common rounds in the DLT Lab Technologies interview process are Aptitude Test and One-on-one Round.
What are the top questions asked in DLT Lab Technologies Softwaretest Engineer interview?

Some of the top questions asked at the DLT Lab Technologies Softwaretest Engineer interview -

  1. What is Class? What is Object? Get 2nd maximum from array? Give real life examp...read more
  2. OOPS,DS-ALGO,SQL, Projects, Puzzles from Geeks for Gee...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
View all
DLT Lab Technologies Softwaretest Engineer Salary
based on 20 salaries
₹5 L/yr - ₹10 L/yr
42% more than the average Softwaretest Engineer Salary in India
View more details

DLT Lab Technologies Softwaretest Engineer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

2.0

Skill development

2.2

Work-life balance

2.3

Salary

1.4

Job security

2.1

Company culture

1.8

Promotions

1.9

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
128 salaries
unlock blur

₹4.8 L/yr - ₹13.8 L/yr

Senior Software Engineer
61 salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Senior Test Engineer
31 salaries
unlock blur

₹7.3 L/yr - ₹22.8 L/yr

Software Developer
26 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Test Engineer
25 salaries
unlock blur

₹3.8 L/yr - ₹12.5 L/yr

Explore more salaries
Compare DLT Lab Technologies with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

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