Premium Employer

i

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

Lenovo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lenovo Software Engineer Interview Questions and Answers

Updated 15 Nov 2020

Lenovo Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Nitin The Living Magnet

posted on 15 Nov 2020

Interview Questionnaire 

3 Questions

  • Q1. What is operating system.
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • Manages computer hardware and software resources

    • Provides common services for computer programs

    • Examples: Windows, macOS, Linux, Android, iOS

    • Kernel is the core component of an operating system

  • Answered by AI
  • Q2. How to follow the company policy?
  • Ans. 

    To follow the company policy, one must understand and familiarize themselves with the policy guidelines and procedures.

    • Read and thoroughly understand the company policy documentation

    • Adhere to the policies and procedures outlined in the documentation

    • Seek clarification from supervisors or HR if any doubts or questions arise

    • Regularly review and stay updated with any changes or updates to the policy

    • Ensure compliance with t...

  • Answered by AI
  • Q3. Will you agree to work no time limit?
  • Ans. 

    No, I cannot agree to work with no time limit.

    • Working without a time limit can lead to burnout and decreased productivity.

    • Having a reasonable work-life balance is important for overall well-being.

    • Setting clear boundaries and having a structured schedule can help maintain productivity and prevent overworking.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to design apis
  • Ans. 

    Designing APIs involves defining endpoints, request/response formats, authentication, versioning, and documentation.

    • Define clear and consistent endpoints for different functionalities

    • Design request and response formats that are easy to understand and work with

    • Implement authentication mechanisms to secure the API

    • Consider versioning to support backward compatibility

    • Provide comprehensive documentation for developers to ea

  • Answered by AI
  • Q2. How to structure databases for data collection
  • Ans. 

    Structure databases by identifying data entities, relationships, and attributes.

    • Identify data entities (e.g. customers, products) and their attributes

    • Define relationships between entities (e.g. one-to-many, many-to-many)

    • Normalize data to reduce redundancy and improve data integrity

    • Use primary keys to uniquely identify each record

    • Consider indexing for faster data retrieval

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. In detail questions related to the exp
  • Q2. In detail hr related question

Interview Preparation Tips

Interview preparation tips for other job seekers - please be confident be prepared

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions related to Tree and stack

Round 2 - Coding Test 

Questions related to Binary search

Round 3 - Technical 

(2 Questions)

  • Q1. Java concepts
  • Q2. Graph coding ques
Round 4 - HR 

(1 Question)

  • Q1. Salary discssion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

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

Apti quest normal maths english

Round 2 - Coding Test 

Medium leetchode question

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

(2 Questions)

  • Q1. What's desing patterns
  • Ans. 

    Design patterns are reusable solutions to common problems encountered in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Examples include Singleton, Factory, Observer, and Strategy patterns.

    • Design patterns can be categorized into creational, structural, and behavioral patterns.

  • Answered by AI
  • Q2. What's object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good place to work

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Google forms CS subjects 60 Mcqs

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic question on Java,oops,code output prediction.

Tell us how to improve this page.

Join Lenovo Smarter Technology for All
Lenovo Software Engineer Salary
based on 27 salaries
₹5.7 L/yr - ₹21.5 L/yr
57% more than the average Software Engineer Salary in India
View more details

Lenovo Software Engineer Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

4.1

Skill development

4.9

Work-life balance

3.7

Salary

4.4

Job security

4.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Regional Channel Manager
76 salaries
unlock blur

₹12 L/yr - ₹36.5 L/yr

Sales Executive
69 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹2.1 L/yr - ₹4.8 L/yr

Area Sales Officer
54 salaries
unlock blur

₹4.1 L/yr - ₹8 L/yr

Area Sales Manager
32 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Lenovo with

Dell

4.0
Compare

Helmerich & Payne

4.0
Compare

Acer India

4.3
Compare

ASUS

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