Upload Button Icon Add office photos

eClinicalWorks

Compare button icon Compare button icon Compare

Filter interviews by

eClinicalWorks Developer Interview Questions and Answers for Experienced

Updated 17 Jan 2021

eClinicalWorks Developer Interview Experiences for Experienced

1 interview found

Developer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2021

I applied via Referral and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write programme for hashcode and equal implementation?
  • Ans. 

    Program for hashcode and equal implementation

    • Override hashCode() method to generate unique hashcode for each object

    • Override equals() method to compare two objects based on their attributes

    • Ensure that if two objects are equal, their hashcodes should also be equal

    • Use Objects.hash() method to generate hashcode for multiple attributes

    • Example: public int hashCode() { return Objects.hash(attribute1, attribute2); }

    • Example: pu...

  • Answered by AI
  • Q2. How hashmap works?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • Hashmap uses hashing to store and retrieve values based on keys.

    • It uses an array of buckets to store key-value pairs.

    • The hash function maps the key to an index in the array.

    • If multiple keys map to the same index, a linked list is used to store them.

    • Basic operations like put, get, and remove have constant t...

  • Answered by AI
  • Q3. What is difference between synchronized and concurrent?
  • Ans. 

    Synchronized ensures only one thread can access a resource at a time, while concurrent allows multiple threads to access it simultaneously.

    • Synchronized is used for thread safety and mutual exclusion.

    • Concurrent is used for improving performance and scalability.

    • Synchronized can cause performance issues due to locking.

    • Concurrent can cause race conditions and requires careful synchronization.

    • Examples of synchronized: synch...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Java Oops concepts and collection framework

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about eClinicalWorks?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was Aptitude, then written programming, then Technical and then Technical+ HR

Interview Preparation Tips

Interview preparation tips for other job seekers - I had very nice interview and I had faced 4 rounds and assumed that I have selected but they have not announce my result :(.

Advice - Whenever you guys take interviews, please announce the results.

Developer Interview Questions Asked at Other Companies for Experienced

Q1. Can the 'this' keyword be equal to null?
asked in SAP
Q2. How do you handle a team, and what are some areas of improvement ... read more
Q3. Why is constructor overriding not allowed in Java?
asked in Barclays
Q4. 1. Sorting Algo, write code, how do you calculate complexity of t ... read more
Q5. Why is normalization used, and what is 3NF with an example?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Some Collections questions
  • Q2. One to codding questions on Stream API

Interview Preparation Tips

Topics to prepare for NICE Java Developer interview:
  • CoreJava
  • Collections
  • Java 8 Features
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops ,sql,MySQL, written test
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 

Reverse string code and reverse array code

Round 3 - Technical 

(5 Questions)

  • Q1. Basic of java, pillar of oops, collection, exception handling etc.
  • Q2. What isinheritance
  • Q3. What is encapsulation
  • Q4. What is polymorphism
  • Q5. What is abstraction

Skills evaluated in this interview

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. I am interested in working with your company's products.
  • Q2. What has been your experience learning the Java programming language and its application in development?
  • Ans. 

    I have extensive experience with Java, focusing on its versatility in web and mobile applications, as well as backend development.

    • Developed a web application using Spring Boot, enhancing user experience with RESTful APIs.

    • Utilized JavaFX for creating a desktop application, showcasing my skills in GUI development.

    • Implemented multithreading in a Java application to improve performance and responsiveness.

    • Worked with Java C...

  • Answered by AI
  • Q3. What is your experience in learning data engineering?
  • Ans. 

    I have gained experience in data engineering through various projects and self-study, focusing on data pipelines and ETL processes.

    • Completed a course on Apache Spark, learning to process large datasets efficiently.

    • Built a data pipeline using Apache Kafka to stream real-time data for analytics.

    • Worked on a project involving data warehousing with Amazon Redshift, optimizing query performance.

    • Utilized Python and SQL for da...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 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 - Voice Processing -English check 

(1 Question)

  • Q1. Easy Questions - Oops Concept . real life examples Abstract Class Inheritance difference Final vs immutable Spring Concepts - dependency injection,about @autowired
Round 3 - Technical 

(1 Question)

  • Q1. English Test - Speaking Fluent Eglish
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa question, I don’t remember
  • Q2. Check if the sentence is palindrome or not
Round 2 - Technical 

(2 Questions)

  • Q1. Discussion was on Binary tree and tree traversal. Asked me to write binary tree complete program to insert amd traversal of binary tree with few changes on how to insert.
  • Ans. 

    A complete Java program for inserting and traversing a binary tree with customizable insertion logic.

    • Binary Tree Node Class: Create a class 'Node' with properties for value, left, and right children.

    • Insertion Method: Implement a method to insert nodes based on specific criteria (e.g., value comparison).

    • Traversal Methods: Include methods for in-order, pre-order, and post-order traversal.

    • Example Insertion: If inserting 5...

  • Answered by AI
  • Q2. In depth discussion on my experience my projects.

Interview Preparation Tips

Topics to prepare for ServiceNow Java Developer interview:
  • Dsa and core java, System design
Interview preparation tips for other job seekers - Overall my both rounds went really good but after the second round, I followed with hr for 2 weeks to get the update initially she said she will schedule 3 rd round later she said I am not selected.
Overall my experience wasn’t great.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java, sql ,springboot
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. About project of previous company
  • Q2. Check palindrome and odd of given number

eClinicalWorks Interview FAQs

How to prepare for eClinicalWorks Developer interview for experienced candidates?
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 eClinicalWorks. The most common topics and skills that interviewers at eClinicalWorks expect are Ansible, SVN, Java, NAGIOS and Performance Testing.
What are the top questions asked in eClinicalWorks Developer interview for experienced candidates?

Some of the top questions asked at the eClinicalWorks Developer interview for experienced candidates -

  1. what is difference between synchronized and concurre...read more
  2. Write programme for hashcode and equal implementati...read more
  3. how hashmap wor...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.6
 • 162 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 113 Interviews
Atlassian Interview Questions
3.4
 • 92 Interviews
Temenos Interview Questions
3.1
 • 91 Interviews
NICE Interview Questions
3.5
 • 88 Interviews
Wolters Kluwer Interview Questions
3.9
 • 87 Interviews
Nutanix Interview Questions
3.8
 • 79 Interviews
View all

eClinicalWorks Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Specialist
404 salaries
unlock blur

₹4.7 L/yr - ₹10.3 L/yr

Strategic Account Manager
232 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Project Manager
207 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Technical Support Engineer
169 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Implementation Specialist
127 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Explore more salaries
Compare eClinicalWorks with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

NextComm Corporation

4.9
Compare

Temenos

3.1
Compare
write
Share an Interview