Upload Button Icon Add office photos

Filter interviews by

Lekha Wireless Solutions Senior Software Engineer Interview Questions and Answers

Updated 17 Apr 2022

Lekha Wireless Solutions Senior Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Apr 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. 1. C basics 2. Bitwise operators 3. Pointers 4. Embedded protocols 5. Linux Commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up basics on C programming, embedded protocols.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to list out relevant files from a folder which was updated in a given time period
  • Ans. 

    Use a script to list relevant files updated within a given time period in a folder

    • Use a scripting language like Python or Bash to iterate through files in the folder

    • Check the last modified timestamp of each file and compare it to the given time period

    • Create a list of files that meet the criteria and display or output them

  • Answered by AI
  • Q2. How will you monitor if a system went down
  • Ans. 

    I will use monitoring tools to receive alerts and notifications if a system goes down.

    • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

    • Configure alerts to be sent via email, SMS, or Slack when system goes down

    • Implement automated scripts to restart services or systems if they fail

    • Regularly check system logs for any error messages or warnings

  • Answered by AI
Round 2 - Coding Test 

I was asked to design some classes and then extend the functionality to add more requirements while following SOLID principles

Round 3 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Want to take on more leadership responsibilities

  • Answered by AI
  • Q2. Do you have any questions for us
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions will be asked

Round 2 - Technical 

(1 Question)

  • Q1. Salesforce.com technical questions will be asked
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 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.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Inheritance, Contructord, Polymorphism etc
Round 2 - Technical 

(1 Question)

  • Q1. Exception Handing, Datatypes, Unix, Sql
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was a DSA round. Interviewers were helpful.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round with the team lead.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Coding as well as aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well before you go
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrapali Group of Institutions, Haldwani and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and it was moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects and related to that
  • Q2. Asked few question about dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Just believe yourself

Lekha Wireless Solutions Interview FAQs

How many rounds are there in Lekha Wireless Solutions Senior Software Engineer interview?
Lekha Wireless Solutions interview process usually has 2 rounds. The most common rounds in the Lekha Wireless Solutions interview process are Resume Shortlist and One-on-one Round.
How to prepare for Lekha Wireless Solutions Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Lekha Wireless Solutions. The most common topics and skills that interviewers at Lekha Wireless Solutions expect are RTOS, 3G, Firmware, C and DSP.

Tell us how to improve this page.

Lekha Wireless Solutions Senior Software Engineer Salary
based on 34 salaries
₹6 L/yr - ₹14.6 L/yr
32% less than the average Senior Software Engineer Salary in India
View more details

Lekha Wireless Solutions Senior Software Engineer Reviews and Ratings

based on 9 reviews

4.5/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

3.5

Salary

4.3

Job security

4.4

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
40 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹6 L/yr - ₹14.6 L/yr

Software Developer
13 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Engineer
8 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Technical Lead
8 salaries
unlock blur

₹11.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Lekha Wireless Solutions with

Sterlite Technologies

3.8
Compare

Tejas Networks

4.0
Compare

Vindhya Telelinks

4.0
Compare

HFCL Limited

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