当前位置:网站首页>[data mining engineer - written examination] Haier company in 2022
[data mining engineer - written examination] Haier company in 2022
2022-07-24 00:42:00 【Better Bench】
company : haier
Data mining engineer
1 choice question (18 individual )
Can learn question bank :https://brainly.in/
Esmander's logic problem , Note that only 20 minute , There is no time prompt , I didn't finish it. It's time to finish it
(1)5:124::7:?
answer :342
analysis : 5 3 5^3 53-1 = 124 , and 7 3 7^3 73 -1=342
(2) G3S:J3P::L4X:?
answer :P4T
analysis : In alphabetical order ,L + 4 = P (L It's No 12 Letter , P The first 16 Letters ).X - 4 = T (X It's No 24 A title , T The first 20 Letters )
(3) Which of the following options is different from others
A. NUTA
B. REOS
C. RREBHTO
D. RISSTE
answer :REOS
analysis :
Reorder letters , Classify according to the meaning of words
NUTA = AUNT( aunt )
REOS = ROSE ( Rose )
RREBHTO = BROTHER( brother )
RISSTE = SISTER( sister )
Only aunts are not relatives
(4)82,97,114,133,?
answer :154
analysis : Is a sequence of differences between two numbers , Is an isochronous sequence , The difference is 2
97-82 = 15
114-97= 17
133 - 114 = 19
Difference between 2, that 133+19+2 = 154
(5) Encryption method :MATH The corresponding alphabet is RFYM, that PHYSICS The corresponding letter
answer :UMDXNHX
analysis :
M—R (M Turn into R, stay M After that 5 Letters )
A——F (A become F, It's also A The last one 5 Letters )
T—Y (T become Y, Y It's also T The last one 5 Letters )
H—M (H Turn into M, It's also H Later 5 Letters )
therefore ,PHYSICS Will be encoded as UMDXNHX
P—U (U In the 5 Letters P after )
H—M (M It's also H Later 5 Letters )
Y - D (Y It's also Y The last one 5 Letters , Because here we have to count again )
S—X (X It's also S Later 5 Letters )
I - N (N Also in I After that 5 Letters )
C—H (H It's also C After that 5 Letters )
S—X (X It's also S Later 5 Letters )
therefore ,PHYSICS Will be encoded as UMDXNHX.
(6)AB Two people have the same starting point ,A Run east 4 km ,B Run west 3 km ,A Run to the left 4 km ,B Run to the right hand 4 km , Ask at this time , How far apart .
answer :7
Other omitted ..
2 Elementary programming problem (2 individual )
45 minute
(1) Calculate the sum of odd numbers in a number
def countNum(self,n):
num = list(str(n))
result = 0
for i in num:
if int(i)%2!=0:
result +=int(i)
return result
(2) Simulated signal transmission , Send string A, Receive string B, Judge whether the two signals are consistent , In case of disagreement , Output the wrong character
Example :
Input :abcdefgh abcdefg
Output :h
Input abcd abcd
Output :NA
def judge(self,s)
st = s.split(' ')
s1 = st[0]
s2 = st[1]
p,q = len(s1)-1,len(s2)-1
tag = 0
if len(s1)==len(s2):
print('NA')
while p>=0 and q>=0:
if s1[p] !=s2[q]:
tag = 1
print(s1[p])
break
if tag==0:
print(s1[-1])
边栏推荐
- Gbase 8C bit string operator (I)
- Redis data structure
- Flutter | specifies the type of page return value
- 通信模块整理(二)HC-05
- Expérience du système réseau: résoudre les problèmes de ping
- Leetcode set the intersection size to at least 2
- Classic example of C language - commodity inspection code
- ES6 combines multiple class methods
- Table custom table encapsulation
- Database connection pool & dbutils
猜你喜欢

如何使用 SAP Intelligent Robotic Process Automation 自动操作 Excel

Classic examples of C language - adding two scores

Classic example of C language - commodity inspection code

Classic example of C language - loan balance

Bean Validation使用篇----05

QT入门篇(2.1初入QT的开始第一个程序)

工作3年的测试员跳槽后工资是原来的2倍,秘诀原来是......

XXL job realizes the code parsing of email sending warnings (line by line code interpretation)

How to speed up matrix multiplication -- optimizing GEMM (CPU single thread)

MySQL's heart index
随机推荐
Gbase 8C session information function (V)
High number_ Chapter 1 space analytic geometry and vector algebra__ Two point distance
【数据挖掘工程师-笔试】2022年海尔 公司
GBase 8c系统表信息函数(二)
Leetcode set the intersection size to at least 2
Redis data structure
Application of SCA on devsecops platform
C language book recommendation
PostgreSQL snapshot optimization globalvis new system analysis (greatly enhanced performance)
ES6 combines multiple class methods
What is the function of the select... For UPDATE statement? Can you lock tables or rows?
GBase 8c 访问权限查询函数(一)
What is promise? What are the benefits of promise
Gbase 8C mode visibility query function (I)
How to improve data quality
Treatment of particle boundary collision
The high-quality digital collection of guochuang's "children's song line" is on sale, and you are invited to create a young martial arts Jianghu dream
Gbase 8C system table information function (I)
Codeforces Round #807 (Div. 2)(A-D)
Detailed explanation of data warehouse standard -2022