当前位置:网站首页>Opportunity interview experience summary
Opportunity interview experience summary
2022-07-07 16:26:00 【Le_ Sam】
Looking for a job recently , Face 10 about , Record the interview process here , Video interview 、 There are all on-site interviews , Mainly to assess whether the technology is solid , The assessment content includes written examination 、 Face to face, etc
C# aspect : The difference between abstract classes and interfaces , Value type and reference type 【 Association structure and class 、 Heap and stack 、 Pack and unpack 】,OOP Features and the corresponding understanding of each feature , Common data structure 【 Array 、Array(ArrayList、List)、 Linked list ( queue 、 Stack )、Hash(HashSet、HashTabel)、 Dictionaries 】 The characteristics and differences of , Understanding of delegation ,GC Principle and optimization of
Lua aspect : lua3 Loads api The difference between 【dofile、loadfile、require】, Common meta methods 【index、newIndex、...】 Principles and application scenarios ,lua String splicing optimization ,lua Implementation queue 、 Stack , Some written questions
Unity aspect : Heat is more relevant 【AB Packet data verification 、 Loading and unloading 、 Packaging process 】, Network related 【TCP And UDP Difference and difference 、 Why three handshakes and four waves 、 Frame synchronization packet loss processing 、 The meaning and applicable scenario of heartbeat package 、 How to deal with sticky bags 】, The workflow and application scenarios of frame synchronization and state synchronization , Process thread relationship , The relationship between threads and coroutines , Optimization related 【DC、 Memory 、UGUI、 Render pipeline 、 The principle of atlas packaging and compression format 、 Static and dynamic approval 】,Lightmapping Bake , The meaning of vector dot multiplication and cross multiplication ,canvas Three modes of canvas are applicable to the scene , How to deal with particles and UI Hierarchical mask , Animation related 【Animation and Animator】、 Events and delegation
Discuss common design patterns and application scenarios , The single interest model 、 Observer mode
Discuss what algorithm , I gave an example myself A*、 Random map generation and so on
边栏推荐
- Leetcode-136-只出现一次的数(用异或来解答)
- SPI master RX time out interrupt
- 统计学习方法——感知机
- Laravel 服务提供者实例教程 —— 创建 Service Provider 测试实例
- 47_ Contour lookup in opencv cv:: findcontours()
- JS中null NaN undefined这三个值有什么区别
- prometheus api删除某个指定job的所有数据
- PHP实现执行定时任务的几种思路详解
- 星瑞格数据库入围“2021年度福建省信息技术应用创新典型解决方案”
- Mysql database basic operation DQL basic query
猜你喜欢
95.(cesium篇)cesium动态单体化-3D建筑物(楼栋)
Xingruige database was shortlisted as the "typical solution for information technology application and innovation in Fujian Province in 2021"
Logback logging framework third-party jar package is available for free
How does geojson data merge the boundaries of regions?
Continuous creation depends on it!
记一次项目的迁移过程
强化实时数据管理,英方软件助力医保平台安全建设
删除 console 语句引发的惨案
What about the pointer in neural network C language
pycharm 终端部启用虚拟环境
随机推荐
laravel 是怎么做到运行 composer dump-autoload 不清空 classmap 映射关系的呢?
How does laravel run composer dump autoload without emptying the classmap mapping relationship?
分步式监控平台zabbix
Laravel5.1 路由 -路由分组
torch.numel作用
MySQL数据库基本操作-DQL-基本查询
Laravel constructor and middleware execution order
Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
hellogolang
Odoo integrated plausible embedded code monitoring platform
iptables只允许指定ip地址访问指定端口
U3D_ Infinite Bessel curve
three.js打造酷炫下雪效果
Bidding announcement: Panjin people's Hospital Panjin hospital database maintenance project
How can laravel get the public path
强化实时数据管理,英方软件助力医保平台安全建设
Leetcode-136- number that appears only once (solve with XOR)
[Android -- data storage] use SQLite to store data
Asyncio concept and usage
Unity的三种单例模式(饿汉,懒汉,MonoBehaviour)