📜  Probotiq 解决方案面试(校园)——实习(1)

📅  最后修改于: 2023-12-03 15:33:47.906000             🧑  作者: Mango

Probotiq 解决方案面试(校园)——实习

Probotiq 是一家专注于为企业提供智能自动化解决方案的公司,目前正在寻找实习生加入我们的团队。我们需要的实习生将会以编程为主要工作内容,与我们的研发团队一起协作开发各种智能自动化产品。

工作内容
  1. 开发智能自动化产品,如机器人控制系统、自动化测试系统等;
  2. 参与产品的需求分析、架构设计和代码实现;
  3. 与团队成员共同协作,在 SCRUM 敏捷开发流程下完成产品开发。
任职要求
  1. 熟练掌握至少一门编程语言,如 Python、Java、C++ 等;
  2. 具备扎实的计算机基础,包括数据结构、算法等;
  3. 对于智能自动化领域有浓厚的兴趣和学习意愿。
实习待遇
  1. 提供竞争力的薪酬;
  2. 提供灵活的工作时间;
  3. 提供智能自动化领域的实践机会。
如何申请

请将个人简历和作品集发送至 recruit@probotiq.com,我们会尽快安排面试,感谢您的关注!

Code Snippet:

class Probotiq:
    def __init__(self, job_title, requirements, benefits):
        self.job_title = job_title
        self.requirements = requirements
        self.benefits = benefits
        
    def offer_job(self):
        print("Probotiq is looking for intern to work as " + self.job_title)
        print("Requirements: " + ", ".join(self.requirements))
        print("Benefits: " + ", ".join(self.benefits))

使用示例:

job_title = "Programmer Intern"
requirements = ["Proficient in at least one programming language", 
                "Solid computer foundation including data structure and algorithms", 
                "Interest in automation technology"]
benefits = ["competitive salary", "flexible working hours", "practical experience in the field of automation technology"]
        
probotiq_job = Probotiq(job_title, requirements, benefits)
probotiq_job.offer_job()

输出:

Probotiq is looking for intern to work as Programmer Intern
Requirements: Proficient in at least one programming language, Solid computer foundation including data structure and algorithms, Interest in automation technology
Benefits: competitive salary, flexible working hours, practical experience in the field of automation technology