J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Lucid Imaging (Virudhunagar) en juill. 2024
Entretien
First round was technical aptitude. The questions were from OOPs and write the output the given c code snippet. Then the second round is basic coding round with only one question where we should not use any in-built functions. Then in third round advanced coding where there will also be only one question. Then after clearing the third round we were called to attend the face to face to face interview in Coimbatore. If you clear that then you will end up with an offer letter.
Questions d'entretien [1]
Question 1
Given a positive number N, we have to find whether N can ve converted to the form K^K where K is also a positive integer,
using the following operation any number of times:
choose any digit less than the current value of N, say d.
K^K = N - d*d, change d each times
if it is possible to express the number in the required form then print "Yes" otherwise print "No".
Example:
Input: N=13
Output: Yes
Explaination:
For integer 13 choose d = 3: 13-3^2 = 4, 4 is of the form 2^2. Hence, the output is 4.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Lucid Imaging (Coimbatore)
Entretien
I recently attended the interview process, which consisted of four rounds. The first round was an online Aptitude and Pseudocode assessment that tested basic logical ability and programming understanding. The second round focused on Data Structures and Algorithms, where I received a medium-level problem based on intervals. The third round was a Technical HR interview that covered my projects, core concepts, and problem-solving approach. The final round was a general HR round discussing my background, communication, and company fit. Overall, the interview process was structured, clear, and focused on both technical depth and personality fit.
Questions d'entretien [1]
Question 1
They mainly asked me to solve a DSA problem based on Merge Intervals.
J'ai passé un entretien chez Lucid Imaging (Coimbatore)
Entretien
1st round - Aptitude and Logical Reasoning
2nd round - Technical round(Problems related to Math,Strings,Arrays)
3rd round - Technical round(Problems related to Sliding window,Merge intervals)
4th round - HR interview
Questions d'entretien [1]
Question 1
To analyze the problem solving skill, I was asked to solve the problem of mislabeled jar:
There are 3 jars, namely, A, B, C. All of them are mislabeled. Following are the labels of each of the jars:
A: Candies
B: Sweets
C: Candies and Sweets (mixed in a random proportion)
You can put your hand in a jar and pick only one eatable at a time. Tell the minimum number of eatable(s) that has/have to be picked in order to label the jars correctly.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Lucid Imaging (Coimbatore)
Entretien
First round is online Aptitude and technical MCQ. After that there will be two programming rounds. Next round will be technical HR followed by Personal HR. And the final round with the managing director.
Questions d'entretien [1]
Question 1
What is recursion?
What is polymorphism?
Some questions from resume.
Self into