Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the common interview questions of big data?

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "what are the common interview questions of big data", so the editor summarizes the following contents for you. The content is detailed, the steps are clear, and it has a certain reference value. I hope you can get something after reading this article. Let's take a look at this article "what are the common interview questions of big data?"

1. What's the difference between heap and stack? [basic]

A: the stack is a linear collection, in which the addition and deletion of elements should be completed in the same segment, and the stack is processed on a LIFO basis; the stack is a constituent element of the stack.

2. How much is Math.round? How much is Math.round (- 11.5)? [basic]

Answer: Math.round (11.5) = 12 Math.round (- 11.5) =-11

The round method returns the long integer that is closest to the parameter, and the parameter is floor after adding 1 to 2.

3. Can swtich act on byte, long and String? [basic]

Answer: in switch (expr1), expr1 is an integer expression. So the parameters passed to the switch and case statements should be int, short, char, or byte. Long,string can not act on swtich.

4. Programming problem: how much is 2 times 8 in the most efficient way? [fundamentals]

Answer: 2

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report