1 Operating System
1.1 In win2003, install a. Net-based program for a service, such as alertservice.exe.
Which command is required for correct installation?
1.2 How to switch from dotnet1.1 to dotnet2.0 in win2003
1.3 during performance testing, the monitoring system has memory leakage and is mainly monitored under LoadRunner.
What are the indicators?
2 Databases
2.1 In SQL Server, how do you select the value of the column "mayingbao" from the table named "student"
All records starting with "?
2.2 use SQL statements to insert 10000 data records to the student table. The main data table field is
Account name: Char (10); Password: Char (10 );
XX Company _ technical center_test_intermediate Test Engineer interview questions
3 Programming
3.1 find out the following program errors:
Void ABC ()
{
Char string [10];
Char * str1 = "0123456789 ";
Strcpy (string, str1 );
}
Void def ()
{
Char string [10], str1 [10];
For (I = 0; I <10; I ++)
{
Str1 [I] = 'a ';
}
Strcpy (string, str1 );
}
Void ghl (char * str1)
{
Char string [10];
If (strlen (str1) <= 10)
{
Strcpy (string, str1 );
}
}
3.2 write the running results of the following programs:
Int sum (int)
{
Auto int C = 0;
Static int B = 3;
C + = 1;
B + = 2;
Return (A + B + C );
}
Void main ()
{
XX Company _ technical center_test_intermediate Test Engineer interview questions
Int I;
Int A = 2;
For (I = 0; I <5; I ++)
{
Printf ("% d,", sum ());
}
}
4 Test
4.1 what is quality? What is the relationship between quality characteristics testing?
Below 4.2 is the K-line trend of Dongfeng Motor in a company's mobile phone stock trading software.
How to test?
Below 4.3 is the "Search" function in the stock column of a company's portal website.
How to test it?
XX Company _ technical center_test_intermediate Test Engineer interview questions
4.4 The general software life cycle includes the following main parts: Project problem definition, feasibility analysis, overall description,
System design, coding, debugging and testing, acceptance and operation, maintenance upgrade to waste, etc. Please list
What stages are associated with testing? What are the main activities of phase testing?
4.5 In a bank, the new background reconciliation project suddenly collapsed and the system was suspended,
Finally, find out that the system may have performance bottlenecks. You are responsible for testing this project.
How do you deal with this sudden event?
4.6 what aspects should I test the mobile QQ app embedded in the mobile phone of novogene?
4.7 In Web Testing, security testing is often involved. What is "SQL Injection "?, What
Is it "XSS injection"?
5 Network
5.1 The computer running the web browser establishes a ______ connection with the computer where the web page is located ____
Protocol file transfer;
5.2 system response time and throughput are important indicators for measuring computer system performance.
For business systems ___
6. Smart questions
James had a bridge and it was dark when crossing the bridge, so there must be lights. It takes one second for James to bridge the bridge,
It takes three seconds for James's younger brother, six seconds for James's father, eight seconds for James's mother, and 12 for James's grandfather.
Seconds. Each time the bridge can be crossed by a maximum of two people, the speed of the bridge depends on the speed of the bridge, and after the light is ignited
It will go off in 30 seconds.
How does James family bridge the bridge? (I made it in 29 seconds)