Upload Button Icon Add office photos

Filter interviews by

Lyka Labs Mern Stack Developer Interview Questions and Answers for Experienced

Updated 13 May 2024

Lyka Labs Mern Stack Developer Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic coding questions
Round 2 - Coding Test 

Basic CRUD operation tasks.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mcq which was conducted on mettl

Round 2 - Technical 

(1 Question)

  • Q1. Tell about ur self, talk about ur native place, some behavioural question no technical question asked

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. What is static method.?
  • Ans. 

    A static method is a method that belongs to a class rather than an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • They are often used for utility functions that don't require any state.

    • Static methods cannot access non-static variables or methods.

    • Example: Math.max() is a static method that returns the maximum of two numbers.

  • Answered by AI
  • Q2. 2. How can make single instance application.?
  • Ans. 

    To make a single instance application, use a mutex to ensure only one instance is running.

    • Create a named mutex when the application starts

    • Check if the mutex already exists, if it does, exit the application

    • Release the mutex when the application exits

  • Answered by AI
  • Q3. 3. Differences in module and classes?
  • Ans. 

    Modules are files that contain code, while classes are templates for creating objects with shared properties and methods.

    • Modules are used to organize code into separate files for better maintainability.

    • Classes are used to create objects with shared properties and methods.

    • Modules can be imported and exported to be used in other files.

    • Classes can be extended and inherited to create new classes with additional properties

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have strong oops .net knowledge.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before May 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Program to print table of 2
  • Ans. 

    Program to print table of 2

    • Create a loop to iterate from 1 to 10

    • Multiply each number with 2 and store in a variable

    • Print the variable in a formatted string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare about your project and u can land a job here easily for freshers.Senior developers need to prepare but its not tough at all.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Technical knowledge is evaluated

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics correct, read about company and its operations
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 2 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 

(2 Questions)

  • Q1. Knowledge about your area , company products,
  • Q2. Communication skill for sale growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident is the key for selection, and must know about your area counters, running products and medicine composition knowledge.
Round 1 - Technical 

(1 Question)

  • Q1. Share your difficult situation?
  • Ans. 

    I faced a difficult situation when a critical project deadline was approaching and we encountered unexpected technical issues.

    • Technical issues arose during a critical project

    • Deadline was approaching

    • Had to find quick solutions to resolve the issues

    • Coordinated with team members to troubleshoot and fix the problems

    • Implemented contingency plans to ensure project completion on time

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Az values and principles. And Jab related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and honest. If you don't know something, don't hesitate to say you don't know.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is lamda function
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple arguments but can only have one expression.

    • Lambda functions are used for creating small, one-time use functions without the need to define a formal function.

    • They are often used in functional programming languages like Python.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • Example: lambda x: x*2 defines a l

  • Answered by AI
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Explain your previous work experience
  • Q2. Explain with example how your work related to real life example

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well for the job description give most of the questions will be based on that

Skills evaluated in this interview

Consultant Interview Questions & Answers

AstraZeneca user image Pavithra Kabilan

posted on 19 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL related - Joins, Range, Limits
  • Q2. .Net related - syntax, basic programs
Round 2 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. Comfortability with shifts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the basics of power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft for visualizing and analyzing data.

    • Power BI is a business analytics tool by Microsoft

    • It allows users to visualize and analyze data from various sources

    • Users can create interactive reports and dashboards

    • Power BI offers a wide range of data connectors for seamless integration

    • It provides features like data modeling, data preparation, and data visualization

    • Power BI can be ...

  • Answered by AI

Skills evaluated in this interview

Lyka Labs Interview FAQs

How many rounds are there in Lyka Labs Mern Stack Developer interview for experienced candidates?
Lyka Labs interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lyka Labs interview process for experienced candidates are One-on-one Round and Coding Test.

Tell us how to improve this page.

Lyka Labs Mern Stack Developer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

AstraZeneca Interview Questions
4.1
 • 57 Interviews
Aarti Drugs Interview Questions
3.7
 • 19 Interviews
Concord Biotech Interview Questions
3.7
 • 17 Interviews
Axa Parenterals Interview Questions
3.6
 • 15 Interviews
View all
Junior Executive
34 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Executive
11 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Junior Executive Quality Assurance
8 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Senior Executive
8 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Deputy General Manager Production
7 salaries
unlock blur

₹16.5 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Lyka Labs with

AstraZeneca

4.1
Compare

Flamingo Pharmaceuticals

3.2
Compare

Novartis Healthcare

4.1
Compare

Raptakos Brett and Company

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