当前位置:网站首页>Interview (XI) futu written test questions
Interview (XI) futu written test questions
2022-06-12 14:29:00 【Makasa】
Preface
This chapter mainly describes the futu written test questions that I can remember --> Hot
It is divided into multiple-choice questions and big questions , How many specific ways have you forgotten
One 、 choice question
1、 The correct sequence of the testing process is (A)?
A 、 Requirements review -> Use case design -> Use case review -> Delivery test -> regression testing -> Integration testing -> regression testing -> Online test
B 、 Requirements review -> Iterative testing -> Write test cases -> Use case review integration testing -> regression testing -> Online test
C 、 Requirements review -> Write test cases -> Iterative testing -> Use case review -> Integration testing -> regression testing -> Online test
D 、 Write test cases -> Requirements review -> Iterative testing -> Use case review -> Integration testing -> regression testing -> Online test
- analysis : There's no need to say more about this , The basic process is like this
2、 For a sample containing n A program of variables , Using the basic boundary value analysis method to test the program will produce (A) Test cases
A、6n+1
B、7n
C、4n+1
D、5n
3、 Which of the following methods can design test cases with the strongest ability to find program errors (A)?
A 、 Boundary value analysis
B 、 Decision table method
C 、 Division of equivalence class
D、 Scene method
- analysis : According to my understanding , Because when we make a judgment in normal development , Often because I accidentally add an equal to / Or it doesn't add up to , Lead to wrong judgment ; For example, common is “ Date range to query ”
4、 Yes 4 personal , Namely ABCD, Everyone has a hat on their head , The hat is only black or white ,4 Two of them are black , There are two people with white ,4 Personal standing position is A|B C D, It's a wall ,B,C,D Stand on the flat ground , A step , On the second step , Everyone can't see their own hat , At first nobody spoke , Suddenly someone said , I know what color hat I wear , Who is it, please ?(AB)
A、C
B、D
C、A
D、B
- analysis : A exclude , because A Can't see other people's colors ; Then in BCD in ,
At the beginning, if everyone doesn't speak , It means that everyone can't guess what color they have
1、 First of all to see C -->C You can see B,D Your hat color , But his silence meant B,D Different colors
2、 Look again D -->D You can also see B,C Your hat color , But he doesn't talk , explain B,C Heterochromism
3、 that C notice D He didn't talk , Then he knew B,C Color , Infer that he and D The color is the same , And B Heterochromism
The same can be ,D It's also
5、 When n =6 when , The return value of the following function is :(B)
int func(int n){
if(n<=2){ return n; }
return func(n-1) + func(n-2);
}
A、8
B、13
C、5
D、6
- analysis : emmm… This is a Fibonacci sequence Code for ,1 1 2 3 5 8 13…
6、 Is a question about database index (A)
A、 There are no restrictions on normal indexes
B、 The unique index cannot be duplicated , And cannot be empty
C、 The primary key index cannot be duplicate , And can be empty
D、 Forget the
7、 It's a question about probability , The title is probably 10 personal ,7 male 3 Woman , seek 7 What is the probability of having a girl in an individual ( I don't remember what I chose )
8、 It's about post A multiple-choice question in the request format , Determine which does not belong to post Request body (D)
A、application/x-www-form-urlencoded
B、application/xhtml+xml
C、text/xml
D、multipart/xml
Be careful : There may be some more , But I forgot
Two 、 Big question
2.1、sql Fill in
The title is probably : Here's a list student, Include name( name ),lesson( Course ),score( fraction ) Column , Let you find out 【 The scores of two subjects are higher than 70 The names of the students who were divided into two groups 】
- analysis : I forgot how I wrote it , Anyway, it's written in a very complicated sentence - -
The following one ran by itself
2.2、 Design use cases to test the following Python Program
def Do(a,b,x):
if(a>1) and (b==0):
x=x/a
if (a==2) or (x>1):
x = x+2
return x
- Reference resources : emm… What I wrote directly was to call Do Method , Pass three specific parameters to allow three results , direct return x 、return x/a、return x+2
2.3、 Write test cases
The title is probably :excel File import and echo function , Two fields 【 full name / ID number 】, Both fields cannot be empty , After uploading , This side of the page is displayed synchronously , Let's write a test case
- Reference resources :
1、 Upload excel file
1.1、excel Maintain name / Id card Upload successful
1.1.1、 If the backend judges excel Value for name verification …
1.1.2、 If the backend judges excel Value for ID verification …
1.2、excel Maintain only one field Upload failed
1.3、excel No maintenance Upload failed
2、 Upload non excel file Upload failed
3、 Verify that the uploaded page data is consistent with the original page data excel Agreement
2.4、 About a subject of aviation , Let you write code to calculate the shortest distance . The request parameters are given …
This question is not written , Forget the
边栏推荐
- Markdown edit
- 【活动早知道】LiveVideoStack近期活动一览
- MobileOne: 移动端仅需1ms的高性能骨干,你值得拥有!
- How to package QT program learning records with inno setup
- SystemC uses SC_ report_ Handler processing log printing
- C secret arts script Chapter 5 (structure) (Section 2)
- 3. Process concealment under the ring ----- continuous concealment and new opening prevention
- 【OCR】AspriseOCR C# 英文、数字识别(中文不行)
- 新技术:高效的自监督视觉预训练,局部遮挡再也不用担心!
- Reverse the encryption parameters of a hot water software
猜你喜欢

Detailed explanation of C language memset
![[ROC] aspriseocr C # English, Digital identification (not Chinese)](/img/80/198145df663d2eeec6b8b1d7bc47b6.png)
[ROC] aspriseocr C # English, Digital identification (not Chinese)

Software package for optimization scientific research field

Redis核心配置和高级数据类型

JMeter (V) pressure test of Excel file upload interface

TestEngine with ID ‘junit-vintage‘ failed to discover tests

WinDbg preview debug analysis createtoolhelp32snapshot

Copy word content to excel and automatically divide it into multiple columns

Reverse the encryption parameters of a hot water software

Player actual combat 16 xdecode class
随机推荐
QT database realizes page turning function
Two methods of QT using threads
Is Shell Scripting really a big technology?
注重点击,追求更多用户进入网站,可以选择什么出价策略?
QT to realize the simple use of SQLite database
Create a slice slice pit using the make method
测试工程师如何转型测开
[early knowledge of activities] list of recent activities of livevideostack
[OCR] aspriseocr C # English, number recognition (not Chinese)
C secret arts script Chapter 5 (structure) (Section 2)
3. Process concealment under the ring ----- continuous concealment and new opening prevention
Player actual combat 23 decoding thread
And, or, not equal, operator
C secret script Chapter 3 (detailed explanation of string function) (Section 2)
Reverse the encryption parameters of a hot water software
什么是自动出价?它的优势是什么?
Leetcode 2185. 统计包含给定前缀的字符串
QA of some high frequency problems in oauth2 learning
chapter19 Allocation
TestEngine with ID ‘junit-vintage‘ failed to discover tests