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

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:
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 - 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 (4)

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

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

 Data Science Intern

 (1)

 Product Marketing Associate

 (1)

 SDE-2

 (1)

 Sdet Engineer

 (1)

 Software Engineer II

 (1)

 UI UX Developer

 (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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Sharing my Interview experience "Amol Ruikar" was the interviewer for me I was his LinkedIn Profile and I was Surprised, this kind of senior person gave wrong comments about my interview to HR. My Inte...
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Synchronization
  • Q2. Design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Actions to perform to improve application performance
  • Q2. Hibernate questions, spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - round 1 was easy - intermediate however round 2 was quite tough , they asked counter questions so be ready, need in depth knowledge in java , Spring Boot , Hibernate

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...

  • Answered by AI
  • Q2. What are Idempotent HTTP Requests?
  • Ans. 

    Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

    • Idempotent requests have the same outcome no matter how many times they are executed.

    • GET, PUT, and DELETE HTTP methods are typically idempotent.

    • POST requests are not idempotent as they can create new resources with each execution.

  • Answered by AI
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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 HR.
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.8
 • 17 Interviews
HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.7
 • 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

₹9 L/yr - ₹13.5 L/yr

Data Analyst
9 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Technical Lead
8 salaries
unlock blur

₹25 L/yr - ₹39 L/yr

Bioinformatics Scientist
7 salaries
unlock blur

₹9.6 L/yr - ₹10 L/yr

Bioinformatics Analyst
7 salaries
unlock blur

₹4 L/yr - ₹11.8 L/yr

Explore more salaries
Compare Elucidata with

Gyan Data

3.9
Compare

Genotypic Technology

3.6
Compare

Medgenome Labs

3.8
Compare

Mapmygenome- Genetic Testing/Counseling

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