i
Apollo Health and Lifestyle
Filter interviews by
Both Agile and Waterfall methodologies have their own strengths and weaknesses, and the choice between them depends on the specific project requirements.
Agile is more flexible and allows for iterative development, making it suitable for projects with changing requirements.
Waterfall is more structured and sequential, making it suitable for projects with well-defined requirements.
Agile promotes collaboration and communic...
Automation is the use of technology to perform tasks with minimal human intervention.
Automation involves using machines, software, or other technology to carry out tasks that were previously done by humans.
It can increase efficiency, accuracy, and productivity by reducing the need for manual labor.
Examples of automation include robotic process automation (RPA), automated email responses, and self-driving cars.
The process where we interact with all actors and systems is called stakeholder engagement.
Stakeholder engagement involves communicating and collaborating with all parties involved in a project or business process.
It helps ensure that all stakeholders are informed, involved, and satisfied with the outcomes.
Examples include holding meetings with clients, gathering feedback from users, and coordinating with different dep
Yes, I have experience working on BDD framework.
Implemented BDD framework using tools like Cucumber or SpecFlow
Created feature files with scenarios written in Gherkin syntax
Collaborated with stakeholders to define and validate requirements
Executed automated tests based on the scenarios outlined in feature files
Top trending discussions
They start with sequel then slide you move to python
Start with aptitude test and asking to detail regarding the study case
posted on 16 Dec 2024
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
Power bi test which ask you to make a dashboard
Basic communication round
I was interviewed in Sep 2016.
posted on 25 Apr 2024
A data table is a collection of rows and columns used to organize and display data in a structured format.
Data tables are commonly used in databases and spreadsheets to store and manipulate data.
Each row in a data table represents a record or entry, while each column represents a specific attribute or field.
Data tables can be sorted, filtered, and analyzed to extract meaningful insights from the data.
Examples of data t...
I was interviewed in Jan 2017.
The last ball will be red.
If the first two balls are of different colors, they will be replaced with a red ball.
If the first two balls are of the same color, they will be replaced with a blue ball.
The number of balls in the container does not affect the outcome.
The last ball will be red because there are more red balls than blue balls in the container.
The exact number of Facebook users worldwide is constantly changing, but as of October 2021, there are over 2.8 billion monthly active users.
As of October 2021, Facebook reported having over 2.8 billion monthly active users.
The number of Facebook users is constantly changing as new users join and others deactivate or delete their accounts.
Facebook's user base is spread across different countries and demographics.
The nu...
VLOOKUP is a function in Excel used to search for a value in the first column of a range and return a corresponding value from another column.
VLOOKUP stands for vertical lookup.
It is commonly used to find specific data in large datasets.
The function takes four arguments: lookup value, table array, column index number, and range lookup.
VLOOKUP is case-insensitive and requires an exact match or an approximate match.
The f...
posted on 18 Aug 2023
I applied via Approached by Company and was interviewed before Aug 2022. There were 3 interview rounds.
I was interviewed in Jan 2017.
I was interviewed in Jan 2017.
Output and error checking of SQL queries involves verifying the correctness of query results and handling any potential errors.
Verify the correctness of query results by comparing them with expected output
Check for syntax errors and correct them before executing the query
Handle runtime errors by using try-catch blocks or error handling mechanisms
Validate input parameters to prevent SQL injection attacks
Use appropriate ...
Estimating the percentage of smokers in an institute.
Collect data on the number of smokers and the total population in the institute.
Calculate the ratio of smokers to the total population.
Multiply the ratio by 100 to get the percentage of smokers.
Consider conducting surveys or analyzing existing data to gather information.
Take into account any potential biases or limitations in the data collection process.
I was interviewed before Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
This was technical interview round. Questions based on programming and puzzles were asked.
1) A prime number is a n...
The naïve approach for this question is to run a loop from the start to the end number. And for each number, check if it is prime or not. If the number is prime, we print it otherwise skip it.
One optimization to this approach would be to skip all even numbers (except 2 if present in interval) since even numbers are not prime.
Function to check if a number is prime or not :
isPrime(n):
if (n <= 1)
return false
...
If a number h...
Algorithm :
Input: num
(1) Initialize rev_num = 0
(2) Loop while num > 0
(a) Multiply rev_num by 10 and add remainder of num
divide by 10 to rev_num
rev_num = rev_num*10 + num%10;
(b) Divide num by 10
(3) Return rev_num
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
Pseudocode:
bubbleSort(arr[], n)
{
for (i = 0 to i < n-1) do :
// Last i elements are already in place
for (j = 0 to j < n-i-1) do :
if (arr[j] is greater than arr[j+1])
swap(arr[j], arr[j+1])
}
There are 25 horses among which you need to find out the fastest 3 horses. You can conduct race among at most 5 to find out their relative speed. At no point you can find out the actual speed of the ...
Make group of 5 horses and run 5 races. Suppose five groups are a,b,c,d,e and next alphabet is its individual rank in this group(of 5 horses).for eg. d3 means horse in group d and has rank 3rd in his group. [ 5 RACES DONE ]
a1 b1 c1 d1 e1
a2 b2 c2 d2 e2
a3 b3 c3 d3 e3
a4 b4 c4 d4 e4
a5 b5 c5 d5 e5
Now make a race of (a1,b1,c1,d1,e1).[RACE 6 DONE] suppose result is a1>b1>c1>d1>e...
Suppose you have a 3 liter jug and a 5 liter jug (this could also be in gallons). The jugs have no measurement lines on them either. How could you measure exactly 4 liter using only those jugs and as...
1. Fill 3 liter jug from tap.
2. Empty it into 5 liter jug.
3. Again fill 3 liter jug from tap
4. Pour 2 liter (after that 5 liter jug will be full) from 3 liter jug into 5 liter leaving 1 liter in 3 liter jug.
5. Pour away the water of 5 liter jug.
6. Empty 1 liter water from 3 liter jug into 5 liter jug.
7 Fill 3 liter jug from tap and empty it into 5 liter jug .
8. 5 liter jug has 4 liters of water
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
1. About yourself.
2. Vision of company
3. Why UHG ?
4. Discussion on my Strengths, weaknesses
5. Questions about projects.
6. Why don't you have projects in analytics related topics?
Tip 1 : Be sure to do your homework on the organization and its culture before the interview.
Tip 2 : Employers want to understand how you use your time and energy to stay productive and efficient. Be sure to emphasize that you adhere to deadlines and take them seriously.
Tip 3 : Talk about a relevant incident that made you keen on the profession you are pursuing and follow up by discussing your education.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Lab Technician
88
salaries
| ₹1.4 L/yr - ₹5 L/yr |
Senior Executive
61
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Staff Nurse
53
salaries
| ₹1.8 L/yr - ₹5 L/yr |
Assistant Manager
51
salaries
| ₹3.2 L/yr - ₹8.5 L/yr |
Customer Care Executive
36
salaries
| ₹1.9 L/yr - ₹3.5 L/yr |
Fortis Healthcare
Manipal Hospitals
Columbia Asia
Max Healthcare