Logo
CitaMed

Software Engineer

CitaMed, San Juan, Texas, United States, 78589


We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!

At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:

Want to learn about everything... and keep learning... always!Are proactive and dynamic, with good attitudes and like having fun with coding and technology.Extremely passionate about technology, software, and quality.Ability to research, investigate, and study profoundly new technologies and best practices.Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.Be organized and able to work under pressure when necessary.We also have some requirements for the opening:

Should have at least 2-3 years of experience in software and applications architecture and development.Fully bilingual (verbal and written).Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.Availability to work in San Juan and with remote working optionsApplicant should also answer the following questions related to the next code snippet.

01>

var printers = [];

02>

for(var i=0; i 03>

printers[i] = function(){

04>

myCoolPrinter(i);

05>

};

06>

}

07>

for(i=0; i 08>

printers[i]();

09>

}

10>

for(var j=0; j 11>

printers[j]();

12>

}

13>

function myCoolPrinter(v1){

14>

// this function will print "v1"

15>

}

DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.

Briefly describe lines 1-6.Briefly describe lines 10-12.Suppose that the function

myCoolPrinter

will output parameter

v1

to the console. What will be the output?PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.

Refactor function

myCoolPrinter

so that it outputs to the console (eg: use

console.log ). What is the output?Is the output different to the one in question #3, why?