Upload Button Icon Add office photos

Filter interviews by

JSD Medical Business Management Services Associate Interview Questions and Answers

Updated 7 Sep 2022

JSD Medical Business Management Services Associate Interview Experiences

1 interview found

Associate Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2022

I applied via Walk-in and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. Why do u want to join our company
  • Q3. Why Health care? or KPO?
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me how u reached the office.
  • Q2. Where u will see this company for the next 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - BE FORMAL and stay clear with ur opnion.

Interview questions from similar companies

Associate Interview Questions & Answers

Wipro user image Narendra Patil

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

About the marketing tge job details in summary

Round 2 - Assignment 

About the topic of the associate with the topic

Round 3 - Technical 

(2 Questions)

  • Q1. How to operate a operations
  • Ans. 

    Operations can be operated by following established processes and procedures.

    • Understand the goals and objectives of the operations

    • Follow standard operating procedures

    • Utilize technology and tools to streamline operations

    • Monitor performance and make adjustments as needed

  • Answered by AI
  • Q2. How to do the handle a excel
  • Ans. 

    Handling Excel involves organizing data, performing calculations, and creating visualizations.

    • Use formulas and functions to perform calculations.

    • Organize data into tables for easier manipulation.

    • Create charts and graphs to visualize data.

    • Use filters and sorting to analyze data efficiently.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give With the confidence
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Calculation and Logics

Round 3 - Technical 

(1 Question)

  • Q1. Programming and problem solving
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Details on the projects you have worked
  • Ans. 

    I have worked on various projects including web development, data analysis, and software testing.

    • Web development: Created a responsive website using HTML, CSS, and JavaScript.

    • Data analysis: Analyzed customer data to identify trends and make recommendations for marketing strategies.

    • Software testing: Conducted thorough testing of a mobile application to ensure functionality and usability.

    • Project management: Led a team of...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How to handle the project, explain stepwise
  • Ans. 

    To handle a project, follow these steps

    • Define project goals and objectives

    • Create a project plan with tasks, timelines, and resources

    • Assign tasks to team members and set deadlines

    • Monitor progress and make necessary adjustments

    • Communicate regularly with stakeholders

    • Manage risks and resolve issues

    • Test and evaluate project deliverables

    • Complete the project and conduct a post-project review

  • Answered by AI

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude, and general questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me your self, take me through your resume
  • Q2. Execl questions, which

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , go through JD properly , updated your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Asked about my previous experience details
  • Q2. Asked about why I changed my job
Round 2 - Assignment 

About hospital and it's services

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General information
Round 2 - Technical 

(1 Question)

  • Q1. ECTD, EU Procedures
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Associate Interview Questions & Answers

Wipro user image Kathir Kathir

posted on 12 Jul 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Experience related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Core knowledge in experience
  • Q2. Technical questions
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Expectation

Interview Questionnaire 

7 Questions

  • Q1. Asked basic questions of sql server & ssis
  • Q2. What are views and will the alter command on table changes anything in views created? Will the values change in views, if the table values changes?
  • Ans. 

    Alter command on table affects views created on the table.

    • Views are virtual tables created from one or more tables.

    • Alter command on a table can change the structure of the table, which can affect the views created on it.

    • If the columns used in the view are altered or dropped, the view will become invalid.

    • If the data in the table is changed, the data in the view will also change accordingly.

  • Answered by AI
  • Q3. What are the data transformations in ssis? What is lookup?
  • Ans. 

    Data transformations in SSIS include Lookup which retrieves data from a source based on a matching condition.

    • Lookup is used to retrieve data from a source based on a matching condition

    • It can be used to perform joins between two data sources

    • Lookup can be used to update or insert data into a destination based on a match

    • Other data transformations in SSIS include sorting, aggregating, and merging data

  • Answered by AI
  • Q4. Difference between drop, truncate & delete?
  • Ans. 

    Drop deletes the table structure and data, truncate deletes only data, and delete deletes specific rows.

    • Drop: removes the table and all its data permanently

    • Truncate: removes all data from the table but keeps the structure

    • Delete: removes specific rows from the table based on a condition

    • Drop and truncate cannot be rolled back, but delete can be

    • Drop and truncate reset the identity of the table, but delete does not

  • Answered by AI
  • Q5. When identity property is inserted in the table. Will the truncate or delete change the identity value? If it changes what will be the value?
  • Ans. 

    Truncate resets identity value, delete does not.

    • Truncate resets the identity value to the original seed value

    • Delete does not change the identity value

    • Example: Truncate table resets identity value to 1

    • Example: Delete from table does not change identity value

  • Answered by AI
  • Q6. What are joins and name the types? Why is self join useful?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column. Types include inner, outer, left, right, and cross join.

    • Inner join returns only the matching rows from both tables.

    • Outer join returns all rows from both tables, with null values for non-matching rows.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and m...

  • Answered by AI
  • Q7. Write a query using self join to join the employees who are all managers using id in the table.
  • Ans. 

    Query to join employees who are all managers using id in the table.

    • Use self join to join the table on manager id and employee id

    • Filter the result to only include employees who are also managers

    • Example: SELECT e1.name, e2.name FROM employees e1 JOIN employees e2 ON e1.id = e2.manager_id WHERE e2.manager_id IS NOT NULL

    • Ensure that the table has a manager_id column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well. Be confident and tell exactly about your experience so that interview will be based on your experience.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Case Study 

Create charts, Excel formulas

Round 2 - One-on-one 

(2 Questions)

  • Q1. Background and communication
  • Q2. Tell me about youe self

Interview Preparation Tips

Topics to prepare for Abbott Associate interview:
  • Advanced Excel
Interview preparation tips for other job seekers - Prepare pharma background

JSD Medical Business Management Services Interview FAQs

How many rounds are there in JSD Medical Business Management Services Associate interview?
JSD Medical Business Management Services interview process usually has 2 rounds. The most common rounds in the JSD Medical Business Management Services interview process are One-on-one Round and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 JSD Medical Business Management Services interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
JSD Medical Business Management Services Associate Salary
based on 4 salaries
₹3.8 L/yr - ₹4 L/yr
49% less than the average Associate Salary in India
View more details

JSD Medical Business Management Services Associate Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Process Associate
31 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Process Associate
13 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Medical Billing Associate
7 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Billing Associate
5 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Associate
4 salaries
unlock blur

₹3.8 L/yr - ₹4 L/yr

Explore more salaries
Compare JSD Medical Business Management Services with

Wipro

3.7
Compare

Sun Pharmaceutical Industries

4.1
Compare

Aurobindo Pharma

4.0
Compare

IQVIA

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview