Upload Button Icon Add office photos
Engaged Employer

i

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

Lavender Technology Verified Tick

Compare button icon Compare button icon Compare
5.0

based on 1.1k Reviews

Filter interviews by

Lavender Technology Software Engineer Interview Questions and Answers

Updated 30 Dec 2023

Lavender Technology Software Engineer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its was english grammer ,math & IT and genral knowledge based test paper

Round 2 - Technical 

(6 Questions)

  • Q1. Java developer questions they ask
  • Q2. Frontend development
  • Q3. Backend development
  • Q4. Information technology
  • Q5. Core java development
  • Q6. Html xtml java script
Round 3 - HR 

(4 Questions)

  • Q1. Introduction questions
  • Q2. Family background questions
  • Q3. College related questions
  • Q4. Salary negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going fir attending interview prepare yourself very well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java, j2ee, jre
  • Q2. Html, xtml, java script
  • Q3. Seo, smm, development
  • Q4. Core java, basic java
  • Q5. Designing, frontend, synchronized

Interview Preparation Tips

Interview preparation tips for other job seekers - Best to. Work there

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes question in online test

Round 2 - Coding Test 

Two coding Q online test

Round 3 - Technical 

(2 Questions)

  • Q1. Resume bsic Q asked
  • Q2. Oops question basic theory
Round 4 - One-on-one 

(2 Questions)

  • Q1. One coding question asked to solve on paper of arrays
  • Q2. Basic questions from resume
Round 5 - HR 

(2 Questions)

  • Q1. Relocating related questions
  • Q2. Why u want to join global logic
  • Ans. 

    I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.

    • Global Logic is known for their innovative technology solutions

    • I am impressed by the collaborative work environment at Global Logic

    • I believe Global Logic offers great opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and little bit coding
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A wide range of questions were asked including concepts like logical reasoning, CN, DBMS, SQL, OS, Data structures followed by very basic coding questions.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself with your academic details
  • Q2. Elaborate your projects
  • Q3. What is SDLC and elaborate it?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a systematic process for building software applications.

    • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • Examples of SDLC models include Waterfa...

  • Answered by AI
  • Q4. Some scenario and logic based questions along with technical were asked
Round 3 - HR 

(3 Questions)

  • Q1. What do you know about LTIMindtree?
  • Ans. 

    LTIMindtree is a global technology consulting and services company specializing in digital transformation and IT services.

    • LTIMindtree was formed through the merger of LTI (Larsen & Toubro Infotech) and Mindtree in 2019.

    • It offers services in areas such as cloud computing, data analytics, cybersecurity, and artificial intelligence.

    • LTIMindtree serves clients in various industries including banking, healthcare, retail, and...

  • Answered by AI
  • Q2. Why should we take you?
  • Q3. Where do you see yourself in next 5-10 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering and be thorough with you basics and projects.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to create custom serializable interface
  • Ans. 

    To create a custom serializable interface, you need to define an interface with the Serializable marker interface and implement the necessary methods.

    • Define an interface with the Serializable marker interface

    • Implement the necessary methods for serialization and deserialization

    • Ensure all fields in the class implementing the interface are serializable

  • Answered by AI
  • Q2. Whatis criteria in hibernate
  • Ans. 

    Criteria in Hibernate is used to create and execute dynamic queries.

    • Criteria is an interface in Hibernate that allows the creation of dynamic queries without using HQL or SQL.

    • Criteria queries are type-safe and can be easily modified at runtime.

    • Criteria queries can be used to fetch entities based on certain conditions or restrictions.

    • Example: Criteria criteria = session.createCriteria(Employee.class);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interview was very easy. But second client round interview is really annoying. He has too much arrogance and was saying. Interview is not about QnA session, you are supposed to talk alot.

Skills evaluated in this interview

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

Basic MCQs on General aptitude, logical reasoning and programming questions

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is a constructor in C++?
  • Ans. 

    A constructor in C++ is a special member function that is automatically called when an object is created.

    • Constructors have the same name as the class and do not have a return type.

    • They can be used to initialize the object's data members.

    • Default constructors are automatically generated if no constructor is defined.

    • Parameterized constructors can be defined to accept arguments during object creation.

  • Answered by AI
  • Q2. What is copy assignment operator?
  • Ans. 

    Copy assignment operator is a special member function in C++ that allows one object to be assigned the values of another object of the same class.

    • Copy assignment operator is denoted by the = operator.

    • It is used to copy the values of one object into another object of the same class.

    • It is automatically generated by the compiler if not explicitly defined.

    • Example: MyClass obj1; MyClass obj2; obj2 = obj1; // Copy assignment

  • Answered by AI
  • Q3. What is virtualization in C++?
  • Ans. 

    Virtualization in C++ is the process of creating a virtual version of a class or function to allow for polymorphism and dynamic binding.

    • Virtualization in C++ is achieved through the use of virtual functions and inheritance.

    • Virtual functions are declared in a base class and overridden in derived classes to provide different implementations.

    • Virtualization allows for polymorphism, where a pointer to a base class can point...

  • Answered by AI
  • Q4. Implement String class
  • Ans. 

    Implement a custom String class in a programming language.

    • Define a class with necessary properties and methods to manipulate strings.

    • Include methods for concatenation, substring, length, etc.

    • Handle memory allocation and deallocation properly.

    • Example: class MyString { // implementation }

  • Answered by AI
  • Q5. What is smart pointers?
  • Ans. 

    Smart pointers are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically deallocating memory when no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • They provide better memory safety compared to raw pointers.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

30 questions combination of Logical, numeric, verbal and 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Questions on core Java concepts
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Your strength and weakness
  • Ans. 

    Strength: Problem-solving skills. Weakness: Overthinking.

    • Strength: I have strong problem-solving skills which help me in finding efficient solutions to complex issues.

    • Weakness: Sometimes I tend to overthink situations, which can lead to unnecessary stress and delays in decision-making.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in you expertise and be confident of what you know.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding question

Round 2 - Aptitude Test 

Two technical questions based on strings and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structure and algorithms, along with communication skills.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Python and java spring cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - all good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

What is apex and trigger
asked on lwc
Integration using rest api
Best practices

Round 2 - Technical 

(4 Questions)

  • Q1. Trigger on opportunity to calculate sum child to parent event communication child parent LWC wire method Integration rest api
  • Q2. Wirte lwc component using combobox
  • Q3. Write batch class
  • Q4. Write callout apex class

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic thing dont think much

Lavender Technology Interview FAQs

How many rounds are there in Lavender Technology Software Engineer interview?
Lavender Technology interview process usually has 2 rounds. The most common rounds in the Lavender Technology interview process are Technical, HR and Aptitude Test.
What are the top questions asked in Lavender Technology Software Engineer interview?

Some of the top questions asked at the Lavender Technology Software Engineer interview -

  1. Java developer questions they ...read more
  2. Designing, frontend, synchroni...read more
  3. Core java developm...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Lavender Technology interviews
Company Website
WalkIn
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Lavender Technology Software Engineer Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-Life balance

4.7

Salary & Benefits

4.7

Job Security

4.7

Company culture

4.7

Promotions/Appraisal

5.0

Work Satisfaction

Explore 4 Reviews and Ratings
Compare Lavender Technology with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview