Upload Button Icon Add office photos

Athenahealth Technology

Compare button icon Compare button icon Compare

Filter interviews by

Athenahealth Technology Mts Software Engineer Interview Questions and Answers

Updated 28 Oct 2024

Athenahealth Technology Mts Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question from streams, one string based question and some general spring boot related question

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

Hackerrank questions, medium level

Round 2 - Technical 

(1 Question)

  • Q1. DS and ALGO based questions , system design , patterns etc

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are Data Structures? What is the difference between array an ... read more
Q2. What is Oops? What is the difference between Abstaction and Encap ... read more
Q3. What is Oops? Difference between struct and union. Difference bet ... read more
Q4. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q5. Return k most frequent string from an array of strings
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. 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 - Technical 

(2 Questions)

  • Q1. Add Two Numbers represented as linked lists into one linked list
  • Ans. 

    The task is to add two numbers represented as linked lists and return the result as a new linked list.

    • Traverse both linked lists simultaneously, starting from the head

    • Add the corresponding nodes from both lists along with any carry from the previous addition

    • If the sum is greater than 9, set the carry to 1 and take the remainder as the new node value

    • Move to the next nodes in both lists

    • Continue this process until both li...

  • Answered by AI
  • Q2. Springboot and Spring Data JPA questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial discussion about work and team culture
Round 4 - HR 

(1 Question)

  • Q1. Salary and perks discussion and negotiation

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Quantitative, verbal, reasoning and basic technical questions.
Duration: 1 hour
Total Questions: 50

Round: Technical + HR Interview
Experience: Questions based on data structures, algorithms, and object oriented programming concepts.
Tested basic knowledge in Finance sector especially related to the company.

College Name: Delhi Technological University, Delhi

Interview Preparation Tips

Round: Pre-placement offer
Experience: Each intern was assigned a individual project and mentor.
In the last week of internship there was project presentation and interview.
interview was easy .For me 50% of the questions were about project and some questions about algorithms and DBMS.
More emphasis was given to the quality of work on project.

General Tips: Working in company is complete different from working on course project. learning many new frameworks required for the project was really challenging.
Programming : Tree, Btree, Tries ..
Operating System: Memory Management
Networks: OSI model
DBMS : basics. they dint ask me any. Show case your interest in big data, servers and passion for technology
Skill Tips: Be confident, even if you don't know the exact answer don't give up tell your approaches to interviewer. some times they will also help you. Software Developer some question s you can ask are: what technologies do your company works on. how are freshers will be selected to different teams in the company.
Skills:
College Name: NIT Surathkal

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL Joins
  • Q2. Swap 2 numbers without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use arithmetic operations to swap the values

    • Add the two numbers and store the result in the first variable

    • Subtract the second number from the result and store it in the second variable

    • Subtract the second variable from the first variable to get the original value of the second variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round : Long set of Aptitude questions
2nd Round : Technical Interview
3rd Round : Technical Interview and HR questions

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to invoke the xml file using LibXML?
  • Ans. 

    To invoke an XML file using LibXML, use the xmlReadFile() function.

    • Include the libxml/parser.h header file.

    • Use the xmlReadFile() function to read the XML file and create a xmlDocPtr object.

    • Use the xmlDocGetRootElement() function to get the root element of the XML document.

    • Use the xmlNodeGetContent() function to get the content of a node.

    • Use the xmlFreeDoc() function to free the memory allocated for the xmlDocPtr object...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical and reasoning, Maths

Round 2 - Coding Test 

Basic coding Java & C

Round 3 - Technical 

(2 Questions)

  • Q1. Array and types
  • Q2. Inheritance & OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - For fresher, Prepare basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Who do you test your django apps?
  • Ans. 

    I test my Django apps using automated testing tools and manual testing methods.

    • I use Django's built-in testing framework to write unit tests for individual components of the app.

    • I also use tools like pytest and Selenium for automated testing of the app's functionality.

    • I perform manual testing to ensure the app works as expected in real-world scenarios.

    • I use tools like Django Debug Toolbar to identify and fix any perfor

  • Answered by AI
  • Q2. Count the number of vowels in a string.
  • Ans. 

    Count the number of vowels in a given string.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • Increment a counter for each vowel found.

    • Return the total count of vowels in the string.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Shallow copy and deep copy
  • Q2. What is Pure component
  • Ans. 

    A Pure component is a component in React that does not have any state or lifecycle methods, resulting in improved performance.

    • Pure components are used to prevent unnecessary re-renders in React applications.

    • Pure components implement shouldComponentUpdate method with shallow comparison of props and state.

    • Examples of Pure components include functional components and class components that extend PureComponent class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve the knowledge of javascript basics and for react developer role, focus on coding side.

Athenahealth Technology Interview FAQs

How many rounds are there in Athenahealth Technology Mts Software Engineer interview?
Athenahealth Technology interview process usually has 2-3 rounds. The most common rounds in the Athenahealth Technology interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in Athenahealth Technology Mts Software Engineer interview?

Some of the top questions asked at the Athenahealth Technology Mts Software Engineer interview -

  1. Add Two Numbers represented as linked lists into one linked l...read more
  2. DS and ALGO based questions , system design , patterns ...read more
  3. Springboot and Spring Data JPA questi...read more

Tell us how to improve this page.

Athenahealth Technology Mts Software Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 750 Interviews
S&P Global Interview Questions
4.1
 • 280 Interviews
Mu Sigma Interview Questions
2.6
 • 233 Interviews
Access Healthcare Interview Questions
3.9
 • 214 Interviews
Straive Interview Questions
3.4
 • 182 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.7
 • 119 Interviews
Kantar Interview Questions
3.5
 • 98 Interviews
View all
Athenahealth Technology Mts Software Engineer Salary
based on 14 salaries
₹12 L/yr - ₹25 L/yr
36% less than the average Mts Software Engineer Salary in India
View more details

Athenahealth Technology Mts Software Engineer Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.1

Skill development

4.6

Work-life balance

4.2

Salary

4.6

Job security

4.8

Company culture

4.0

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Member Technical Staff
344 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Issue Resolution Analyst
218 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Member of Technical Staff
192 salaries
unlock blur

₹11.6 L/yr - ₹35 L/yr

Operations Analyst
151 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Senior Operations Analyst
88 salaries
unlock blur

₹3.7 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Athenahealth Technology with

EXL Service

3.7
Compare

Access Healthcare

3.9
Compare

S&P Global

4.1
Compare

Straive

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