Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Basic OOPs Stuff

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Basic OOPs stuff - create a class that has info about some disease, and can be updated easily,

how
would you record the time of the disease report
How would you go about debugging your code if a client brought up issues with the program.
Mainly function and object structure. One was create an object that tells a nurse the
frequency of medicine that a patient must take.
Make an object that holds temperatures of a person and can say whether or not they have a fever
How do you handle garbage collecting?
What was your most challenging problem while working in a team
Couple of questions regarding ACID properties using a real time scenario
Theory question related to databases; how to improve access speed, one technical data structure
related question, design a structure for game of chess, questions related to debugging.

How would you debug on a real-time parallel processing system?

"Tell me about a time when you didn't get along with your boss."
"Tell me about a project you worked on that you're proud of."
"Can you explain what a garbage collector is?"
"Tell me how you would create a program for a simple game, like chess or checkers in an OOL."

Can you explain what a garbage collector is?

.chess game using oops concept


2.print Foo if number is divided by 5 and bar if number is divided by 7 and foobar if number is divided
by 5&7.
3.find a number using Binary search algorithm
4.Normalization
5.difference between memory managed and non-memory managed languages.
6.things a programmer should be careful in a memory managed language
7.how do u approach a bug

8.difference between unit testing and integration testing


9.different types of testing.
10.unit test cases for string reversal
11. gave a code and was asked to find where null pointer exception was occurring.
12.joins in database.
13. gave a code was asked what it does- it was for string reversal.
14.difference between array and linked list.
15.complexity of binary search when array is not sorted.
16. binary search tree for Cerner

1- Say something about yourself / introduce yourself


2- Why do you think you qualify for this job ?
3- What do you know about the company?
4- What is the company strength in India and globally ?
5- Are you clear on the expectations from this position you are appearing for ?
6- State a difficult situation in your career which you handled and How?
7- How do you manage when one of your associates contests your negative feedback for
him/her?
8- How do you interact or co-ordinate with your associates?
9- Were you involved in appraisal process? How did you go about doing the same?
10- What kind of domains you have worked for?
11- What were your roles and responsibilities in previous company?
12- Why did you leave your company?
13- State in one line why should you be selected.
14- Has testing been boring for you ? How do you manage to motivate in a monotonous
task?
15- How was your rapport with your manager?
16- How would you handle a situation where deadline slippage may happen but client is
adamant of having delivery on the pre-decided date?
17- Explain the various test environment(if any) you have worked on and types of testing
done?
18- Could you draw out on board the flow of a build from development until Go Live in your
previous projects and explain?
19- What tools have you worked on?
20- How did you manage a release in HP QC? Could you tell how you used it?
21- How do you maintain work and personal life balance?

22- Have you been into any kind of scripting or Performance testing? Are you ready to learn
given 3 to 6 months?
23- State a major weakness in you that you can improve.
24- What do you like about testing?
25- How do you keep track of the latest trends in testing? If asked can you state some.
26- You have not worked for healthcare. Why do you think you can manage?
27- What process you follow when a new associate joins your team?
28- What activities have you done pertaining to Resource Management?
29- How do you go about doing Test Estimation and Test Planning?
30- What kind of project models have you worked for ? Were you involved during
Requirements Analysis phase?
31- Where do you maintain the documents and how?
32- What do you think is the best way to represent metrics to your manager / client? What
have you done in your previous projects?
33- What was the strength of the team you managed and were they located at one place?
34- If you face certain Live issues how do you go about handling it?
35- State a highlight in your career.
36- Why do you want to take up this job?
37- What is your career aim for the future?
38- What do you prefer doing as your pass-time activities or hobbies?
39- What have you done so that Live issues are not repeated?
40- You have Lean Six Sigma certification. Do you think these can be applied for testing
projects? State some points that you can apply?
41- State some test design techniques you have used and why do you think it's useful?
42- Have you suggested any performance improvement to your performance team for your
application? What are those?
43- When a bug/defect occurred in your testing how do you go about reporting it and what
has been the defect fix turn around?
44- Do you wish to ask anything?
45- How do you think you performed in your first round of interview?

First question was -> design a class (give different methods and variables that will be used) that will
provide information about the allergy of a patient. e.g. who reported the
allergy(patient/doctor/relative), different symptoms of the allergy that are detected, severity, method

that returns when was that allergy detected in that patient.


Second question was _. design a class that will be used to store the information of the patients
visiting to the hospital.
Then he asked me which is your favorite data structure I said Binary tree. Then he asked me design
a BST with CERNER as an input.

You might also like