Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Scribe EMR Team. If you also belong to the team, you can get access from here

Scribe EMR Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 116 Reviews

Filter interviews by

Scribe EMR Senior Engineer Interview Questions and Answers

Updated 19 May 2023

Scribe EMR Senior Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Job Portal and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a senior engineer with expertise in [specific field]. I have [number] years of experience in [industry/company].

    • Expertise in [specific field]

    • Years of experience in [industry/company]

    • Accomplishments or projects worked on

    • Skills or technologies mastered

    • Education or certifications obtained

  • Answered by AI
  • Q2. Described about myself
  • Q3. Pillars of oops programming
  • Ans. 

    Pillars of OOPs programming are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together to protect data from outside interference.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behavio

  • Answered by AI
  • Q4. What is your notice period
  • Ans. 

    My notice period is 3 months.

    • I am currently serving a notice period of 3 months.

    • I have already informed my current employer about my intention to leave and they are aware of my notice period.

    • During this notice period, I will ensure a smooth transition of my responsibilities to my successor.

  • Answered by AI
  • Q5. What are your salary expectations
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the role.

    • I believe that compensation should be fair and competitive within the industry.

    • I am more interested in the overall package, including benefits and opportunities for growth.

    • I am open to negotiation and would like to learn more about the company's compensation structure.

    • I have researched the average salary range for similar position...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was interviewed here for a Remote position, but got to know at the last day that it wasn't a remote position. Somewhere in the description I also read the salary range that was less than my expected range. I was still interviewed for 2 rounds. 2nd round was really good. questions were pretty straight forward in both interviews. the 1st round panel didn't turn out to be very amiable. Process seemed to be ambiguous, not really sure what was being looked for. Selection/Rejection doesn't concern me much, but the process did. as it was very confusing to me.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 simple coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Merge sort with list
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into smaller subarrays, sorts them, and then merges them back together.

    • Divide the input list into two halves

    • Recursively apply merge sort to each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Similar to coin exchange DP
  • Q3. SQL query medium level

Interview Preparation Tips

Topics to prepare for Nielsen Senior Software Engineer interview:
  • DSA
  • Design Patterns
Interview preparation tips for other job seekers - I would suggest not to take interview or join this company . They already have some people who they want to take and they just take some rounds of you and even if it goes extremely good they wont contact you back . Work here is also not good they tell as developer and will make you do devops writing yml files . This is what I heard from people inside . Even if you get this offer don't consider as first choice . This is my advice to people who are looking to apply here

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between function and stored procedure
  • Ans. 

    Functions return a single value, while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value, while stored procedures can return multiple values.

    • Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.

    • Functions cannot have output parameters, while stored procedures can have output parameters.

    • Functions cannot modify server ...

  • Answered by AI
  • Q2. How to implement custom exception in MVC
  • Ans. 

    Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.

    • Create a new class that inherits from Exception class

    • Override the constructor to pass a custom message to the base Exception class

    • Throw the custom exception in the MVC controller or service layer

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was on Hacker Earth

Round 2 - Technical 

(1 Question)

  • Q1. Technical round was on Spring Data Jpa, Pagination, SOLID principles

Interview Preparation Tips

Interview preparation tips for other job seekers - I had given the interview for Senior Software Engineer at Indegene on May 2024. I cleared the round as well. Mr. Pradeep Kumar was the POC for my recruitment. He confirmed that he's going to schedule the HR the next day after clearing the technical round. Upon calling him the very next day he started ghosting me, ignoring my phone calls, messages and emails. After one month he called me and said "sorry at that time the project went on hold, so we have other new opening are you interested to join". I said yes and had salary discussion as well. He said that I'll be getting the offer letter the very next day. So, I contacted him again the next day, he started ghosting again then on WhatsApp he told that my offer letter is on the final stage of approval and I'll get it by tomorrow. Next day I didn't received anything I tried calling he started ghosting again. So please be aware of this type of company. Its a total waste of time. The management is totally un-professional.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Core java concepts,Sql queries,2 coding question based on arrays and string
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Find third highest salary from a employee table
Round 2 - Technical 

(4 Questions)

  • Q1. Advance java and project related
  • Q2. Springboot and spring diff
  • Q3. Springboot annotations used in your project
  • Ans. 

    Some common Springboot annotations used in projects are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define RESTful web services.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Used to indicate that a class is a service.

    • @Component - Used to indicate that a class is a Spring...

  • Answered by AI
  • Q4. Springboot dependencies

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding test on sql and logical programming
Round 2 - Technical 

(1 Question)

  • Q1. Coding on sql and tsql
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round, general discussion
Round 4 - HR 

(1 Question)

  • Q1. Company benefits and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with new opportunities and only focus on learning.

I applied via campus placement at MBM Engineering College, Jodhpur and was interviewed before Nov 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 - Aptitude Test 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum in Rotated Sorted array
  • Ans. 

    Find the minimum element in a rotated sorted array.

    • Perform binary search to find the pivot point where the array is rotated.

    • Compare the element at pivot point to the first element to determine which half to search for the minimum.

    • Continue binary search in the appropriate half to find the minimum element.

  • Answered by AI
  • Q2. API and DB Schema for Instagram based application.
  • Ans. 

    API for Instagram application to interact with user data and DB schema to store user information and posts.

    • API endpoints for user authentication, posting photos, liking photos, following users, etc.

    • DB schema with tables for users, posts, comments, likes, followers, etc.

    • Example API endpoint: /users/{userId}/posts to retrieve all posts by a specific user.

    • Example DB schema: Users table with columns for username, email, pr

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Resume introspection, AWS, K8s

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In Mu Sigma APT round is divided into 3 sections Quant, Logical and verbal

Scribe EMR Interview FAQs

How many rounds are there in Scribe EMR Senior Engineer interview?
Scribe EMR interview process usually has 2 rounds. The most common rounds in the Scribe EMR interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Scribe EMR interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 222 Interviews
Crisil Interview Questions
3.7
 • 182 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Indegene Interview Questions
3.4
 • 148 Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
Netscribes Interview Questions
2.8
 • 82 Interviews
Practo Interview Questions
3.2
 • 73 Interviews
View all
Senior Medical Coder
60 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Medical Scribe Executive
21 salaries
unlock blur

₹4.5 L/yr - ₹7.6 L/yr

Senior Software Developer
20 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Medical Scribe
19 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Medical Scribe Specialist
17 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Scribe EMR with

Practo

3.1
Compare

Lybrate

3.5
Compare

Oracle Cerner

3.7
Compare

Veradigm

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview