Upload Button Icon Add office photos
Engaged Employer

i

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

Lumens Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lumens Technologies Associate Manager Interview Questions and Answers

Updated 25 Aug 2023

Lumens Technologies Associate Manager Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is your current role in previous organisation?
Round 3 - One-on-one 

(3 Questions)

  • Q1. What is your current role in previous organisation?
  • Q2. What was my contribution over there?
  • Q3. What is the heireachy
  • Ans. 

    Hierarchy refers to the structure of authority within an organization, showing the levels of management and reporting relationships.

    • Hierarchy typically consists of levels such as top management, middle management, and lower-level employees.

    • Each level has different responsibilities and authority, with top management making strategic decisions and lower-level employees carrying out tasks.

    • Communication and decision-making...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy.

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

OS Networks C Programming Aptitude Mcqs

Round 3 - Coding Test 

Two Coding questions and were of medium to hard level.

Interview Preparation Tips

Interview preparation tips for other job seekers - be Cool and Calm and answer as required. Dont Panic.

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic c programming
  • Q2. Previous experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. And prepare well in data structures

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement a malloc function.
  • Ans. 

    Implementing a malloc function involves dynamically allocating memory in C programming.

    • Use the malloc function from stdlib.h library to allocate memory on the heap.

    • Remember to check if the memory allocation was successful by checking if the returned pointer is not NULL.

    • Don't forget to free the allocated memory using the free function to avoid memory leaks.

  • 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 Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Digital circuit Designing for adders, mux, couter, FSM. In Verilog Blocking and non-blocking assignments, RAM RTL code, Datatypes etc
  • Ans. 

    Digital circuit design in Verilog including adders, mux, counter, FSM, RAM RTL code, datatypes, and blocking/non-blocking assignments.

    • Verilog is a hardware description language used for digital circuit design.

    • Adders are used for arithmetic operations, mux for data selection, counter for counting, and FSM for control logic.

    • Blocking assignments are executed sequentially, while non-blocking assignments are executed concur...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction, Want to join or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Be formal with the explanation.

Skills evaluated in this interview

Lumens Technologies Interview FAQs

How many rounds are there in Lumens Technologies Associate Manager interview?
Lumens Technologies interview process usually has 3 rounds. The most common rounds in the Lumens Technologies interview process are Resume Shortlist, HR and One-on-one Round.

Tell us how to improve this page.

Lumens Technologies Associate Manager Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Maven Silicon Interview Questions
4.2
 • 13 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
Elmex Controls Interview Questions
3.3
 • 5 Interviews
View all
Lumens Technologies Associate Manager Salary
based on 10 salaries
₹10.5 L/yr - ₹30 L/yr
16% more than the average Associate Manager Salary in India
View more details
Software Development Engineer
70 salaries
unlock blur

₹5 L/yr - ₹9.1 L/yr

Information System Engineer
70 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Software Engineer
45 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Information System Consultant
39 salaries
unlock blur

₹6.3 L/yr - ₹22.6 L/yr

Software Development Consultant
39 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Explore more salaries
Compare Lumens Technologies with

ILJIN ELECTRONICS

3.6
Compare

STJ Electronics

3.6
Compare

Maven Silicon

4.2
Compare

Tokai Rika Minda

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