Upload Button Icon Add office photos

Athenahealth Technology

Compare button icon Compare button icon Compare

Filter interviews by

Athenahealth Technology Software Engineer Intern Interview Questions and Answers

Updated 4 Sep 2023

Athenahealth Technology Software Engineer Intern Interview Experiences

1 interview found

Software Engineer Intern Interview Questions & Answers

user image 20WH1A05F4 THURIMELLA SUJITHA

posted on 4 Sep 2023

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 Aug 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 - Aptitude Test 

Basic aptitude concepts

Round 3 - Coding Test 

2 Questions on sorting and profit related question

Round 4 - Technical 

(4 Questions)

  • Q1. Technical questions like oops,sql queries. And previous round coding question different approaches.
  • Q2. Sorting question
  • Q3. Sql query on 2nd highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 2nd highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to skip the first highest salary and get the second highest salary

  • Answered by AI
  • Q4. Difference between tuple and delete command
  • Ans. 

    Tuple is a data structure that stores a fixed number of elements, while delete command is used to remove data from a database table.

    • Tuple is used to store multiple values in a single variable, while delete command is used to remove specific rows from a database table.

    • Tuples are immutable, meaning their values cannot be changed once they are set, while delete command permanently removes data from a table.

    • Example: Tuple ...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Apt + coding questions, medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Basics qs on oops and known programming language
Round 3 - Technical 

(1 Question)

  • Q1. In-depth of oops and live coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basics qs like y and what

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round is Up to an hr in that we have to perform Coding as per the test provided & also SQL round involve in it we have to show as output as per the test is concerned to provide valid outputs.

Round 2 - Aptitude Test 

2nd round was an aptitude test of 90 mins it was like 100 Questions we have to solve and submit that it involved Logical Reasoning, Mathematical problems, Word Problems, etc.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about your projects and what you have done in your previous company.
  • Q2. On basis of Projects, the Technical questions that were asked, and also other situations given on that basis what I will do in the Logical process need to explain the steps.
  • Q3. Basics Of Java OOPs Concepts Questions

Interview Preparation Tips

Topics to prepare for Kantar Software Developer interview:
  • OOPS
  • Core Java
  • Advanced Java
  • SQL
  • Android
  • MVVM
  • MVC
  • SDLC Life Cycle
Interview preparation tips for other job seekers - Be prepared before the interview and have confidence also try to answer positively.
If don't know points at that exact time try to explain the nearest point and continue the conversation
and must talk in English because it's MNC.
Listen to Question First and then reply with your answer in short for Technical Round.
Also Prepared to explain if you have year Gaps in education/normally and why you left your previous Job.
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.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technology questions were asked as per experience
Round 2 - HR 

(1 Question)

  • Q1. Hr related questions were asking more of behaviourial
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was good. contains lot of theoretical questions.

Round 2 - Coding Test 

1 hr. asked basic concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it.

Athenahealth Technology Interview FAQs

How many rounds are there in Athenahealth Technology Software Engineer Intern interview?
Athenahealth Technology interview process usually has 4 rounds. The most common rounds in the Athenahealth Technology interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Athenahealth Technology Software Engineer Intern interview?

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

  1. Difference between tuple and delete comm...read more
  2. Sql query on 2nd highest sal...read more
  3. Technical questions like oops,sql queries. And previous round coding question d...read more

Tell us how to improve this page.

Athenahealth Technology Software Engineer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 747 Interviews
S&P Global Interview Questions
4.1
 • 279 Interviews
Mu Sigma Interview Questions
2.6
 • 233 Interviews
Access Healthcare Interview Questions
3.9
 • 214 Interviews
Straive Interview Questions
3.4
 • 181 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.6
 • 118 Interviews
Kantar Interview Questions
3.5
 • 98 Interviews
View all
Member Technical Staff
341 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Issue Resolution Analyst
202 salaries
unlock blur

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