Questions d'entretien d'embauche pour un transaction services
80
Questions d'entretien pour Transaction Services partagées par les candidatsPrincipales questions d'entretien

Q9: What shell command renames filename1 to filename2?
3 réponses↳
mv
↳
mv filename1 filename2
↳
A9: cp filename1 filename2.

Is it possible to test all by automation?
1 réponses↳
Automation is mostly for regression testing. Functional testing typically requires manual testing. Moins

Q7: Employee Joan Collins gets married. Can you provide a script that will update her last_name to Jones?
1 réponses↳
A7: update employee set last_name='Jones' where first_name='Joan' and last_name='Collins'; Moins

Q6: Can you write a sql statement to count the number of firstnames 'Jack' from employee table?
1 réponses↳
A6: select count(*) from employee where first_name='Jack';

Q10: What command would you use to establish resource utilization on a linux server?
1 réponses↳
Q10: top ## this would show cpu utilization mem utilization etc.

Q2: What is the objective of performance testing?
1 réponses↳
A2: To determine how the system under test performs at peak load.

Tell me about yourself ?
1 réponses↳
i followed the 3 steps approach, 1. A ittle background about myself on academics . 2. Experience i have and how it will benefit the the Company. 3. what i am hoping to achieve when get the position Moins

When can you start ?
1 réponses↳
I was looking for p/t income that would work with my school schedule . So I took the job. Moins


How well do you know the OSI model and its protocols? Give examples of your experience working with OSI.
1 réponses↳
OSI model, RFCs and protocols