Tag Archives: Programming

SOFTWARE ENGINEER JOBS AT NAGARRO IN INDIA

COMPANY NAME

NAGARRO

CANDIDATE’S PROFILE

EXPERIENCE

0-6 MONTHS (2009-2010) PASSOUTS

TECHNOLOGY

JAVA:

CORE JAVA & J2EE TECHNOLOGIES

DOT NET:

MICROSOFT .NET,C#,ASP.NET,SQL SERVER

C++:

C++,VC++,MFC

ACADEMICS

B.E/BTECH/M.TECH/MSc(IT/ECE/CS/BM) & MCA -60% & ABOVE

TEST SCHEDULE

OFF-CAMPUS ON JAN 2010

FOR UPLOADING RESUMES PLEASE VISIT SITE – WWW.NAGARRO.COM/CAREERS

FILL IN THE DETAILS THERE AND APPLY AGAINST *FRESHER/SOFTWARE ENGINEER JOB POSITION

Reblog this post [with Zemanta]

Biomedical Systems Integration Engineer-Biomedical Jobs

Company Description:

Rhythmia Medical, a venture-backed company designing an innovative system to treat cardiac arrhythmias, is targeting one of the fastest growing fields in medical devices.

The system includes state of the art signal processing, 3D imaging and catheter fabrication technologies. We are extremely selective in our hiring and employ a small team of super talented individuals whose aim is to have a major impact on developing a breakthrough life-saving technology.

Job Description:

The Biomedical Systems Integration Engineer will participate in the hardware and software development at the company and be involved in the test, design and development of the company’s bioinstrumentation platform.

WHAT ARE THE LIMITS OF MATLAB?

LIMITATIONS OF MATLAB

1.)MATLAB is a proprietary product of The MathWorks, so users are subject to vendor lock-in. Some other source languages, however, are partially compatible and provide a migration path.

2.)The language has a mixed heritage with a sometimes erratic syntax. For example, MATLAB uses parentheses, e.g. y = f(x), for both indexing into an array and calling a function. Although this ambiguous syntax can facilitate a switch between a procedure and a lookup table, both of which correspond to mathematical functions, a careful reading of the code may be required to establish the intent.