100% found this document useful (1 vote)
4K views3 pages

201ec225 - Lucid Imaging Interview Experience-1

This document summarizes the interview process for a software engineer role at Lucid Imaging. It consisted of 5 rounds: 1. Aptitude and logical reasoning multiple choice questions along with basic C# and C++ technical questions. 2. A coding challenge to determine if a number is valid based on certain conditions. 3. A coding challenge to merge overlapping intervals and add their values. 4. A technical interview covering runtime vs compile errors, the coding challenges, database concepts, string algorithms and data structures. 5. A personal interview about background, education, and an explanation of the role and company culture.

Uploaded by

Kokila Suresh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
4K views3 pages

201ec225 - Lucid Imaging Interview Experience-1

This document summarizes the interview process for a software engineer role at Lucid Imaging. It consisted of 5 rounds: 1. Aptitude and logical reasoning multiple choice questions along with basic C# and C++ technical questions. 2. A coding challenge to determine if a number is valid based on certain conditions. 3. A coding challenge to merge overlapping intervals and add their values. 4. A technical interview covering runtime vs compile errors, the coding challenges, database concepts, string algorithms and data structures. 5. A personal interview about background, education, and an explanation of the role and company culture.

Uploaded by

Kokila Suresh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LUCID IMAGING INTERVIEW EXPERIENCE

(Software Engineer Role)

– PUGAZHENTHI THANIARASU I R (201EC225)

ROUND 1 : Aptitude, Logical Reasoning and Technical questions(MCQ’s) – 90 mins


(3 Sections - Each Section 30 mins)

Questions from:
1. Aptitude: Time and Work, Profit Loss, Train, Race and Game (10 Qns)
2. Logical Reasoning: Find Odd one out in Figures, Find Next Figure (10 Qns)
3. Technical: Basic C Sharp Qns(Conditional Statement, Loop Based Output Qns) and C++ OOPS Qns
and HashMap related one qn. (10 Qns)

ROUND 2 : Coding Round – I (60 mins)

Given a positive number(N), print whether it is valid or not based on Conditions with ‘a’ value.

G = N - (a) 2 ,where a € ( 1 to sqrt(N) )


Kk = G , where k is positive number

Input: 13
Output: Valid – 3

Explanation:
If a=1, G = 13 – (1)2 = 12
11 = 1 != 12
22 = 4 != 12
33 = 27 != 12 so Kk goes beyond G, we need to terminate.

If a=2, G = 13 – (2)2 = 9
11 = 1 != 9
22 = 4 != 9
33 = 27 != 9 so Kk goes beyond G, we need to terminate.

If a=3, G = 13 – (3)2 = 4
11 = 1 != 4
22 = 4 == 4

Input: 60
Output: Invalid

Optional:
Try to complete the code as quick as possible and approach the panel member, so he will ask you to
build this program as Console Application with OOPS.
(If you got the output, you are eligible for next round, no need to build console application. But, this may
helps you in Technical Interview Round)
ROUND 3 : Coding Round – II (60 mins)

Merge Intervals :
Merge Intervals - LeetCode

You’re given intervals with values, and the output should be Merged and the value should be added until
the user gives “No” as input. And the output should be displayed for every time, I enter the input values

Inputs:
Do you want to enter values? : Yes
Start: 1
End: 10
Value: 3

1 10 3

Do you want to enter values? : Yes


Start: 20
End: 30
Value: 9

1 10 3
20 30 9

Do you want to enter values? : Yes


Start: 25
End: 35
Value: 8

1 10 3
20 35 17

Do you want to enter values? : Yes


Start: 5
End: 30
Value: 10

1 35 30

Do you want to enter values? : No

(The same Question is asked for some other colleges of 2024 Batch)

Code Link:

pugazhenthi2002/Merge-Intervals (github.com)
ROUND 4 : Technical Interview (90 – 120 mins) (@ Coimbatore TIDAL Park)

1. Self Intro
2. Project Explanation
Qns like - Why you have used this approach?, What’s the purpose of this Class/ Struct in your proj?

3. Runtime error vs Compile Time Error with 5 examples.


4. Asked about Coding Round I and II difficulty faced.
5. DBMS – Normalisation types, Group By Clause, D/W Having and Where (I have DBMS in my
resume as Area of Interest)
6. String Anagram in 3 Different Approachs with time complexity and space
7. DSA
8. Stack Implementation with Queue
9. Queue Implementation with Stack
10. Remove First Element from Stack using 2 Stack approach
11. Puzzle: Puzzle - Arrangement of 10 Coconuts in a Line - GeeksforGeeks

ROUND 5 : Personal Interview (10 to 15 mins - Virtual Mode)

1. Self Intro.
2. Family Background.
3. Agreed with Bond or not.
4. Having Educational Loan or not.
5. 10th, 12th and M1 - M4 Math Marks.
6. HR will explain you about your role and work culture.

*** ALL THE BEST ***

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy