Urgent Need : Sharepoint Developer, Manhattan, NY

2012-01-18 Thread Gopal M
*Please submit resumes to go...@metasenseusa.com*


Skype/phone interview



*Position: Sharepoint Developer*

*Location – Manhattan, NY***

*Rate – Best *

*Duration – 6 months plus*



*2-3 years of experience in SharePoint development is more than enough.***



1.   Install, configure and manage SharePoint Server environment (2007
and 2010).

2.   Establish best practices in deploying custom SharePoint features,
service packs and solutions - Perform reviews, hot fixes, security updates
in accordance with best practices

3.   Managing SharePoint site rights and permissions - including
access, load and usability issues.

4.   Monitoring, troubleshooting and problem resolution of the
SharePoint infrastructure and service

5.   Implementing systems diagnostic and maintenance tools to ensure
the availability and functionality of SharePoint.

6.   Supporting the business, along with developers and DBA’s, in
deployment of SharePoint related solutions.

7.   Assist departmental, group, and project team site owners with
SharePoint administration and configuration tasks

8.   Provide technical input to assist in the development of plans for
projects that intend to use SharePoint as a development platform.

9.   Produce and maintain documentation for the SharePoint environment.

*Thanks,*

*Gopal
MetaSense, Inc.*

*NJ Minority Certified Company*
2 Keystone Avenue,Suite # 500,

Cherry Hill, NJ 08003

856-322-6914

Fax: (856) 475-0555
*go...@metasenseusa.com arc...@metasenseusa.com*

*www.metasenseusa.com*

* *

MetaSense Inc. is a Professional Services, Staff Augmentation, Web Design,
Call Center, BPO Company with offices located in Mt. Laurel, NJ. MetaSense
specializes in the delivery of cost effective, high-value Information
Technology and Business Solutions since its inception in 1999.

 P Go Green! Print this email only when necessary.

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



QA position in IL- sureshot placement

2012-01-18 Thread Gopal M
*Please submit resumes to go...@metasenseusa.com*


*I have QA position in IL. There will be only one written test and one
formal telephonic interview.*

* *

*Max rate we can give is $40/hr on c2c.*

* *

*Below are the 3 questions. Whoever can crack these questions will get the
position for sure. Please try your best and send me the suitable candidate.
Appreciate your help.*

* *

* *

*Questions:*

* *

1.  Write a case study where you explain in detail how you would
implement an automated testing framework that would test a web site like
Amazon.Com at the API level. Choose any functionality you want from the web
site. You will not use any commercial tools for this exercise and you are
not required to provide a correct syntax. Explaining the algorithm and the
implementation of automation is enough.



OR



Explain in detail, a situation where you were in charge of writing an
automated testing framework to test at the API level. If you did not write
the framework from scratch, explain how you maintained it. Provide clear
examples of tests you wrote yourself.



2.  Show an example of a very complex stored procedure in PL/SQL that
you wrote from scratch and explain why you implemented it the way you did.
Explain the purpose of the stored procedure and explain how you could
improve the performance of the stored procedure used in the example.





3.  Explain what is the output of the SQL statement below:



select /*+ parallel(a,4) parallel(b,4) */ a.link_id, a.fc, case when a.elev
is null or b.elev is null then '2D' else '3D' end dim,  sum(case when
a.elev is null or b.elev is null then
sqrt(power(a.lat-b.lat,2)+power(a.lon-b.lon,2)) else
sqrt(power(a.lat-b.lat,2)+power(a.lon-b.lon,2)+power(nvl(a.elev,0)-nvl(b.elev,0),2))
end) len from (select nlc.link_id link_id, nlc.functional_class fc,
nvl(nvl(sn.hplon,n.hplon),nlc.ref_node_lon*100) LON,
nvl(nvl(sn.hplat,n.hplat),nlc.ref_node_lat*100) LAT, n.hpelevation ELEV, 0
sequence from nt_cv_spline_junction sn, adas_jn_nav_lnk_cur nlc,
nt_cv_spline_node n





where nlc.ref_node_id = sn.node_id(+) and nlc.ref_node_id = n.node_id(+)

union select nlc.link_id, nlc.functional_class fc, hplon, hplat,
hpelevation, sequence from nt_cv_spline_shape_point sp, adas_jn_nav_lnk_cur
nlc where nlc.link_id = sp.link_id

union select nsp.link_id, nsp.functional_class fc, nsp.lon*100,
nsp.lat*100, null, nsp.sequence from adas_jn_nav_shape_pt nsp where not
exists (select 1 from nt_cv_spline_shape_point where link_id = nsp.link_id)

union select nlc.link_id link_id, nlc.functional_class fc,
nvl(nvl(sn.hplon,n.hplon),nlc.nref_node_lon*100),
nvl(nvl(sn.hplat,n.hplat),nlc.nref_node_lat*100), n.hpelevation,
nvl(sp.sequence,0)+1 from nt_cv_spline_junction sn, adas_jn_nav_lnk_cur
nlc, nt_cv_spline_node n, (select ns.link_id,
nvl(max(s.sequence),max(ns.sequence)) sequence from
nt_cv_spline_shape_point s, adas_jn_nav_shape_pt ns where s.link_id(+) =
ns.link_id GROUP BY ns.link_id) sp

where nlc.nref_node_id = sn.node_id(+) and nlc.nref_node_id = n.node_id(+)
and nlc.link_id = sp.link_id(+)) a,

(select nlc.link_id link_id, nlc.functional_class fc,
nvl(nvl(sn.hplon,n.hplon),nlc.ref_node_lon*100) LON,
nvl(nvl(sn.hplat,n.hplat),nlc.ref_node_lat*100) LAT, n.hpelevation ELEV, 0
sequence from nt_cv_spline_junction sn, adas_jn_nav_lnk_cur nlc,
nt_cv_spline_node n

where nlc.ref_node_id = sn.node_id(+) and nlc.ref_node_id = n.node_id(+)

union select nlc.link_id, nlc.functional_class fc, hplon, hplat,
hpelevation, sequence from nt_cv_spline_shape_point sp, adas_jn_nav_lnk_cur
nlc where nlc.link_id = sp.link_id

union select nsp.link_id, nsp.functional_class fc, nsp.lon*100,
nsp.lat*100, null, nsp.sequence from adas_jn_nav_shape_pt nsp where not
exists (select 1 from nt_cv_spline_shape_point where link_id = nsp.link_id)

union select nlc.link_id link_id, nlc.functional_class fc,
nvl(nvl(sn.hplon,n.hplon),nlc.nref_node_lon*100),
nvl(nvl(sn.hplat,n.hplat),nlc.nref_node_lat*100), n.hpelevation,
nvl(sp.sequence,0)+1 from nt_cv_spline_junction sn, adas_jn_nav_lnk_cur
nlc, nt_cv_spline_node n, (select ns.link_id,
nvl(max(s.sequence),max(ns.sequence)) sequence from
nt_cv_spline_shape_point s, adas_jn_nav_shape_pt ns where s.link_id(+) =
ns.link_id GROUP BY ns.link_id) sp

where nlc.nref_node_id = sn.node_id(+) and nlc.nref_node_id = n.node_id(+)
and nlc.link_id = sp.link_id(+)) b

where a.link_id = b.link_id and a.sequence+1 = b.sequence and a.fc = 1

GROUP BY a.link_id, a.fc, case when a.elev is null or b.elev is null then
'2D' else '3D' end;

*Thanks,*

*Gopal
MetaSense, Inc.*

*NJ Minority Certified Company*
2 Keystone Avenue,Suite # 500,

Cherry Hill, NJ 08003

856-322-6914

Fax: (856) 475-0555
*go...@metasenseusa.com arc...@metasenseusa.com*

*www.metasenseusa.com*

* *

MetaSense Inc. is a Professional Services, Staff Augmentation, Web Design,
Call Center, BPO Company with offices located in Mt. Laurel, NJ. MetaSense
specializes in the delivery of cost effective, high-value 

NEED: Sr.Net developer-PL/SQL-Retail consultant - Nj

2012-01-18 Thread Raghu Gaddam
Hello,

I have an urgent openings on*Sr.Net developer-PL/SQL-Retail
consultant*  Position
with my client. Let me know if you have any of your consultants available.
Please send me the consultant’s resumes with full name, contact details,
Rate, and availability date.

* *

*Job Title  :   Sr.Net developer-PL/SQL-Retail
consultant*

Project Duration   :   6 months

City  :   Union city

State :   NJ



*Primary Skills:   Sr .Net developer with retail
/E-commerce and PL/SQL experience.*



Job Description:

· 4-6 years of experience (more than this also can be considered)

· Expertise in .net developer with Oracle/PL/SQL background

· Proven expertise in Retail / ecommerce domain
*

Kindly Send The Resume To raghavendra_gad...@aesinc.us.com or You Can Reach
Me On  630-242-8896 Ext: 303

Thanks  Regards

Raghavedra Gaddam
Agile Enterprise Solutions Inc
Phone:630-242-8896 Ext: 303
E-Mail: raghavendra_gad...@aesinc.us.com*
* http://www.aesinc.us.com*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



NEED: Oracle PL/SQL Developer with Retail/E-commerce - PA

2012-01-18 Thread Raghu Gaddam
Hello,

I have an urgent openings on*Oracle PL/SQL Developer with
retail/ecommerce*  Position with my client. Let me know if you have any of
your consultants available. Please send me the consultant’s resumes with
full name, contact details, Rate, and availability date.

* *

*Job Title  :   Oracle PL/SQL Developer with
retail/ecommerce*

Project Duration   :   6 months

City  :   King of Prussia

State :   PA



*Primary Skills:*   Sr. Oracle Pl/SQL developer ,
Expert Perl Scripting (version - 5.8.7), XML, XML schema, XSLT Oracle,
PL/SQL Unix commands, Offshore-Onshore model

* *

*Secondary Skills :   MUST NEED ECOMMERCE  RETAIL DOMAIN
EXPERIENCE*



*Job Description:*

Expert Perl Scripting (version - 5.8.7)

Hands on experience on XML, XML schema, XSLT Oracle, PL/SQL Unix commands

Strong Communication skills
*
Kindly Send The Resume To raghavendra_gad...@aesinc.us.com or You Can Reach
Me On  630-242-8896 Ext: 303


Thanks  Regards

Raghavedra Gaddam
Agile Enterprise Solutions Inc
Phone:630-242-8896 Ext: 303
E-Mail: raghavendra_gad...@aesinc.us.com*
* http://www.aesinc.us.com*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



NEED: AB initio developers - FL F2F

2012-01-18 Thread Raghu Gaddam
Hello,

I have an urgent openings on*AB initio developers  *Position with my
client. Let me know if you have any of your consultants available. Please
send me the consultant’s resumes with full name, contact details, Rate, and
availability date.



*Job Title  :   AB initio developers*

Project Duration   :   6 months

City  :   Tampa

State :   FL

Interview Type:   F2F must.



*Primary Skills:   AB Initio Senior Developer 2 openings-
backfill*

· 6-8 Exp professional in ETL technologies.

· 2-3 years’ experience in AB Initio.
*
Kindly Send The Resume To raghavendra_gad...@aesinc.us.com or You Can Reach
Me On  630-242-8896 Ext: 303


Thanks  Regards

Raghavedra Gaddam
Agile Enterprise Solutions Inc
Phone:630-242-8896 Ext: 303
E-Mail: raghavendra_gad...@aesinc.us.com*
* http://www.aesinc.us.com*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Program Manager_Nashville, TN_6+ Months

2012-01-18 Thread rajveer jamalpoor
Hi,

   We have an below urgent requirement from our client.



*Subject:* Program Manager

*Location*: Nashville, TN

*Duration: *6+ Months


Primary Skill:  Program Management
Proficiency Level:  Industry Practitioner (5+ Years Experience)
Original Assignment Start Date:  1/16/2012
Updated Assignment Start Date:  2/1/2012
Assignment End Date:  4/1/2015


Program Manager  to join our team and work at the client's location in
Franklin/Nashville, Tennessee.

Nissan / Keane



The ideal candidate must have experience in the automotive industry with
subject matter expertise across the complete value chain including skills
in CRM, social media, the customer experience in the automotive industry,
web design and general business knowledge of how an automotive OEM
functions.


 Qualifications: AO Delivery Management - AO Delivery Experience

Minimum Years Required: 5

Qualifications: Business Analysis - Domain Knowledge - Manufacturing

Minimum Years Required: 5

Qualifications: Client Relationship Management

Minimum Years Required: 5


Other Required Qualifications/Experience:  Qualification: Program
Management with Manufacturing and automotive experience

Minimum Years Required: 5


*Thanks  Regards.*

*--*

* *

*Rajveer*

*Technical Recruiter,
Sriven Technologies LLC ..,
E-Mail:  **rajv...@sriventech.com s...@sriventech.com**
Web: www.sriventech.com
Ph: 703-842-4305 X 306
Fax: 1866 725-2860*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Sr .Net Developer / Framingham, MA

2012-01-18 Thread Umendar Goud
Hi,

   We have an urgent requirement for our Client please check it
once and reply me your comfortable ASAP.

*
Subject   :  Sr .Net Developer

Location : Framingham, MA

Duration : 12  months

Note: Local candidates are preferred
*
*Description:  *

 *Qualifications:*

We are looking for a .Net Developer with good experience with
Databases. Maintain a Intranet website developed in .Net 3.5 Develop PL/SQL
scripts / stored procedures

- Creating and scheduling shell scripts
- Tuning PL/SQL queries
- Maintain a Intranet website developed in VB/ASP
- - Maintain reports developed in Hyperion BRIO
- Gathering requirements from Users; User Training
- Offshore Co-ordination


*Required Qualifications*

NET Framework -Minimum Years Required:2

PL/SQL Development -Minimum Years Required:3


*Other Required Qualifications/Experience:*

**UNIX Minimum -Years Required:2

Qualification:VB/ASP -Minimum Years Required:3




*
 Thanks  Regards

Umendar
IT Recruiter
Sriven Technologies LLC ..,
Ph: (703)-842-4305X307
umen...@sriventech.com
www.sriventech.com
G-Mail:umendarg...@gmail.com
*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Lead Java Developer/Developer

2012-01-18 Thread Java Lead Developer
*Hi,*

* *

*I have a very urgent Direct Client requirement for Lead Java
Developer/Developer. If you have any resources available kindly send me
across at your earliest to surendr...@bahwancybertek.com *


*Position: Java Developer*

*Location:  Boston, MA and Stanford, CT*

*Rate: DOE: *

*Start Date: Mid Feb or End of Feb*

*Contract Type: Long-term C2C*



*Requirement Details:*

· Java - 5-7 years - Must have - *Must have excellent skills - Sun
certification preferred*

· Servlets and JSP/JSTL: 5-7 years -* Must have excellent skills -
Sun certification preferred*

· EJB 2.0 - Atleast 2 years

· Spring framework: 2-3 years - Must have at least 1 year of
experience

· XSL/XPath/XSLT: Preferably 2-3 years, at least 1 year is a must

· Javascript framework - preferably Mootools - Good to have

· Cross browser HTML/CSS/javascript - at least 2 years

· Domain:- banking

· Oracle - writing /modifying PL/SQL queries, Stored procedures -
At least 2 years of experience

· Hibernate/iBatis - 1-2 years - good to have

· Experience with Subversion, Eclipse, Ant - preferably 2+ years

·Excellent communication skills



Best Regards,



Surendra Babu

Team – Talent Acquisition

Bahwan CyberTek Inc

A CMMi Level 5 Company

Ph – 508-507-8340

www.bahwancybertek.com

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Lead Java Developer/Developer

2012-01-18 Thread Java Lead Developer
*Hi,*

* *

*I have a very urgent Direct Client requirement for Lead Java
Developer/Developer. If you have any resources available kindly send me
across at your earliest to surendr...@bahwancybertek.com *


*Position: Java Developer*

*Location:  Boston, MA and Stanford, CT*

*Rate: DOE: *

*Start Date: Mid Feb or End of Feb*

*Contract Type: Long-term C2C*



*Requirement Details:*

· Java - 5-7 years - Must have - *Must have excellent skills - Sun
certification preferred*

· Servlets and JSP/JSTL: 5-7 years -* Must have excellent skills -
Sun certification preferred*

· EJB 2.0 - Atleast 2 years

· Spring framework: 2-3 years - Must have at least 1 year of
experience

· XSL/XPath/XSLT: Preferably 2-3 years, at least 1 year is a must

· Javascript framework - preferably Mootools - Good to have

· Cross browser HTML/CSS/javascript - at least 2 years

· Domain:- banking

· Oracle - writing /modifying PL/SQL queries, Stored procedures -
At least 2 years of experience

· Hibernate/iBatis - 1-2 years - good to have

· Experience with Subversion, Eclipse, Ant - preferably 2+ years

·Excellent communication skills



Best Regards,



Surendra Babu

Team – Talent Acquisition

Bahwan CyberTek Inc

A CMMi Level 5 Company

Ph – 508-507-8340

www.bahwancybertek.com

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Need-----Network Administrator in Emeryville, CA for 4 Months Contract

2012-01-18 Thread Robert
*Greetings from Robert,*



Job: Network Administrator

Duration: 4 Months

Location: Emeryville, CA



*Experience Profile:*

· 10 - 12 years of experience in Data Networking, especially in the
enterprise network environment

· 7+ years of experience in consulting, design, implementation and
migration and transformation projects

· Excellent hands-on experience on Data Networking technologies and
products. Must be hands-on currently.

· Experience working in large and multiple data center projects

· Experience working with Pre-Sales teams on RFPs, RFQs etc.

· CCIE Certified (preferred)



*Technical skills:*

* *

*Excellent hands-on experience on the following technologies:*

· Routing protocols – EIGRP, OSPF, BGP

· LAN Switching – VLAN, VTP, STP, EtherChannel, CoS

· WAN – MPLS, MPLS/VPN, MP-BGP

· TCP/IP protocol suite, Quality of Service

· Application protocols - HTTP, HTTPS, FTP, SMTP, SNMP, SSL etc.

· Network Security - IPSec VPN, AAA Architecture, TACACS+, RADIUS

· Data Center Architecture – Network, Server, Storage

· DNS/DHCP/Proxy



*Excellent hands-on experience on the following products:*

· Cisco Catalyst 6500 and other Catalyst Series switches

· Cisco Nexus 7K/5K/2K Series of switches

· Cisco Routers 3800, 3900, 7600 Series

· Cisco IOS Software and NX OS Software

· Wireless LAN technologies – Cisco or Aruba

· WAN Acceleration/optimization – Cisco WAAS or Riverbed

· Application Load balancers – F5 BigIP LTM/GTM or Cisco ACE/GSS

· Network Management – HPOV, NNM, SolarWinds, ORION etc.



*Others:*

· Excellent communication and presentation skills. Must be able to
clearly communicate with the customer and be able to present solutions to
customers at CIO, CXO level

· Must be open for 24x7 availability

· Must be able to conduct technical trainings to internal resources



*Responsibilities*:

The Network Engineer will lead complex projects involving the planning,
design, installation, technical support and network audit of data
information technology solutions. The Network Engineer’s responsibilities
are to configure and implement local and wide area network, internet
platforms and the network management and associated diagnostic tools to
support new and existing technology architectures. The Network engineer
makes decisions independently on Information Systems problems and methods.
The knowledge and expertise required at this level of work usually results
from progressive work experience. Projects are carried out independently
and new ideas are proposed and implemented for cost reduction and
application or infrastructure enhancements.
Essential Functions
*Lead the evaluation, testing, selection and implementation of:*
a. Local and Wide Area Networks (LAN/WAN)
b. Internet Connectivity
c. Network Management
d. Diagnostic tools
Mentor junior engineers on networking technologies, standards,
methodologies, and procedures
Lead development, implementation, and maintenance of network standards and
documentation.
Participate in developing long-term strategic, capacity and performance
planning objectives and goals.
Coordinate efforts to isolate and resolve network and security related
issues.
Participate in IT and corporate-lead initiatives.
Research new technology and evaluate its viability





*With Regards,*

* *

*Robert **|** **Business Development Manager** **|**Platinum Infosys Inc*

*Email: rob...@platinuminfosys.com **| **Phone: *214-550-0248* **|** Fax: *
214–260–1160* *

*Visit us @ www.platinuminfosys.com*
 --

Note: Under Bill s.1618 Title III passed by the 105th U.S.Congress this
mail cannot be considered spam as long as we include contact information
and a remove link for removal from our mailing list. To be removed from our
mailing list, reply with
“*remover...@platinuminfosys.com?subject=_R%20E%20M%20O%20V%20E_
*” and include your “original e-mail address/addresses” in the subject
heading. We will immediately update it accordingly. We apologize for the
inconvenience if any caused. Thank You.
*
--
*

*Think Green:* *Please consider the environment before printing this e-mail.
*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Java Developer Needed for DIRECT CLIENT in Memphis, TN

2012-01-18 Thread Umendar Goud
Hi Partners,


We have a urgent requirement for our  Client please check it once and reply
me your comfortable ASAP.

*
*

*Job Title:  Java Developer*

*
*

*Location:  Memphis, TN*

*
*

*Duration:  12 Months*



*Skills Needed:  *Java, Struts 2, Hibernate, Spring, JPA, SQL, Unix



*
 Thanks  Regards

Umendar
IT Recruiter
Sriven Technologies LLC ..,
Ph: (703)-842-4305X307
umen...@sriventech.com
www.sriventech.com
G-Mail:umendarg...@gmail.com


*

* *

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Senior Senior Java/J2EE Developers Needed for Direct Client in Colorado Springs, CO

2012-01-18 Thread Umendar Goud
Hi


We have a urgent requirement for our  Client please check it once and reply
me your comfortable ASAP.


*Job Title:  Senior Java/J2EE Developer*

*
*

*Location:  Colorado Springs, CO*

*
*

*Duration:  12 Months*
*
*

* *

*Skills Needed:  *

*Java:*

Basic J2EE skills

Web Services (Backend as well as Client), Spring-WS

Spring

JMS

Message Driven Beans (MDB)



*Misc:*

Bash scripting

SQL



* Thanks  Regards...*

*Umendar
IT Recruiter
Sriven Technologies LLC ..,
Ph: (703)-842-4305X307
umen...@sriventech.com
www.sriventech.com
G-Mail:umendarg...@gmail.com

*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Sr. ETL/OWB Consultant_Bay Area, CA_6+ Months

2012-01-18 Thread rajveer jamalpoor
Hi,

   We have an below urgent requirement from our client.



*Subject:* *Sr. ETL/OWB Consultant*

*Location*: *Bay Area, CA*

*Duration: *6+ Months


Job Summary

• More than 10+ yrs in IT

• Should have good knowledge of *3+ years in Oracle Warehouse
Builder (OWB)*.

• Should be a expert with *ETL* Tools

• Strong experience with *PL/SQL  SQL*

• Prefer having work experience with *OBIA/OBIEE*

• Prefer having work experience with any DW/BI technology.

· Experience with data warehousing modeling concepts a must.

· Prefer experience with *OBIEE*.

· Needs to be a good with Communication and Presentation Skills

· Have to be Customer Centric.
Good communication and good presentation skill


*Thanks  Regards.*

*--*

* *

*Rajveer*

*Technical Recruiter,
Sriven Technologies LLC ..,
E-Mail:  **rajv...@sriventech.com s...@sriventech.com**
Web: www.sriventech.com
Ph: 703-842-4305 X 306
Fax: 1866 725-2860*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



NEED: Android Application Developer - NJ KS

2012-01-18 Thread Raghu Gaddam
*
*

Hello,

I have an urgent openings on*Android Application Developer*   Position
with my client. Let me know if you have any of your consultants available.
Please send me the consultant’s resumes with full name, contact details,
Rate, and availability date.

* *

*Job Title  :   Android Application Developer*

Project Duration   :   6 months +

City  :   NJ  KS

No Of Openings  :   7



*Other Information: *

· Knowledge of OMA-DM protocol(added advantage)

· Should have C++/Java experience.

· Should have expertise in Android middleware, framework and JNI.

*
Kindly Send The Resume To raghavendra_gad...@aesinc.us.com or You Can Reach
Me On  630-242-8896 Ext: 303


Thanks  Regards

Raghavedra Gaddam
Agile Enterprise Solutions Inc
Phone:630-242-8896 Ext: 303
E-Mail: raghavendra_gad...@aesinc.us.com*
* http://www.aesinc.us.com*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.



Redcats - Mobile C# .NET developer_NYC, NY_6 Months

2012-01-18 Thread rajveer jamalpoor
Hi,

   We have an below urgent requirement from our client.



*Subject:* Redcats - Mobile C# .NET developer

*Location*: NYC, NY

*Duration: *6 Months


our client in NYC is looking for a senior C# developer with mobile
experience.





3-5 years of strong design development experience with concentration on C#
, ASP.NET,  HTML, Javascript, JQuery, JSON, AJAX  *-- MUST*

   - .NET Framework 3.5/4.0 experience   *-- MUST*
   - Preferred to have knowledge on WCF, MVC *-- Nice to Have*
   - Must have in depth knowledge of OOPS and should be motivated and
   energetic to solve complex design problems.  *-- MUST*
   - Must have experience working in environment of TFS and Visual Studio. *--
   MUST*
   - Knowledge of tools for Load testing, log reading e.t.c preferred. *--
   Nice to Have*

Good communication skills.  *-- MUST

*

*Thanks  Regards.*

*--*

* *

*Rajveer*

*Technical Recruiter,
Sriven Technologies LLC ..,
E-Mail:  **rajv...@sriventech.com s...@sriventech.com**
Web: www.sriventech.com
Ph: 703-842-4305 X 306
Fax: 1866 725-2860*

-- 
You received this message because you are subscribed to the Google Groups 
REQSRESUMES group.
To post to this group, send email to reqsresumes@googlegroups.com.
To unsubscribe from this group, send email to 
reqsresumes+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reqsresumes?hl=en.