Upload Button Icon Add office photos
Engaged Employer

i

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

LanceSoft Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 573 Reviews

Filter interviews by

LanceSoft Senior Engineer Interview Questions and Answers

Updated 15 Dec 2022

LanceSoft Senior Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 4 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 

(2 Questions)

  • Q1. Core java features and describes oops concept.
  • Ans. 

    Core Java is a programming language that supports OOPs concepts such as inheritance, encapsulation, abstraction, and polymorphism.

    • Core Java is an object-oriented programming language.

    • It supports encapsulation, which means hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstraction is the process of hiding complex imple...

  • Answered by AI
  • Q2. Introduce yourself and about tech that you have used.
Round 3 - Technical 

(3 Questions)

  • Q1. Describe project and your role and responsibility.
  • Q2. What is docker and kubernetes
  • Ans. 

    Docker is a containerization platform that allows developers to package and run applications in isolated environments. Kubernetes is an open-source container orchestration system that automates deployment, scaling, and management of containerized applications.

    • Docker allows developers to create and run applications in containers, which are lightweight and portable environments that can run on any machine with Docker ins...

  • Answered by AI
  • Q3. How to see log of a complete request in docker
  • Ans. 

    To see log of a complete request in docker, use docker logs command.

    • Use 'docker logs ' command to see logs of a specific container

    • Use '-f' flag to follow the logs in real-time

    • Use '--tail' flag to specify the number of lines to show from the end of the logs

    • Use '--since' and '--until' flags to specify a time range for the logs

    • Use '--timestamps' flag to show timestamps in the logs

Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Some manarigial questions.

Interview Preparation Tips

Topics to prepare for LanceSoft Senior Engineer interview:
  • core java
  • spring core
  • Project Management
  • MySQL
  • query
Interview preparation tips for other job seekers - prepare well before attempting this interview with all core parts of java MySQL and spring boot.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing, regression, test plan and test suite

Interview Preparation Tips

Interview preparation tips for other job seekers - Good learning new technology techinical skill good employee quality seeking good Un
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Write code of frequency divider
  • Q2. Difference between latch & flip flop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Group Discussion 

The topic given to me is AI is good or bad

Round 2 - Technical 

(2 Questions)

  • Q1. Program to find prime number
  • Ans. 

    A program to find prime numbers in a given range.

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, then the number is prime

  • Answered by AI
  • Q2. Program to find the duplicates
  • Ans. 

    Program to find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Explanation of project code
  • Ans. 

    The project code is a web application that allows users to create and share interactive quizzes.

    • The code uses HTML, CSS, and JavaScript to create the front-end interface.

    • It utilizes Node.js and Express for the back-end server.

    • MongoDB is used as the database to store user-generated quizzes.

    • Socket.io is used for real-time communication between users during quiz sessions.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java basic questions OOP and simple code
  • Q2. String manipulation and string index access
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about you self
  • Ans. 

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

    • Bachelor's degree in Computer Science from XYZ University

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

    • Experience working on projects involving machine learning and artificial intelligence

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
  • Q2. How do you see yourself after 5 year in this org ?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers, contributing to innovative projects, and continuously learning and growing in my role.

    • Leading a team of developers on challenging projects

    • Contributing to innovative software solutions

    • Continuously learning and growing in my role

    • Possibly pursuing advanced certifications or degrees to enhance my skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great org to grow
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

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

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String coding question
  • Q2. File operations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Difficult online round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Arrays from neetcode
  • Ans. 

    Arrays are a collection of strings in programming used to store multiple values under a single variable name.

    • Arrays are declared using square brackets []

    • Each element in an array is accessed by its index, starting from 0

    • Example: var fruits = ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Linked list from neetcode
Round 3 - One-on-one 

(2 Questions)

  • Q1. Trees in neet code
  • Ans. 

    Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.

    • Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.

    • Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.

    • Examples of tree-related coding challenges on NeetCode include implementing a binary...

  • Answered by AI
  • Q2. Trees in leet code
  • Ans. 

    Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.

    • Understand different tree traversal methods like inorder, preorder, and postorder.

    • Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.

    • Practice solving tree-related problems on leetcode to improve your skills.

  • Answered by AI

Skills evaluated in this interview

LanceSoft Interview FAQs

How many rounds are there in LanceSoft Senior Engineer interview?
LanceSoft interview process usually has 4 rounds. The most common rounds in the LanceSoft interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in LanceSoft Senior Engineer interview?

Some of the top questions asked at the LanceSoft Senior Engineer interview -

  1. Core java features and describes oops conce...read more
  2. how to see log of a complete request in doc...read more
  3. what is docker and kuberne...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Quess Interview Questions
3.9
 • 393 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
Randstad Interview Questions
3.8
 • 258 Interviews
HARMAN Interview Questions
3.8
 • 256 Interviews
Johnson Controls Interview Questions
3.6
 • 255 Interviews
IKS Health Interview Questions
3.5
 • 230 Interviews
Mu Sigma Interview Questions
2.6
 • 226 Interviews
Team Lease Interview Questions
3.9
 • 198 Interviews
View all
LanceSoft Senior Engineer Salary
based on 6 salaries
₹12 L/yr - ₹25 L/yr
79% more than the average Senior Engineer Salary in India
View more details

LanceSoft Senior Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
US Recruiter
233 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

US IT Recruiter
151 salaries
unlock blur

₹1.9 L/yr - ₹6.5 L/yr

Management Trainee
146 salaries
unlock blur

₹1.2 L/yr - ₹4.6 L/yr

Information Technology Recruiter
139 salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Associate
135 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare LanceSoft with

Collabera Technologies

3.5
Compare

Allegis Group

3.7
Compare

Kelly Services

4.2
Compare

ManpowerGroup

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