[School Recruitment VIP] Intellectual Analysis of Test Algorithm Test Points

Introduction to test points:
Intellectual questions (logical analysis questions). Students who are preparing for school recruitment should be well prepared. They are often encountered in written tests.

Intellectual analysis of test algorithm test points - related questions and analysis content can be viewed by clicking on the link at the end of the article!

1. Test questions

1. 5 prisoners are trying to grab mung beans in a sack containing 100 mung beans. Which of them has a higher chance of survival?
5 prisoners are grabbing mung beans in a sack containing 100 mung beans in order from 1 to 5. It is stipulated that each person must catch at least 100 mung beans. One, and the person who catches the most and the least will be executed. Moreover, they cannot communicate with each other, but when catching, they can find out the remaining number of beans. Ask them who has the highest chance of survival? Tip
:
1 .They are all very smart people.
2. Their principle is to save their lives first. 3.
It is not necessary to divide all 100 pills
. 4. If there are duplicates, the largest or smallest will be counted and they will be executed together.
Answer: Let’s look at the choices of the next three prisoners first: the nth (n=3, 4, 5) prisoner’s best choice is to choose the average of the (n-1) prisoners before him, because he knows what is left in the bag How many have been selected, so we know how many have been selected in total...

2. There are five holes. The hunter can only check one hole every day. If the fox is not in this hole, it will be in the next hole tomorrow. What method should the hunter use to catch the fox?
Answer: Checking the fox hole in the order of 2, 3, 4, 2, 3, 4 will ensure catching the fox.
In order to illustrate that this solution is feasible, use the set F to represent the possible locations where the fox may appear. Initially, F =...

3. A certain company has two ability tests for recruitment: Test 1 and Test 2. Only those who pass all two tests are counted as passing the test. Those who fail to pass both tests are counted as recruitment errors by the company's talent department. It is known that in a certain batch of applicant tests, only those who passed Test 1 are the number of people who passed the test. 2 times, the ratio of the number of people who passed Test 1 to the number of people who passed Test 2 is 12:11. If the recruitment error rate for this recruitment is 5%, then the test pass rate for this recruitment is ( ).
A.10%
B.20%
C.5%
D.15%

Answer: The correct answer is B. Assume that the number of people who passed Test 1 is 12, including those who only passed Test 1 and those who passed Test 1 & Test 2...

2. Examination articles

1.10 selected intelligence questions, you will know if you have enough IQ by trying it!
Do you all think you are smart? Here are 10 selected intelligence test questions, which test the abilities including: reasoning ability, logical thinking ability, analytical ability, observation ability, etc. Without having seen the questions and answers before, there are only a handful of people who can answer them all correctly within 10 minutes; those who can answer 9 or all of them correctly within 15 minutes are definitely smart people; those who can answer them correctly within 15 minutes Those with 6 or above are considered qualified...

2. Questions and some answers to the interview software test intelligence questions.
It takes a total of 1 hour to burn an uneven rope from beginning to end. Now there are several ropes of the same material. How can I use the rope burning method to time one hour and fifteen minutes...

3. Test point video

Algorithm puzzle: Use a line to divide a polygon into two parts with equal areas.
This question tests the thinking ability of analyzing problems. Start looking for patterns from the smallest set, that is, triangles, and finally find the ideas and methods that are most suitable for this problem...

Intelligence Analysis of Test Algorithm Test Points - Related questions and analytical content can be viewed by clicking on the link below:
Intelligence Analysis of Test Algorithm Test Points - Mobile Link
Intellectual Analysis of Test Algorithm Test Points - PC Link

Guess you like

Origin blog.csdn.net/shuize123/article/details/132871447