-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava后端职位要求test10_21.txt
8163 lines (7667 loc) · 890 KB
/
java后端职位要求test10_21.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
职责描述
1、开发阶段产品测试,发现设计缺陷和产品薄弱点,确保产品设计满足规格书要求及运行的可靠性,对测试的完备性、测试质量、测试效率承担责任
2、产品认证及外部测试,承担外部测试、认证的联络、设计、实施等环节工作
3、熟悉产品工作原理,编写测试规范和测试用例,输出测试报告,并对测试问题闭环处理等
4、熟悉常用电子物料特性,参与物料替代认证测试,完善物料认证流程及测试准则
任职要求
1、熟练掌握数字电路、电力电子技术、模拟电路,国家英语四级及以上
2、熟悉示波器、功率分析仪、LCR电桥、万用表等常用仪器
3、具备一定的产品及新技术测试能力
4、做事认真、责任心强、具备良好的心里素质,能适应高强度工作
具有良好的沟通能力和团队合作精神
工作职责:1.参与公司软件产品的需求,设计或代码的评审工作,并提出改进意见2.负责公司软件产品的测试工作,包括测试设计和测试执行,保障产品质量和进度3.参与设计和实现自动化测试工具,提高测试效率4.与产品和开发人员就研发进度和问题进行沟通5.跟踪定位软件产品缺陷职位要求:1.本科学历计算机或电子通信工程专业2.熟悉软件工程3.了解java或python或C++4.对操作系统linux有一定的理解,能熟练使用常用命令5.了解mysql/redis数据库6.有软件测试项目经验(加分)7.沟通表达能力好,并且对软件质量保障工作感兴趣(加分)
工作职责
-负责百度核心产品的测试工作,如信息流、搜索、百度APP、智能小程序、好看视频、百度网盘-参与产品需求、系统设计和程序代码的评审工作并提出改进意见-评估项目质量风险并制定项目测试方案,设计并执行测试用例,跟踪定位产品软件中的缺陷或问题,保证项目质量和进度-根据产品和项目特点,提出合理的自动化解决方案,并负责产品线的特色化的测试框架和测试工具,运用技术手段提升代码交付的质量和效率-参与互联网产品整个工程生产、发布过程中的技术创新,包括研发敏捷研发工具、线上监控系统、性能测试和监督工具等精确评估线上系统表现,以创新的工作模式提升产品的用户价值岗位要求
-计算机相关专业,本科及以上学历,21届毕业生、实习5个月以上优先考虑-能熟练地应用以下一门或几门技术进行相关开发
C/C++/Java/object-c、Linux/Unix Shell、Perl/Python/PHP、JavaScript/Html/Ajax、MySQL /Oracle及相关数据库技术等-具备快速的产品及业务学习能力,敏捷全面的逻辑思维能力-有责任心、敢于担当,工作积极主动,具备良好的团队合作精神,能融入多功能团队并与其他部门同事进行良好的沟通及合作-热爱互联网,对互联网相关业务或技术充满好奇及热情
在软件测试领域,对发现、分析及解决问题的工作有浓厚兴趣
岗位
寿险咨询岗,在线客服岗,欢迎大家推荐,薪酬优秀岗位职责
1.根据话术标准、作业流程和指标要求,向客户提供接简单咨询服务
2.记录在工作中发现的疑难问题和业务规则漏洞,反馈给相关管理人员
4.按照公司要求参加各项业务学习和业务测试
5.完成领导交办的其他工作
任职条件
1.要求有保险客服经验或寿险电话客服经验
2.大专及以上学历
3.年龄在18-35周岁之间
4.普通话标准,具备良好的聆听能力、理解能力和沟通能力
5.熟悉office办公软件,打字速度在40字/分钟以上,正确率达90%以上
5.能适应轮班倒休制,目前班次为9点-21点
6.1年以上工作经验
工作地点
北京市奥林匹克公园地铁站北辰世纪中心
职位描述1、参与AB Test系统、归因系统、异常检测系统等方向的数据产品建设与开发工作
2、理解业务需求,推动业务系统和相关团队完成实验系统落地和优化,为业务方提供AB 实验方案设计和效果评估
3、参与千亿级数据量与千量级并发 AB 实验的场景下的数据架构与功能设计
4、通过因果分析、机器学习等技术手段,探索新的实验方法和分析技术集成数据产品,加快产品决策,提供持续的创新和优化能力,帮助业务实现快速迭代
任职要求1、21届及以后毕业,本科及以上学历,计算机或相关专业的在校学生
2、对大数据分析在互联网业务场景中应用有浓厚兴趣或深刻理解,数学、统计学、计算机等专业优先
3、掌握 Java, Python, Scala, C 语言中的一种或者多种,熟悉 Linux 平台,使用数据结构和常用算法,有算法设计和实现能力,能够参与算法/模型的开发、评估、部署、监控优化等工作
4、熟悉 Hive, Hadoop, Spark, Tensorflow 等大数据计算框架
5、具有良好的沟通能力,高度的责任心和团队合作精神,具有出色的执行力与学习能力
6、有Kafka,Redis等工具的使用经验者加分
7、每周至少实习4天以上,能够全勤的优先,可以实习3个月及以上
工作职责:1、负责客户端控件产品及相关服务的设计、开发、升级、代码检查、测试和打包,及对项目提供支持等工作
2、编写相关产品设计和使用文档
任职资格:1、985/211院校,IT相关专业或有相关编程相关经历
2、掌握C#语言,Visual Studio、桌面编程及COM编程技术,Silverlight ,Web Api开发,前端开发技术(HTML、CSS、JavaScript、JQuery等),及有Office或WPS二次开发经验者优先
3、良好的学习能力,逻辑思维清晰,具备良好的分析和解决问题的能力
4、有协同开发意识
5、21届毕业生,要求能实习4个月以上
1.Ensure that all QC Microbiology personnel are appropriately trained for their positions.确保所有QC微生物人员都接受适当的岗位培训
2.Prepare, review, implement and maintain QC Microbiology SOPs.起草、审核、实施和维护QC微生物的SOP
3.Develop, review, implement and maintain QC Microbiology test methods. 开发、审核、实施和维护QC微生物检验方法
4.Undertake test method execution proficiency testing of QC Microbiology personnel.承担QC微生物人员熟练按照检测方法进行测试
5.As required participate in the Weekly Quality Organization Meeting. 按照需要参加每周质量部门会议
6.As required participate in the Monthly Quality Organization and Operations Organization Meeting. 按照需要参加每月质量部门和运营部门会议
7.As required participate in the Quarterly Management Review Meeting. 按照需要参加季度管理评审会议
8.Undertake utility sample testing.承担公用系统的样品检测
9.Communicate utility testing data to the Manufacturing and Engineering Departments. 向生产部和工程部汇报公用系统的检验数据
10.Maintain the utility testing records.维护公用系统检测记录
11.In conjunction with the Manufacturing Department undertake facility viable environmental monitoring.与生产部协力承担设施的生产环境监控
12.Communicate viable environmental monitoring data to the Manufacturing Department.向生产部传达环境监测数据
13.Maintain the viable environmental monitoring records.维持环境监测记录
14.In conjunction with Operations Department perform required testing to support equipment qualification / validation.与运营部门合作执行必需的检测,为仪器的确认/验证提供支持
15.Maintain the qualification / validation test records.维护确认/验证测试记录
16.Perform and report incoming API/material/component testing (bioburden/ endotoxin). 执行并报告来料API/物料/组分的测试(生物负荷/内毒素)
17.Maintain API/material/component test records.维护API/物料/组分的检测记录
18.Perform and report in process testing. 执行并报告中间检测
19.Maintain the in process test records.维护中间检测记录
20.Perform and report finished product testing (including sterility testing). 执行并报告成品检测(包括无菌检测)
21.Maintain the finished product test records.维护成品检测记录
22.Perform the required QC Microbiology testing to support product stability studies.执行需要的QC微生物检测,为产品稳定性研究提供支持
23.Communicate the QC Microbiology stability test results to the QC Manager.向QC经理报告QC微生物稳定性检测结果
24.Maintain the QC Microbiology stability test records.维护QC微生物稳定性检测记录
25.Manage all QC Microbiology test samples (from sample point to post-test execution).管理所有QC微生物检测样品(从取样到执行检测)
26.Provide QC Microbiology services to support investigations.提供QC微生物检测以支持调查27.Provide QC Microbiology services to support product development. 提供QC微生物检测以支持产品开发
28.Provide QC Microbiology services to support external customers. 提供QC微生物检测以支持外部客户
29.Manage QC Microbiology services provided by contract laboratories.管理由合同实验室提供的QC微生物检测
30.Manage samples provided to / received from contract laboratories.管理提供至合同实验室或来自合同实验室的样品
31.Test method review and approval.检测方法的审核和批准
32.Maintain QC Microbiology log books.维护QC微生物的检测台账
33.Perform identification testing / classification of flora identified in the facility. 执行厂房设施中发现的植物的鉴别检测或分类
34.Maintain the flora record for the facility.维护厂房设施的植物检测记录
35.Transfer QC Microbiology waste to the waste management area.将QC微生物废弃物转移到废弃物管理区
36.Responsible for drafting and revising microbiology control documents, including in-house specifications, sampling operation procedures, testing operation procedures. 负责微生物控制文件的起草和修订工作,包括内控质量标准、取样操作规程、检验操作规程
37.Also responsible for the proper storage of standards, culture medias, and, samples.负责标准品、培养基和样品的储存
38.Responsible for microbe monitoring of clean room (area) to ensure the clean room (area) meets the pre-defined requirements of environmental monitoring.负责洁净室(区)的微生物监测工作,保证洁净室(区)符合预定的环境监测要求
39.Responsible for daily environment monitoring of dust particles and settling plates in the clean-room. 负责洁净室尘埃粒子和沉降菌的日常环境监测
40.Responsible for the microbiology testing of pharmaceutical water and ensuring it complies with the pre-defined requirements.负责制药用水的微生物检测,保证制药用水符合预定的要求
41.Responsible for maintaining and using the precision instruments and equipment in the laboratory. 负责使用并维护实验室的精密仪器和设备
42.Responsible for the coordination with Chemical laboratory for the calibration and maintenance of the laboratory equipment and instruments. 同化学实验室共同协调实验室设备和仪器的校准和维护
43.Take part in the evaluation, audit and on-site inspection of supplier quality system.参与质量体系内供应商的评估、审计及现场检查
44.Responsible for investigating OOS and OOT results that occur in the lab.负责调查实验室发生的OOS、OOT
45.Take part in the investigation of quality complaints.参与质量投诉的调查
46.Take part in product annual quality review analysis, and provide supporting statistical data.参与产品的年度质量回顾分析,提供支持性统计数据
47.Take part in deviation investigation and change assessment which have direct impacts on product quality.参与偏差调查和直接影响产品质量的变更评估
48.Take part in product recalls.参与产品召回
49.Take part in investigation and handling of major quality accidents. 参与重大质量事故的调查处理
50.Responsible for conducting on-the-job training to the department personnel.负责部门内部人员进行在岗培训
51.Responsible for determining the adequacy and qualification requirements of relevant personnel, instruments, meters and SOPs regarding contract analysis.负责委托检验相关人员能力和资质要求、仪器仪表和SOP的确定
52.Responsible for the monitoring of the stability/environmental chambers.负责稳定性/房间环境的监控
53.Maintains job proficiency and technical knowledge by attending educational workshops; reviewing professional publications; establishing personal networks and participate in professional societies. 通过参加教育研究班,查阅专业刊物,建立人脉网络,参加专业协会,精进工作能力和专业知识
54.Complete any other work task assigned by QC manager.完成QC经理分配的其他工作任务
Work experience requirements 任职要求
1.Minimum of 5 Year in a manufacturing environment and at least one year supervisory experience in a microbiology laboratory 至少5年制药企业的工作经验且至少一年微生物实验室的主管经验
2.Good knowledge and experience working in a highly regulatory environment.丰富在高度法规监管环境下工作的知识和工作经验
3. Excellent organizational, communication, teamwork, and interpersonal skills良好的组织、沟通、团队合作和人际交往技能
4. Ability to work independently and time management skills能独立完成工作及时间管理技能
5. Computer literate in programs such as PowerPoint, Word, and Excel学过电脑程序如PowerPoint、Word和 Excel
6. Fully bilingual (writing/speaking) Chinese and English.精通中文和英语(写作/口语)
职责描述
1.Responsible for the development, implementation and maintenance of the laboratory quality management system (QMS), and for ensuring that testing and practices are up to current standards.负责实验室质量管理系统(QMS)的开发、实施和维护,确保检测和实践符合现行的标准
2.Follow local and international drug regulation.遵循当地和国际药品法规
3.Responsible for the review of the quality control documents, including in-house specifications, sampling operation procedures, testing operation procedures, and storage standards of raw materials and excipients, packaging materials, intermediate products, bulk products and finished products.负责质量控制文件的审核工作,包括原辅料、包装材料、中间产品、待包装产品和成品的内控质量标准、取样操作规程、检验操作规程和贮存标准
4.Prepare QC (Microbiology and Chemistry laboratories) staff job descriptions.起草QC(微生物和化学实验室)员工的职位描述
5.Hire QC staff with the support of Executive Management.在执行管理层的支持下雇佣QC员工
6.Undertake QC staff reviews.承担QC员工的审核工作
7.Responsible for the training management of labs quality system.负责实验室质量系统的培训管理工作
8.To ensure that the required initial and continuing training of her department personnel is carried out and adapted according to need.确保对本部门实施了所需要的最初培训与持续培训
9.To ensure the appropriate hygiene requirements of her department.确保本部门适当的卫生要求
10.The authorisation of written procedures and other documents, including amendments.书面程序和其他文件的授权,包括修改
11.Review and approve SOPs generated for the QC areas.审核和批准QC部门生成的SOP
12.To approve specifications,sampling instructions,test methods and other Quality Control procedures.批准质量标准、取样说明、检验方法以及其他质量控制程序
13.Manage the development and validation of microbiology and chemistry test methods. Review and approve new and changes to existing test methods.管理微生物和化学检验方法开发和验证工作,审核和批准新的检验方法和现有检验方法的变更
14.The inspection,investigation,and taking of samples,in order to monitor factors which may affect product quality.对样品进行检查、调查和取样,以监测可能影响产品质量的因素
15.To ensure that all necessary testing is carried out and the associated records evaluated.确保实施了所有必需的检验和相关记录的审核
16.Report critical quality control issues to Executive Management immediately.及时向执行管理层报告关键质量控制问题
17.Support QA on any investigation requiring further testing. 当QA 在任何调查需要进一步的检测时提供支持
18.To ensure the monitoring and control of the manufacturing environment.生产环境的监测与控制
19.Manage new product development activities for OG and external clients.为OG和外部客户管理新产品的开发活动
20.To approve and monitor any contract analysts.批准和监督任何外包测试
21.Active participation on review of quality agreement.积极参与质量协议的审核
22.To ensure the qualification and maintenance of her department,premises and equipment.确保本部门场地和设备的确认与维护
23.To ensure that the appropriate validations are done.确保实施了适当的验证
24.The monitoring of compliance with the requirements of Good Manufacturing Practice.监测与GMP要求的一致性
25.Involvement in all GMP related matters or issues.参与所有与GMP相关的事项或问题
26.Develop and implement product development plans开发和实施产品开发计划
27.Work with the Quality Operations and GMP - Accounting Organizations to ensure that the OncoGenerix systems are operating in compliance.与质量运营部及GMP财务部紧密合作以确保基纳瑞克斯的体系合规运营
28.Participation in management reviews of process performance,product quality and of the quality management system and advocating continual improvement.参与工艺流程、产品质量和质量管理体系的管理评审,提倡持续改进
29.Ensuring that a timely and effective communication and escalation process exists to raise quality issues to the appropriate levels of management.确保及时有效的沟通和升级工艺以提高质量管理的水平
30.Work with QA / RA Department Manager to prepare and implement statistical analysis techniques to accurately trend and document the performance of QC systems. 与QA/RA部门经理一起制定实施统计分析技术以准确的分析和记录QC系统的性能
31.Responsible to provide data for periodic departmental quality meetings to discuss on going activities, current trends, issues, resolutions, new projects, and plans.负责向定期召开的部门质量会议提供数据, 就正在进行的工作、目前的趋势、问题、决议、新项目及计划进行讨论
32.Prepare the Quality Control systems performance report (statistical analysis) for the Weekly Quality Organization Meeting to review trended quality data, staff requirements and quality issues.为每周的质量部门会议起草质量系统性能报告(统计分析)以审核质量数据的趋势、员工需求和质量事物
33.Maintain the site Stability program for the whole year such as production sampling schedules, samples pull testing, reporting, individual and family product trajectory ensuring that the continuous stability monitoring program of products has been completed, and the stability monitoring data can be presented during quarterly and Annual Product Review meetings. 维护年度稳定性计划,如产品取样计划、样品检测、报告、单品种和系列产品跟踪等,确保产品持续稳定性监测计划已经完成,并且可以在季度、年度的产品审核会议上提交稳定性监测的数据
34.Participate in risk management / risk review meetings.参加风险管理/风险审核会议
35.Maintains job proficiency and technical knowledge by attending educational workshops; reviewing professional publications; establishing personal networks and participate in professional societies. 通过参加教育研究班,查阅专业刊物,建立人脉网络,参加专业协会,精进工作能力和专业知识
36.Complete any other work task assigned by Director Quality Operations.完成质量运营总监分配的其他工作任务
任职要求
1. Minimum of 10 years of Biopharmaceutical and/or Pharmaceutical experience with at least 5 years leading laboratory testing activities.至少10年生物制药和/或至少5年领导实验室检验活动的制药经验
2. Proven track record management of QC operations.经证实的并记录可查的QC运营管理业绩
3. Knowledge of quality systems and regulatory requirements.质量体系和法规要求方面的知识
4.PhD degree in the Science Field such as Chemistry and/or Pharmacy.科学领域比如化学和/或药学博士学位
技能
1.Excellent organizational, communication, and interpersonal skills. 良好的组织、沟通和人际交往能力
2.Strong analytical and leadership skills.强大的分析和领导能力
3.Problem analysis and problem solving experience.问题分析和问题解决经验
4.Planning and organizing.计划和组织
5.Good Judgment and decision making.良好的判断和制定决策能力
6.Ability to work independently.能够独立完成工作
7.Outstanding organizational skills.出色的组织能力
8.Ability to operate in a fast-paced, multi-disciplinary industrial environment.能够操作一个快节奏的、多学科的工业环境
9.Bilingual (speaking/writing) English/Chinese.精通英语和中文(口语/写作)
10.Understanding and proficiency on managing software programs such as Words, PowerPoint, and Excel.理解和熟练使用管理软件例如Words, PowerPoint, and Excel
Summary: Ensures the contracted Data Management for clinical studies are carried out by the Company in accordance with the executed contract and the customer’s expectations. Essential Functions:1. Acts as Project Leader on a stand alone contract ("project") for Data Management, to include: a. primary customer contact for all contracted Data Management;b. direct liaison with Finance and Contract department on required matters (e.g., invoicing, contract changes).2. Acts as Functional Lead for Data Management on full service contracts to include:a. primary contact for internal liaison between Data Management and Company Project Management, Clinical Monitoring, and other functional groups on 'full service' contracts;b. liaison with Finance and Contracts groups via the Project Leader (e.g., concerning invoicing, contract changes).3. Ensures launch, delivery and completion of all Data Management according to contractual agreement and relevant Standard Operating Procedures (SOPs), guidelines, and regulations.4. Manages changes of scope, budget, revenue recognition, and participation in monthly internal project reviews.5. Monitors and communicates project progress to the customer and project team including use of project status reports and tracking tools/metrics.6. Plans, manages, and requests resource as required for assigned studies.7. Maintains a consistent, manageable workflow for Data Management project team by monitoring enrollment information and communicating with project team to actively influence data collection.8. Develops and maintains:a. Data Management Plans;b. Project Management Plans (for stand-alone contracts only);c. Communication Plans (for stand-alone contracts only);d. SAE Reconciliation Guidelines;e. Quality Plans; and other plans as delegated/required. 9. Assists in the negotiation and contracting process with outside vendors such as e-CRF/Diary vendors, CRF Printer, and IVRS vendors.10. Maintains documentation on an ongoing basis and ensures that all filing is up to date.11. Regularly reviews project files to ensure that all filing is up to date.12. Manages the database freeze and lock processes and procedures.13. Ensures that all applicable documents and databases (data sets) are archived or returned to the customer appropriately.14. Coordinates user testing per User Test Plans developed for data entry screens, electronic edit checks, data listings, import/export programs, and medical coding. 15. Provides project specific training for: a. CRAs to be able to train site staff to use EDC system; b. site staff to use EDC system;c. project team in project specific requirements.16. Manages Quality Control (QC) process for checks of CRF database versus Case Report Forms (CRFs) and Data Clarification Forms (DCFs):a. specifies required CRF database listings;b. summarizes results and resolves issues from checks of such listings against CRFs and DCFs.17. Schedules and requests data transfers/imports/exports to/from CRF/eCRF database and associated databases.18. Reviews and approves: a. project plans and guidelines for data validation, electronic data interchange, coding, CRF/eCRF screen, database design, user testing, CRF tracking, CRF/eCRF completion and other applicable project plans as delegated/required;b. specifications for listings and summaries (other than for statistical reporting requirements) from CRF databases, and external data sources;c. output from listings and summaries (other than for statistical reporting requirements) from CRF databases, and external data sources. 19. Participates in, and presents at internal, customer, third-party, and investigator meetings. 20. Plans for and creates necessary documentation to support internal and external audits; participates in such audits.21. Participates in the development of departmental technologies, SOPs, processes, and procedures.22. Develops and delivers applicable data management departmental training. 23. Trains and mentors data management staff.24. Contributes to the Request for Proposal (RFP) and Request for Information (RFI) process. Prepares input for, and participates in proposal bid defense meetings.25. Maintains proficiency in Data Management systems and processes through regular training. Takes the opportunity to network with colleagues for new and/or repeat business. Other Responsibilities: Perform other work-related duties as assigned. Minimal travel may be required (up to 25%). Requirements:BA/BS in the biological sciences or related disciplines in the natural science/health care field. Moderate clinical data management experience or an equivalent combination of education and experience. Experience Clinical Data Management practices and relational database management software systems. Demonstrated staff leadership skills. Contract Research Organization (CRO) experience preferred. Direct exposure to Oracle Clinical, Rave, or Inform systems. Knowledge of medical terminology, clinical data, and ICH/Good Clinical Practices. Proficiency in MS Windows navigation, Word, Excel, PowerPoint, and email applications. Effective oral and written communication skills. Good organizational, planning, and time management skills with the ability to multitask under tight deadlines while providing attention to detail. Ability to be flexible and adapt to change, to work independently, as well as part of a multi-disciplinary team. Ability to make effective decisions and manage multiple priorities in a highly dynamic environment.
你将会负责
1、负责公司级核心产品的工作及设计规划
2、负责调研、沟通合作部门需求,确定产品定位,明确产品形态,制定产品规划,输出产品文档并驱动相关方落地产品方案
能根据产品上线后的效果发现问题,主动调优产品方向和持续优化
3、与交互和视觉设计师、开发、测试等团队紧密合作,驱动项目实施,达成产品目标
4、对于用户体验、用户交互有深刻的理解,并且有亲自主导全面优化的经验
5、深入产品和业务,组织并建立数据可视化报告,发现问题,改良产品
我们希望你
1、本科及以上学历,5年以上产品工作经验,英语可作为工作语言
2、深入了解C端产品,有国际产品设计经验或者海外工作/学习经验者优先考虑;3、逻辑思维能力强,善于抽象和简化复杂问题,并给出可行性强的解决方案
工作责任心强,具备较高的执行力
4、具有良好的学习能力、沟通能力和团队合作精神,工作自驱性强
我们会提供
六险一金
五险&公积金全额+补充医疗保险(100%报销)考勤
弹性办公11
00-21
00,规避早晚高峰
五天工作日,周末双休效率
冈村人体工程椅,MacBook Pro配备Dell显示器,全自动可升降超大办公桌年假
10+天带薪年假餐饮
免费午餐晚餐自助,水果零食饮料咖啡无限量供应学习
每年2000RMB的学习经费旅游
每年一次出国游,公司负责全部行程费用活动
每月生日会、团队聚餐,每季度team building大活动,节日另有惊喜健康
公司有淋浴室,每周组织上门按摩为你放松筋骨
1、气象、海洋、遥感、地理信息、计算机等相关专业研究生/博士以上学历
2、21届毕业生,实习不少于6个月,每周不低于5天
3、招聘岗位
气象数值、机器学习、遥感算法、解决方案(售前)、技术开发(JAVA、web、c++、c#
等)、测试等岗位
4、工作地点海淀西二旗
职责描述
The Systems Administrator’s role is to provide well-rounded IT support across multiple platforms including maintaining organizational desktops and peripherals in the designated office and assisting with operational IT administration of Office 365 and other cloud related technologies. ResponsibilitiesInformation Technology Support• Perform on-site analysis, diagnosis, and resolution of complex desktop problems for end-users, and recommend and implement corrective solutions, including off-site repair for remote users as needed.• Install, configure, test, maintain, monitor, and troubleshoot end-user and network hardware, peripheral devices, printing/scanning devices, presentation equipment, software, and other products in order to deliver required desktop service levels.• Construct, install, and test customized configurations based on various platforms and operating systems.• Collaborate with technology team members to ensure efficient operation of the organization’s desktop computing environment.• Where required, administer and resolve issues with associated end-user workstation network software products.• Receive and respond to incoming calls and/or support tickets regarding desktop problems.• If necessary, liaise with third-party support and PC equipment vendors.• Perform additional related duties consistent with the scope and intent of the position.Office 365 Support• Support of users, Windows systems and computers in Azure Active Directory, Office 365, Exchange Online, OneDrive, Sharepoint, Teams, VPN and other related hosted applications or services.• Create, maintain and disable user accounts through administration portal.• Assist with management of Office 365 tenant provided by 21Vianet along with cross-border interoperability to external tenants.• Assist with configurations, PowerShell scripts, baseline policies and backup/DR processes.• Provide a high level of support by solving technical problems and escalating issues to appropriate responsible parties.• Work with other teams and departments to help achieve shared goals.任职要求
• Undergraduate degree in Computer Science, Information Technology or related fields• CompTIA A+, Network+, MCSA preferred and/or 3 years work experience in related field.Knowledge & Experience• Excellent knowledge of PC and desktop hardware.• Hands-on hardware troubleshooting experience.• Working technical knowledge of current protocols, operating systems, and standards.• Ability to operate tools, components, and peripheral accessories.• Able to read and understand technical manuals, procedural documentation and OEM guides.• Expert knowledge and administration ability of Microsoft products including Office 365 and related technologies as well as Azure hosting• Prior experience in collaborating with global teams on IT Systems and Technology innovationPersonal Attributes• Strong customer service orientation.• Proven analytical and problem-solving abilities• Ability to effectively prioritize and execute tasks in a high-pressure environment• Good written, oral, and interpersonal communication skills• Ability to conduct research into PC and software issues and products as required• Ability to present ideas in business-friendly and user-friendly language.• Highly self-motivated and directed• Keen attention to detail• Team-oriented and skilled in working within a collaborative environment• Availability for support of systems outside of normal business hours as well as occasionally being available to perform maintenance during non-business hours
岗位职责
1、根据招聘计划,独立开展招聘工作,负责招聘需求沟通、岗位盘点,与各部门保持密切沟通,在约定时间内完成招聘任务
2、甄别、选择、建立和维护合适的招聘渠道
3、优化招聘工作的各项流程,提高招聘效率
4、进行工作分析,完成职位说明书以及简历甄别和招聘测试、面试、录用等
5、完善招聘评估体系,建立候选人和招聘相关数据库,分析、评估、改进招聘效果
【任职要求】
1、 统招本科及以上学历,21届/22届伙伴,人力资源、财务、统计相关专业优先
2、主动性强,有良好的理解能力、沟通能力和表达能力,有较强的责任心和保密意识
3、逻辑思维清晰,数据处理能力佳
4、有猎头/互联网公司招聘实习经验优先
5、随时可到岗,每周实习4天,根据实习期(3个月)表现有留用机会
在【跟谁学】,你将获得
1、扁平的组织架构,行业大咖带你,快速的学习&能力提升机会
2、愉悦的工作氛围,高大上的办公环境
3、实习证明
为实习生提供实习证明
4、员工活动
丰富文体活动,如各种协会俱乐部、生日会、外出旅行
5、其他福利
餐补、节日礼品、日常新鲜水果,有趣的灵魂需要有趣的你~快来加入我们吧
岗位职责
1、负责电商中台核心链路的架构设计、开发、优化工作;2、能够深刻理解产品需求,站在业务角度进行概要设计、详细设计,并负责完成核心代码的编写工作;3、对所负责的系统不断提升稳定性、性能,以支撑业务的数据及并发
4、保持对技术及行业的前瞻性思考,不断以技术驱动业务的改进与提升;5、提交高质量代码,编写符号规范的技术文档
6、参与需求分析、架构设计、环境搭建、代码编写、单元测试等工作
7、持续优化系统性能,不断提高产品稳定性、可靠性、可用性
8、能独立负责一块业务,相关系统开发并保证系统的稳定
9、按照业务相关需求进行业务需求分析和软件设计
10、进行软件详细设计和编码实现,确保安全、质量和性能
11、快速定位并修复现有软件缺陷、迭代
12、相关文档编写
13、参与软件系统的方案讨论、技术调研、系统分析、重构、优化
岗位要求
1、5年以上Java开发工作经验,对集合类、JVM、内存模型、泛型、异常、反射等有深入的了解,有大型互联网公司任职经历的高级技术人才优先
2、常用java框架及开源系统如Spring、Mybatis、ZK、Dubbo,RabbitMQ, Redis, Mongo等有较深入的应用经验,了解底层原理
3、精通高并发、分布式架构实战经验,掌握系统扩缩容、限流、升降级、容错等方面的设计技巧及技术选型
4、敏捷沟通、善于总结、思考、能够在实践中不断学习
5、有较强的自驱能力、及工作主动性,勇于承担,敢于挑战
6、有平台类电商交易履约领域开发经验者优先
7、熟悉微服务架构理念,有实战经验,在服务治理,服务监控方面有相关开发经验
8、 熟练掌握Spring、Spring MVC、Mybatis、Redis、Mongodb、Mysql读写分离、数据库锁及索引等、消息队列
9、有spring boot、spring cloud下的各类组件、Dubbo、基于RPC或消息中间件的分布式架构设计、Docker等经验者优先
10、熟知常用算法, 精通java语言,了解JVM及如何调优,在高并发,高性能方面有相关开发经验
11、具有扎实的Java编程功底和良好的编码规范,对接口设计和系统规范有强迫症;12、熟练使用linux、Tomcat、Nginx等开源的服务器和容器配置
13、 做过服务接口,对接口安全,鉴权等有深刻认识,对商品SKU、库存等商品管理,订单结算、履约(线上、线下)、分享、云存储等各类第三方有过实战对接经验
14、 深入理解HTTP协议、熟悉RestAPI、熟悉并发、多线程开发
15、做过组件类开发、扩展的优先
有Docker容器化平台、servicemesh开发经验加分;16、熟悉基于数据库的设计和开发,熟练使用Mysql、HBase等数据库,有Elastic Search开发经验
17、具备持续学习的能力、高度的抽象设计能力、思路清晰、善于思考、能独立分析和解决问题
18、 在Github、码云等开源社区有源码贡献者优先,个人博客请主动出示
19、 熟悉主流Web服务器与中间件服务器的配置管理与性能优化
20、 具有良好的编程风格及习惯,具有良好的逻辑思维能力、沟通能力、团队合作能力
21、 具备需求分析、系统设计、数据库设计能力
熟悉UML,并能熟练使用一种建模工具
22、 能在强大工作压力下能保持良好的工作状态
23、懂得协作,虚心、能持续不断学习并乐于分享
Major Responsibilities:* Conduct vehicle infotainment test on test drive in 2-Shifts mode;* Participate the daily regular issue report meeting;* Create tickets for the detected issues in Octane system.Competences and Capability & Skills:* Willingness to do the test work in 2-shifts-Mode (1st shift 5:00 – 13:00, 2nd shift 13:00 – 21:00);* Able to read and write in English;* Sensitive to figure out problem;* Good communication skills.
有生命科学领域经验者优先Help us improve access to life-changing therapies that can transform human healthWe are Cytiva, a global provider of technologies and services that advance and accelerate the development and manufacture of therapeutics. Formerly part of GE Healthcare, we have a rich heritage tracing back hundreds of years, and a fresh beginning since 2020. Our customers undertake life-saving activities. These range from fundamental biological research to developing innovative vaccines, biologic drugs, and novel cell and gene therapies. Our job is to supply the tools and services - the pots, pans, soups and sauces - they need to work better, faster and safer, leading to better patient outcomes. What you’ll do1. Collecting win/loss & competitive insight on portfolios at regional level; feedback to global marketing; recommend and develop marketing programs to adjust product positioning and improve win rate.2. Collaborating with commercial leadership and global marketing to develop the region market and growth forecast.3. Ensuring regional marketing plans & execution are aligned with global marketing plan (value proposition, positioning, marketing mix, etc.) to grow orders and share.4. Providing region input to business cases for products/upgrades that are at concept stage, work with Global Marketing to develop, test and prototype new product ideas5. Employing clinical and industry trend analysis, and market share and competitive analysis relevant to a product / portfolio.6. Conducting in-depth research to define customer problem statement, success metrics, clinical and economic needs, buying cycles, and personas (to support development of global MRD). 7. Validating global value proposition and messaging and adapting for regional use. 8. Prioritizing and mapping customer segments and works with modality on demand creation activities to achieve NPI and business objectives.9. Developing and supporting product-specific KOL’s and advisory boards. 10. Developing regional thought leadership and advertising and promotion strategy in support of demand creation and funnel acceleration activities. 11. Adapting global marketing assets (including sales tools) to ensure that the region commercial organization has the right tools to position and sell product configurations / portfolio effectively. 12. Identifying and establishing reference and show sites. 13. Developing programs to gather regional evidence of customer success, early adopters, show sites, and clinical evidence where appropriate14. Coordinating product training for commercial teams by leveraging Global Marketing and Global Product Management support15. Providing commercial teams product knowledge in product use, differentiation, positioning and pricingWho you are16. Master’s Degree or PhD in Bio-Tech, Bio-molecular, Bio-chemistry or related field17. Minimum 3+ years’ experience in marketing, product marketing or related field18. Leadership skills to lead teams and shape/lead growth vision and marketing strategy19. Team oriented – ability to motivate and work well with diverse, cross-functional teams20. Excellent oral and written communications skills21. Strong analytical and process skillsWho we areWhatever your role, we bring purpose and challenge into our everyday work. If you are driven to make the world a better place thanks to science and medicine, you’ll feel right at home here. If you’re flexible, curious and relentless, you’ll belong. If you are excited about a global culture, this can be the place to further your career.Want to know more? Experience life at Cytiva on our Careers website, Instagram channel and LinkedIn page!Cytiva is a 3.3 billion USD global life sciences leader with nearly 7000 associates across 40 countries who are dedicated to our mission to advance and accelerate therapeutics. As a trusted partner to customers that range in scale and scope, Cytiva brings efficiencies to research and manufacturing workflows, ensuring the development, manufacture and delivery of transformative medicines to patients.Cytiva is part of the Danaher family of companies, a global science and technology innovator committed to helping customers solve complex challenges and improving quality of life around the world.
职责描述
1. 与工程部对接校园内新工程新设备安装及线路布置,参与前期准备工作
2. 协助工程部进行设备工程验收,对校园内所有需要维修的工程提出维修意见或维修申请
3. 对学校管辖管理区域内高低压电气、电梯、空调、消防、风机、水泵、管网等设施设备进行规范化管理的具体实施工作
4. 每日巡检校园内所有设施设备系统,排查故障,并填写相关记录
5. 应急处理停电事故
判断是否故障停电,做好道闸切换及备用发电机启用
6. 应急处理停水停气事故,判断是否管网泄露,做好关闸防护及分析故障点
7. 消控室报警系统检查和报警处理,判断是否误报还是真正的故障,并做好应急处理
8. 水泵房检查水泵有无负载过重情况,及时添加润滑油,避免因负载过大而烧坏
9. 所有机房
水泵房、配电房的防触电系统安全检测工作
10. 对接供电局部门检查维护高压环网站,及高压配电室安全巡检
11. 高压配电室运行管理,巡检变压器及开关柜运行情况,比如超温及超负荷
12. 年度检查避雷系统,室外的窨井、电缆沟等,确保正常运转
13. 暑假检查校园高配房高压开关的灵活度,开启和关闭是否正常
14. 年度检查所有空调的氟利昂压力,运行电流,判断是否功能正常,所有过滤网每三个月做一次清洗
15. 新风系统每半年检查一次过滤情况,测试风速,运行情况,判断是否功能正常
16. 游泳馆设备检查,比如过滤器(沙缸)每周清洗,每天查看水质监测仪、恒温系统
17. 负责建立和完善所有设备资料台帐
每台设备都做编号,并将维保记录到具体到的每台设备,以便统计分析、控制和预测设备维保成本
18. 对提高设备利用率、降低设备能耗负有统筹、监控和提出改进方案的责任,建立校园节能制度,比如教师对教室内各照明和空调的开关准则,应对各季节设置空调和新风系统统一的温度既达到人体舒适度又能更好节能目的等
19. 负责对新购或更新设备的先进性、合理性提出核定意见
20. 负责对新接楼宇主要设备的会审、质量监督、接管的技术工作(与工程部对接)
21. 对设备的正常、安全使用负有督导责任,勤查勤看设备现场,对工程部设备的现场工作进行检查和指导
比如安全用电,有无乱接线等
22. 熟悉各设备性能,提升设备运行能效,降低学校运营成本
任职要求
1. 有5-10年工作经验,中专以上学历
2. 拥有专业的机电理论知识和实践技能,对学校的设备及动能管理具有现场维修管理技能
3. 熟悉设备及动能相关的国家法律法规
4. 掌握现代化办公用具及软件的使用知识及技巧,会平面CAD制图
软件部实习生-测试方向(北京)岗位描述
你将有机会创新测试流程、工具和方法,提升研发质量和效率,带给客户高效稳定的软件开发环境
1、负责深度学习框架、sdk和驱动程序的性能及功能测试
2、设计和开发自动化测试平台和工具,创新测试方法
3、结合深度学习软件功能需求制定测试计划、编写测试用例并撰写测试报告
4、负责软件质量跟踪及管理,结合测试报告和客户反馈,保证发布质量
任职要求
1、本科及以上学历在校学生,专业不限,20届、21届、22届毕业均可
2、掌握C/ C++编程技能,对所投方向有一定的了解和兴趣
3、需至少实习3个月以上,接受暑期实习,外地学生提供租房补贴
微信分享
Scope, objective and relevance of positionTo ensure the intelligent cockpit ready for Asian customer, and consequently the success of all infotainments by Volkswagen Group and its brands in China- Responsible for key component of the Volkswagen Group ICB - local developed of infotainment systems, platform development - china development, release and maintanence( BMG approval / K-release approval recommendation / supplier ratings and decision / steering JVs support )- Responsible for the OS and services integration into next gen. infotainment system in China- Responsible for platform development with relevant departments to ensure the infotainment system compatitiveness in the market- Responsible for cooperation with and steering of local supplier of Volkswagen Group- Support the screening and qualification of local infotainment and content supplier to become supplier of Volkswagen and it’s JVs- Drives and steers the infotainment / body electronics development inline with the china market requirements and china laws and regulations for online services/platform development and body electronicsRange of responsibility - Approval / BMG approval and K-realese recommodnation for the platform SW Infotainment part for all China project within the VW Group- Ensure the Approval with EG/GQ to safeguard the SOP- Ensure the development and qualification / certification / homologation for the part in China if needed- Responsible to deliver comprehensive testing reports to internal management and external partners to point out critical tasks and drive them to a solution- Supporting JV for projects rampup from development to production- Field claim support to GQ - Communication / moderate and control the qualification teams, suppliers and Joint ventures for an overall project strategy - Communication with Audi AG development teamKey tasks and responsibilities1. Development and approval of specificationsa. Work out functional specificationsb. Lead reviews with relevant suppliers and other function ownersc. Provision of input to test specification generated by test engineersd. Approve functional specifications through summarizing test results and supplierfeedback and submit results to project managemente. Discuss and approve test specifications with test engineers and test coordinator2. Function tracking and development planning a. Supply feature sets as input for release plans of owned function area and verifyconsistency of release plansb. Identify deviations between the actual performance and planning statusc. Report achievement of final software approvald. As a consequence of possible delays at any time within the time schedule, define countermeasures with other function owners and project coordinator orescalating to team leader, if necessary3. Track bug fixing and achieve quality-wise approvable statea. Allocate errors and answer check-backs in KPM-web (failure tracking tool) according to defined error workflowb. Enforce error resolutions at supplier side by means of e.g. regular error walkthroughsc. Prevent redundancies, wrong assignment (function, function owner) and wrong ticket statusd. Responsible for checking trace availability and ticket description, acting as quality gate in case of specific bad quality tickets during ticket creation and verificatione. Responsible for fixing scope with suppliers agreement/feedbackf. Evaluate each ticket during total ticket clean-up walkthrough g. Confirm achievement of project milestones for owned function area4. Create and track change requestsa. Generate requirement specifications for change requests and submit to technical cleaning house via project coordinatorb. Responsible for synchronizing the change request content with AUDI AGc. Responsible for tracking implementation status with suppliersd. Allocate update status of individual change requestse. Secure the submission and verification of tracker items for Asia5. Stakeholder communicationa. Responsible for regular information synchronization between C/EE, AUDI AG and suppliers by means of reports and participating regular meetings on demandsb. Synchronize with other function owners of C/EE and Audi AG to ensure feasibility of functionalityc. Synchronize with test engineers responsible for the owned function aread. Technical control of involved suppliers6. Release and Approvala. Plan and excute approval for own responsible partb. In align with EG / GQ for common understanding of the product qualityc. Sub-approval for the product7. Product compliancea. Ensure the product concept is compliance with local legal requirement and potential homologation / certification requirements Qualification and skillsEducation:- Bachelor or Master degree in automotive, electrical, computer engineering or relevant fields.Technical Skills:- Strong experience and background on mobile operating system development and integration- Strong experience on Android OS and hypervisor with other OS integration- Proficiency with Android system porting and integration- Proficiency with Android HAL, System architecture and other related fields- Experience with Agile and Scrum development- Good understanding of network architecture, network protocol and etc- Deep understanding on IVI product development- Deep understanding of operating system technology- Knowledge of CAN bus system is a plusPersonal skills:- Strong verbal and written communication skills- Power of endurance- Willingness to learn- Cooperation skills and assertion skills- Abstraction skills- Openness (especially to intercultural differences)Working experience (in years):- 5 - 8 years in software development, OS development and integration or similar technical areas- Minimum 3 years working on hypervisor and android / Linux systemRemarks:- Excellent English skills (written and spoken)- German and Chinese language skills are useful“Volkswagen Group with 12 brands is the most innovative car company worldwide. Together, the brands Volkswagen and Audi and the connectivity provider Mobility Asia willrecruit around 140 new engineers & software experts in China in 2020.Within Group R&D China, Volkswagen and Audi jointly develop new technologies in the areas of autonomous driving/ ICV, connectivity and New Energy Vehicles – for China and the World.”If you apply for a position, you agree to the following: “Personal related data according to yourCV will be shared within Volkswagen Group China.”
Scope, objective and relevance of positionTo ensure the intelligent cockpit ready for Asian customer, and consequently the success of all infotainments by Volkswagen Group and its brands in China- Responsible for key component of the Volkswagen Group ICB - local developed infotainment systems platform - china and asia part development and maintanence( BMG approval /K-release approval recommendation / supplier ratings and decision / steeringJVs support )- Responsible for the part development in China in support of Germany home department.- Responsible for cooperation with and steering of local supplier of Volkswagen Group - Support the screening and qualification of local infotainment and content supplier to become supplier of Volkswagen and it’s JVs- Drives and steers the infotainment / body electronics development inline with the china market requirements and china laws and regulations for online services/platform development and body electronicsRange of responsibility - Approval / BMG approval and K-realese recommodnation for the Infotainment part for all China project within the VW Group- Ensure the Approval with EG/GQ to safeguard the SOP- Ensure the development and qualification / certification/ homologation for the part in China if needed- Responsible to deliver comprehensive testing reports to internal management and external partners to point out critical tasks and drive them to a solution- Supporting JV / Logistic for projects rampup from development to production- Field claim support to GQ - Communication / moderate and control the qualification teams, suppliers and Joint ventures for an overall project strategy - Communication with Audi AG development teamKey tasks and responsibilities1. General hardware (part) developmenta. Responsible for overall part development activityb. Planning and excuting the hardward development activity with in combination of SW development status2. Development and approval of hareware specificationsa. Work out hardware specificationsb. Lead reviews with relevant suppliers and other function ownersc. Provision of input to test specification generated by test engineersd. Approve functional specifications through summarizing test results and supplierfeedback and submit results to project managemente. Discuss and approve test specifications with test engineers and test coordinator3. Development status tracking and development planning a. Supply feature sets as input for release plans of owned function area and verifyconsistency of release plansb. Identify deviations between the actual performance and planning statusc. Report achievement of final hardware approvald. As a consequence of possible delays at any time within the time schedule, define countermeasures with other function owners and project coordinator orescalating to team leader, if necessary4. Track bug fixing and achieve quality-wise approvable statea. Allocate errors and answer check-backs in KPM-web (failure tracking tool) according to defined error workflowb. Enforce error resolutions at supplier side by means of e.g. regular error walkthroughsc. Prevent redundancies, wrong assignment (function, function owner) and wrong ticket statusd. Responsible for checking trace availability and ticket description, acting as quality gate in case of specific bad quality tickets during ticket creation and verificatione. Responsible for fixing scope with suppliers agreement/feedbackf. Evaluate each ticket during total ticket clean-up walkthrough g. Confirm achievement of project milestones for owned function area5. Create and track change requestsa. Generate requirement specifications for change requests and submit to technical cleaning house via project coordinatorb. Responsible for synchronizing the change request content with AUDI AGc. Responsible for tracking implementation status with suppliersd. Allocate update status of individual change requestse. Secure the submission and verification of tracker items for Asia6. Stakeholder communicationf. Responsible for regular information synchronization between C/EE, AUDI AG and suppliers by means of reports and participating regular meetings on demandsg. Synchronize with other function owners of C/EE and Audi AG to ensure feasibility of functionalityh. Synchronize with test engineers responsible for the owned function areai. Technical control of involved suppliers7. Release responsiblea. EE-Approvalb. BMG approval for the responsible part in the given timeline.c. Support EG/GQ approval in the project activities.8. Qualification/ Supplier Managementa. Plan and excuting qualification activities with relevant responsible department: robust design testing, factory audit and etc.b. Main interface of hareware supplier (tier 1)c. Responible for supplier management globallyd. Supporting JV / Logistic for projects rampup from development to productione. Field claim support to GQ9. Product compliancea. Ensure the product concept is compliance with local legal requirement and potencial homologation / certification requirements Qualification and skillsEducation:- Bachelor or Master degree in automotive, electrical, computer engineering or relevant fields.Technical Skills:- Strong experience and background on hardware development- Experience with automotive product (ECU) development and tier 1 supplier steering- Knowledge and experience on ramp up production and logisticPersonal skills:- Strong verbal and written communication skills- Power of endurance- Willingness to learn- Cooperation skills and assertion skills- Abstraction skills- Openness (especially to intercultural differences)Working experience (in years):- 5 - 8 years in automotive or similar business area- 2 - 3 years hardware relevant development experienceRemarks:- Excellent English skills (written and spoken)- German and Chinese language skills are useful“Volkswagen Group with 12 brands is the most innovative car company worldwide. Together, the brands Volkswagen and Audi and the connectivity provider Mobility Asia willrecruit around 140 new engineers & software experts in China in 2020.Within Group R&D China, Volkswagen and Audi jointly develop new technologies in the areas of autonomous driving/ ICV, connectivity and New Energy Vehicles – for China and the World.”If you apply for a position, you agree to the following: “Personal related data according to yourCV will be shared within Volkswagen Group China.”
职责描述
1、根据产品要求完成ASIC芯片模块的逻辑设计概要设计方案,编写模块详细设计文档;2、进行模块仿真,配合验证人员进行测试用例评审以及系统仿真问题解决;3、参与上板调试,和软件硬件人员共同解决产品问题;任职要求
1、 计算机、通信、电子及相关专业,985,21高校本科及以上学历
应届亦可;2、 熟练掌握 Verilog/systemverilog/VHDL其中一门语言,能够熟练使用一种仿真工具;3、 熟悉一种或一种以上接口,如:AMBA,DDR,interlaken,PCIe,XAUI、SPI等
4、 熟悉fpga及硬件调试,有通信开发经验者更佳5、 能独立思考,致力于智造芯片
团队有多为十几年经验的ASIC设计人员能快速协助你成长
6、 具有英文阅读能力,有良好的沟通协作能力和敬业精神
薪资待遇具体面议,不限薪资范围
工作内容
测试执行
执行无线终端产品天线、射频、音频等硬件性能测试
项目处理
配合项目经理出具检测报告,汇总项目信息
实验室管理
对测试系统及测试环境进行维护和管理
技术研究
跟踪和研究产品检测标准
岗位要求
专科或以上学历,通信、电子、微波、信息、物理学相关理工科专业
实习期满3个月,毕业后有转正机会
具备基本英语读写能力,工作认真,态度积极,能吃苦耐劳,有独立工作能力,有团队精神
能接受加班工作,能接受夜班工作
工作时间
白班
8:30-21:00夜班
20:30-9:00 +1D
职责描述
1、 负责新建数据中心以及改造方案设计图纸审核
2、 负责设备供应商的技术考察和设备厂验
3、 负责制定数据中心验收测试计划,对计划进行有效实施
4、 负责验收测试报告的编写以及数据整理记录
5、 负责了解数据中心行业最新技术和基础设施发展趋势
任职要求
1、 大学本科及以上学历
电气、暖通、弱电等相关专业
2、 具有2年以上数据中心验收测试经验
3、 熟悉数据中心设计及建设验收等标准
4、 熟悉大型数据中心、金融行业或互联网企业数据中心测试验收标准
5、 具备团队合作意识能力,具备较强沟通能力与内部协调能力
6、 熟练掌握office、AUTO CAD等办公软件
7、 具有良好的协调、沟通、理解能力和团队协作精神,能承受较大工作压力,责任心强
职责描述
1) 负责公司开发工作2) 有良好而规范的编程习惯和技术文档编写能力3) 需要检查开发质量,开发单元测试代码,编写自动化测试脚本4) 负责发布工作及订立相关流程5) 具备优秀的逻辑思维能力,对解决挑战性问题充满热情,善于解决问题和分析问题 6) 有强烈的上进心和求知欲,善于学习新事物 7) 良好的团队合作精神,较强的沟通能力和学习能力任职要求
1) 需要计算机,网络,电子,自动化等理工科本科毕业
2) 1.具有3年以上的ASP.NET开发经验开发经验,精通C#、JavaScript、.NET Framework、ASP.NET MVC、WebApi、REST等开发技术或框架,有.net Core开发经验者优先3) 具有英语阅读及写作能力, 能用英语进行沟通
4) 精通C#, .net等微软的开发语言,熟练使用SQL Server, My SQL等其中一种关系型数据库有使用至少一种ORM的经验; 5) 熟悉自动化测试,能够编写相应的测试脚本,有cucumber和selenium开发经熟悉HTML、JQuery、LinQ、CSS、XML、Web Service、AJAX等技术; 6) 深入理解面向对象、IOC,DDD,BDD等主流编程思想7) 了解微服务架构技术(有相关开发经验者优先)
职责描述
Role Summary:An Mechanical Engineer 2 works with with cross-functional teams to design, develop, manufacture and service complex state-of-the-art healthcare systems Activities include detailed mechanical, structural, thermodynamic design of sub-systems and components. Specific tasks include circuit analysis/simulation, documentation, breadboard prototyping, design verification/ testing, and integration of hardware/software at all levels from components to circuits boards, sub-systems.Essential Responsibilities:1. Develop robust designs for new, special, or existing products that can be produced economically and according to established project timelines2. Leverages knowledge in advanced aspects of technical/functional areas and applies technical theory and practical experience with input from relevant functional areas to solve complex problems3. Works independently and possesses a level of functional expertise necessary to influence and execute technical and project delivery execution 4. Works with patient/customers and/or program leadership to ensure that the project deliverables are consistent with the goals of larger programs or initiatives5. Supports mentoring of junior technical talent6. Accountable for implementing and teaching engineering standards7. Owns the technologies that support competitive technical differentiation8. Engaging in all phases of new product development, including concept, architecture, documentation, design, prototype, test, supplier interfaces, manufacturing introduction and service support9. Collaborate with Product Management to develop product specifications and requirements to drive the product development process.10. Work from product specifications and requirements to develop component and assembly geometry, specify materials, and establish acceptable performance standards. Performs complex calculations, analyses, and testing to verify assumptions.11. Collaborate with Quality and Product Management to establish appropriate critical to quality (CTQ) characteristics.12. Collaborate with Quality and Purchasing to establish appropriate quality metrics and PPAP requirements, and to select appropriate suppliers.13. Prepare using 2D and 3D CAD software mechanical drawings, thermodynamic analysis, detailed drawings and assembly models complete with calculated dimensions and tolerances.14. Revise and alter detailed and layout drawings to conform to engineering changes.15. Develop and implement algorithms, including creating, coding, testing and debugging software.16. Prepare engineering change requests, engineering change notices, bills of material, engineering specifications, and customer submittals.17. Direct the construction and testing of prototype and pilot products, and conduct analysis of the test results.18. Develop test equipment for product testing and provide corporate-wide electronics technical support.19. Lead complex, cross-functional projects with participants across multiple functional areas.20. Attend in-house quality audits to provide engineering and technical support, when requested.21. Interface directly with manufacturing employees to clarify questions on drawings and designs. Assist Manufacturing in troubleshooting production issues on standard and special products.22. Assist Technical Service in troubleshooting field installations, when requested.23. Direct project workloads for drafters, designers, and engineers, as appropriate.24. Mentors and supports to junior engineers25. Act as activity leader of department activities within a project (time-plan, resource needs, status reports, cost monitoring, resource usage, technology requirements, etc.)26. Provide technical supervision of employees and resource contractors27. Maintain and develop competence required for the job任职要求
Basic Qualifications:1. BS in Mechanical Engineering or equivalent experience (defined as a High School Diploma/GED and 5 years relevant work experience)2. Experience and knowledge in structural engineering, analysis, and verification of mechanical structures, mechanisms, or olectro/opto-mechanical assemblies.3. Understanding and wide application of advanced principles, theories, concepts and techniques in structural and/or dynamics analysis resulting in contributions to the development of new theories and/or methods.4. Complete knowledge of industry and/or academic practices and standards related to structural analysis, finite element analysis, and structural verification testing.5. Experience with Weibull Analysis and DFR tools Quality Specific Goals:1. Aware of and comply with the GEHC Quality Manual, Quality Management System, Quality Management Policy, Quality Goals, and applicable laws and regulations as they apply to this job type/position.2. Complete all planned Quality & Compliance training within the defined deadlines.3. Identify and report any quality or compliance concerns and take immediate corrective action as requiredDesired Characteristics:1. Masters degree in Mechanical Engineering and 8 years relevant work experience2. Edison Engineering Development Program Graduate3. Demonstrated technical leadership capability in integration activities4. Self-starter, energizing, results oriented, and able to multi-task5. Excellent teamwork, coordination and communication skills6. Ability to meet aggressive reliability, performance, cost, serviceability, and delivery targets7. Effective oral and written communication skills8. Global project experience9. EMC compatible design/solution experience10. Circuit design and simulation tool experience11. Knowledge of UL/ETL/IEC standards and how they apply to designs12. DFSS or Green Belt/Black Belt Certification
岗位职责
1、 研发安全可视化、视觉特效、大数据可视化
2、 制定执行前端视效研发计划
3、 完善公司web前端源代码、组件体系
4、 负责产品研发前端页面特定功能及视觉效果代码实现
5、 支持后台研发人员进行页面数据表现和集成 及 疑难问题攻克
6、 储备、研发数据表现、数据可视化通用代码、高可用、高质量代码
7、 制定前端规范、监督并完善书写jsdoc及组件文档、使用说明及规范等
8、 根据前端制作页面进行二次开发,实现相关效果
9、 指导javaweb开发人员及页面制作人员进行前端输出
10、 按照项目及产品研发计划进行产品研发
11、 培训初级、中级web前端研发工程师,进行技能培训
任职要求
1、 本科及以上学历
计算机、自动化、数学相关专业
2、 五年以上前端编码开发或研发经验
3、 熟练掌握前端相关规范W3C:DOM/BOM/XHTML/XML/JSON/JSONP/ECMAScript;4、 熟练使用HTML/HTML5\CSS3\Less进行前端开发
5、 熟悉主流浏览器IE\Firefox\Google Chrome\Safari\Opera 并能基于跨浏览器产出兼容代码
6、 精通原生JavaScript、jQuery、prototype
7、 在数据可视化表现层面有丰富经验SVG/.js|HTML5 Canvas|WebGL/Three.JS|D3.js;8、 擅长D3.js、Bootstrap并能进行前端页面绘图优先(D3.js、HTML5/CSS3、WebGL、地图等)9、 熟练使用百度Echarts\Echarts-X\Highcharts常见数据表现框架,擅长开源库拓展改造优先
10、 熟悉Node.js或其他服务器脚本语言PHP,Python,jsp等,有jsp\python\node.js开发经验优先
11、 具备特效研发经验优先(如js渲染、动态文字、动态渐变效果、闪烁等)12、 擅长动画效果研发(如动画、自定义动画、渐变、淡入/淡出、滑动/滚动、放大/缩小等)13、 能基于Linux/Unix操作系统vi命令行进行代码调整
14、 掌握前端页面性能优化、js调优并熟练使用不同浏览器下调试工具进行前端代码调试、问题排查、兼容性等问题的解决
15、 熟练使用SVN或git等版本管理软件进行团队协作管理及开发
16、 注重代码质量,有前端Coding style使用经验
17、 掌握单元测试,能对研发的js代码进行单元测试或自动化测试
18、 具备OOP编程思想,了解数据结构、原型链、作用域链、闭包、编程规范、前端设计模式等
19、 对前端构件、代码合并压缩、加密扰码,JSDoc等有一定研究
20、 对前端代码具备抽象封装的能力、能梳理出文件加载、代码依赖管理等对应关系
21、 熟悉需求管理和项目管理,有良好的沟通技巧,具备团队协作精神,具备知识管理及经验总结分享能力
22、 了解交互设计、具备可用性及可访问性相关知识
23、 面试时可携带案例作品
欢迎21年毕业的同学来投简历~岗位职责
以下方向选择1-2项即可
1、参与安全漏洞处理、安全事件与0Day应急响应,事件溯源联合打击黑产,并及时感知/挖掘安全风险
2、参与公司及各重点业务的安全策略与规范的制定,结合安全技术与运营推动人员安全意识提升和安全风险的缓解,参与安全运营平台化建设
3、参与公司各业务的安全设计评审、安全评估测试、安全加固方案调研与设计等
4、参与公司安全保障纵深能力系统的技术方案设计、运营、及核心安全能力的持续提升,比如基于大数据的多层风险与威胁感知、代码与基础环境安全质量控制、漏洞扫描、WAF等
5、参与对公司内部基础服务、重点业务相关的深度渗透测试,参与研究漏洞挖掘及利用技术,为不断完善提升公司安全防御能力提供技术驱动力
任职要求
1、统招本科及以上学历
2、具备基本的计算机技术基础(基本网络知识、基本编程能力、HTTP协议)
3、具备基本的安全漏洞修复与攻击防御知识,有渗透测试及漏洞挖掘经验(熟悉各类典型漏洞的发现与利用)
4、追求卓越,不甘平庸,具备强烈的事业心和开拓创新精神
5、优秀的沟通能力以及团队合作精神
目前只开通校招入口!!!工作地点
北京 职位描述
• FreeWheel研发团队负责公司全部核心产品的研发,根据FreeWheel的业务范围它包含了基于Web前沿技术的前端管理模块、高性能高并发高可靠性的实时广告投放模块、基于流处理和Hadoop平台的数据和商业智能分析模块,以及基于机器学习和数据挖掘等大数据技术的预测模块等相关功能
在FreeWheel,你将有机会深入了解广告行业的方方面面,参与视频广告相关技术的前沿探索,更将参与到从需求分析、技术选型设计、代码开发、测试、缺陷跟踪定位以及交付的全流程中
任职条件
• 具备良好的团队协作意识,主动思考,自我驱动,热爱学习,能够在压力下高效工作,以结果和行动为准则,努力追求成功
• 具有良好的数据结构和算法基础
• 具有扎实的软件工程知识,包括设计、开发和测试的相关流程等
• 具有优秀的英文沟通能力,能应对英文的工作环境
• 具有数据库相关基础,熟悉SQL编程
• 掌握面向对象的设计与开发
• 熟练掌握一种以上主流开发语言(C/C++/Java/Python/Go)或前端开发技术(Web开发框架及HTML/JavaScript/CSS等)
• 具有分布式系统、网络编程,机器学习相关等经验者优先
• 能熟练使用Linux/Unix者优先
• 本科及以上学历,计算机、软件、电子及相关专业优先
工作职责:1、负责制定和规划云平台安全技术架构和安全管理架构,参与云平台产品与项目的安全需求分析、安全设计等工作
2、负责云安全防护能力对标分析以及研究产品的发展趋势
3、制定云安全管理制度以及系统应用安全的不断完善,积极参与并推动系统完善工作
4、组织落实云业务安全责任和上级考核
5、开展云业务系统方案安全评审
6、负责部门产品与项目进行安全加固与整改工作
7、制定云平台安全应急响应预案,定期安排安全应急演练,对安全事件进行跟踪、分析、取证并解决安全事件
8、跟踪分析国内外安全动态,研究安全攻击、防御及测试技术
9、组织漏洞修复、互联网暴露面资产管理 10、组织云业务的专项行动(数据安全评估等)任职资格:1、全日制本科及以上学历,网络安全、计算机及相关专业方向,3年以上相关从业经验(大型企业优先)
2、了解移动互联网行业技术特点和发展趋势,了解云计算、大数据相关知识
3、了解软件系统开发过程、常见架构
4、熟悉网络安全合规,了解网络安全法、GDPR、信息安全技术网络安全等级保护等相关管理办法和制度
5、熟悉信息安全风险评估、等级保护、软件安全测评等方法,有安全整体解决方案的构建及实施落地经验
6、熟悉信息安全管理体系(ISO27001),具备企业信息安全项目实施、日常管理运维经验
7、精通系统、网络以及应用相关的安全攻防知识
掌握系统安全配置、熟悉常见的网络攻击和预防方法
熟悉常见的企业内部安全、互联网安全防御及保障技术,熟悉各类安全工具的使用、结果分析与安全配置范围
8、熟悉各类网络安全设备、系统,如防火墙、VPN、IPS、WAF、ADS、防病毒、上网行为管理系统等
具备soc或者siem的搭建或者运维经验优先
9、了解主流的Web、APP安全技术,包括SQL注入、XSS、CSRF、APP脱壳等安全相关知识
能对业务系统实施安全测试、风险评估和安全加固,以及各种入侵、渗透的防范
10、有ISO27001、CISA、CISSP、CISP、Security+等信息安全认证及制造业安全从业经历者优先
11、对安全技术研究有兴趣,并能够恪守安全职业道德
具备较强的责任感,团队协作精神及良好的沟通能力
12、能较快地阅读和理解英文资料,有较强的翻译和文字组织撰写能力,有一定英文口语能力
13、具有云计算安全相关项目背景优先
主要工作职责:1.通过电话在线为现代客户提供快速的、准确的产品咨询、活动报名等相关服务
2.在线处理现代客户投诉,了解客户需求,做好记录,协助解决相关问题,并进行及时有效处理
3.准确记录潜在客户购买需求,并将客户意愿及时反馈给相关人员进行跟进
4.收集完善客户信息,准确将客户资料准确输入系统
5.严格执行公司制定的各项业务流程,提升客户满意度
6.及时向相关人员反馈客户的意见及建议,不断优化运营流程
在职要求
1.中专及以上学历,普通话标准,口齿清晰,无口音,实习生需保证六个月的实习时间
2.具有良好的沟通表达能力,有较强的服务意识
3.善于倾听,并具有一定的写作能力
4.乐于接受挑战,能够承受较强工作压力
5.善于学习、责任心强、诚实敬业,做事耐心细致、稳定、踏实
6.熟练运用各类办公软件(Excel,Word)
7.打字速度不低于40字/分钟
工作时间
(9个班次)白班班次
7:00-16:00,8:00-17:00 ,8:00-20:00,8:30-17:30,9:00-18:00, 9:00-21:00,9:30-19:00晚班班次
13:30-22:30,今21:00-次日9:00(12h夜班补助70元,一个夜班休息2个白天,夜班1个月3-4次)一周休息2天,轮休制
全职薪资待遇
底薪3100+绩效0~1000(上不封顶)试用期两个月,包含一个月培训期
第一个月
上班时间为9:00-18:00,之后开始倒班
培训期
底薪3100+300绩效补助试用期
底薪3100+绩效0-900+300全勤奖转正
底薪2800+绩效0-900(上不封顶),全勤奖金为300元/月,包含在绩效中,上不封顶为根据项目人均接线量会有电话系数翻倍,另有额外销售线索奖,精英奖和进步奖
实习生薪资待遇
底薪2000+200实习补助+绩效0~1400(上不封顶)培训期一个月
培训期
底薪2000+300绩效补助第二个月
底薪2000+0-1400绩效+200技能补助正式上线过后(有完整绩效月)
底薪2000+绩效0-1200(上不封顶)+200补助绩效考核
质量考核为录音质量
35%
工单准确
20%
满意度
5%
参评率
5%
测试
10%效率考核为员工工作时长利用率
15%
AHT(员工后处理时长)
10%晋升机制
在职满1年以上表现优秀者,团队内部有相应的职位空缺出现后,员工都可以参加竞聘
纵向
团队组长/项目主管横向
质检/培训师福利
1、五险一金
2、以及带薪年假6天,带薪病假6天
3、生日发放礼品
4、公司提供住宿,标准四人间
住宿费实习生
100元/月,全职员工
300元/月
5、如周末及节假日加班,会按照国家规定支付双薪/安排倒班或支付三薪
6、伯乐计划
在职员工推荐新员工加入我们团队会有伯乐计划的奖金7、定期组织团队活动
8、3年以上员工上大学计划
9、汽车人计划,报销驾照学习费用3000元
工作职责:1.通过电话在线为现代客户提供快速的、准确的产品咨询、活动报名等相关服务
2.在线处理现代客户投诉,了解客户需求,做好记录,协助解决相关问题,并进行及时有效处理
3.准确记录潜在客户购买需求,并将客户意愿及时反馈给相关人员进行跟进
4.收集完善客户信息,准确将客户资料准确输入系统
5.严格执行公司制定的各项业务流程,提升客户满意度
6.及时向相关人员反馈客户的意见及建议,不断优化运营流程
在职要求
1.中专及以上学历,普通话标准,口齿清晰,无口音,实习生需保证六个月的实习时间
2.具有良好的沟通表达能力,有较强的服务意识
3.善于倾听,并具有一定的写作能力
4.乐于接受挑战,能够承受较强工作压力
5.善于学习、责任心强、诚实敬业,做事耐心细致、稳定、踏实
6.熟练运用各类办公软件(Excel,Word)
7.打字速度不低于40字/分钟
工作时间
(9个班次)白班班次
7:00-16:00,8:00-17:00 ,8:00-20:00,8:30-17:30,9:00-18:00, 9:00-21:00,9:30-19:00晚班班次
13:30-22:30,今21:00-次日9:00(12h夜班补助70元,一个夜班休息2个白天,夜班1个月3-4次)一周休息2天,轮休制
全职薪资待遇
底薪3100+绩效0~1000(上不封顶)月综合5000左右试用期两个月,包含一个月培训期
第一个月
上班时间为9:00-18:00,之后开始倒班
培训期
底薪3100+300绩效补助试用期
底薪3100+绩效0-900+300全勤奖转正
底薪2800+绩效0-900(上不封顶),全勤奖金为300元/月,包含在绩效中,上不封顶为根据项目人均接线量会有电话系数翻倍,另有额外销售线索奖,精英奖和进步奖
实习生薪资待遇
底薪2000+200实习补助+绩效0~1400(上不封顶)月综合4500左右培训期一个月
培训期
底薪2000+300绩效补助第二个月
底薪2000+0-1400绩效+200技能补助正式上线过后(有完整绩效月)
底薪2000+绩效0-1200(上不封顶)+200补助绩效考核
质量考核为录音质量
35%
工单准确
20%
满意度
5%
参评率
5%
测试
10%效率考核为员工工作时长利用率
15%
AHT(员工后处理时长)
10%晋升机制
在职满1年以上表现优秀者,团队内部有相应的职位空缺出现后,员工都可以参加竞聘
纵向
团队组长/项目主管横向
质检/培训师福利
1、五险一金
2、以及带薪年假6天,带薪病假6天
3、生日发放礼品
4、公司提供住宿,标准四人间
住宿费实习生
100元/月,全职员工
300元/月
5、如周末及节假日加班,会按照国家规定支付双薪/安排倒班或支付三薪
6、伯乐计划
在职员工推荐新员工加入我们团队会有伯乐计划的奖金7、定期组织团队活动
8、3年以上员工上大学计划
9、汽车人计划,报销驾照学习费用3000元
职责描述
负责社交产品iOS开发,涉及即时通讯业务任职要求
1. 计算机相关专业本科及以上学历,英语CET4以上2. 两年以上iOS开发经验,在数据结构、算法方面有扎实的功底3. 熟练使用ObjectiveC,swift,熟悉Runtime运行机制、内存管理机制和多线程开发4. 熟悉iOS开发、测试、发布上线等流程5. 对产品性能有良好的敏感度,能对app在内存占用、CPU占用、电量消耗等方面进行优化6. 乐于学习新技术,有良好的编码习惯、沟通能力和团队合作精神,能与公司共同成长公司介绍
公司成立于2018年6月份,由清华北大精英团队创立,目标为中国青年提供优质、走心的陌生人社交平台,帮助用户发现并展现自己的有趣,建立有效高质的社交连接
目前主产品为“她说App”小程序
成立半年内,公司已经完成两轮融资,投资方为真格基金与红杉资本
如果你尚未使用过“她说”小程序,我们非常建议你去体验,感受它带来的惊喜以及相遇带来的美好
常有候选人因对软件的热爱,想要加入“她说”的团队
所有美好的故事,都从相遇开始
期待你和我们一起,帮助更多年轻人打破交际圈、认识优秀的朋友和恋人!产品介绍
「她说」是一款可以帮你认识新朋友的社交小程序,每天会定时推荐21位优秀又好看的小伙伴
产品亮点
1)AI推荐算法
为你推荐你最可能喜欢的人
2)创新产品设计
每天推荐21人,女生出题男生回答,更认真更走心的社交
3)小程序+App
利用微信体系快速裂变增长
无论你是希望成功脱单,和喜欢的人酣畅淋漓谈一场恋爱
亦或是期待打破封闭的交际圈,遇见优秀的人
在「她说」,这个优秀青年的聚集地,你都能做到
目前,她说小程上聚集了很多清北复交、海外名校的学霸,以及金融、互联网的职场大咖!脱单、恋爱、职场社交、认识新朋友,一个她说小程序就够了!关于福利
1、社保
五险一金2、工作时间
弹性工作制3、免费零食、饮料、咖啡、酸奶等4、每周五晚的饕餮盛宴,公司买单5、鼓励员工持续学习,购买专业相关书籍均可100%报销
工作概况 :数据中心现场IT设备设施提供基础环境运维管理、7*24小时监控告警跟进、设备运行状态、巡检、电话值班、日常运维事件报告输出等
工作职责:1、负责机房基础设施以及服务器、网络设备等巡检以及能使用对应工具
2、负责协助客户进行远程操作,包括设备重启、网络测试等
3、负责客户接待、协助客户入场、接听热线电话以及对应系统的操作
4、负责客户设备进出、信息登记以及对应系统的操作
5、负责撰写客户月报、导出基础数据
6、负责现场资产管理
7、负责日常运营文档的整理和归档
8、负责门禁系统的管理
9、能够协助班长完成班组其他事情
任职要求
1. 大专以上学历,通信或计算机等相近专业
2. 有linux/Windows的相关知识
3. 具有ITIL认证证书优先
4. 1年以上IT设备运行维护经验
5. 良好的沟通、协调,客户服务意识,责任心强
工作时间
7*24倒班班制,白班9:00-21:00
夜班21
00-9:00. 白夜休休
微信分享
岗位职责
1.负责公司数据中心、骨干网络等网络架构的规划、设计、调整、性能优化2.负责公司数据中心的网络正常运行维护及各出口保障
客户业务的故障抢修及客户网络技术支撑工作3.负责网络设备的安装、配置、管理,提供网络设备维护方案4.设计数据中心与运营商对接的网络解决方案,与运营商保持良好的合作关系,灵活调度网络资源5.设计满足数据中心网络安全的解决方案,运营及维护DDOS、信息安全等产品6.监控并分析所有网络出口、网络内部的流量信息,通过数据分析和其他相关网络测试设备,解决复杂的网络问题7.负责大中型网络环境设备选型,熟悉主流厂商设备型号、硬件配置
8.持续改进日常操作以及优化公司网络基础架构及设计布线方案,跟踪网络互连技术发展,合理运用新技术,制定并优化公司网络互连规范职位要求
1.计算机或通信相关专业,大学本科学历,计算机网络相关从业经历五年以上工作经验3.且有5年以上大型广域网、局域网、大型数据中心的网络设计与规划,整体方案设计经验
4.精通交换技术,对基础交换网络及多层交换网络设计与实施的实践具有独到的见解
5.精通路由技术,对路由选择协议具备深刻的理解与认知,掌握路由选择协议在主流厂商设备的配置方法6.具备扎实通信及计算机理论基础,BGP、ISIS网络维护能力
精通主流网管设备安装和配置,熟悉网管协议,熟悉网络管理技术,对网络管理技术具有较为深入的理解7.具备较为丰富的网络疑难故障TROUBLESHOOTING动手能力
8.有良好的沟通能力和团队协作精神、以及较强的抗压能力、具备一定的创新意识,高度的责任心、独立工作的能力并具备较强的分析、判断和解决问题的能力10.具有CCIE、H3CTE、HCIE等相关证书优先考虑加分项1.有国内核心网络割接或大型数据中心网络的实施、维护、设计与部署经验者优先2.了解信息系统安全通用知识框架(CBK)的十个领域之中拥有2个以上范围优先3.有运营商相关工作经验优先
岗位
寿险咨询岗,在线客服岗,欢迎大家推荐,薪酬优秀岗位职责
1.根据话术标准、作业流程和指标要求,向客户提供接简单咨询服务
2.记录在工作中发现的疑难问题和业务规则漏洞,反馈给相关管理人员
4.按照公司要求参加各项业务学习和业务测试
5.完成领导交办的其他工作
任职条件
1.要求有保险客服经验或寿险电话客服经验
2.大专及以上学历
3.年龄在18-35周岁之间
4.普通话标准,具备良好的聆听能力、理解能力和沟通能力
5.熟悉office办公软件,打字速度在40字/分钟以上,正确率达90%以上
5.能适应轮班倒休制,目前班次为9点-21点
6.1年以上工作经验
工作地点
北京市奥林匹克公园地铁站北辰世纪中心
技术类管培生培养方向
1) 数据的开发和维护(python spark GP mysql等技术栈)2) JAVA的服务接口开发3) JS前端页面开发4) 测试招聘对象
本科、应届硕士(27岁以内)、博士(30岁以内)学历,计算机、软件工程专业培养时间
6-12个月培养方式
轮岗历练、超阶段培训学习、实践岗位一对一导师指导、公平考核轮岗历练
第一阶段(第1-2月)
分公司熟悉基础业务开展
第二阶段(第3-6月)
技术类岗位实践
第三阶段(第7-12月)
定岗、评级,正式上岗,享受正式岗位待遇
岗位职责
1、 负责云计算相关产品的开发
2、 确保产品按时、高质量交付上线,并持续演进
3、 协助产品完善需求,提出可实现方案
协助设计师确定交互稿设计
4、 持续优化产品的质量、性能、用户体验
任职条件
1、 计算机相关专业,本科及以上学历,3年以上 Web 开发工作经验
2、 精通HTML5+CSS3相关开发技术,精通DIV页面架构和布局,熟悉W3C标准
3、 精通JavaScript,熟悉VUE,jQuery等框架以及相关UI框架
4、 精通Ajax、DOM、JSON等前端技术,精通页面性能优化
5、 掌握至少一门非前端开发语言,如Python
6、 具备良好的团队合作能力,分析解决问题能力与自我驱动力
7、 熟悉各种常见跨浏览器、跨设备问题,对可用性、可访问性等相关知识有实际的了解和实践经验
8、 熟悉常用JS测试工具
QUnit、Jasmine
具备良好的代码规范,注重代码的整洁、可维护性
9、 良好的团队合作精神
能独立完成工作,并能承受较大工作压力
思路清晰,思维敏捷,快速的学习能力,良好的英文资料阅读能力
1、实习薪资
每天100-150,根据能力定薪资
社招薪资带宽
7k-18k(根据年限、能力定薪资)2、工作时间
9:00-18:00,3、职位晋升
初级-中级-高级4、稳定的团队,亲切的同事,和谐的办公环境
要求
1、可接受21届的实习生,需要统本 计算机、金融、会计相关专业
2、熟悉常用数据库操作
3、专业要求
计算机、金融工程、会计学优先
4、理工专业需要懂SQL,能够看懂代码,熟悉一种基本开发语言,金融专业需要有会计实务操作能力
职责描述
1. 负责IT日常桌面运维工作,处理电脑、打印机等办公设备在使用中遇到的各种软硬件故障
2. 负责邮件、AD域控等基础应用系统的日常运行维护
3. 负责系统镜像、补丁包、软件的定期升级
4. 负责IT资产管理、到货验收、订单付款等流程处理
5. 负责日常会议室办公设备巡检,硬件故障及时维修
6. 负责办公区弱点布线,自制网络、电话线
7. 配合部门完成设备上架、库房转运以及其他测试
任职要求
1. 本科及以上学历
2. 熟悉windows、 MAC操作系统,熟悉Android、苹果手机操作,具备一定的PC硬件维护经验
3. 熟练使用Word、Excel、Powerpoint软件
4. 熟练掌握AD,Exchange,Lync的使用及维护
5. 了解办公设备,具有一定的硬件故障排错经验,6. 熟悉强弱电综合布线,具备一定的网络知识
7. 具有较强的服务意识,能够对客户的需求做出快速响应
注重工作细节,有耐心的工作态度
职责描述
1、负责集团人力资源信息化建设,主导选型,方案设计并实施
2、负责收集、梳理集团各子公司人力资源业务需求并给出优化建议
3、负责需求优化的功能测试、验收,以及系统配置工作
4、负责解答公司员工关于系统使用的问题,培训等工作任职要求
1、32-40岁,人力资源、信息管理或计算机等相关专业
2、十年以上工作经验,熟悉人力资源管理主要模块工作流程
3、有设计、搭建或选取人力资源信息系统经验,熟悉HR信息化建设
4、对行业内领先的人力信息化系统较熟悉,如有AI或人工智能等功能
5、善于沟通,思维清晰敏捷,逻辑分析能力强
6、有良好的团队合作精神、高度的工作责任心和敬业精神
岗位职责
1).各数据中心设施安全生产及能效管理2).主导全国数据中心管理体系建设、运维平台建设3).各数据中心技术支持及飞检4).配合数据中心审计、核查、认证、评优等工作5).新建项目跟进支持及验收测试
任职要求
1).本科及以上学历,电气、暖通等相关专业优先
2).熟练掌握IDC基础设施架构、运维知识和运维体系
3).良好的沟通协调能力及整体管控能力4).逻辑清晰,责任心强
5).多数据中心管理经验或数据中心总部管理经验优先
职责描述
参与和协助生物传感器设计工作,完成材料选择、结构设计、实验研究和性能优化等任务
负责生物传感器的量产转化,包括量产工艺制定,量产可行性分析,量产流程研究和与供应商协调等工作
帮助解决产品开发过程中的其他技术难点,满足整体性能需求
1.传感器工艺研发 (1)完成丝网印刷、高分子材料成形等工艺流程的研发和优化
(2)优化传感器材料及相关工艺,完成传感器相关功能性能和辅助性能的优化
(3)协助完成传感器的结构设计、制图等工作
(4)根据实验方案及实验流程,完成相关实验和测试,确保实验的规范性和可追溯性
2.产品量产转化(1)制定量产工艺,评估生产成本、优化传感器生产工艺,编写标准作业流程,并安排小批量试生产,确保生产成本可控,质量可靠;(2)制定并定期审核更新工艺文件包括PFMEA、工艺流程图,培训和指导工艺操作,及时指出并纠正违反工艺要求的不规范操作,确保生产过程处以受控状态
(3)量产过程中的供应商协调等工作
3.传感器供应 (1)利用实验室小规模量产设备,开发并优化相关丝印工艺流程,保证丝印图形质量、附着力和性能,为研发提供小批量样品的支持
(2)参与外部供应商的协调工作,协助管理生物传感器的外部供应商,保证相关委外产品的供应
4.其他工作 任职要求
一 学历专业
一本院校(985, 211)及以上学历,材料或化学等相关专业
工作经验
2年以上传感器丝印工艺量产和优化经验,1年以上生物传感器或者高精制造行业经验,有医疗器械行业经验优先
二 专业技能
1.掌握高精度丝网印刷量产方法,熟悉量产流程,有生物传感器或者印刷电路量产建线经验为佳
2.熟悉传统材料,掌握基本的材料或化学知识
3.有一定的制图或者结构设计经验
4.对研发生产质量体系及相关标准具有一定理解,包括ISO9001,ISO13485,FDA21CFRPart820,GMP等
三 办公技能
熟练使用日常办公软件
制图软件AUTOCAD或其他制图软件
四 其他要求
1.学习能力,逻辑思维能力强,有良好的工作习惯
2.适应能力强,责任感强,有良好的团队合作和沟通能力3.工作积极主动,思维严谨,认真负责,有钻研精神
4.实验操作动手能力和规范性强
5.具备发现问题、提出问题、分析问题、解决问题的能力,能够独立解决或合作解决研发过程中出现的问题
6.良好的英文读写能力
岗位职责
1,负责大产研团队的招聘工作,根据发展需求及部门用人标准,协助上级执行招聘计划,完成招聘指标
2,利用各种招聘渠道发布招聘广告,执行招聘、甄选、面试、offer等一系列流程推进
3,负责整体招聘节奏的推进,内推方案的策划和运营并进行效果追踪
4,招聘数据分析及维护,猎头渠道的拓展及维护等
任职要求
1,要求至少4年以上技术、产品岗位的招聘经验,统本科及以上学历
2,要求熟悉技术类所有岗位,如Golang, java ,测试开发,前端,ios等
3,有猎头经验者加分,性格活泼开朗加分,组织协调能力强加分
工作时间1、上午10
00-12
00 下午14
00-18:00 19:00-21
00 (半小时弹性)
2、双休
职责描述
1、 负责云计算相关产品的开发
2、 确保产品按时、高质量交付上线,并持续演进
3、 协助产品完善需求,提出可实现方案
协助设计师确定交互稿设计
4、 持续优化产品的质量、性能、用户体验
任职要求
1、 计算机相关专业,本科及以上学历,3年以上 Web 开发工作经验
2、 精通HTML5+CSS3相关开发技术,精通DIV页面架构和布局,熟悉W3C标准
3、 精通JavaScript,熟悉VUE,jQuery等框架以及相关UI框架
4、 精通Ajax、DOM、JSON等前端技术,精通页面性能优化
5、 掌握至少一门非前端开发语言,如Python
6、 具备良好的团队合作能力,分析解决问题能力与自我驱动力
7、 熟悉各种常见跨浏览器、跨设备问题,对可用性、可访问性等相关知识有实际的了解和实践经验
8、 熟悉常用JS测试工具
QUnit、Jasmine
具备良好的代码规范,注重代码的整洁、可维护性
9、 良好的团队合作精神
能独立完成工作,并能承受较大工作压力
思路清晰,思维敏捷,快速的学习能力,良好的英文资料阅读能力
职责描述
1. 负责IT日常桌面运维工作,处理电脑、打印机等办公设备在使用中遇到的各种软硬件故障
2. 负责邮件、AD域控等基础应用系统的日常运行维护
3. 负责系统镜像、补丁包、软件的定期升级
4. 负责IT资产管理、到货验收、订单付款等流程处理
5. 负责日常会议室办公设备巡检,硬件故障及时维修
6. 负责办公区弱点布线,自制网络、电话线
7. 配合部门完成设备上架、库房转运以及其他测试
任职要求
1. 本科以上学历,应届毕业生或者在校学生,表现优异可以转为正式员工
2. 熟练使用Word、Excel、Powerpoint软件
3. 初步了解AD,Exchange,Lync的使用及维护
4. 具有较强的服务意识,能够对客户的需求做出快速响应和较好的团队合作意识
5. 注重工作细节,有耐心的工作态度
6. 如为在校学生,每周可以到岗4天以上,可以实习6个月以上
岗位职责
1、协助售前工程师进行投标支持
协助规范投标模板和人员简历2、协助售前工程师书写解决方案3、协助售前工程师收集安全动态、行业资讯,协助进行分析梳理4、其他支撑工作职位要求
1、网络安全/信息安全相关专业 21届优先2、熟悉等保、安全评估、安全规划、安全开发、数据安全、渗透测试等工作,具备相关经验者优先考虑3、良好的文字书写能力和沟通表达能力4、工作认真负责、踏实认真
工作职责:1、依据业务需求完成系统或网站前端开发和优化,维护等工作
2、参与前端架构建设,技术选型
3、学习、理解业务,持续优化前端系统的体验、性能
任职资格:1、熟练掌握HTML,CSS技术,精通JavaScript语言,精通HTML页面架构设计与样式布局
2、熟悉Vue/React/Angular其中一到两种主流前端开发框架,有至少一种框架的实际开发经验
3、精通W3C标准精通hybrid开发框架熟悉移动端H5开发常见类库
4、掌握异步流程控制以及常见的模块的使用,熟悉node.js/webpack;5、了解各种构建工具,对前端性能优化有一定了解
6、掌握服务端相关开发经验,并有一定实战经验者优先(.net,node.js,php等)
7、良好的学习能力,沟通能力,追求完美,有工作激情
8、有小程序及H5开发经验优先
9、对测试有一定经验,具备良好的代码风格和编程习惯,对技术又钻研精神
10、具备良好的学习能力和分析解决问题能力
责任心强,良好的对外沟通和团队协作能力,乐于交流和分享
Job ResponsibilitiesWorking on the team, PTC predominantly helps Bluecloud partners solving the toughest problems. This is the position in Bluecloud global business solution group, and support Bluecloud’s Partners to determine the best solution for the customer, provide assistance in both presales and advisory services, technical trainings. This position involves advanced support capability to develop, test and deploy solutions in both cloud and hybrid scenarios. The PTC with deep technical know-how is responsible for resolving complex issues, delivering training, mentoring junior members and taking the challenge to handle escalated problems.Partner Technical Consultants are passionate about technology and helping others. They must be highly observant and skilled in daily-basis in order to identify and resolve issues. This requires empathy, outstanding logic skills, excellent communication skills, the ability to think differently than the crowd, and a genuine desire to help people do their best.Experience, Skills and CompetenciesTechnical Qualifications of PTC:• Experienced in delivering technical on-site/remote presentations.• Experience delivering to customer/partner technical support and solutions.• Experiences on Microsoft products and online solutions, especially for Azure, Office 365, etc.• About 3 years related working experiences and has strong industrial background of Software as a Service (SAAS) solutions.• Demonstrated passion for cloud computing products and technologies.• Advanced technology Infrastructure or technical problem-solving skills.• Fluent written and oral Chinese and English skills.• Technical Certification, like Microsoft Premier certification(s) is a plus.Business Qualifications:• Ability to confidently deliver solution guidance.• Capable of building and sustaining strong technical relationships as a trusted advisor.• Must to have the ability to collaborate across multiple teams. • Must to possess strong Active Listening Skills.• Ability to analyze and drive root cause of a problem.• Previous experience in a support, services or consulting position will be helpful.
工作职责• Operate high performance systems & applications at large scale of WAC & OSI Service.• Deploying new builds, upgrade the OSI services via the RFC released by other team.• Identifying and logging product bugs via ticket systems.• Work closely and consult with the product development and test teams, during both pre-release product cycles and post-launch operations to ensure the highest quality of service.• Drive automation into service management tasks and processes. Scripting and developing tools for managing services running on Windows Servers.• Drive down Mean Time To Resolution (MTTR) while analyzing incidents to determine root cause and mitigation plans.• Participate in 24x7 on call rotation schedule.• Continuously review and recommend solutions that improve serviceability, availability, reliability, and performance in a cost effective manner.• Create and maintain metrics, status reports, trending.• Documentation skills in documenting processes, procedures, and tools descriptions.任职资格• 2+ years of relevant hands-on technical experience, and a record of individual technical achievement. (MCSE, CCNA, PMP is a plus).• Experience and understanding of Windows 2008 and/or 2012 server OS, SQL Server, Hyper-V, IIS, Good working knowledge of Scripting languages, (PowerShell, Python, VBS, ADSI, Perl, Batch etc.).• Strong understanding of DNS, AD, XML, TCP/IP & Web service.• Good understanding of PKI (Public key infrastructure).• Demonstrated ability to work under pressure to assist team in meeting goals and deadlines.• Good communications skills, customer service experience and proactive attitude.• Good in English, both verbal and written.• Experience and understanding of Windows Azure and Office365 is a plus.• Experience and understanding of CND and F5 is a plus.• Experience of Microsoft project is a plus.
工作职责
• 1. 基于微软Azure云计算系统,帮助客户设计应用方案,并解决客户在使用Azure过程中遇到的问题
2. 负责维护云计算平台,对系统进行故障排查等技术支持工作
3. 负责云计算平台相关故障分析解决,包括但并不仅限于网络,存储,DNS,Windows,Linux
4. 与其他团队协同合作,共同解决客户遇到的其他问题
5. 总结相关文档,更新并维护知识库
6. 完成领导交代的其他工作
任职资格
1. 本科以上学历,3年以上工作经验,良好的沟通能力,高度责任心,抗压力强,具备良好的敬业精神
2. 精通网络相关原理,深入了解TCP/IP协议,熟悉VPN相关协议和技术
3. 熟悉DNS,域名解析,CDN原理,并掌握相应配置,排错技能4. 熟悉网络虚拟化
5. 精通各种抓包工具以及数据包分析
6. 熟悉主流网络产品的配置,如Cisco、华为、H3C、Juniper等
7. 熟悉常用的系统和网络测试工具
8. 掌握Internet相关的网络技术
9. 具有Cisco、华为、H3C等厂商发的资质认证证书优先
10. 参与过大型云计算、虚拟化项目网络实施、运维经验优先
具有CCNP/CCIE以上相关认证优先
11. 英文可作为工作语言,接受倒班
工作职责
1、负责(定制化)数据中心项目整体规划设计管理,及施工方案的设计、审核
2、负责机房综合布线等弱电专业设计和审核
3、负责数据中心的UPS、直流电源、油机等供配电系统的专业设计审核
4、负责暖通空调专业设计、给排水/消防专业设计、机房布局及装修专业设计(方案、初设)审核
5、参与项目设计方案确定及设计流程的组织实施
6、施工过程中的技术支持
7、测试和验收过程中的技术支持等
任职要求
1、 大学本科及以上学历,熟悉数据中心机房行业标准及规范
熟悉国家设计规范、TIA942设计规范、Uptime Tier标准
2、 8年以上数据中心行业工作经验,有大型数据中心设计经验尤其是有定制化数据中心设计经验者优先
3、 掌握数据中心各系统的设计,包括强电设计、弱电设计、暖通空调设计、给排水/消防专业设计、机房布局及装修专业设计等专业
4、 具有在设计院、建筑咨询公司、机房工程公司等从事机房规划设计、建设与施工、工民建设计工作经验者优先
5、 对数据中心的前期规划、可行性研究有一定的认识,有数据中心规划工作经验者优先
6、优秀的沟通协调能力
优秀的领导力及抗压力
工作职责
1、负责(定制化)数据中心项目整体规划设计管理,及施工方案的设计、审核
2、负责机房综合布线等弱电专业设计和审核
3、负责数据中心的UPS、直流电源、油机等供配电系统的专业设计审核
4、负责暖通空调专业设计、给排水/消防专业设计、机房布局及装修专业设计(方案、初设)审核
5、参与项目设计方案确定及设计流程的组织实施
6、施工过程中的技术支持
7、测试和验收过程中的技术支持等
任职要求
1、 大学本科及以上学历,熟悉数据中心机房行业标准及规范
熟悉国家设计规范、TIA942设计规范、Uptime Tier标准
2、 8年以上数据中心行业工作经验,有大型数据中心设计经验尤其是有定制化数据中心设计经验者优先
3、 掌握数据中心各系统的设计,包括强电设计、弱电设计、暖通空调设计、给排水/消防专业设计、机房布局及装修专业设计等专业
4、 具有在设计院、建筑咨询公司、机房工程公司等从事机房规划设计、建设与施工、工民建设计工作经验者优先
5、 对数据中心的前期规划、可行性研究有一定的认识,有数据中心规划工作经验者优先
优秀的沟通协调能力
优秀的领导力及抗压力
工作职责
负责云计算相关产品的用户需求分析、需求调研、产品策划、产品设计等
协调组织设计、开发、测试资源推动产品发布
负责裸金属平台自动化运维工具的开发和优化
参与用户培训,用户访谈,用户支持
持续优化产品的质量、性能、用户体验
同行业竞品分析以及最新技术趋势的了解
岗位要求
有1-3年产品经理经验,云计算相关优先
有一定技术背景
熟悉云计算,Linux操作系统
熟悉 OpenStack,VMWare,KVM等云计算或虚拟化技术
熟悉流行项目管理与精益方法论,例如,精益产品设计,SCRUM等
熟练使用产品设计软件Axure、Visio等
对数据敏感,有数据分析能力
具备良好的团队合作能力,分析解决问题能力与自我驱动力
良好的团队合作精神
能独立完成工作,并能承受较大工作压力
思路清晰,思维敏捷,快速的学习能力,良好的英文资料阅读能力
职责描述
1、配合完成公司产品战略制定,智能家居系统发展方向确立及技术方面开发工作
2、负责项目开发和实施过程中进度、人员、成本等内容的管理
3、产品开发项目文书工作,包括可行性报告、产品定义书、 项目管理表、 试产/量产评估报告、测试计划、产品说明书等
4、配合完成部门人员的培训、培养、考评的工作
任职要求
1、全日制本科及以上学历,暖通空调、电子工程、通信工程、计算机、自动化等相关专业
2、熟悉霍尼韦尔、江森、西门子等一个或多个主流品牌的楼宇自控系统,能够独立完成项目系统设计
3、熟悉国家有关建筑智能化、弱电工程和产品相关的规范和标准
4、熟悉项目管理工作经验
有技术团队管理工作经验
5、有良好的沟通协调能力、团队协作精神和优秀的团队领导力、执行力
工作职责:1.负责执行集团SOX内控合规测试(ITGC、ITAC、ITELC等),识别缺陷、形成底稿、推进整改和结果验证,并持续监控相关流程控制有效性
2.对接外审,完成集团SOX审计(IT审计相关等)
3.支持业务部门的内控合规需求并提供指导、按需参与专项审计、为业务流程审计提供必要IT支持
4.完成领导交办的其他工作
任职资格:1.熟悉COSO、COBIT相关知识及IT审计方法论
2.2年及以上IT审计/内控/合规/咨询工作经验,四大或美股上市/IPO公司IT内控审计经验优先,互联网/通信企业经验更佳
3.熟悉主流OS/DB系统/软件ITGC内控要求,熟悉主流OA、ERP系统财务/资产等模块业务实现逻辑
4.熟练使用Ms Office系列办公软件,了解SQL基本语法、主流程序开发语言基础语法
5.对待工作严谨细致,沟通协作能力强,具有团队协助精神,责任感强,可适应短期出差
6.本科及以上学历,计算机/信息技术专业背景,CIA、CISA优先
软件部实习生-编译器方向(北京)岗位描述
你将有机会构建智能时代的编程器及工具链,搭建智能算法和芯片的桥梁,锻造智能生态的基石
1、智能芯片编译工具链的开发和维护
2、改进编译器优化算法,提升编译器优化性能
3、分析智能芯片性能,进行性能测试、分析和优化
任职要求1、本科及以上学历在校学生,专业不限,20届、21届、22届毕业均可
2、掌握C/ C++编程技能,对所投方向有一定的了解和兴趣
3、需至少实习3个月以上,接受暑期实习,外地学生提供租房补贴
微信分享
软件部实习生-驱动方向(北京)岗位描述
1、智能芯片在Linux/Android系统下的驱动设计、开发、测试和维护
2、配合应用开发工程师,完成必要的API接口开发
3、进行模块设计,包括软硬件接口、协议接口设计等
4、进行模块开发、调试和系统联调等
5、编写、整理设计开发等相关技术文档
任职要求1、本科及以上学历在校学生,专业不限,20届、21届、22届毕业均可
2、掌握C/ C++编程技能,对所投方向有一定的了解和兴趣
3、需至少实习3个月以上,外地学生提供租房补贴
微信分享
岗位职责
1.准确分析用户需求,完成产品定义和设计,包括产品的愿景与目标、竞品分析、产品用例、系统和性能需求等2.负责项目进度管理,与开发、测试、运营、推广各个团队密切协作,把控需求,控制变更,协调进度3.重视数据分析,对数据有清晰认识,依据数据持续产出对产品的近期远期优化方案,并逐步达到预期效果4,负责公司的数据中心产品生命周期管理职位要求
1.8年以上数据中心产品产品相关工作经历
2.极强的逻辑思维能力与问题分析与总结归纳能力,善于沟通,能够快速理解用户的痛点与需求,能够通过积极沟通与其他部门人员协作3.熟练使用Word,Excel,Visio,Axure,MindManager等工具,熟悉产品流程图绘制以及产品需求文档(PRD)及技术功能描述文档的撰写4.注重细节,认真负责,工作主动,执行力强,具有对数据和商业的敏感度5.表达能力强,有良好的内外部沟通能力,良好的分析能力
你将会负责
1、负责公司级核心产品的工作及设计规划
2、负责调研、沟通合作部门需求,确定产品定位,明确产品形态,制定产品规划,输出产品文档并驱动相关方落地产品方案
能根据产品上线后的效果发现问题,主动调优产品方向和持续优化
3、与交互和视觉设计师、开发、测试等团队紧密合作,驱动项目实施,达成产品目标
4、对于用户体验、用户交互有深刻的理解,并且有亲自主导全面优化的经验
5、深入产品和业务,组织并建立数据可视化报告,发现问题,改良产品
我们希望你
1、本科及以上学历,5年以上产品工作经验,英语可作为工作语言
2、深入了解C端产品,有国际产品设计经验或者海外工作/学习经验者优先考虑;3、逻辑思维能力强,善于抽象和简化复杂问题,并给出可行性强的解决方案
工作责任心强,具备较高的执行力
4、具有良好的学习能力、沟通能力和团队合作精神,工作自驱性强
我们会提供
六险一金
五险&公积金全额+补充医疗保险(100%报销)考勤
弹性办公11
00-21
00,规避早晚高峰
五天工作日,周末双休效率
冈村人体工程椅,MacBook Pro配备Dell显示器,全自动可升降超大办公桌年假
10+天带薪年假餐饮
免费午餐晚餐自助,水果零食饮料咖啡无限量供应学习
每年2000RMB的学习经费旅游
每年一次出国游,公司负责全部行程费用活动
每月生日会、团队聚餐,每季度team building大活动,节日另有惊喜健康
公司有淋浴室,每周组织上门按摩为你放松筋骨
工作职责:1. 配合公司渠道/产品团队做好与合作伙伴、原厂商等的技术交流工作及系统集成工作2. 独立面向外部完成公司IDC安全产品战略宣讲,推广,客户化项目落地
3. 独立面对客户CTO/首席架构师/IT架构总监进行高层技术沟通并能落实公司IDC安全产品战略意图
4. 推动IDC安全网络解决方案设计,指导/培训产品团队完成相关产品和解决方案宣传资料的撰写,产品和系统演示等工作
5. 推动IDC安全网络解决方案落地,指导/培训销售团队的售前支持工作,包括与客户的技术交流、技术方案编写、技术方案宣讲,重大项目招投标技术工作
6. 独立对行业、市场、用户需求、竞争对手等方面进行分析,为公司IDC安全网络产品的市场方向、产品规划等提供决策支持
任职资格:1. 有支持过政企行业安全架构咨询经验或金融行业安全咨询经验2. 计算机/通信/电子工程等相关专业,硕士以上学历优先
3. 10年以上工作经验,6年以上数据网络安全方面规划设计,维护保障,售前支持或项目管等相关经验
4. 具有CCIE(Security)认证或其他同等能力的网络安全证书
具备渗透测试、漏洞分析、手工查杀未知恶意程序、安全加固中的任意两种能力优先
5. 具备优秀的客户沟通能力,能与客户高层的有效沟通,充分理解并提炼归纳客户需求
6. 良好的英语文字功底,具备独立的技术方案编写能力
7. 良好的英语演讲能力,有丰富的技术方案宣讲、应标经验
8. 良好的协调、沟通能力和处理人际关系能力、高度的团队合作精神
工作职责:1. 配合公司渠道/产品团队做好与合作伙伴、原厂商等的技术交流工作及系统集成工作2. 独立面向外部完成公司IDC安全产品战略宣讲,推广,客户化项目落地
3. 独立面对客户CTO/首席架构师/IT架构总监进行高层技术沟通并能落实公司IDC安全产品战略意图
4. 推动IDC安全网络解决方案设计,指导/培训产品团队完成相关产品和解决方案宣传资料的撰写,产品和系统演示等工作
5. 推动IDC安全网络解决方案落地,指导/培训销售团队的售前支持工作,包括与客户的技术交流、技术方案编写、技术方案宣讲,重大项目招投标技术工作
6. 独立对行业、市场、用户需求、竞争对手等方面进行分析,为公司IDC安全网络产品的市场方向、产品规划等提供决策支持
任职资格:1. 有支持过政企行业安全架构咨询经验或金融行业安全咨询经验2. 计算机/通信/电子工程等相关专业,硕士以上学历优先
3. 10年以上工作经验,6年以上数据网络安全方面规划设计,维护保障,售前支持或项目管等相关经验
4. 具有CCIE(Security)认证或其他同等能力的网络安全证书