Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
As an Integration analyst, I will be responsible for designing, implementing, and maintaining data integration solutions to ensure seamless communication between different systems.
Designing data integration solutions to connect various systems and applications
Implementing integration processes using tools like MuleSoft, Dell Boomi, or Informatica
Monitoring and troubleshooting data integration issues to ensure smooth op...
I am responsible for analyzing and integrating data from various systems to ensure seamless communication and functionality.
Analyze data from different systems
Integrate data to ensure seamless communication
Troubleshoot and resolve integration issues
Collaborate with stakeholders to gather requirements
Develop and maintain integration solutions
They gave hackerrank test- 2 coding questions,
10 mcq(java,springboot)
I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.
There is Hackerank Test Consist of 2 Coding questions and MCQ's.
ABOUT CLOUD, DSA, DBMS, computer science fundamentals
Athenahealth Technology interview questions for popular designations
posted on 4 Sep 2023
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
Basic aptitude concepts
2 Questions on sorting and profit related question
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
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 ...
General aptitude test
Verbal
Numerical
Non verbal
I was interviewed before Feb 2022.
Leet code Medium Question on Queues, Stacks, Arrays, Maps
I was interviewed in Nov 2020.
Round duration - 90 minutes
Round difficulty - Medium
The online test was scheduled on 10:00 AM. Total 304 students were eligible who appeared for the test. 93 students were shortlisted in this round. MCQs were asked and two coding question
MCQs were of medium to hard level.
OOPS(2 Question)
DBMS(2 questions)
Networking(2 Questions)
Operating System(2 Questions),
Aptitude(2 Questions)
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the maximum sum subarray seen so far.
Use Kadane's algorithm to efficiently find the maximum subarray sum.
Consider the case where all elements in the array are negative.
Handle the case where the array contains only one element.
Gary has N coins placed in a straight line. Some coins have their head side up, and others have the tail side up.
Convention:
1 denotes the HEAD side is up.
0 denotes the TAIL sid...
Find the maximum number of head-side up coins by flipping a continuous segment of coins.
Iterate through the array and calculate the maximum number of head-side up coins without flipping.
Iterate through the array and calculate the maximum number of head-side up coins after flipping a continuous segment.
Compare the results from the above two steps to find the maximum number of head-side up coins obtainable.
Round duration - 60 minutes
Round difficulty - Medium
It was technical interview round, which was purely based on coding followed by 1 SQL query. Duration of round was of 1 hour from 10 AM-11AM. Interviewer asked me 2 Coding questions one to solve and run on Hackerrank codepair platform and for another one she asked only my approach to solve problem. In the remaining last 10 minutes interviewer asked me 1 SQL query on JOIN. Total 28 students were shortlisted in this round.
You are provided with an integer array ARR
of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...
Find the smallest positive integer missing from an array of integers.
Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.
After marking, iterate again to find the first positive integer with a positive value, which will be the smallest missing positive integer.
Handle edge cases like all negative numbers, duplicates, and missing 1 separately.
Given a strictly increasing sequence of integers VEC
, identify the Kth
missing contiguous integer element that is not present in the sequence, starting from the ...
Find the kth missing element in a sequence of integers.
Iterate through the sequence to find missing elements.
Keep track of the count of missing elements found.
Return the kth missing element once count reaches k.
Tip 1 : Do practice a lot of competitive programming.
Tip 2 : Revise complete Data Structures at least 3-4 times.
Tip 3 : Do practice SQL queries.
Tip 4 : Do at least 1 Internship from a good company.
Tip 5 : Maintain CGPA up to 7.5
Tip 1 : Keep it short, Do not repeat the same achievements in different sections.
Tip 2 : Do participate in extracurricular activities and Hackathons.
I was interviewed before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Medium
First there was a preplacement talk of company and interview process. Soon online test was conducted around 10 AM in consisting of MCQs, and coding question. Platform was smooth enough.
Given a string ‘S’ composed of lowercase English letters, your task is to identify the longest palindromic substring within ‘S’.
If there are multiple longest palin...
Find the longest palindromic substring in a given string, returning the rightmost one if multiple substrings are of the same length.
Iterate through each character in the string and expand around it to check for palindromes
Keep track of the longest palindromic substring found so far
Return the rightmost longest palindromic substring
Round duration - 45 Minutes
Round difficulty - Medium
The day after online test is done , Technical round was conducted at 9AM . Interview went well without distractions though it was online.
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Divide the input array into two halves recursively until each array has only one element.
Merge the sorted halves to produce a completely sorted array.
Time complexity of Merge Sort is O(n log n).
Example: Input: [3, 1, 4, 1, 5], Output: [1, 1, 3, 4, 5]
Join tables on employee ID, filter by balance less than 200, select employee names.
Join tables on employee ID attribute
Filter rows where balance is less than 200
Select employee names from the result
Round duration - 45 Minutes
Round difficulty - Medium
Round duration - 35 Minutes
Round difficulty - Medium
Tip 1 : First of all make sure you are strong in programming languages (OOPS Java and C) .
Tip 2 : It is very important to have good command on core subjects of Operating systems ,DBMS and Computer Networks.
Tip 3 : After having grip on mentioned above, move on to Data Structures and Algorithms which plays a vital role to be placed in
any product based company.
Tip 4: No exam/interviewer goes untouched on topics of Database and SQL. Be confident enough to write queries on being
asked.
Tip 5 : Do not forget to assess yourself. Mock interviews would work, but self assessment is necessary. You can switch on your
camera and know the way you are performing and auto correct yourself .Am sure most of you will find it worthy.
Tip 6 : After being prepared , it is very common for any student/person to feel nervous on the day of interview , but don't worry
be good at yourself and interviewer would definitely make u feel comfortable.
Tip 1 : Spend time on preparing your resume. Do not give false statements.
Tip 2 : You must be prepared enough to answer every point mentioned in the resume.
Tip 3 : Highlight your areas of strengths where you wanted to be questioned.
Tip 4 : Make sure you have good projects in your hand.
Tip 5 : Good presentation of content is very much important.
I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.
There are 30 basic aptitude question in 30 minutes
3 coding question 2 were easy and 1 was of medium level
The duration of Athenahealth Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 6 interviews
Interview experience
based on 346 reviews
Rating in categories
Member Technical Staff
310
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
184
salaries
| ₹0 L/yr - ₹0 L/yr |
Issue Resolution Analyst
165
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Analyst
152
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Operations Analyst
88
salaries
| ₹0 L/yr - ₹0 L/yr |
Oracle Cerner
Veradigm
McKesson
Epic Systems Corporation (Wisconsin)