Upload Button Icon Add office photos

DLT Lab Technologies

Compare button icon Compare button icon Compare

Filter interviews by

DLT Lab Technologies Angular Developer Interview Questions and Answers

Updated 5 Sep 2022

DLT Lab Technologies Angular Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Directives, pipes, services in angular, etc
  • Q2. Closures, hoisting iin javascript

Interview Preparation Tips

Topics to prepare for DLT Lab Technologies Angular Developer interview:
  • Angular
  • Javascript
Interview preparation tips for other job seekers - Overall the interview process was good it went well

Interview questions from similar companies

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

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

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

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.

Round 2 - Coding Test 

Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.

Round 3 - Technical 

(1 Question)

  • Q1. Many questions related to development , some reasoning questions, simple programs and most form resume
Round 4 - Technical 

(1 Question)

  • Q1. To write a program for some sorting tech etc.. basic DSA
Round 5 - HR 

(1 Question)

  • Q1. About personality development and Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow all mentioned in resumen and do the basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
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 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

20 questions were given.
aptitude + simple coding output based.

Round 2 - Coding Test 

5 questions were shared on a doc file. We need to code them paste their solutions in the file. Level was easy to medium. Array-string based Questions.

Round 3 - Technical 

(3 Questions)

  • Q1. There Were 3 Technical rounds. In 1st Round Basic coding Questions were Asked on Array like find minimum angle between hour and minute hand. 0,1 array sort and there was another question too which I don't...
  • Q2. Find minimum angle between hour and minute hand.
  • Ans. 

    Find minimum angle between hour and minute hand.

    • Calculate the angle made by hour hand with 12 o'clock position and minute hand with 12 o'clock position.

    • Calculate the difference between the two angles.

    • If the difference is greater than 180 degrees, subtract it from 360 degrees to get the minimum angle.

  • Answered by AI
  • Q3. 0, 1 array sort (keep complexity low)
  • Ans. 

    Sort an array of 0s and 1s with low complexity.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap 0s from the beginning with 1s from the end until the pointers meet.

    • Time complexity: O(n), space complexity: O(1).

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Then on next day Technical Round 2 happened Same another Interviewer and same process. Round was 1 hour long. I was given a question and I had to solve it. I was not asked puzzles but some of my friends we...
  • Q2. Maximum span of 1 in a 0,1 array
  • Ans. 

    Find the maximum span of 1 in a 0,1 array.

    • Iterate through the array and keep track of the first and last occurrence of 1.

    • Calculate the difference between the last and first occurrence of 1.

    • Repeat the process for all 1's in the array and return the maximum difference.

  • Answered by AI
  • Q3. Upside down triangle pattern
Round 5 - Technical 

(3 Questions)

  • Q1. Next day Technical Round 3 This time my interviewer was a Senior Engineer Interview round was 1 hour+ I was given 2 coding questions then hr questions were asked. In hr they asked me a lot regarding my pro...
  • Q2. First non repeating Character
  • Ans. 

    Find the first non-repeating character in a string.

    • Create a hash table to store the frequency of each character in the string.

    • Iterate through the string and update the frequency in the hash table.

    • Iterate through the string again and return the first character with a frequency of 1.

  • Answered by AI
  • Q3. Sort a binary array using one traversal and no extra space
  • Ans. 

    Sort a binary array using one traversal and no extra space.

    • Use two pointers, one starting from the beginning and one from the end of the array.

    • Swap the elements if the left pointer points to 1 and the right pointer points to 0.

    • Continue traversing until the pointers meet in the middle.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basics and have a good command on easy to medium array string questions.
Mention only those things in resume which you really did.
prepare common puzzle questions from GFG or some other platform.

Skills evaluated in this interview

DLT Lab Technologies Interview FAQs

How many rounds are there in DLT Lab Technologies Angular Developer interview?
DLT Lab Technologies interview process usually has 1 rounds. The most common rounds in the DLT Lab Technologies interview process are Technical.
How to prepare for DLT Lab Technologies Angular Developer 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 DLT Lab Technologies. The most common topics and skills that interviewers at DLT Lab Technologies expect are Angular and Html5.
What are the top questions asked in DLT Lab Technologies Angular Developer interview?

Some of the top questions asked at the DLT Lab Technologies Angular Developer interview -

  1. Directives, pipes, services in angular, ...read more
  2. Closures, hoisting iin javascr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

DLT Lab Technologies Angular Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
128 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Software Engineer
70 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Senior Test Engineer
29 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.6 L/yr

Explore more salaries
Compare DLT Lab Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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