Upload Button Icon Add office photos

Filter interviews by

Elucidata Interview Questions and Answers

Updated 30 Apr 2024

Elucidata Interview Experiences

Popular Designations

6 interviews found

I applied via Referral and was interviewed in Jun 2022. There were 5 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 - Behavioral 

(1 Question)

  • Q1. Discussion about the current role, tech - stack I am working upon. Problems that solved during the job. Challenges faced in current job. Expectations from the new Employer. Reason for switching the job. I...
Round 3 - Technical 

(1 Question)

  • Q1. Given coding question for cracking this your mathematical concept should be very strong. Core java questions, React questions, Javascript questions ad other DS algo basic questions.
Round 4 - Technical 

(1 Question)

  • Q1. JS Core concepts Java core concepts Basic DS algo hashmap question , two sum array, duplicate number SQL Question
Round 5 - HR 

(1 Question)

  • Q1. Basic salary discussion round

Interview Preparation Tips

Topics to prepare for Elucidata Software Engineer II interview:
  • Java
  • Javascript
  • React.Js
  • Javascript Frameworks
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - If you know basic DS Algo question and core java questions. This is enough for cracking the interview.

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

The test was a technical one- testing design skills for displaying biotech data in a compact form for their MVP platform

UI UX Developer Interview Questions asked at other Companies

Q1. Which are the familiar software tools and what do you use it for?
View answer (1)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2023

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

I applied via LinkedIn and was interviewed in Dec 2022. There were 2 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 - Technical 

(4 Questions)

  • Q1. SQL core concepts, in-depth Python language questions. Coding questions
  • Q2. Practice from leetcode - top interview questions
  • Q3. SQL programmability questions. Functions ,Stored procedures, etc..
  • Q4. Python code, formatting, clean code, collections library, magic methods, dataclass

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Sql and python in depth. Book - Fluent python is good source of knowledge

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked question about dbms, horizontal and vertical expansion of system
  • Q2. Dbms schema design for a blog app
  • Ans. 

    Dbms schema design for a blog app involves creating tables for users, posts, comments, and tags.

    • Create a table for users with columns like user_id, username, email, password

    • Create a table for posts with columns like post_id, title, content, user_id (foreign key)

    • Create a table for comments with columns like comment_id, content, post_id (foreign key), user_id (foreign key)

    • Create a table for tags with columns like tag_id,...

  • Answered by AI
  • Q3. How to center the div. horizontally and vertically both
  • Ans. 

    To center a div horizontally and vertically, use CSS flexbox or grid layout

    • Use CSS flexbox with 'justify-content: center' and 'align-items: center'

    • Alternatively, use CSS grid with 'place-items: center'

    • Set the div's width and height, and margin: auto to center horizontally

  • Answered by AI
  • Q4. Design a navbar for a website
  • Ans. 

    A clean and user-friendly navbar design for easy navigation on a website

    • Include important links such as Home, About Us, Services, Contact

    • Use clear and concise labels for each navigation item

    • Consider using dropdown menus for subcategories

    • Ensure the navbar is responsive for different screen sizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For front end developer, js, react and angular are must. also basic knowledge of html css.
for backend engineers dsa is must

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Elucidata interview questions for popular designations

 SDE-2

 (1)

 UI UX Developer

 (1)

 Data Science Intern

 (1)

 Software Engineer II

 (1)

 Product Marketing Associate

 (1)

 Sdet Engineer

 (1)

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed before Jun 2022.

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 - Final Round with founder 

(1 Question)

  • Q1. Why did you take this decision? Why were you not at the first position in your class?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please find a comfortable space to take the interview call and know why and how you've taken certain decisions in your career. Be confident n clear. Check spelling mistakes in jn your assignment.

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Assignment 

Comapny had provided data and we have performs simple machine learning tasks like clustering and PCA(all basic).

Round 2 - Case Study 

In 2nd round, there was case study on new data from them and talk about the assignment of 1st round. The case study was some what tough as its consists of biology terms and related. Need proper understanding about biology for it and good observation through data they provided. Round was about 1 hr and more.

Round 3 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Elucidata Data Science Intern interview:
  • DevOps tools and biology
Interview preparation tips for other job seekers - Observation of data and contents properly during 2nd round is crucial and having biology knowledge is plus point. Lastly, have confidence as it will play important role in hiring you.

Data Science Intern Interview Questions asked at other Companies

Q1. Rotate Matrix by 90 Degrees Problem Statement Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space. Input: The first line of input contains a... read more
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was time based task and was very well instructed it consisted questions for all in one like apti related to sales and excel all in one go.

Round 2 - HR 

(2 Questions)

  • Q1. My first question after my introduction was about b2b and b2c marketing
  • Q2. It was about what i understand by lead genration

I applied via Approached by Company and was interviewed in Aug 2021. There were 3 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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions

Elucidata Interview FAQs

How many rounds are there in Elucidata interview?
Elucidata interview process usually has 2-3 rounds. The most common rounds in the Elucidata interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Elucidata 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 Elucidata. The most common topics and skills that interviewers at Elucidata expect are Python, AWS, Javascript, Node.Js and Angularjs.
What are the top questions asked in Elucidata interview?

Some of the top questions asked at the Elucidata interview -

  1. How to center the div. horizontally and vertically b...read more
  2. Dbms schema design for a blog ...read more
  3. design a navbar for a webs...read more

Tell us how to improve this page.

Elucidata Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Medgenome Labs Interview Questions
3.6
 • 17 Interviews
HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
View all

Elucidata Reviews and Ratings

based on 32 reviews

3.7/5

Rating in categories

4.1

Skill development

3.5

Work-life balance

3.3

Salary

3.3

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Bioinformatics Scientist
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Bioinformatics Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Elucidata with

Gyan Data

3.9
Compare

Genotypic Technology

3.0
Compare

Medgenome Labs

3.6
Compare

Mapmygenome- Genetic Testing/Counseling

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