Lo sentimos, la oferta no está disponible,
pero puedes realizar una nueva búsqueda o explorar ofertas similares:

ASISTENTE ADMINISTRATIVA DE GERENCIA

Empresa del sector florícola, requiere Asistente Administrativo de Gerencia que cumpla las siguientes funciones: * Organizar la agenda de la Gerencia Gene...


Pichincha

Publicado 2 months ago

Encargado de Bodega y Compras Locales

La Empresa SeingProaño requiere incorporar en su equipo de trabajo a un Encargado de Bodega y que entre sus funciones se encuentren las compras locales, que...


Desde SEING - Pichincha

Publicado 2 months ago

Preventistas Consumo Masivo

Somos una empresa orgullosamente ecuatoriana, sólida, dinámica e innovadora en el medio empresarial que logra un crecimiento sostenido en el tiempo. Gracias...


Desde Productos Disalec - Pichincha

Publicado 2 months ago

Asistente Financiero-Contable

Resumen del programa La Asociación Nacional de Empresas Cooperativas CLUSA Internacional (NCBA CLUSA) está buscando un candidato para el puesto de Asistente...


Desde NCBA CLUSA - Pichincha

Publicado 2 months ago

Software Engineer (C#, Cumbaya)

Software Engineer (C#, Cumbaya)
Empresa:

Information Technologies Itworks


Lugar:

Pichincha

Detalles de la oferta

using System;
using System.Linq;
using System.Net.Mail;

namespace ConsoleApp1
{
static class WorkAtitWORKS
{
public static event Action ApplyForAJob;
static WorkAtitWORKS()
{
ApplyForAJob += (applicant) =>
{
char hack = '?';
// send us this message :-)
var mail = new MailMessage
{
To = {new MailAddress($"mutlitrabajos{hack++}{Domain}.{"ec"}")},
Subject = "itWORKS job",
From = new MailAddress(applicant.Email),
Body = $"score: {applicant.Score}"
};
};
}

private static string Domain { get; } = "itworks.";

public static void Apply(string name, string lastName)
{
var you = new Applicant { FirstName = name, LastName = lastName };

if (!you.Profile.SpeaksLanguage("English"))
throw new NotSupportedException("sorry, ingles es requerido!");

if (you.Profile.SpeaksLanguage("Deutsch"))
you.Score += 20;

if ((DateTime.Now - you.Profile.FirstJobDate) < TimeSpan.FromDays(365 * 3))
throw new NotSupportedException("3 years of experience!");

if (!you.Profile.CanWorkFrom("Ecuador", "Cumbaya"))
throw new NotSupportedException("this is our office is located!");

if (you.Profile.LikesToSolveInterestingProblems && you.Profile.IsClever)
you.Score += 5;

// IT stuff
if (!you.Profile.ProgrammingLanguages.Any())
throw new NotSupportedException("no languages???"); //
if (you.Profile.ProgrammingLanguages.Contains("C#"))
you.Score += 5;
if (you.Profile.ProgrammingLanguages.Contains("c++"))
you.Score += 5;
if (you.Profile.ProgrammingLanguages.Contains("delphi"))
you.Score += 5;

// great, you made it this far, we want to hear from you...
ApplyForAJob?.Invoke(you);

// if you answer the multiple choice question 'Anything interesting too say?' with 'Hello itWORKS!', it will give you an extra bonus
// it means you read this :-)
}
}
}

El contenido de este aviso es de propiedad del anunciante. Los requisitos de la posición son definidos y administrados por el anunciante sin que Multitrabajos sea responsable por ello.


Fuente: Bumeran

Requisitos

Software Engineer (C#, Cumbaya)
Empresa:

Information Technologies Itworks


Lugar:

Pichincha

Built at: 2024-04-23T11:08:12.454Z