Câu hỏi phỏng vấn Tester - Tiếng Anh

Chia sẻ kinh nghiệm trả lời phỏng vấn, cũng như những chuyện vui buồn liên quan đến phỏng vấn xin việc Tester.
Forum rules
Chia sẻ kinh nghiệm trả lời phỏng vấn, cũng như những chuyện vui buồn liên quan đến phỏng vấn xin việc Tester.
Post Reply
tvn
Admin
Posts: 4900
Joined: Tue 10 Aug, 2010 10:11 am
Location: HCM
Contact:

Câu hỏi phỏng vấn Tester - Tiếng Anh

Post by tvn »

Hi all, hôm nay mình đi phỏng vấn vị trí QC. Có search một số câu hỏi Tester thường gặp mà bằng Tiếng Anh. Được trang này, các bạn tham khảo nhé.

Trong nhiều câu hỏi dưới đây, phần trả lời không chính xác (so với kiến thức đề cập trong istqb) và không rõ ràng đầy đủ nên xét ở góc độ ứng viên, thì trả lời vậy là không thể đáp ứng câu hỏi của người phỏng vấn (nhà tuyển dụng)

Ví dụ như câu hỏi bên dưới, trả lời như vậy sẽ không có điểm mà phải nêu thêm ví dụ nữa thì may ra.
  • 43.What is Cyclomatic testing?
    • It is a measure of complexity of a module’s decision structure.
Người ta có sẵn trả lời ngắn gọn, mọi người tham khảo và chỉnh sửa lại thành cái của cá nhân mình nhé. Không nên học thuộc lòng và đọc lại như cái máy cassette nhé.



1. Explain software testing?
It is a process of verifying and validating of software program and applications that is it is a process of executing software programs and application to find the bugs.

2.What is risk based testing?
It is an approach to creating a test strategy that is based on prioritizing tests by risk.

3.What are the categories of defects?
There are 3 categories of defects:
• Wrong
• Extra
• Missing

4. What is the use of exit criteria?
It is used to define when a test level is completed.

5.What is the use of a test completion criterion?
It is used to determine when to stop testing.

6.What is the use of test independence?
It is used to avoid author bias in defining effective tests.

7.Give the name of the different Methodologies in Agile Development Model?
There are 7 methodologies:
• Crystal
• Scrum
• Lean Software Development
• Extreme Programming (XP)
• Agile Unified Process
• Dynamic Systems Development Model (DSDM)
• Feature-Driven Development

8. Define Configuration Management?
It is the detailed recording and updating of information for software and hardware components.

9.On which condition testing should be stopped?
There are some conditions which are –
1. Alpha or beta periods for testing ends
2. Deadlines
3. Bug rate fall below certain level
4. Coverage of code, functionality or requirements are met to a specified point
5. Test cases completed with certain percentage passed
6. Test budget has been depleted

10.Define black box testing?
It is a type of software testing which is used to test the software without knowing the internal structure of program or code.

11.What is the different black box testing?
The different type of black box testing is:
1. Cause effect graphing
2. Boundary value analysis
3. Equivalence Partitioning

12.What is the use of test coverage?
It is used to measure in some specific way of amount of testing performed by a set of tests.

13.What is the full form of RTM?
RTM stands for Requirement traceability matrix.

14.What is the use of requirement phase?
The use of requirement phase is:
• To understand user needs
• To define the scope of testing
• To freeze requirements

15.What is the reason to split testing into distinct stages?
There are many reasons:
1. We can run different test into different environments
2. Performance and quality of the testing is improved using phased testing
3. It is easier to manage testing in stages
4. Each test stage has a different purpose
16.What is DRE?
DRE stands for Defect Removal Efficiency which is used to measure the test effectiveness.

17.What is the use of test design technique?
It is used to identifying test conditions and Identifying test cases.

18.Define traceability matrix?
The relationship between requirements and test cases is shown by document and this document is known as traceability matrix.

19.Explain Equivalence partitioning testing?
It is a software testing technique which is used to divide the application input test data into each partition at least once of equivalent data from which test cases can be derived.

20.What is static testing?
Static testing tests and finds the defects without executing the code. It is don during verification process.

21.What are different test levels?
The different test levels are:
• System testing
• Unit/component/program/module testing
• Integration testing
• Acceptance testing

22.Explain Test Deliverables?
These are the set of documents, tools and other components that has to be maintained and developed in support of testing.

23.What are the categories of debugging?
The categories of debugging are:
• Cause elimination
• Backtracking
• Program slicing
• Fault tree analysis
• Brute force debugging

24.What are the common risk that leads to project failure?
The common risks are:
• Time Limitations
• Not having enough human resource
• Limited Budget
• Testing Environment may not be set up properly

25.What is the use of test matrix?
Test matrix captures actual quality, the plan, effort, resources and time required to capture all phases of software testing.

26.What is the full form of LCSAJ?
LCSAJK stands for linear code sequence and jump.

27.What is the use of fuzz testing?
Fuzz testing detects security loopholes and coding errors in software.

28.What are the advantages of statement coverage metric of software testing?
The advantages are:
• Not require processing source code and can be applied directly to object code
• Bugs are distributed evenly through code, due to which percentage of executable statements covered is used to reflect the percentage of faults discovered.

29.Give the name of the different types of test coverage techniques?
The different types of test coverage techniques are:
• Decision Coverage
• Statement Coverage
• Path Coverage

30. What are the basic components of defect report format? id="Section30">The basic components of defect report format are:
• Snapshot of the defect
• Module Name
• Project Name
• Defect detected on
• Defect detected by
• Defect ID and Name
• Defect resolved by
• Defect resolved on
• Priority and Severity status

31.What is the purpose of end to end testing?
The purpose is
• Testing application in real world environment scenario
• To validate the software requirements and integration with external interfaces
• Testing of interaction between application and database

32.What are different types of verifications?
The different types of verification are:
• Inspection
• Walkthrough

33.Explain coverage?
Coverage is used to describe the degree to which the source code is tested.

34.What are the different types of coverage?
The different types of coverage are:
• Path coverage
• Decision coverage
• Statement coverage

35.What is component testing?
Testing of individual components is known as component testing.

36.What is the full form of CAST?
CAST stands for computer aided software testing.

37.What are the different methods for performing black box testing?
Different methods are:
a. Early project data
b. Top down according to budget
c. Work breakdown structure
d. Test point analysis

38.How many types of software testing?
Types of testing are:
a. Black box testing
b. White box testing

39.Which testing’s used to check the software in abnormal condition?
The testing are:
a. Beta testing
b. Security Testing
c. Stress Testing
d. Recovery Testing

40.What is software requirement specification (SRS)?
A deliverable that is used to describe all data, all constraints, functional and behavioral requirements and all validation requirements of software is known as SRS.

41. Cyclomatic complexity comes under which testing?
Cyclomatic complexity comes under white box testing.

42.What is the role of test configuration manager?
• Maintenance of test environments, software, scripts and test data
• Working as attest engineer

43.What is Cyclomatic testing?
It is a measure of complexity of a module’s decision structure.

44.Which tool supports traceability, recording of incidents or scheduling of tests?
Dynamic analysis tool supports traceability, recording of incidents or scheduling of tests.

45.Which test activities are supported by test harness or unit test framework tools?
Test execution and logging are supported by test harness or unit test framework tools.

46.What is a key characteristic of structure-based testing techniques?
They are used both to measure coverage and to design tests to increase coverage.

47.Which tools help to support static testing?
Review process support tools, static analysis tools and modeling tools help to support static testing.

48.What is help to support static testing?
It tests boundary conditions on, below and above the edges of input and output equivalence classes.

49.What are the weaknesses of random testing?
The weaknesses of random testing are:
• Many of the tests are redundant and unrealistic.
• You will spend more time analyzing results.
• They are not realistic.
• You cannot recreate the test if you do not record what data was used for testing.

50.What is TPA analysis?
TPA is used to estimate the test efforts for black box testing. The features of TPA are:
• Require function points as inputs.
• Used to estimate only black box testing.

Nguồn: https://intellipaat.com/interview-quest ... questions/



taimaylanhtrieuan
Hoc Tester
Posts: 2
Joined: Wed 29 Jun, 2016 4:58 pm
Location: 194/17 Tân thới hiệp 22, KP3, P.TTH, Quận 12, HCM
Contact:

Re: Câu hỏi phỏng vấn Tester - Tiếng Anh

Post by taimaylanhtrieuan »

Cám ơn chia sẻ của chủ thớt nhiều ạ ! :) :D


Máy lạnh tủ đứng giá sỉ. LH 0911.260.247
Rèm cửa giá rẻ tại HCM

bin xeko
Hoc Tester
Posts: 2
Joined: Thu 09 Jun, 2016 3:36 pm
Contact:

Re: Câu hỏi phỏng vấn Tester - Tiếng Anh

Post by bin xeko »

Mỗi lần đi pv là run bần bật, quên hết mọi thứ, và ..... cả tiếng anh nữa :(

------------------------



Post Reply

Return to “Kinh nghiệm phỏng vấn”