Upload Button Icon Add office photos
Engaged Employer

i

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

LambdaTest Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

LambdaTest Software Development Engineer Interview Questions and Answers

Updated 3 Oct 2024

LambdaTest Software Development Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

It was not good their approach of asking questions not good

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa graph topological sorting
  • Q2. DSA tree question and largest bst

Interview questions from similar companies

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

(1 Question)

  • Q1. Which should prefer flow or trigger
  • Ans. 

    It depends on the specific requirements and use case.

    • Use flows for declarative automation and to automate standard processes.

    • Use triggers for more complex automation and to perform custom logic.

    • Flows are easier to build and maintain, while triggers offer more flexibility and control.

    • Consider the complexity of the automation, the need for custom logic, and the scalability of the solution.

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Microservices, AWS, Web API etc
  • Q2. Inter personal skills

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds of interviews (2 rounds were technical) and Technical Assessment.
After the first round of technical interview I had to take Assessment in Hacker Rank, which consist of multiple choice questions and coding related to the technical skill required for the position. The interview process was very smooth. Final round was more on to check the inter personal skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Code the LRU cache on hacker rank

Round 2 - One-on-one 

(1 Question)

  • Q1. Code the tail -f logger
  • Ans. 

    Implement a tail -f logger in code

    • Use a file pointer to open the log file

    • Read the file line by line and print new lines as they are added

    • Use a loop to continuously check for new lines in the file

  • Answered by AI

Skills evaluated in this interview

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

A working software coding problem. Build client-server. Make sure your IDE is ready

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between async, concurrency and parallelism
  • Ans. 

    Async is non-blocking, concurrency is managing multiple tasks at the same time, parallelism is executing multiple tasks simultaneously.

    • Async allows non-blocking execution of code, enabling other tasks to run while waiting for I/O operations.

    • Concurrency involves managing multiple tasks at the same time, but not necessarily simultaneously.

    • Parallelism is executing multiple tasks simultaneously, utilizing multiple CPU core...

  • Answered by AI
  • Q2. Journey of request
  • Ans. 

    The journey of a request refers to the process of a request being made, processed, and fulfilled by a system.

    • Request initiation by a user or system

    • Routing of the request to the appropriate service or endpoint

    • Processing of the request by the service

    • Response generation and delivery back to the user

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What irritates you
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Stream a live log file to browser

Round 2 - Technical 

(1 Question)

  • Q1. Existing project details
  • Ans. 

    The existing project is a web application for managing inventory and sales.

    • Built using React for the front-end and Node.js for the back-end

    • Uses MongoDB as the database

    • Includes features such as user authentication, product management, and sales tracking

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scale up existing project
  • Ans. 

    Scaling up an existing project involves optimizing performance, increasing capacity, and improving efficiency.

    • Identify bottlenecks and areas for improvement

    • Implement caching mechanisms to reduce load times

    • Optimize database queries for faster retrieval

    • Upgrade hardware or infrastructure to handle increased traffic

    • Use load balancing to distribute traffic evenly across servers

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General question about the project, challenges, etc
Round 2 - Coding Test 

(1 Question)

  • Q1. Implement tail -f command w/o use of external libraries
  • Ans. 

    Implementing tail -f command without external libraries in Python

    • Open the file in read mode

    • Use a loop to continuously read new lines added to the file

    • Print the new lines as they are read

  • Answered by AI
Round 3 - EM Round 

(2 Questions)

  • Q1. General questions on challenges, current role, production issues
  • Q2. DSA Question - next warm day

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

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

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Contribute & help others!
anonymous
You can choose to be anonymous

LambdaTest Interview FAQs

How many rounds are there in LambdaTest Software Development Engineer interview?
LambdaTest interview process usually has 2 rounds. The most common rounds in the LambdaTest interview process are Coding Test and Technical.
How to prepare for LambdaTest Software Development Engineer 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 LambdaTest. The most common topics and skills that interviewers at LambdaTest expect are SDET, Appium, Automation Testing, Java and Manual Testing.
What are the top questions asked in LambdaTest Software Development Engineer interview?

Some of the top questions asked at the LambdaTest Software Development Engineer interview -

  1. DSA tree question and largest ...read more
  2. Dsa graph topological sort...read more

Recently Viewed

JOBS

Konica Minolta Business Solutions India Pvt. Ltd.

No Jobs

SALARIES

Vyapar

INTERVIEWS

BrowserStack

No Interviews

INTERVIEWS

BrowserStack

No Interviews

PHOTOS

Konica Minolta Business Solutions India Pvt. Ltd.

No Photos

INTERVIEWS

LambdaTest

No Interviews

REVIEWS

Vyapar

No Reviews

INTERVIEWS

Vyapar

No Interviews

INTERVIEWS

LambdaTest

No Interviews

DESIGNATION

Tell us how to improve this page.

LambdaTest Software Development Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 162 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
View all
Member Technical Staff
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LambdaTest with

BrowserStack

3.6
Compare

QASource

3.2
Compare

SmartBear

3.4
Compare

Sauce Labs

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