Upload Button Icon Add office photos

Filter interviews by

Elucidata SDE-2 Interview Questions and Answers

Updated 22 Jan 2023

Elucidata SDE-2 Interview Experiences

1 interview found

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

Interview questions from similar companies

SDE-2 Interview Questions & Answers

HALODOC user image Anonymous

posted on 22 Jun 2022

I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Domain specific interview(Android) - Took 1.10 hrs - They asked why and how in most of the questions
  • Q2. Android architecture like service, activity, most of the topics covered in 1 hrs interview
  • Q3. Jetpack AAC, like work manager, LiveData vs MutableLiveData
Round 2 - Technical 

(3 Questions)

  • Q1. DSPS round - Asked data structure and concepts and then - Ask 2 or 3 data structures and algorithm problems - Give you 15/20 min each It was asked me string manipulations & tree.
  • Q2. Two string manipulation with hashing technique
  • Ans. 

    Hashing technique can be used for efficient string manipulation operations.

    • Hashing can be used for string comparison, substring search, and pattern matching.

    • Rabin-Karp algorithm is a popular hashing-based substring search algorithm.

    • Hash tables can be used for efficient string indexing and searching.

    • Hashing can also be used for string compression and encryption.

  • Answered by AI
  • Q3. Tree related problem
Round 3 - Coding Test 

Coding round with domain
- It was asked me paging, searching, MVVM, listing with RV and coding standards

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well in your domain, DSPS, and technically good

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

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
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

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • 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 Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding

Elucidata Interview FAQs

How many rounds are there in Elucidata SDE-2 interview?
Elucidata interview process usually has 2 rounds. The most common rounds in the Elucidata interview process are Resume Shortlist and Technical.
What are the top questions asked in Elucidata SDE-2 interview?

Some of the top questions asked at the Elucidata SDE-2 interview -

  1. SQL core concepts, in-depth Python language questions. Coding questi...read more
  2. Python code, formatting, clean code, collections library, magic methods, datacl...read more
  3. SQL programmability questions. Functions ,Stored procedures, et...read more

Tell us how to improve this page.

Elucidata SDE-2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
ITILITE Interview Questions
2.9
 • 9 Interviews
Xoxoday Interview Questions
3.6
 • 7 Interviews
View all
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

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

Software Developer
6 salaries
unlock blur

₹7.5 L/yr - ₹12 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