Upload Button Icon Add office photos

Filter interviews by

Lantronix India Pvt. Ltd., Interview Questions and Answers

Updated 30 May 2024

Lantronix India Pvt. Ltd., Interview Experiences

1 interview found

Quality Engineer Interview Questions & Answers

user image Yamini Devi Potnuri

posted on 30 May 2024

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

(1 Question)

  • Q1. Asked about tuples, lists, networkings concepts, python

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Interview questions from similar companies

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 Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics - mcq of algorithms, networking, dbms

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Q2. Questions on linked list, tree,
Round 3 - Behavioral 

(2 Questions)

  • Q1. About how you approach a problem
  • Q2. Managerial questions on situations
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Asked about the details of my projects
  • Q2. Digital question related to flip flop and mux.
  • Q3. Assertion, constraint questions
  • Q4. Asked about different ways of saving power
Round 2 - Coding Test 

1hr interview, asked checker code, checked protocol knowledge mentioned in Resume, asked assertion.

Round 3 - One-on-one 

(4 Questions)

  • Q1. Draw Digital circuit question based on the waveform
  • Q2. Asked about code coverage in details
  • Q3. 1 technical puzzle, to print infinite series of a given pattern
  • Q4. 1 logical puzzle, 50ball in box of 1 colour and 50ball of 2nd colour in another box, calculate highest probability to choose 1 colour ball.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Be throwly prepared
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Please confirm me a job
  • Ans. 

    Village Sanota, Narela, Delhi, 40

  • Answered Anonymously
  • Q2. Please read confirm
  • Ans. 

    Please confirmation in Hindi

  • Answered Anonymously
Round 2 - HR 

(2 Questions)

  • Q1. Please help me please talk to me. Urgent.
  • Ans. 

    please help me please talk to me. urgent.call me

  • Answered Anonymously
  • Q2. You job may need
Round 3 - HR 

(2 Questions)

  • Q1. Please confirm me a job
  • Q2. Kab tak ho Paigah
Round 4 - HR 

(2 Questions)

  • Q1. Please show me come from
  • Q2. Please come for me job date
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Experience as field based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process improvements knowledge
  • Q2. Projects delivered

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your JD well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Case Study 

There were two rounds of interviews, which included a case study. It felt more like a discussion than a formal interview. Although I was not selected, the overall experience throughout the process was positive. The HR team was very supportive; in fact, they notified me about my non-selection, which is uncommon in the industry.

Round 2 - Technical 

(1 Question)

  • Q1. Related to my profile
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Spark code optimization
  • Q2. Data formats in big Data, why each format.
  • Ans. 

    Different data formats in big data are used for various purposes like storage efficiency, data processing speed, and compatibility with different systems.

    • JSON: Lightweight, human-readable, and widely supported for web applications.

    • Parquet: Columnar storage format for efficient querying and processing of large datasets.

    • Avro: Schema-based serialization format with support for complex data types.

    • ORC: Optimized Row Columna...

  • Answered by AI
  • Q3. Leet code - Most freq elem in a list
  • Ans. 

    Find the most frequent element in a list of strings.

    • Iterate through the list and count the frequency of each element using a dictionary.

    • Track the element with the highest frequency as you iterate.

    • Return the element with the highest frequency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had three rounds, each round of one hour each.

Questions from Past Work Experience
Coding
Data Engineering, cloud.
Leet code.

Cleared all the rounds and HR verbally committed the offer and disappeared (stopped responding), without any updates.

Even if you get an offer from Extreme Networks better keep a backup offer, their decisions are dynamic so there is a high chance of offer getting revoked.

Skills evaluated in this interview

Strategic Sourcing Analyst III Interview Questions & Answers

Cradlepoint user image Anonymous

posted on 28 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
6-8 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Na not applicable
  • Q2. Na not applicable right now

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a very bad experience with HR recruiter - Priya Mukund and Talent head- Prafula Deoria.
It took around 1 month , 3 rounds of interview with panels. I have cleared all the interview rounds . I had received call from HR head as a general discussion , it is not related to salary negotiation nothing. Straight away he confirmed i have cleared all the rounds, then I asked when will I receive final feedback and offer letter then he said by tomorrow. Afterwards I called my recruiter Priya Mukund and tell that I got call for HR round. She confirmed that you got 4/4 ratings. You are only selected for this role. Make sure not to decline the offer.
Afterwards every one went silent and I was the one who was chasing then after multiple follow ups Prafula was only giving timelines and then he said my profile is putted on HOLD.
This is very bad behaviour of HR to the person who is already suffering with Job loss.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Check if the linked list is palindrome or not
  • Ans. 

    To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.

    • Traverse the linked list to find the middle node

    • Reverse the second half of the linked list

    • Compare the first half with the reversed second half to check for palindrome

  • Answered by AI
  • Q2. C string questions
Round 2 - Technical 

(2 Questions)

  • Q1. Operating systems questions
  • Q2. Linked list and system design question

Skills evaluated in this interview

Lantronix India Pvt. Ltd., Interview FAQs

How many rounds are there in Lantronix India Pvt. Ltd., interview?
Lantronix India Pvt. Ltd., interview process usually has 1 rounds. The most common rounds in the Lantronix India Pvt. Ltd., interview process are Technical.
How to prepare for Lantronix India Pvt. Ltd., 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 Lantronix India Pvt. Ltd.,. The most common topics and skills that interviewers at Lantronix India Pvt. Ltd., expect are Recruitment, Windows, Linux, C++ and Excel.

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Siemens Interview Questions
4.1
 • 425 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
Bosch Interview Questions
4.2
 • 328 Interviews
ABB Interview Questions
4.1
 • 226 Interviews
View all

Lantronix India Pvt. Ltd., Reviews and Ratings

based on 13 reviews

3.9/5

Rating in categories

3.8

Skill development

4.2

Work-Life balance

3.8

Salary & Benefits

3.2

Job Security

3.7

Company culture

3.8

Promotions/Appraisal

3.6

Work Satisfaction

Explore 13 Reviews and Ratings
Member Technical Staff
15 salaries
unlock blur

₹6.7 L/yr - ₹11 L/yr

Senior Member of Technical Staff
7 salaries
unlock blur

₹18.6 L/yr - ₹27.3 L/yr

Embedded Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹19 L/yr - ₹23.5 L/yr

Senior Technical Staff Member
4 salaries
unlock blur

₹13 L/yr - ₹19 L/yr

Explore more salaries
Compare Lantronix India Pvt. Ltd., with

Cisco

4.2
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

4.2
Compare

Siemens

4.1
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