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 at CMR College of Engineering & Technology, Hyderabad 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 experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Basic .net concept question and 2 leetcode medium question.
1) find a target element within a rotated search array (complexity < 0(N))

Round 2 - Technical 

(1 Question)

  • Q1. How would you handle scenerios where if you have 1000 request comming and you can handle 10 request at max

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a technical interview with a solution architect who has 19 years of experience, and he was asking questions as if it were a solution architect-level interview. Not a single question related to C# or anything database related for which I was interviewing.
How would you scale your system, how would you handle millions of request if your server can handle maximum of 10000 request and so on
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your roles and responsibilities
  • Q3. Explain about bug lifecycle
Round 2 - Technical 

(2 Questions)

  • Q1. Case study with the topic provided
  • Q2. Questions on the resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Can you provide a detailed explanation of object-oriented programming concepts?
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. JAVA, microservices
  • Q2. DSA easy to medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - questions are on Java, multithreading, SQL, Microservices, spring boot, DSA easy to medium questions.
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Uikit explaination
  • Q2. Model classes with uikit
  • Ans. 

    Model classes in UIKit are used to represent data in an application's user interface.

    • Model classes in UIKit typically subclass NSObject and are used to store and manage data for views.

    • They can include properties to represent different data fields, methods to manipulate the data, and sometimes protocols for delegation.

    • For example, a model class for a user profile in a social media app might have properties like username...

  • Answered by AI
Round 2 - Coding Test 

Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Js questions and 2 coding questions
  • Q2. Questions on angular, html and css

Software Engineer Interview Questions & Answers

Kantar user image K VENKATA SAI DEEPAK

posted on 14 May 2024

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

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of sql and some coding questions
  • Q2. Data structures
Round 2 - Technical 

(1 Question)

  • Q1. Putin arrays strings

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
 • 738 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 208 Interviews
Straive Interview Questions
3.4
 • 174 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
View all
Member Technical Staff
305 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Issue Resolution Analyst
208 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Member of Technical Staff
181 salaries
unlock blur

₹11.6 L/yr - ₹36 L/yr

Operations Analyst
152 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Senior Operations Analyst
88 salaries
unlock blur

₹3.7 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Athenahealth Technology with

Oracle Cerner

3.7
Compare

Veradigm

4.0
Compare

McKesson

4.5
Compare

Epic Systems Corporation (Wisconsin)

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