Interview Questions

Q:

What is MultiThreading?

Answer

Executing two or more blocks (threads) of a program at a time is called MultiThreading.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2074
Q:

How to do MultiThreading in Java?

Answer

To do multi threading in java we use interfaces and classes defined in java.lang package.


Those classes and interfaces are:


Java.lang.Runnable, Java.lang. Thread, Java.lang.ThreadGroup

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1700
Q:

Why synchronization?

Answer

When ever two or more threads are sharing same data for updating then unpredicted result will be there in the data.


For Example take a thread is depositing amount in Account Object and another thread is withdrawing amount from the same Account Object.


when ever both threads are executed simultaneously then unexpected result is stored in the balance of the  Account Object. 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1981
Q:

When finally block is executed?

Answer

If exception is generated  in try and if that exception is not catch by any catch then finally is executed.


If exception is generated in try and if that exception is caught by one of catch statements then also finally is executed.


if no exception is generated then also finally is executed.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2324
Q:

What computer skills do you have?

Answer

Here by this question the employer need to know do you have any computer skills for managing an admin's job.


 


Example Answer :


I'm proficient with Microsoft Office suite including Word, Excel, and Power Point. I'm very comfortable using these programs and have a lot of experience doing so in my previous job roles.

Report Error

View answer Workspace Report Error Discuss

0 672
Q:

How do you deal with authority?

Answer

By asking this the interviewer want to know how much will you obey and obedient to your respective authorities.


 


Example answer :


Say that you deal with authority as you deal with customers - with integrity, professionalism and politeness.

Report Error

View answer Workspace Report Error Discuss

0 667
Q:

How would you react if you felt you were being pushed too far at work?

Answer

Sample Answer :


 


If pushed too far I would consider speaking to my manager about workloads and expectations and try to resolve the situation.

Report Error

View answer Workspace Report Error Discuss

0 762
Q:

What kinds of medical procedures have you assisted with?

Answer

The intention of the interviewer by asking this question is to know how much experience candidates have as a medical assistant. They may have just finished their training and only have internship experience, so will need to decide if they are a good fit for you in other ways.


 


In your answer must be included and show your


1. Medical assistant experience
2. Communication skills
3. Fit for your company


 


Sample Answer Example:


I have served as an intern as past of my medical assistant program. I just completed my program in June, and at the conclusion of my year of training, I was placed in a pediatrician's office as an intern. I shadowed and worked with the other medical assistants in the office, and I can say my time there really reaffirmed my belief that this is the right profession for me.

Report Error

View answer Workspace Report Error Discuss

0 616