Upload Button Icon Add office photos

Filter interviews by

Lemnisk Sde1 Interview Questions and Answers

Updated 15 Oct 2024

Lemnisk Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structure and Algo

Interview Preparation Tips

Interview preparation tips for other job seekers - have good grip on array and strings.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ledger details posting profile
  • Q2. Fixed Asset project management and accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge as much as possible
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
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 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company

Sdet Interview Questions & Answers

Jivox user image Anonymous

posted on 4 Mar 2024

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

(1 Question)

  • Q1. What is STLC? bug lcycle
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a series of steps performed in a specific sequence to ensure the quality of software.

    • STLC is a process followed by software testers to ensure that the software meets quality standards.

    • It includes phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Bug lifecycle refers to the stages a bug goes through from discovery to resol...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - check area of Java basic and selenium

Skills evaluated in this interview

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Few general apptitute questions

Round 3 - Coding Test 

3 Data Structures Coding Questions
1 SQL Questions

Round 4 - Technical 

(4 Questions)

  • Q1. Asked to explain the logic of the question which i got in exam(i didn't remember the question, i was happened almost 3 months back).
  • Q2. Asked me to write code for sum of Fibonacci series.
  • Q3. Asked me to write the login to print employees first name and salary.
  • Q4. Few basic questions on Java(I preferred java as my primary program lang)

Interview Preparation Tips

Topics to prepare for Jivox Sdet Engineer interview:
  • Data Structures
  • DBMS
  • SQL
  • any programme lang
Interview preparation tips for other job seekers - After technical interview i didn't get any call for next round till now. Interview was happened in Jan 2023. but till now there is no response. In pre-placement we have been told that we will be having 3 rounds of interview(TL/HR/MR). But after TL i didn't get any call for next round status. Not only for me, but no one got any info from the company in my college. So be careful in this regard, in case if u depend on this company's offer. Look's like they simply called off the drive. Even I have read this in ambition box and glassdoor and got to know that many people have faced this issue.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Questions mostly asked forst u have to introduce ur self and they mostly asked about saoftware which is support in sysytem and which runs and acapcity of system how can u build anew page or web page develo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well and dont confused take rime and give answers confidentally

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on Projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very friendly.
Brush up technical concepts and coding

Lemnisk Interview FAQs

How many rounds are there in Lemnisk Sde1 interview?
Lemnisk interview process usually has 1 rounds. The most common rounds in the Lemnisk interview process are Coding Test.

Tell us how to improve this page.

Lemnisk Sde1 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 154 Interviews
3 Minds Digital Interview Questions
4.4
 • 64 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
MoEngage Interview Questions
3.9
 • 26 Interviews
Moris Media Interview Questions
4.5
 • 24 Interviews
CleverTap Interview Questions
3.6
 • 15 Interviews
WebEngage Interview Questions
3.9
 • 15 Interviews
Exotel Interview Questions
3.1
 • 13 Interviews
View all
Business Analyst
15 salaries
unlock blur

₹6.5 L/yr - ₹13.2 L/yr

Software Engineer
10 salaries
unlock blur

₹4.9 L/yr - ₹18 L/yr

Associate Product Manager
6 salaries
unlock blur

₹18 L/yr - ₹26 L/yr

Software Developer
5 salaries
unlock blur

₹8.5 L/yr - ₹17.3 L/yr

Senior Customer Success Manager
4 salaries
unlock blur

₹30 L/yr - ₹40 L/yr

Explore more salaries
Compare Lemnisk with

CleverTap

3.6
Compare

MoEngage

3.9
Compare

Netcore Cloud Private Limited

4.2
Compare

Freshworks

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