Upload Button Icon Add office photos

Filter interviews by

John Snow Interview Questions and Answers

Updated 7 Feb 2024

John Snow Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What interests you about public health consulting?
  • Ans. 

    I am interested in public health consulting because it allows me to make a positive impact on the health and well-being of communities.

    • I am passionate about improving the health outcomes of individuals and communities.

    • Public health consulting provides an opportunity to work on diverse projects and address a wide range of health issues.

    • I enjoy analyzing data and conducting research to develop evidence-based strategies f...

  • Answered by AI

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is biomedical instruments
  • Q2. Biomedical instruments is items which are used for the patient treatment

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to know about medical equipments like monitor,defribilator,etc..

I applied via Walk-in and was interviewed in Aug 2022. There were 2 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 - Just talked 

(2 Questions)

  • Q1. Nothing there have questions
  • Q2. Discuss about my previous work

Interview Preparation Tips

Interview preparation tips for other job seekers - I want a reputed and carrier grow corporate pvt Ltd company where I can give my 100% work.

I applied via Referral and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I went through two phases of interview, first was HR round which lasted for 10 minutes. After this a technical interview was taken. Interviewer asked me about MS Excel and told me to wait for the result.
But after 2 hours it turns out that i was free for the day and the result will be conveyed to me via call.
Skills: Excel Skills, Communication
Duration: <1 week

I applied via Referral and was interviewed in Jan 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Will you be able to commute on a daily basis
  • Ans. 

    Yes, I am able to commute on a daily basis.

    • I have reliable transportation to commute daily

    • I live within a reasonable distance from the office

    • I am willing to adjust my schedule if needed

  • Answered by AI
  • Q2. MS Excel
  • Q3. Pie Charts
  • Q4. Formulas used in excel
  • Ans. 

    Formulas used in Excel

    • Excel has a wide range of formulas for various calculations

    • Common formulas include SUM, AVERAGE, MAX, MIN, COUNT

    • Formulas can be used for mathematical operations, logical functions, text manipulation, etc.

    • Examples: =SUM(A1:A10), =IF(B1>10, "Yes", "No"), =CONCATENATE(A1, " ", B1)

  • Answered by AI

Interview Preparation Tips

General Tips: I was asked to wait for sometime for my interview to start.
The HR interview round was held in 5 minutes but it took them 20 minutes to prepare for the technical round.
After that i was asked to wait, but after waiting for 1 and a half hours it turns out that I was free for the day and the result will be given to me the next day.

Skills: Excel Skills, Communication
Duration: <1 week

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you want to change the company
  • Q3. What's your expected ctc
  • Ans. 

    I expect a competitive salary based on my qualifications, experience, and the responsibilities of the Assistant Manager role.

    • I am looking for a salary that reflects my skills and experience in the industry.

    • I have researched the average salary range for Assistant Managers in this field.

    • I am open to negotiation and would like to discuss the compensation package in detail during the interview.

    • I am confident that my value ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear on your answers, do not hesitate
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Tell me a time when you failed
Round 2 - Technical 

(1 Question)

  • Q1. Walk me through three financial statements
  • Ans. 

    The three financial statements are the income statement, balance sheet, and cash flow statement.

    • Income statement shows a company's revenues and expenses over a specific period of time.

    • Balance sheet provides a snapshot of a company's financial position at a specific point in time.

    • Cash flow statement shows how changes in balance sheet and income affect cash and cash equivalents.

  • Answered by AI

I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your future goals and ambitions,
  • Q2. Five year goals, Strengths, weakness, why apollo,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be versed with the Resume forwarded, dont bluff as HR is not a fool. Be well dressed
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Group Discussion 

Health safety, leadership, research project,

Round 2 - Case Study 

Neurosurgery cases emergency elective operations,

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicate clearly. Use short efficient comprehensive simple answers.
Use your experiences by quoting them as examples.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Power bi assignment was given to solve

Round 2 - Technical 

(6 Questions)

  • Q1. Optimization techniques in sql
  • Ans. 

    Optimization techniques in SQL involve using indexes, query optimization, and proper database design.

    • Use indexes on columns frequently used in WHERE clauses to speed up query performance

    • Avoid using SELECT * and instead specify only the columns needed in the query

    • Optimize queries by using appropriate join types and conditions

    • Normalize database tables to reduce redundancy and improve query efficiency

  • Answered by AI
  • Q2. Sub queries in sql
  • Ans. 

    Sub queries in SQL are queries nested within another query to retrieve data based on the result of the outer query.

    • Sub queries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • They can be used to filter results, retrieve data from multiple tables, or perform calculations.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
  • Q3. Types of Join in sql
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q4. Time intelligence functions in power bi
  • Ans. 

    Time intelligence functions in Power BI are used to analyze and compare data based on time periods.

    • Time intelligence functions help in calculating year-to-date, month-to-date, and other time-based calculations.

    • Functions like TOTALYTD, SAMEPERIODLASTYEAR, and PARALLELPERIOD are commonly used for time intelligence in Power BI.

    • These functions allow for easy comparison of data across different time periods and help in tren

  • Answered by AI
  • Q5. Logical questions in aptitude
  • Q6. Row level security in power bi
  • Ans. 

    Row level security in Power BI allows users to restrict access to specific rows of data based on their role or criteria.

    • Row level security can be implemented by creating roles in Power BI and defining rules to filter data based on user roles.

    • Users can be assigned to specific roles which determine the data they have access to.

    • Row level security helps in ensuring data privacy and compliance with regulations.

    • For example, ...

  • Answered by AI

Skills evaluated in this interview

John Snow Interview FAQs

How many rounds are there in John Snow interview?
John Snow interview process usually has 1 rounds. The most common rounds in the John Snow interview process are One-on-one Round.
How to prepare for John Snow interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at John Snow. The most common topics and skills that interviewers at John Snow expect are Project Management, Public Health, Strategy consulting, Business Alliances and Corporate Social Responsibility.

Tell us how to improve this page.

John Snow Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 126 Interviews
Narayana Health Interview Questions
4.1
 • 61 Interviews
Care Hospital Interview Questions
4.2
 • 23 Interviews
Columbia Asia Interview Questions
4.5
 • 19 Interviews
View all

John Snow Reviews and Ratings

based on 22 reviews

4.5/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.1

Salary

3.2

Job security

4.4

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 22 Reviews and Ratings
Communication Officer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Monitoring Evaluation Officer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Block Coordinator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programme Officer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare John Snow with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Columbia Asia

4.5
Compare

Max Healthcare

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