[android-developers] Copying to and from half-precision F16 allocation

2016-11-10 Thread Timothy Ambrose


I'm trying to figure out how to do half-precision using types like 'half' and 
'half4'. The only problem seems to be getting the numbers from java to 
renderscript and back.
The Java Code:

private float[] input;
private float[] half_output;
private RenderScript mRS;
private ScriptC_mono mScript;
private final int dimen = 15;...

//onCreate
input = new float[dimen * dimen * 3];  //later loaded from file 182.24 3.98 
105.83 226.08 15.2 80.01...
half_output = new float[dimen * dimen * 3];
*...*

//function calling renderscript
mRS = RenderScript.create(this);
ScriptC_halfPrecision mScript = new ScriptC_halfPrecision(mRS);

Allocation input2 = Allocation.createSized(mRS, Element.F16(mRS), dimen * dimen 
* 3);
input2.copyFromUnchecked(input);//copy float values to F16 
allocation

Allocation halfIndex = Allocation.createSized(mRS, Element.F16(mRS), dimen * 
dimen);
Type.Builder half_output_type = new Type.Builder(mRS, 
Element.F16(mRS)).setX(dimen * dimen * 3);
Allocation output3 = Allocation.createTyped(mRS, half_output_type.create());

mScript.set_half_in(input2);
mScript.set_half_out(output3);
mScript.forEach_half_operation(halfIndex);

output3.copy1DRangeToUnchecked(0, dimen * dimen * 3, half_output);  //copy F16 
allocation back to float array




The Renderscript:

#pragma version(1)
#pragma rs java_package_name(com.example.android.rs.hellocompute)

rs_allocation half_in;
rs_allocation half_out;

half __attribute__((kernel)) half_operation(uint32_t x) {
half4 out = rsGetElementAt_half4(half_in, x);

out.x /= 2.0;
out.y /= 2.0;
out.z /= 2.0;
out.w /= 2.0;

rsSetElementAt_half4(half_out, out, x);
}



I also tried this instead of the last line shown in the Java code
float temp_half[] = new float[1];
for (int i = 0; i < dimen * dimen * 3; ++i) { //copy F16 allocation back to 
float array
output3.copy1DRangeToUnchecked(i, 1, temp_half);
half_output[i]=temp_half[0];
}


All the above code works perfectly for float4 variables in the renderscript and 
F32 allocations in the java.
This is obviously because there is no issue going from renderscript float to 
java float.
But trying to go from java float (since there is no java half) to renderscript 
half and back again is very difficult.
*Can anyone tell me how to do it?*

Both of the above versions of the java code result in seemingly random values 
in the half_output array.
They are obviously not random because they are the same values every time I run 
it, no matter what the operation in the half_operation(uint32_t x) function.
I've tried changing the   out.x /= 2.0;  to  out.x /= 200.0;   or   out.x 
*= 200.0;
and still the values that end up in the half_output array are the same every 
time I run it.

Using input of 
182.24 3.98 105.83 226.08 15.2 80.01...

Using this java
output3.copy1DRangeToUnchecked(0, dimen * dimen * 3, half_output);  //copy F16 
allocation back to float array
The resulting half_output is 46657.44 27094.48 3891.45 965.1825 36223.44 
14959.08...

Using this java
float temp_half[] = new float[1];
for (int i = 0; i < dimen * dimen * 3; ++i) { //copy F16 allocation back to 
float array
output3.copy1DRangeToUnchecked(i, 1, temp_half);
half_output[i]=temp_half[0];
}
The resulting half_output is 2.3476E-41 2.5546E-41 6.2047E-41 2.5407E-41 
1.9802E-41 2.4914E-41...

Again these are the results no matter what I change the   out.x /= 2.0;   
algorithm to.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/fb9c4fc4-d273-4538-b0c1-2422b7922a63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Failed to create JVM: error code -1. Please Help!!!!!!!

2016-11-10 Thread Marco Reyes



Hi guys i am having problems with android studio showing me this error 

Failed to create JVM: error code -1.
JVM Path: C:\Program Files\Android\Android Studio|jre|jre
if you already have a 64-bit JDK installed, define a JAVA_HOME variable in 
.

but i did already 

in Environment Variables 

i created 

in User Variables 

JAVA_HOME  C:\Program Files\Java\jdk1.8.0_111

in System Variables

path

C:\Program Files\Java\jdk1.8.0_111\bin
C:\Program Files\Java\jre1.8.0_111\bin
%JAVA_HOME%\bin


can any body please tell me how to fix this issue 

what i am doing wrong 

when i do the test on cmd

javac - version i get

1.8.0_111

when i do

java -version 

java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

so supposedly is suppose to work but .:(





















-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/defd8f21-6f5d-4d98-b379-193aea0f7ced%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Project Manager in EDen Prairie

2016-11-10 Thread rahul goswami
*Hi ,*

 Local/ Non Local Candidates (Ready to relocate to MN)

Please share profile at apa...@onsinteractive.com

Please feel free to call me @ 443-569-7763


*Job Title: Project Manager*
*Client: UHG (United Health Group)*
*Location: Eden Prairie, MN*

*Job Description:*


 MUST have 3-5 years Project Management experience in Waterfall.*

*Responsibilities*
Responsible for the work flow of all projects
Interact with customers to gather project requirements and act as liaison
between customer and design team
Simultaneously lead several complex projects with varied, multiple
deliverables, team members and audiences requiring ongoing prioritization
and relationship management
Communicate job status information to all team members
Promote smooth workflow and communication between departments
Create and manage timelines for all projects
Ensure workflow progresses efficiently and projects/staff are organized as
priorities shift
Maintain job tracking and time keeping database
Maintain and update project status report and run weekly status meetings
Help enhance and improve department processes
Communicate consolidated project milestones and deliverables for readiness
The ability to generate detailed project status reporting (including
critical path impact, dependencies, milestones, resources, cost, work
breakdown structures, etc.).
The ability to work in a matrix environment across cross functional teams
Workflow design, implementation and management experience
Strong negotiation skills

Combine two of the fastest-growing fields on the planet with a culture of
performance, collaboration and opportunity and this is what you get.
Leading edge technology in an industry that's improving the lives of
millions. Here, innovation isn't about another gadget, it's about making
health care data available wherever and whenever people need it, safely and
reliably. There's no room for error. Join us and start doing your life's
best work.(sm)

*Requirements*
3-5 Years of IT Project Management experience working across multiple
cross-functional teams
2+ years of experience estimating and forecasting for IT projects
2+ Years experience giving presentations to business owners and management
Proficiency with MS Office (Including Excel, Word, Outlook, MS Project)
Experience facilitating Joint Application Design (JAD) sessions
Healthcare Industry Experience
Clarity Nice to have.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAA0vNTEE9wZAcxYWwmqyDrPrzttsn5W3gLpCSRgwgaQ-Uu0OLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need----Android Developer----EAD or GC or Citizens Only

2016-11-10 Thread Saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Title: Android Developer*

*Location: Cincinnati, OH*

*Duration: 12 months+ (Potential for extension)*

*EAD or GC or Citizens Only*



*Job Description:*



We are in search of an experienced Android Developer with at least 4+ years
of experience. An ideal candidate will have worked in large coding
environments.

*Desired Experience:*
*• 4+ years of mobile development experience*
*• Experience with project planning with large size or highly complex
projects*


* • Experience developing mobile applications for Android or similar
platform  • Experience with Java, Android SDK and tools, JUnit, SQL,
Eclipse, Ant  **• Experience with Mobile Optimized Web applications *
*• **Experience working in an Agile Scrum environment*

*• Proven communication and presentation skills to effectively communicate
information to customers and to all levels within the organization. *
*• Ability to interact well in a team environment. *



*Current tools and technologies include:*

*• Java, Android SDK and tools, JUnit, SQL, Eclipse, Ant *
*• HTML, HTML5, JavaScript, XML, AJAX, CSS, CSS3, JMS, UML *
*• SQL Server, Informix and/or DB2*





Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJT%2BorBFGP4dA2m0gu2eKWsWg96_8n%3DFWmHt%2B%3DRoTD%3D1%2B1Epng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need MS Dynamics CRM - Cherry Hill, NJ

2016-11-10 Thread Nishikant - IDC
Please send resume at nishikant.tripa...@idctechnologies.com

Job Description: Job Title: Technology Lead

Location: Cherry Hill, NJ

Contract duration (in months)6 month

Target Start Date: 21-Nov-2016



Job Details:



Must Have Skills (Top 2 technical skills only) working experience in
Development skills in MS Dynamics CRM (2013 & 2015), Scribe and related
tools - .NET, JavaScript, SQL Server, SharePoint, HTML5, Web Services
Experience working in L2/L3 support projects. Working with GDM delivery
model



Nice to have skills (Top 2 only)



Desired years of experience : 8



Education/ Certifications (Required) : Graduate



Will interface with key stakeholders and apply your technical proficiency
across different stages of the Software Development Life Cycle including
Requirements Elicitation, Application Architecture definition and Design.



Will play an important role in creating the high level design artifacts.
Deliver high quality code deliverables for a module, lead validation for
all types of testing and support activities related to implementation,
transition and warranty.

Be part of a learning culture, where teamwork and collaboration are
encouraged



Will the candidate be client facing and/or working with business users?

Yes. Will be client facing and also be working with business users as part
of support and maintenance activities



What is the team size, make up, culture, soft skills, and dress code,
Hours?

Onsite: 2, offshore: 6. Team has people from USA, India. Business casual
and regular working hours.



Are you open to candidates from other states who can relocate to the client
site?

Yes



Any companies/vendors who have been able to service similar requirements in
the past well within the rates and quality expectations NA



Interview Process (Is face to face required?) Telephonic and/or Video call

Thanks & Regards

Nishikant Tripathi
IDC Technologies Inc.,
1851 McCarthy Blvd.,
Suite #116, Milpitas, CA 95035
Ph: 408 418 5779 Ext-245
Email: nishikant.tripa...@idctechnologies.com
Fax: 408 608 6088

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFYqqBnRTUKLmZF-hE%2BcoRkymUgtODhsW-dwhHkxov12o%3DFvgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - Mainframe Consultant

2016-11-10 Thread Rizwan Dawood
*Mainframe Consultant*

*Richmond, VA   *

*Long Term Contract*



*Client: Wipro*



*Job Description:*



• Understanding the business requirements and
functional specifications of the client module.

• Design and development standpoint for the development
team.

• Prepare the templates for the functional
specification review, technical specification, unit case.

• Identify customer’s business flow and gaps analysis,
provide recommendations in key strategic areas involving competitor
performance.

• Development of migrating graphs.

• Identify the process gaps and provide alternatives to
the project team.

• Test planning for cumulative updates.

• Buddy testing and peer code review

• Prepare the templates for the functional
specification review, technical specifications, unit test case, string test
case, etc.

• Build functional specification and develop technical
specification and functional and technical specification review.

• Technical assistance from design and development
standpoint.

• Documenting the test case scenario steps followed for
various tasks for specific module.

• Planning the test activities and preparation of test
scenarios as per customer requirements.

• Make additional setups to implement new business
processes, develop integration test scripts to repair business flow.

• Functional analysis of specifications, tracking
tickets arise from customers and resolving problems.

• Identify customer’s business flow and gap analysis,
provide recommendations in key strategic areas involving competitor
performance.

• Design, tracking and coordinating project activities
to meet project deliverables.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANpokiDAaQipQXf34mtsgzLYF3fNFRvshfS1Bp_cdabdZ4EYyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Pega Lead Business Architect Location: San Jose, CA

2016-11-10 Thread Balu Nela9
b...@pronixinc.com  Title: Pega Lead Business Architect Location: San Jose,
CA Duration: Long Term Job Description: Minimum 8+ years of Experience in
IT Should have 3+ year of experience in Lead Business Architect with
Certified Pega


*Thanks and Regards,*

*Balu Nela*

*PRONIX INC*

*Balu@ Pronixinc.com | 609-378-1022*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAM2%2B5hHrR0S2-y7w4smff8nE9VjrXB11R11gj0fWnEEGxhqMSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Need help on sending events (Motion event, Key event and etc) from a service to system (android 4.0)

2016-11-10 Thread jim mcdonald
Hi, I have a similar question. We are developing an app for Android TV and 
using a couple different HID devices. One has axis and buttons and works 
great. The other has only axis and no buttons - and shows up as an HID 
device with the driver, but not as an input device, so we can't get events. 
Any thoughts on how to fix this? Do we need some kind of manifest or 
intent-filter to recognize the device?
Thanks!

On Monday, August 6, 2012 at 3:11:29 PM UTC-7, Dianne Hackborn wrote:

> Currently the only way, outside of test environments, to deliver input 
> events to the platform is throw a kernel input device.  So your USB device 
> must report itself as a HID device (a keyboard, trackpad, mouse, or game 
> controller) which the kernel understands how to interact with and will 
> generate the appropriate low-level events from the input device.
>
> On Mon, Aug 6, 2012 at 6:18 AM, Prabudas  
> wrote:
>
>> Hi,
>>
>> I am working on an external HID device for android 4.0 devices. The 
>> device will have a touchpad and hardware buttons to replicate the touch 
>> screen and android buttons(Home, back and menu). To make this device work 
>> with any android 4.0 device, I do not want to modify the build or root the 
>> device. All I can do is, I can write an app (service) which can interact 
>> with this device through USB (using accessory mode v 1.0). So, from that 
>> app, I want to create the necessary events based on the message from USB. 
>> This can be very easy in android 4.1 with accessory mode 2.0. But, I need 
>> this for 4.0. Please help me on this. Thanks in advance.
>>
>> …Prabudas
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-d...@googlegroups.com 
>> 
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> -- 
> Dianne Hackborn
> Android framework engineer
> hac...@android.com 
>
> Note: please don't send private questions to me, as I don't have time to 
> provide private support, and so won't reply to such e-mails.  All such 
> questions should be posted on public forums, where I and others can see and 
> answer them.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e05920ec-2f12-4a1a-90a1-84393fa64b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent need of SAS System Administrator @New York, NY

2016-11-10 Thread ranjeet majumdar
Hi,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: SAS System Administrator *

*Location: New York, NY *

*Duration: Long Term*



PRIMARY SKILLSET

•   Associate should have *8-10* years’ experience and specifically
from SAS Administration background.

•   Experienced SAS Platform / *Grid *Administrator (preferably
*9.4*)

•   Experience administering SAS platform in a multi-node grid
environment.

•   Experience creating metadata users and groups

•   Experience creating metadata libraries and folders

•   Experience starting and stopping all SAS servers

•   Experience reading through SAS logs to work through problems
finding root causes and rectifying. Interfacing with SAS technical is a
must.

•   Experience monitoring grid and make sure that nodes are
balanced with SAS generated code running efficiently across grid

•   Working knowledge of LSF as it pertains to the SAS grid.

•   Ability to make changes to SAS environment such as modifying
SAS code, configuration files and writing automation scripts.

•   Ability to install hot fixes, service packs, upgrades as well
as add-on software components.

•   Knowledge and consultative approach to model deployment
methodology.

•   Experience troubleshooting GRID problems



SOFT SKILLS

•   Ability to work in a fast paced evolving environment.

•   Ability to be part of a team and collaborate with various
individuals within the organization

•   Excellent communication skills

•   Ability to communicate both technically and business-like based
in the audience.

•   Consultative Leadership is key to this position.



Preferred CERTIFICATIONS

•   SAS Platform Administration

•   SAS Grid Administration




*Ranjeet Majumdar* | SYSMIND, LLC
*Technical Recruiter*

Phone: 609-897-9670 x 2155

Gmail: ranjeet.sysm...@gmail.com 

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADUE5J_GU1gQKrmADg%3DVfyPMkXma3ezUcAFBiXEvM7eXTX2OyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SQL Developer__Need Urgent Local to TX with 9+ Profile

2016-11-10 Thread Bharat Chhibber
Hello,

Hope you are doing well.

This is Bharat from Nityo Infotech.. Please find the JD below and if you
have any consultant available then please let me know ASAP at
bhara...@nityo.com.



Title –  SQL Developer

Duration – 6 months

Location – Houston, TX

Work with the  team to understand existing application functionality.
Application is written in WPS (World Programming System). Engineer needs to
rewrite the application to MySQL. Estimated time is 6 months for the project

*Required skills:  *

§  Knowledge of WPS and MySQL

§  Knowledge of typical data manipulation and analysis functions such as
aggregation, reconciliation, setting up query functions etc.

§  Knowledge of app database setup

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEmgVe0EJ4Y0wonO2LqW-SYN9d6vrCyPkmhTew3D1PCYsqQhZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Urgent Need :: Infra Testing @ Sunnyvale, CA, USA

2016-11-10 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Infra Testing*

*Location: Sunnyvale, CA, USA*

*Contract duration (in months)   12*



*  Note- Passport no. is mandatory for H1. *



Job description

• Performance testing using Jmeter (all Performance test done
through Jmeter in AOS and ASA)

• Experience in Java development

• Experience in infrastructure performance testing

• Test case writing based on scenario

• Capacity Planning

• Stress Test

• Bug fixing (work with dev to get it fix)

• System enhancement suggestion

• Knowledge of Linux, Unix





*Ranjeet Majumdar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2155

Gmail: ranjeet.sysm...@gmail.com 

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADUE5J_fy8GDkgD_9jHFjgGcV_0CPUn_tYdsdwNoL6mx3Wp0rQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent || .Net Developer || Local in MA for F2F || USC or GC

2016-11-10 Thread Vishal Ji Awasthi
 .Net Developers



* “ASP.net MVC, SQL Server, and strong API”*


Job Title: .NET Developer - Energy and Environmental Affairs
Location: Boston, MA

Long Term contract




Additional Resume Submission Specifications and Requirements:

¿ Indicate on resume if candidate is presently working for another State
Agency or has

worked for another State Agency within the past 12 months (if so, indicate
State Agency

name)



Summary of the Position

This position is with the Massachusetts Executive Office of Energy and
Environmental Affairs (EEA) and

will provide analysis, design, development, and implementation of
information system solutions for EEA

IT Applications. The developer will develop web based applications and web
services using Microsoft

.NET framework, C#, JavaScript, cloud base services and other associate
technologies. The developer will

work in a team setting with other EEA developers, information technology
professionals and program

staff.

Primary Responsibilities

¿ Work on all aspects of software development life cycle following agile
methodologies for new

initiatives.

¿ Work with business analyst and users to gather requirements, perform
analysis, design,

application implementation, testing and assist in deployment.

¿ Develop RESTful web services and public web portals using Microsoft .NET
frameworks, C#,

JavaScript and associate technologies.

¿ Design and develop databases using SQL Server and/or Oracle, write
complex stored procedures

with fast performance.

¿ Utilize cloud base web services using Microsoft Azure and Amazon Web
Services platforms

¿ Learn new technologies if requested.

¿ Communicate effectively with teammates and other stakeholders.

Qualifications

¿ Minimum BS/CS with 8+ years of experience with .NET web development.

¿ Proven experience in design, development and implementation of
large-scale and multi-user

applications.

¿ Strong experience with data modeling and problem solving skills

¿ Very strong in Object Oriented Design and Programming (OOP & OOD)

¿ Very strong with C#, .NET and ASP.NET framework

¿ Good experience with RESTful web services using .NET Web API

¿ Very strong in GUI web development using JavaScript and AngularJS 1 or
AngularJS 2 / SPA

¿ Expertise in relational database design and building database stored
procedures using T/SQL or

PL-SQL

¿ Nice to have exposure to cloud base services with Microsoft Azure and/or
AWS

¿ Excellent written and oral communication skills













*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ98BqptntyFNpsAyvoFtMaOUiAUQiDib8vS7wpRCstTRMg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] MOst Urgent || Java Developer || Direct F2F || Lansing, MI || Only USC

2016-11-10 Thread Vishal Ji Awasthi
Java Developer

Lansing, MI

Duration: Long term

Only local for Direct F2F(NO Phone/Skype)



*Only USC*







No JD







*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ9-zfW9pauHBzgSmQpfzMCwjfqZp4MdZ%3D5CdmmRHGpztLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD START: Sr Android Developer in OH

2016-11-10 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Title: Sr Android Developer
Location: Cincinnati, OH
Duration: 12 months+ (Potential for extension)
Number of openings: 2

*Need EAD, GC, TN, Citizen Only.*

Job Description:
We are in search of an experienced Android Developer with at least 4+ years
of experience. An ideal candidate will have worked in large coding
environments. Kroger has 100s of thousands of lines of code so referencing
libraries, design patterns, etc. which can be complex.

Desired Experience:
• 4+ years of mobile development experience
• Experience with project planning with large size or highly complex
projects
• Experience developing mobile applications for Android or similar platform
• Experience with Java, Android SDK and tools, JUnit, SQL, Eclipse, Ant
• Experience with Mobile Optimized Web applications
• Experience working in an Agile Scrum environment
• Proven communication and presentation skills to effectively communicate
information to customers and to all levels within the organization.
• Ability to interact well in a team environment.

Current tools and technologies include:
• Java, Android SDK and tools, JUnit, SQL, Eclipse, Ant
• HTML, HTML5, JavaScript, XML, AJAX, CSS, CSS3, JMS, UML
• SQL Server, Informix and/or DB2

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq4OWYMttTLJByFmWk4CDdmVvyKqPPkPn-esrUR11fH0KQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need--- Sr. Angular and Java----GC or Citizens only

2016-11-10 Thread Saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
updated profile ASAP.


*Sr. Angular*

*12 months+*

*Location: New York, New York*

*GC or Citizens only*



*POSITION REQUIREMENTS:*

oStrong communication skills, both verbal and written, with strong
relationship, collaborative and organization skills

o5+ years’ experience translating functional product requirements into
application-layer code, and visual designs into functional user interfaces
within traditional web applications

oJava, J2EE, Spring Framework (Spring MVC, Spring Security, Aspects,
etc.), JPA, JSF, Junit, Web Services (SOAP & REST), JSON/XML, JBoss, Log4j,
Eclipse STS, SQL, Oracle DB Server

oHTML5, CSS3, JavaScript, jQuery, AngularJS

oExperience working with API development (REST & SOAP)



*DESIRED EXPERIENCE:*

oAgile/Scrum methodologies

oExperience working with JavaScript libraries, such as BootstrapJS,
and/or React.js

oExperience with logging frameworks

oExperience with implementing web service security

oE-commerce experience

oContinuous Delivery and Continuous Integration

oTest Driven Development (TDD)

oAndroid and/or iOS native app UI implementation

oAccessibility







Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJT%2BorCwdXLZNBUmq9e5eDjvqLJKH3j0HohRfPL-ZDksKbE8PA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req::Java Developer Location: Milpitas, CA

2016-11-10 Thread Anand Singh
*Role:Java Developer*

*Location: Milpitas, CA*



*Job Description:*



•  5-7 years of Software Development experience

•  Good attitude and willing to learn.

•  Expert in JAVA / JEE with Spring framework, *Apache Camel*,
JAXB, JMS, JDNI, JUnit

•  HTML5 / CSS3 / Javascript (Front end development is must have)

•  Javascript framework: *JQuery, Dojo, Angular*

•  Modern responsive and component based web application development

•  XML / *JSON* / XSL

•  Database design with ORM

•  *Oracle database*

•  Application server - *Weblogic, Websphere*

•  *Git and Maven*

*•  Restful Services*

•  Good to have: *ActiveMQ, Websphere MQ, IBM Sterling, Spring
Batch, Jenkins, Unix/Windows Shell Scripting, Selenium, Gradle*, JIRA



Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSNSnBxKcdTq2hT28Ea3WjB033Ootf%3DeK%2BewHY7VvGsRKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent need: Data Analyst, Miami, US

2016-11-10 Thread aman tanwar
Share resume on* ama...@nityo.com *






* Position: Data Analyst Location: Miami, US Duration: 12+ Months Role and
Responsibilities:*

·Interact with the customer and analyze requirements

·Work on source to target mapping/business transformation rules

·Create BRDs and functional specifications

·Experience with Business Intelligence and analytics projects

·Gathering requirements for BI, both data and visualization

·SQL Query - ability to write and execute queries to extract
datasets

·Source to Target Mapping and Lineage creation

·Advanced Excel skills including ability to write VB macros
*Technical/Process/Behavioral Competency:*

·Proficient with SQL

·Knowledge of ETL

·VB Macros

·Knowledge of BI Architectures, including design patterns for Data
Warehouses, Data Marts, Operational Data Stores, Analytics

·Excellent Communication Skills

Good to have:

·Cognos BI
·Informatica



*Thanks & Regards Aman Tanwar Technical Recruiter *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEMs_z7WDaba2QrfhGCUGbM842Vxpx0YcqH9HtofMtY27xEpcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate interviews for IOS Developer - Irving, TX - Longterm CONTRACT & Fulltime

2016-11-10 Thread OITC Network


Requirement:

Strong on Java script ,worked on hybrid Mobile areas Like Ionic, Phonegap, 
Cordoava

React-Native or React will suffice and some or little amount of IOS or 
Android native .

 

· Client –Verizon

· Location –Irving ,TX

· Both FTE and TP.


IOS React Native 

*Mobile iOS Developer*

*Skill*


*Min Required Level (1-5)*

Hybrid mobile applications

5

HTML5  / CSS3(Flex-Box)

5

REST API / JSON

4

Objective C

4

Agile Scrum

4

version controls - git / github, 

4

React-Native framework

2

ReactJs

2

Firebase

1

 

 

Best Regards,

Chaitanya M,

cha...@yochanait.com

Yochana IT Solutions Inc.

23000 Commerce Dr, Farmington hills, MI-48335

Gtalk: *audid...@gmail.com*  *LinkedIn* 




 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1cb6d69e-cc29-4769-b3c2-2d9e70dae0ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req::Tech Lead ECM - Enterprise Content Management-L4.2 Location: San Jose, CA

2016-11-10 Thread Anand Singh
*Role:Tech Lead ECM - Enterprise Content Management-L4.2*

*Location: San Jose, CA*

*Skill:*

*Adobe Day CQ*




Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSMUH_GKZjf4kvXne_-zEirS5C6w%3D0f%3DkcqrtPV7G6Rmcg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for SCCM Consultant (System Center Configuration Manager) at Scottsdale, AZ

2016-11-10 Thread USIT Recruiter
*Hi *



* Please lookup the below position and if you feel comfortable, then please
send me your updated resume *



*Job Title: SCCM Consultant (*System Center Configuration Manager)

*Duration: 6+ months*

*Location: Scottsdale, AZ*

*Job Requirement:*

· Provide planning and technical solution design for upgrading
System Center Configuration Manager Version 2012 R2 to System Center
Configuration Manager version 1602.

· Assist with the upgrade of System Center Configuration Manager in
customer’s test/lab environment.

· Assist with the upgrade of System Center Configuration Manager in
production environment.

· Assist with the upgrade of System Center Configuration Manager
clients on end user devices



*Thanks & Regards*


* Abhishek Kumar*








* 11628 Old Balas Road STE 316, St. Louis, MO-63141 Email id:
abhis...@cncsinfotech.com  Web:
www.cncsinfotech.com *


*Hangout : usitrecruiter1...@gmail.com *

* *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi23%3DseyYHA2_KQsv1YL1J25h0ejLJE%3Doqg_f-CevOshfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android phones auto-connecting to unsupported Passpoint/Hotspot2.0 SSIDs

2016-11-10 Thread Ranganath Jilla
Issue details:
1. We have observed Android devices from various vendors attempting to 
auto-connect to unsupported Passpoint/Hotspot2.0 SSIDs. In the same 
environment, we do not see iOS devices behaving the same.
2. By unsupported I mean, the carrier/operator is not enabled in the 
Passpoint settings of SSID profile (3GPP cellular information MCC and MNC 
are not configured)
3. To the same SSID profile 2 operators are supported with complete 3GPP 
cellular information configuration and verified working with supported 
devices
4. Auto-connect to Passpoint networks settings in the android phones is 
enabled.

Questions:
1. With the above information, does android devices try to auto-connect and 
try to authenticate to Passpoint enabled networks even when the operator is 
not supported?
2. Can some one help me provide some documentation on how the auto-connect 
to passpoint networks feature works on android? Especially Samsung devices 
like Galaxy S7 and S6.

Can someone help me here? If this is not the correct group, kindly redirect 
me. Thanks a lot. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4e227fac-c933-4b14-af13-e6d8ef82898a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req::Tech Lead BPM-L4.1 Location: Richmond, VA

2016-11-10 Thread Anand Singh
*Role:  Tech Lead BPM-L4.1*

*Location:   Richmond, VA*

Skill:

*JBPM, BPM Architecting; Documentum BPM*

Job Description:

· Strong solution design skills in Business Process Management &
Enterprise Architecture Integration (EAI)



· Experience in designing and applying integration patterns to
solve various business problems applying SOA principles



· Expertise in handling/processing complex XML Schemas



· Good knowledge of Integration life cycle & Methodology



· At least 1 year of design/implementation experience in TIBCO
Active Matrix BPM product



· Should have implementation experience in TIBCO Business works and
EMS



Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSM3%3D3ueqUPkB1420tuKzi49HKSHkDMH8_2N6iPsJFjNuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for System Administrator at Richardson TX,Need locals only

2016-11-10 Thread VIKAS GUPTA
*System Administrator*

*Richardson TX*



*12+ months contract*

*Rate: $50 ctc*



*Phone interview first and f2f *



*Job description:*

Installs, configures and maintains the operating systems. Analyzes and
resolves problems associated with server hardware and applications
software. Detects, diagnoses, and reports related problems on the server.
Duties *include installing and maintaining (from a server or system
perspective*) operating systems, database management systems, and
programming tools. Monitors and tunes systems software and networks for
optimal performance. Also installs new user accounts, creates batch
administration scripts and runs systems backups and disaster recovery
operations.



*Position Description: *

*BASIC FUNCTION:*

This position is responsible for the support of production servers,
analysis, development, modification, installation, testing and maintenance
of operating systems software and/or software tools. Diagnoses, isolates
and de-bugs software problems and performs problem resolution. Monitors
systems capacity and performance. All work is done following ITIL standards
utilizing Change Management processes via CA Service Desk.

*JOB REQUIREMENTS: *

   1. Bachelor’s Degree in Computer Science, Information Systems, or other
   related field. Or equivalent work experience;
   2. 3 years of IT work experience in systems administration and
   engineering;
   3. Requires knowledge and experience in own function; still acquiring
   higher-level knowledge and skills;
   4. Solves a range of problems;
   5. Analyzes possible solutions using standard procedures;
   6. Receives a moderate level of guidance and direction;
   7. Excellent interpersonal, organizational, customer service and
   communications skills.




*PREFERRED JOB REQUIREMENTS: (5 years preferred, 3 years minimum experience
with the following)*

   1. IT work experience in systems administration and support for large,
   distributed Microsoft 2003/2008/2012 server environments;
   2. In depth knowledge of change management workflow processes/procedures;
   3. Experience in documenting processes for self and other engineers in
   support of change management procedures;
   4. System Administration experience with *Active Directory and System
   Center Services concepts**;*
   5. Experience with distributed server hardware, storage area networks,
   NAS, and LAN/WAN concepts;
   6. Experience with virtualization (VMWare), monitoring (HPOV) and
   automation (Blade Logic) technologies;
   7. Experience working in a server support team;
   8. Experience with ITIL Foundations and SDM preferred;
   9. Excellent written and verbal communication skills, strong customer
   focus and demonstrated ability to work in geographically dispersed teams;
   10. Ability to manage competing priorities.





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*



*[image: srimatrix-logo]*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANjU8tpJVxU8Wv0msDZ6qTBwZkirQajYMX14DxkXF2adRkwJeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req:: Tech Lead ESB Administration-L4.1 Location: Round Lake, IL

2016-11-10 Thread Anand Singh
*Role:  Tech Lead ESB Administration-L4.1*

*Location:  Round Lake, IL*

*Essential Skills: Mule ESB, Tomcat; WebSphere MQ*

Experience Required (Description) : -->Integration(L3)-Expert in
Integration Gateway. Dataex  and  Batch Programs. Working knowledge on OS,
Shell Programming. Expert in Java/J2EE/JMS technology, XML, Web Services,
Middleware (Tuxedo), Web Methods, RDBMS, Data model, Mapping,
/Transformations,
Clarify /Java Business Objects, CB Scripting, Cron Jobs -->Oracle Service
Bus (OSB)(L1)- -->WebLogic Admin(L4)-Designing Web Infrastructure, Capacity
planning, DR Design, Cluster Design, Cluster implementation, Cluster
troublshooting Hardening of servers, Sizing Servers,  Standard Operating
procedures, Ant /JACL/JAYTHON scripting with respectto App server Admin
Tasks, App Server Crash Dump Analysis -->English Language(L1)



*Roles & Responsiblities*



The prime responsibility of this position is to either manage a small team
of analysts, developers or engineers and drive delivery of a small module
of a project ( AD/ AM/ Testing) or serve as entry level specialist with
expertise in particular technology /industry domain / a process of a ERP
package. If not a module the lead is responsible for functional / technical
track of a project.


Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSNpVEeO9RizDLhz3wK7fs9xbGe7A-1GTGTzsiq9xKnCXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent SAP Requirement Available - Sure interview

2016-11-10 Thread Mahesh IT Recruiter
*Hi,*

*Kindly share to mah...@urpantech.com*

Please find the below description if you have any matching consultants 
please do let me soon !

*SAP Consultants with Upgrade & Migration experience (SAP Basis OR hana OR 
SAP PP QM or any module with upgrade)*
*Neenah, WI*
*1+ year contract position*
*Immediate Interview*

Skills Needed:

   - should have experienced in Project management 
   - Experienced in *SAP upgrade project - Seasoned on SAP upgrade, Project 
   Management*, knows how to go about such type of projects.
   - Global rollout experience desired
   - Strong communication skills handling/interacting global teams
   - Relocate to Neenah, WI (occasional travel to Oshkosh?)
   - Agile project management, PMP Certification –Preferred but not required
   - Prior experience in SAP QM - Preferred
   
   
*Thanks & Regards,*

*Maheshwaran*

*Technical Recruiter*

*Phone: 408-351-6920*

mah...@urpantech.com   | |  mah...@cloudious.com  

www.urpantech.com  | |  http://www.cloudious.com




-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ba5cbefa-206d-4f35-a5e9-c6a6a58b4a35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job Opportunity for Technology Lead in Seattle-WA

2016-11-10 Thread USIT Recruiter
Hi,

Hope you are doing well!!!
My name is Ajay and I'm a senior recruiter at NLB, a global staffing and IT
consulting company. We are constantly on the lookout for professionals to
fulfil the staffing needs of our clients, and we currently have a job
opening that may interest you. Below is a summary of the position.



*Title:* Technology Lead

*Duration:* 6 months with possible extension

*Location:* Seattle-WA-(Alternate locations… LA, Denver, Chicago)



*Job Description:*

Total 5+ Years of experience

Must Have Skills (Top 2 technical skills only) 1. Java + AWS, GO,
Cassandra, MongoDB/DynamoDB, and CI/CD.

2. Micro Services, Middleware technologies

*Nice to have skills (Top 2 only)*

· Agile Methodology

· Retail Domain knowledge

*Top 3 responsibilities you would expect the subcon to shoulder and
execute:*

· Will interface with key stakeholders and apply your technical
proficiency across different stages of the Software Development Life Cycle
including Requirements Elicitation, Application Architecture definition and
Design.

· Play an important role in creating the high level design
artifacts.

· Deliver high quality code deliverables for a module, lead
validation for all types of testing and support activities related to
implementation, transition and warranty.





Regards

*Ajay Ravat*

*--*

Next Level Business Services, Inc.

Staffing|Consulting|Outsourcing

t:  904-371-2740| f: +1 (608) 646 8326

e: ajay.ra...@nlbservices.com | w: www.nlbservices.com

Certified Minority Business Enterprise (CMBE) & ISO 27001 and 2-1
Company

CONFIDENTIALITY NOTICE:  This e-mail transmission may contain confidential
information. This information is intended only for the use of the
individual(s) or entity to which it is intended even if addressed
incorrectly. Please delete it from your files if you are not the intended
recipient. Thank you for your compliance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi3gG4oOA0bcvHBuJi0cKeVhcKDzs3VaVk3mNX%3Dss56zTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] (Very Urgent Requirement)Phone than Skype Interview:Sr. Angular Developer Portland, OR

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Sr. Angular Developer*

* INTERVIEW: Phone than Skype Interview*

*LOCATION: Portland, OR*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*



*Sr. Angular Developer Portland, OR  (Very Urgent Requirement please submit
best consultants only)*







The job details are below, but they are basically looking for a Sr. Angular
Developer who can train and mentor Jr. team members.





We are now focused more on the Angular position(s) who would fit into a
mentoring role for Angular where they would lead novice Angular developers
in structure and design.

Our client is looking for Java Developers with AngularJS experience.

   - There will be some data base work – Java to Oracle.
   - Project team will be 5 to 7 with PM, BA and a Lead Java Dev already
   assigned and working.

Thanks,



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-uHKTqYgYnzTV4sx8906e%2BYe%3DonX6rzGAEMMZFs4NckWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req::Tech Lead Portals-L4.1 Location: Round Lake, IL

2016-11-10 Thread Anand Singh
*Role: Tech Lead Portals-L4.1*

*Location:  Round Lake, IL*

*ESSENTIAL_SKILL:  Liferay Portal Server*

*ADDITIONAL_SKILLS: IBM WebSphere Portal Admin; Oracle Admin*

Job Description



•Design, develop, and maintain innovative, engaging, and
informative _javascript_ applications

•Provide recommendations on product and development environment
improvements.

•Prolific with frameworks such as Ext JS 4, jQuery UI, or GWT

•Ensure new feature design falls within the architectural guidelines

•Evaluate different technologies and make recommendation about
software, tools, and technologies for new projects

•Scope, design and develop UI functionality to meet the demands of
business requirements within set deadlines.

•Create wireframes, site maps, schematics, process maps, feature
lists, mockups, visual specification, working web 2.0 prototypes and other
artifacts to describe the intended user experience

*Skill:*

•Must have experience designing and coding re-usable RIA components
using object oriented _javascript_ and _javascript_ libraries.

•Must Have 5+ years of _javascript_ and Object oriented
_javascript_ experience

•Solid understanding of the DOM model and web browser engine and
Web browser and _javascript_ Interaction

•Having created or involved in custom components, widgets and Web
controls for open source libraries like Google Code or any of the developer
networks.

•Experience with Agile a plus



•Strong HTML5, CSS3, AJAX style UI skills

Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSNq0BfmcvEaEXvrS%2BXPPnKC6TNs7WT_bYdfPsbS4it-OA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: SAS Administrator @New York, NY

2016-11-10 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: SAS System Administrator *

*Location: New York, NY *

*Duration: Long Term*



PRIMARY SKILLSET

•   Associate should have 8-10 years’ experience and specifically
from SAS Administration background.

•   Experienced SAS Platform / *Grid *Administrator (preferably
*9.4*)

•   Experience administering SAS platform in a multi-node grid
environment.

•   Experience creating metadata users and groups

•   Experience creating metadata libraries and folders

•   Experience starting and stopping all SAS servers

•   Experience reading through SAS logs to work through problems
finding root causes and rectifying. Interfacing with SAS technical is a
must.

•   Experience monitoring grid and make sure that nodes are
balanced with SAS generated code running efficiently across grid

•   Working knowledge of LSF as it pertains to the SAS grid.

•   Ability to make changes to SAS environment such as modifying
SAS code, configuration files and writing automation scripts.

•   Ability to install hot fixes, service packs, upgrades as well
as add-on software components.

•   Knowledge and consultative approach to model deployment
methodology.

•   Experience troubleshooting GRID problems



SOFT SKILLS

•   Ability to work in a fast paced evolving environment.

•   Ability to be part of a team and collaborate with various
individuals within the organization

•   Excellent communication skills

•   Ability to communicate both technically and business-like based
in the audience.

•   Consultative Leadership is key to this position.



Preferred CERTIFICATIONS

•   SAS Platform Administration

•   SAS Grid Administration







*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GbKMO70damDKftZLSDQLMnQ6He1x1eAhx_5_GkGNekdNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] MOst Urgent || Java Developer || Direct F2F || Lansing, MI || Only USC

2016-11-10 Thread Vishal Ji Awasthi
Java Developer

Lansing, MI

Duration: Long term

Only local for Direct F2F(NO Phone/Skype)



*Only USC*







No JD







*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ9_csPMbuqpwXVUdcMXsHqZiu3oPEJdxw0%2Bkt%2B%2BJxLnxmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] TELECOMMUNICATIONS PROJECT MANAGER

2016-11-10 Thread VIKAS GUPTA
*TELECOMMUNICATIONS PROJECT MANAGER*

*Duration: *12+ months

*Location: *Los Angeles, CA 90063




*OBJECTIVE*

Seeking to obtain the services of one (1) Consultant at the level of a
Telecommunications Project Manager to support ongoing telecommunications
projects at various locations. The Consultant shall have strong skills in
project planning, engineering, design, quality control, installation of
hardware/software, and managing the implementation of large and complex
telecommunications projects. These telecommunication systems include;
telephone systems (VoIP, TDM based), wide area networks (WAN), local area
networks (LAN), alarm and security systems, audio/video systems, wireless
data communications systems, building wiring, voice mail systems, radio
systems and call centers.



*DESCRIPTION OF DUTIES*

Consultant shall perform all of the following duties:

· Support ongoing Telecommunications projects.

· Design, manage, implement and support Cisco based communications
networks, wireless networks, VoIP, audio/video, security systems and
premise wiring systems to meet user requirements.

· Conduct site surveys of existing buildings to gather and document
information required for the planning, design and implementation of new or
replacement of voice, data, audio/video, security and cabling systems.

· Manage the implementation process to ensure conformance to both
company specifications and industry standards (i.e. TIA/EIA, BICS etc.).

· Interface with vendors and other organizations to ensure delivery
of complete and functional products.

· Oversee every aspect of a project; from design, procurement,
implementation and closure.

· Physical class: 2 – light: Light physical effort which may
include occasional light lifting to a 10 pound limit, and some bending,
stooping or squatting. Considerable walking may be involved.



*MINIMUM QUALIFICATIONS*

Consultant must meet all of the following minimum qualifications:

1.Four (4) years of experience, within the last five (5) years,
managing the implementation of telecommunications projects involving data,
voice, audio/video and security systems.

2.Four (4) years of experience, within the last five (5) years,
designing, managing, implementing and supporting Cisco network equipment,
including LAN, WAN and Wireless systems.

3.Three (3) years of experience, within the last four (4) years,
developing, applying and deploying telecommunication services (Telephony)
including; VoIP, PBX, and Contact Centers.

4.Four (4) years of experience, within the last five (5) years managing
implementations using telecommunications wiring standards, such as; BICS,
TIA/EIA, and NEC.
Must have managed three (3) telecommunications and/or LAN projects within
the last three (3) years

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANjU8toi1GVRjFeXODmXaXn3YJ%2BeMCud04HRVsZvP%2BcK4uC6Ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Java Developer _ Mclean,VA/Herndon, VA _ 6-12+months

2016-11-10 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Java Developer *Position with my client.
Please send me the resumes with full name, contact details, Salary, and
availability date.



*Requirementdetails:*

*   Title: Java Developer*

*Location: **Mclean,VA/Herndon, VA*

* Duration   : 6-12+ months*

*Need H1B & Passport mandatory for Submission. Please Don’t Share me if you
can’t Provide Passport *

*Primary Skills**: **Java Developer*

*Online test   *

*Responsibilities:*

*1.JD for Sr. Java developers – Web Services*



· 8-10 years of experience in Solution, Design and Development of
web applications using the Java EE, Webservices, JMS, XML, Weblogic.

·  Bachelor’s degree in Computer Science or Engineering or
equivalent working experience

·  5-8 years of experience in designing webservices, SOA based
applications.

·  Strong hands on experience with Spring, Apache CXF, JAXB and JMS

·  Experience in designing architecture, reusable components and
frameworks.

·  Integration experience using Web Services and EJB preferably on
Weblogic platform

·  Expert in Object Oriented Analysis and Design using Java and UML

·  Expert in JEE patterns and ability to use commonly used on in
real time situations

·  Expert in tuning all tiers of applications on JEE platform.

·  Good knowledge of database concepts with working knowledge on
SQL and Stored Procedures.

·  Strive to constantly improve the application development
processes and tools.

· Experiences in full life cycle of application/system development

· Must have strong communication skills with ability to work with
all management levels

· Ability to share technical knowledge and clearly communicate
technical concepts

*1.JD for Mid Java developers – Web Services*



· 6--8 years of experience in Solution, Design and Development of
web applications using the Java EE, Webservices, JMS, XML, Weblogic.

·  Bachelor’s degree in Computer Science or Engineering or
equivalent working experience

·  3-5 years of experience in designing webservices, SOA based
applications.

·  Strong hands on experience with Spring, Apache CXF, JAXB and JMS

·  Experience in designing architecture, reusable components and
frameworks.

·  Integration experience using Web Services and EJB preferably on
Weblogic platform

·  Expert in Object Oriented Analysis and Design using Java and UML

·  Expert in JEE patterns and ability to use commonly used on in
real time situations

·  Expert in tuning all tiers of applications on JEE platform.

·  Good knowledge of database concepts with working knowledge on
SQL and Stored Procedures.

·  Strive to constantly improve the application development
processes and tools.

· Experiences in full life cycle of application/system development

· Must have strong communication skills with ability to work with
all management levels

Ability to share technical knowledge and clearly communicate technical
concepts









Thanks & Regards



Shawn Marsh

Insoursys Inc

Ph: 972-427-1801

shawn_ma...@insoursysinc.com ||| www.insoursys.com

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFjuZGGTi-g2uicNXvGkHk25GYVxUyhcSic_tV%3Dy2b6YFmPFhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent || .Net Developer || Local in MA for F2F || USC or GC

2016-11-10 Thread Vishal Ji Awasthi
 .Net Developers



* “ASP.net MVC, SQL Server, and strong API”*


Job Title: .NET Developer - Energy and Environmental Affairs
Location: Boston, MA

Long Term contract




Additional Resume Submission Specifications and Requirements:

¿ Indicate on resume if candidate is presently working for another State
Agency or has

worked for another State Agency within the past 12 months (if so, indicate
State Agency

name)



Summary of the Position

This position is with the Massachusetts Executive Office of Energy and
Environmental Affairs (EEA) and

will provide analysis, design, development, and implementation of
information system solutions for EEA

IT Applications. The developer will develop web based applications and web
services using Microsoft

.NET framework, C#, JavaScript, cloud base services and other associate
technologies. The developer will

work in a team setting with other EEA developers, information technology
professionals and program

staff.

Primary Responsibilities

¿ Work on all aspects of software development life cycle following agile
methodologies for new

initiatives.

¿ Work with business analyst and users to gather requirements, perform
analysis, design,

application implementation, testing and assist in deployment.

¿ Develop RESTful web services and public web portals using Microsoft .NET
frameworks, C#,

JavaScript and associate technologies.

¿ Design and develop databases using SQL Server and/or Oracle, write
complex stored procedures

with fast performance.

¿ Utilize cloud base web services using Microsoft Azure and Amazon Web
Services platforms

¿ Learn new technologies if requested.

¿ Communicate effectively with teammates and other stakeholders.

Qualifications

¿ Minimum BS/CS with 8+ years of experience with .NET web development.

¿ Proven experience in design, development and implementation of
large-scale and multi-user

applications.

¿ Strong experience with data modeling and problem solving skills

¿ Very strong in Object Oriented Design and Programming (OOP & OOD)

¿ Very strong with C#, .NET and ASP.NET framework

¿ Good experience with RESTful web services using .NET Web API

¿ Very strong in GUI web development using JavaScript and AngularJS 1 or
AngularJS 2 / SPA

¿ Expertise in relational database design and building database stored
procedures using T/SQL or

PL-SQL

¿ Nice to have exposure to cloud base services with Microsoft Azure and/or
AWS

¿ Excellent written and oral communication skills













*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ9-nWJ3yev7D_8sNZeOqY20OeTK-VVYtJ%3DDGO5%2BxxyjwJA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Oracle (PL-SQL) Developer |Torrance, California

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Oracle (PL-SQL) Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Torrance, California*

*DURATION:3 MONTHS+*

*START :ASAP*





*Job Overview:*



· Seeking an experienced Senior Developer who specializes in Oracle
database and PL-SQL / Data warehouses / Unix servers and shell scripting.

· Ability to design solutions and conduct data analysis is required.

· Informatica knowledge is a plus.

· Auto industry, CRM and knowledge of marketing concepts are pluses.



*Responsibilities:*

· The position will be supporting a custom CRM application,
specifically the analytical repository.

· The repository is an Oracle database, the OS is Unix AIX 6.x.

· The responsibilities for the position include the analysis,
design, development and 24/7 support of the production processes and
applications.

· The candidate will work under the supervision of the ECRM team
lead.

· Will be part of a team responsible for supporting CRM analytics
and Campaign operations.



*Requirements: *

Oracle Database

· Strong understanding of Oracle

· PL/SQL techniques to write stored procedures, triggers and
packages that

· analyze several million rows across several database
tables.

· Ability to grasp relational data models quickly and program using
SQL and PL/SQL

· Clear understanding of SQL’s analytical processing
capabilities such as RANK, DENSE RANK etc.

· Strong understanding of Oracle dynamic SQL and ability to
write complex procedures using dynamic SQL.

· Performance tuning methodologies and understanding of Relational
database join techniques like HASH, NESTED LOOPS etc. and the use of Oracle
Hints.

· Advanced knowledge of Oracle Indexing techniques like BIT
Map indexes and Index Organized tables.

· Optimize and tune stored procedures, embedded SQL, taking
advantage of Oracle specific features

· Oracle Data Partitioning techniques to manage, support and
performance tune very large databases (VLDB’s)

· Understanding of Parallel execution features of Oracle to
dramatically reduce response times for data intensive
operations.

· Bulk Collect functionality, pipelined functions and other
features of Oracle PL/SQL.

· Ability to write efficient
PL-SQL procedures.

· Design complete solutions.

· Knowledge of Informatica is a plus.

· Familiarity with Extraction, Transformation and Loading (ETL
tools) facilitate loading large amounts of data.


· Bachelor's degree in Computer Science or related discipline or
have equivalent experience



*Business Experience*

   - 5 plus years’ experience with major DBMS
   - 5 plus years’ experience with coding, testing, and design
   - 5 plus years’ experience with software development methodologies



*Wants*

   - Motivated self-starter.
   - Ability to work in a fast paced environment.
   - Ability to work in a team environment where team conducts code and
   design reviews prior to implementation.
   - Ability to lead minor tasks and follow up on progress specially if
   depending on others to do their tasks.





Thanks,



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-su_v1uKJxb1qhO3zZD_GKNBwk1asu34VHsyXHtpTBJ7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] TELECOMMUNICATIONS PROJECT MANAGER in CA

2016-11-10 Thread Vishal Ji Awasthi
*TELECOMMUNICATIONS PROJECT MANAGER*

*Duration: *12+ months

*Location: *Los Angeles, CA 90063







*OBJECTIVE*

Seeking to obtain the services of one (1) Consultant at the level of a
Telecommunications Project Manager to support ongoing telecommunications
projects at various locations. The Consultant shall have strong skills in
project planning, engineering, design, quality control, installation of
hardware/software, and managing the implementation of large and complex
telecommunications projects. These telecommunication systems include;
telephone systems (VoIP, TDM based), wide area networks (WAN), local area
networks (LAN), alarm and security systems, audio/video systems, wireless
data communications systems, building wiring, voice mail systems, radio
systems and call centers.



*DESCRIPTION OF DUTIES*

Consultant shall perform all of the following duties:

· Support ongoing Telecommunications projects.

· Design, manage, implement and support Cisco based communications
networks, wireless networks, VoIP, audio/video, security systems and
premise wiring systems to meet user requirements.

· Conduct site surveys of existing buildings to gather and document
information required for the planning, design and implementation of new or
replacement of voice, data, audio/video, security and cabling systems.

· Manage the implementation process to ensure conformance to both
company specifications and industry standards (i.e. TIA/EIA, BICS etc.).

· Interface with vendors and other organizations to ensure delivery
of complete and functional products.

· Oversee every aspect of a project; from design, procurement,
implementation and closure.

· Physical class: 2 – light: Light physical effort which may
include occasional light lifting to a 10 pound limit, and some bending,
stooping or squatting. Considerable walking may be involved.



*MINIMUM QUALIFICATIONS*

Consultant must meet all of the following minimum qualifications:

1.Four (4) years of experience, within the last five (5) years,
managing the implementation of telecommunications projects involving data,
voice, audio/video and security systems.

2.Four (4) years of experience, within the last five (5) years,
designing, managing, implementing and supporting Cisco network equipment,
including LAN, WAN and Wireless systems.

3.Three (3) years of experience, within the last four (4) years,
developing, applying and deploying telecommunication services (Telephony)
including; VoIP, PBX, and Contact Centers.

4.Four (4) years of experience, within the last five (5) years managing
implementations using telecommunications wiring standards, such as; BICS,
TIA/EIA, and NEC.

5.Must have managed three (3) telecommunications and/or LAN projects
within the last three (3) years.







*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

E-Mail:*vis...@srimatrix.com *

Phone: *214-227-9311(Direct)*

Web: www.srimatrix.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJYEZ99MiY13cYUpU_Wu%2BoM7%2BeFE11yqU%3D4j9RSprdm%3DZc2Pgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Network Administrator, Louisville, KY

2016-11-10 Thread aman tanwar
Share resume on




*ama...@nityo.com  Position: Network  Administrator
Location: Louisville, KY Duration: 12+ Months*



*GRE Tunnel EXP. is MUST without that don't submit. Summary: *Day to Day
Support of the higher level functions of the infrastructure
Complete request for firewall changes
Complete request for VM additions, modifications,
Oversee SAN volumes and maintain environment. Create additional volumes as
needed.
Act as 2nd level Support for the entire Infrastructure environment.
Act as 1st level Support for Network/Firewall issues.
Turn up of Cisco UCS server involving Cisco UCS manager
Manage and trouble Active Directory changes/GPO’s
Take direction from Manager on specialty projects involving new
software/products and integrating them into the environment.

*Qualifications*
Bachelor’s degree or equivalent work experience
MCSE is a plus
Experience with VMware 5.X from an enterprise perspective
Experience with Cisco ASA firewall
Experience with Palo Alto firewall
Experience with SANS EMC/HP/3PAR/Nimble
Experience Fibre Channel switches as well as ISCSI
Experience with Cisco Networking and servers
Experience with Windows 2003/2008/2012 server from an enterprise perspective
Familiar with Windows XP
Experience with DNS/DHCP configuration and troubleshooting
Experience with MSSQL is a plus
Experience with Cisco Phone system around call recording is a plus



*Thanks & Regards Aman Tanwar Technical Recruiter *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEMs_z5rLdKtd2VC2GgUpJinBCoFp84WaoG%3D%2BwUfVhRj2_J8VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ETL QA Tester

2016-11-10 Thread ratedr nikhil


*ETL QA Tester*

With general guidance and coaching, participates in developing and 
executing test scenarios for process, function, system integration and 
acceptance testing.  Develops test cases, scenarios and scripts to ensure 
applications quality.  Designs and develops usability testing scenarios, 
and administers portions of testing process.  Defines criteria for testing, 
analyzes results of testing sessions and presents results. Utilizes 
appropriate testing tools and testing processes on projects and assists in 
building test environments.


 *Top Three Skills/Experience:*

5+ years’ experience in Quality Assurance testing with a focus in ETL 
(Extract, Transform, Load) Testing, within a Data Warehousing environment


*QA Testing experience must be in a manual testing environment*,


*not an automated testing environment that predominantly utilizes tools,*


such as SQL Developer, Toad for SQL execution.  The bulk of our testing 
work is performed by manually creating and executing testing cases and 
SQL.  Manual Test cases are stored in Jira using the Zephyr extension.

5+ years’ experience writing complex SQL queries

Ability to determine the types of testing that must be conducted (i.e., 
data validation, regression, etc.), including evaluating the testability of 
requirements, and create a comprehensive test plan that supports the 
business and technological solutions being delivered


*Required Skills/Experience:*

Extensive knowledge of data warehousing concepts, such as slowly changing 
dimensions (SCD), Change Data Capture (CDC), and relational and dimensional 
data modeling techniques

5+ years’ experience in data analysis, including profiling, auditing, 
balancing, and reconciliation, in an information technology operating 
environment

5+ years Oracle experience

5+ years SQL Server experience

3+ Years’ experience with Linux

Ability to convert requirements documents (Business Requirements, 
Functional and Technical Requirements) into test scenarios and test cases, 
including appropriate SQL scripts to execute the test cases.

Ability to evaluate the testability of requirements and reports to project 
team member's changes or additional information needed in requirements

Able to effectively communicate with application SMEs, project teams, and 
Data Management to ensure that the test case requirement analysis and 
coverage is appropriate.

Defect tracking experience (i.e. Jira, ClearQuest or HP Service Center)

Experience in tuning SQL queries, Stored Procedures, Views, etc for 
performance improvements

Proficiency with the following Informatica tools

   - PowerCenter
   - Workflow Manager
   - Workflow Monitor
   - PowerExchange

Knowledge of data models and entity relationship diagrams

Knowledge and experience in data masking methodologies

Familiar with Meta Data Management tools

 

*Soft Skills Required:*

Must have the ability to multi-task and adapt quickly to changes while 
maintaining urgency in completing assigned tasks.

Must have the ability to work independently with minimal supervision

Excellent analytical, organizational, verbal, and written communication 
skills

Will be responsible for explaining and validating test results to peers as 
well as clients

Must be able to question the work of others to ensure accuracy and be able 
to defend theories and methodologies used to create individual results

Extensive creativity is required

 

*Preferred Skills/Experience:*

2+ years’ experience with business reporting tools e.g. Cognos

Prior experience with Healthcare domain (Claims, Enrollment, Billing) 
preferred:

Knowledge of following tools/applications are a plus:

Toad for Oracle

SQL Developer

SQL Server Enterprise Manager

Jira with Zephyr extension

Knowledge of IBM’s UDMH Data Models (preferred but not 
required)

Automation experience knowledge in Selenium / QTP

EDUCATIONAL REQUIREMENTS

Bachelor’s Degree in related field required.  Master's Degree in related 
field preferred

 


*Best Regards,*

*Nikhil*

*HQ Tech Solutions*

*Address:*   175, Capital Blvd, 4th floor, Rocky hill, CT, 06067.

*Desk :  *860-248-4740

*Email : * *nikhi...@hq-techsolutions.com ** │ 
Website :  **www.hq-techsolutions.com* 

*E-Verified Employer*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/187d5255-03f6-47a0-95bc-f15ec7cbb084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Front End Developer at JPMC in NYC

2016-11-10 Thread Rajesh Kumar Behera
Hi Partners,



Hope you are doing well !!



Please share your consultant profile below requirement at
raj...@tekinspirations.com


*Front End Developer*

This is for JPMC in NYC – must be local.

Phone interview

USC or GC only.

*Required Skills*

Front End Developer - UI Developer Required skills: HTML5, CSS, JavaScript
with Angular.js 1.5, and bootstrap


-- 

*Regards,*


*Rajesh Kumar*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

E: raj...@tekinspirations.com 

W: www.tekinspirations.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHc%3DgbqzN414a88hMhXzK3Kptw%2BaGaWTUDTMD7TCDH%3DmYfEAcA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Urgent Need :: Hadoop Developer with ETL @West Chester, PA

2016-11-10 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Hadoop Developer *

*Location: West Chester, PA*

*Duration: Long Term*





The Hadoop Developer will work closely with the administrators and
application teams to insure business applications are highly available and
performing within agreed upon service levels.  This position will also work
closely with business, architects and other development teams in an agile
manner to quickly realize business value.





• Play a key role to in creating ETL for Data Warehouse by implementing a
solid, robust, extensible design that supports key business flows;

• Build and maintain optimized ETL solutions to process/load source systems
data into Hadoop and Teradata  using Sqoop, Informatica and other
utilities.·

Develop, implement and maintain development best practices for within
Teradata environments

• Strong experience with Hive, Pig, Flume, Sqoop, Kafka, and Storm

• Work with peers in administration to tune code and plan for capacity needs

• Deliver clear, well-communicated and complete project documents.

• Analyze and solve problems and recommend improvements to existing systems
and processes.

• Design, code and test major segments of a system in a timely manner.

• Do unit, system acceptance, and performance testing by designing test
cases, building test data, test execution and evaluation, along with making
improvements/fixes to the system.

• Ensure data security, data quality and governance of data within Hadoop
and Teradata ecosystem

• Knowledge in data warehousing methodologies and best practices required.

• Strong verbal and written communication skills required.

• Effective interpersonal relations skills, ability to effectively
collaborate with others and work as part of a team required.

• Excellent organizational and time management skills required.

• Excellent analytical and problem solving skills required.

• Requests supervisor input and keeps supervisor informed.

• Punctual, regular, and consistent attendance



*Ranjeet Majumdar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2155

Gmail: ranjeet.sysm...@gmail.com 

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADUE5J-wsKCT30Ow%2B1eZ_qjG%2B8nhUdmjZ2BJQDLE5pr8y5od%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] MS Dynamics CRM @ Cherry Hill, NJ 08003

2016-11-10 Thread amit yadav
Hi,

Hope you are doing great!



* Job Title: IT - Technology Lead | CRM | MS CRM*

*Start/End Dates: 11/21/2016 *

*  Work Location: Cherry Hill, NJ 08003*

*  Location: Cherry Hill, NJ*

*  Target Start Date21-Nov-2016*

*  Contract duration (in months) 6*





Job Details:



Must Have Skills (Top 2 technical skills only)

•  working experience in Development skills in MS Dynamics CRM
(2013 & 2015), Scribe and related tools - .NET, JavaScript, SQL Server,
SharePoint, HTML5, Web Services

•  Experience working in L2/L3 support projects. Working with
GDM delivery model



Nice to have skills (Top 2 only)



Desired years of experience : 8



Education/ Certifications (Required) : Graduate



Best Regards,

*Amit Yadav* | SYSMIND, LLC

Team Lead

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]



Phone: 609-897-9670 x 4009

Email: am...@sysmind.com

Gtalk: amitkumaryadav489

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKAv6ETEGQmK%2BVDANteuRVRnPjR9sn27thcVG21qFO%2BFSD2_Aw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Functional Tester with Amdocs Billing Experience@Philadelphia, PA

2016-11-10 Thread Santosh kumar Nityo
*URGENT NEED*

Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: Functional Tester*

*Location: **Philadelphia, PA*

*Duration of contract: 6 months*

*Interview: Phone/ Skype *

*Note: We need Photo id and visa copy (H1B)and Passport Copy OR Passport
Number*

Must Have Skills (Top 2 technical skills only)
1.Amdocs Billing Experience
2.CSG Billing Experience

Nice to have skills
1.Automation
2.DevOps Experience

Desired years of experience : 6+





Requirement Analysis, Test Planning, Test Execution, Test Summary report





*If I'm not available over the phone, best way to reach me in email...*





[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.com


--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG0Zfz1Fo31iNL7h6j_OcCxPbbNtmCp94vTu_0_b26f0mYCbSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer in Washington DC !

2016-11-10 Thread Abhishek ojha
*Java Developer*

*Washington DC*

*6 months*

*Must have Public Trust – Must be a Citizen*


*Position Description:*

Java/Oracle Developer with strong analytical skills to support development
and maintenance/operations work on the project.


*Responsibilities:  *

Scope of responsibility includes analysis, design, development, unit
testing, and debugging of computer software in support of complex system
requirements.


*Position Requirements/Qualifications:*

· Detail oriented and organized; able to understand information
systems and ensure accuracy of work.

· Maintain a broad knowledge of software engineering and a
demonstrated ability to independently work on complex assignments.

· Familiar with software development best practices and software
maturity models.

· *5 – 7 Years of experience as a software engineer is preferred*

· Experience with full lifecycle development (requirements
definition, analysis, design, development and implementation)

· Proven Experience with the J2EE programming language in a web
environment including web-based technologies such as SOA/MVC frameworks
including design patterns/Struts

· Proven Experience with creating specifications and performing
related analysis of highly complex information systems issues.

· Proven Experience with experience in oracle PL/SQL is required

· Proven Experience with experience in writing unit tests is
preferred.

· Experience is Microstrategy is preferred but not required.

· Ability to write design document is required.

· Demonstrated ability to collaborate with peers and share ideas
synergistically.

· Excellent written and spoken English skills

· Highly motivated person with a desire to learn new technologies
and with the ability to work independently



*Required Skills*

· Spring Framework (Spring integration)

· Struts Framework

· iBatis Framework

· JUnit Framework

· Java, servlets, JSP, JDBC

· JavaScript

· SOAP Web Services

· XML, JAXB, XSD

· UML

· Oracle Database

· Web Logic

· Eclipse

· PL/SQL



*Education and Certifications*

· B.S. in computer science or equivalent experience in analysis and
application development



*Thanks & Regards,*
*Abhishek Ojha*
*732- 837- 2138**ao...@sagetl.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKpcopTDmPeGa-48Y4Wfszi%2BHO-sAqBS0aZRy4oz_gs3zRLBbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req - Mobile Automation Analyst - Minneapolis, MN

2016-11-10 Thread rahul . virtualrecruiter
Hello,

Good Morning!

Hope you are doing great!

We have an excellent opportunity with our direct client. Kindly go through 
the below position and revert to me with your updated resume

US CITIZENS & GREEN CARD / EAD  can apply for this position


Position: Mobile Automation Analyst

Location: Minneapolis, MN

Duration: 6 Months



Job description:

   - Work with Project team, business and product management to design, 
   develop, review and execute test plan & strategy.
   - Create, execute, maintain & optimize automated test scripts.
   - Perform simple to complex test data conditioning, functional, 
   Integration & regression test validations & defect management using various 
   testing tools.
   - Collaborate with Agile team and provide input for product backlog, 
   sprint planning, development, demo and retrospective governing agile 
   principles.
   - Assign testing tasks, review and mentor less experienced QA Analysts.
   - Define strategies, processes, best practices & methodologies using 
   various testing techniques & tools to bring efficiency in testing.
   - Provide regular reports on status, metrics & ROI values to management.
   - Perform other duties as assigned.

Required Skills:

   - 8+ years of experience in software automation testing, with 3+ years 
   of experience in UFT/Hp Mobile center automation and 2+ years of experience 
   in leading a team
   - Strong hands-on experience in VB/.Net programing and creating 
   framework for Mobile automation. Experience writing complex SQL queries
   - Experience in Mobile Testing(Hp Mobile center/ Perfecto/Appium)/ Load 
   Testing/Interactive testing Experience working in an Agile environment and 
   good exposure to early testing/Behavior driven Development 
   testing(Cucumber/Specflow/SpecRun)
   - Strong sense of self-motivation, organizing, strong analytical skills 
   and attention to details
   - Experience in reporting metrics and status to management
   - Experience working with multiple software development methodologies 
   and QA Tools
   - Manual QA concepts like laying out a scenario into design steps 
   (linear thinking)

Preferred Skills:

   - Experience in load and performance testing
 - Technical expert and good team player
 - Self-motivated  and comfortable working with a team or 
 independently
 - Demonstrated ability to effectively communicate through 
 communication skills
  


Thanks & Regards

Rahul B

Sr Recruiter

ra...@virtualrecruiters.co

http://www.virtualrecruiters.co/

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ed736ab8-84dc-4a70-9aa2-b487adab4d5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Business Analyst with Healthcare at Hartford, CT

2016-11-10 Thread USIT Recruiter
*Hi *



* Please lookup the below position and if you feel comfortable, then please
send me your updated resume *



*Job Title: Business Analyst with Healthcare*

*Duration: 6+ months*

*Location: Hartford, CT*



*Job Requirement :*

· Good domain knowledge of Healthcare.

· Good knowledge of Medicaid, Claims & Membership domain in
healthcare



*Nice to have :*

· Agile experience

· Good project management & communication skills







*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

 *f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi0efxW70WLf7049U42JCZ0NMbimMStwWiGsBf6_gKKf3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Req - Mobile Automation Analyst - Minneapolis, MN

2016-11-10 Thread rahul . virtualrecruiter
Hello,

Good Morning!

Hope you are doing great!

We have an excellent opportunity with our direct client. Kindly go through 
the below position and revert to me with your updated resume

US CITIZENS & GREEN CARD can apply for this position


Position: Mobile Automation Analyst

Location: Minneapolis, MN

Duration: 6 Months



Job description:

   - Work with Project team, business and product management to design, 
   develop, review and execute test plan & strategy.
   - Create, execute, maintain & optimize automated test scripts.
   - Perform simple to complex test data conditioning, functional, 
   Integration & regression test validations & defect management using various 
   testing tools.
   - Collaborate with Agile team and provide input for product backlog, 
   sprint planning, development, demo and retrospective governing agile 
   principles.
   - Assign testing tasks, review and mentor less experienced QA Analysts.
   - Define strategies, processes, best practices & methodologies using 
   various testing techniques & tools to bring efficiency in testing.
   - Provide regular reports on status, metrics & ROI values to management.
   - Perform other duties as assigned.

Required Skills:

   - 8+ years of experience in software automation testing, with 3+ years 
   of experience in UFT/Hp Mobile center automation and 2+ years of experience 
   in leading a team
   - Strong hands-on experience in VB/.Net programing and creating 
   framework for Mobile automation. Experience writing complex SQL queries
   - Experience in Mobile Testing(Hp Mobile center/ Perfecto/Appium)/ Load 
   Testing/Interactive testing Experience working in an Agile environment and 
   good exposure to early testing/Behavior driven Development 
   testing(Cucumber/Specflow/SpecRun)
   - Strong sense of self-motivation, organizing, strong analytical skills 
   and attention to details
   - Experience in reporting metrics and status to management
   - Experience working with multiple software development methodologies 
   and QA Tools
   - Manual QA concepts like laying out a scenario into design steps 
   (linear thinking)

Preferred Skills:

   - Experience in load and performance testing
 - Technical expert and good team player
 - Self-motivated  and comfortable working with a team or 
 independently
 - Demonstrated ability to effectively communicate through 
 communication skills
  
Thanks & Regards

Rahul B

Sr Recruiter

ra...@virtualrecruiters.co

http://www.virtualrecruiters.co/

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c13ab655-5eee-493c-9b50-192b43f82fd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Data Modeler from bank financial background in NYC

2016-11-10 Thread SALMA BHAT
*Hi Partners,*


*Please share profile at naseer.ah...@nityo.com *


*position data model*

*Location: NYC*

*Duration: 12 +*



*Strong experience  with DB*2

Need only from  financial baking background

*Someone who has worked on buy side function; asset management. Purely
financial   *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK-x-kJ9dCn1-bxPO%2B84iEbntHcFCDbdAiO5QfCDCfCgNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Immediate Requirement---Sr. Unix Administrator in Salt Lake City, UT

2016-11-10 Thread chriskn727

Dear Hiring Manager,
Ps review the attached resume of  Pooja
She is a Sr level Unix/Linux  consultant available on c2c,and has matching 
skills as per the requirement.
Ps call me at 214 613 5732 or email at chr...@datarchtech.com for more info. 
On Thursday, November 10, 2016 at 9:09:50 AM UTC-6, Murali Recruiter wrote:
>
> Hi,
>
>  
>
> I hope you are doing great today.
>
>  
>
> We are looking for a Sr. *Unix Administrator in Salt Lake City, UT.*
>
>  
>
> Job Title : Sr. *UNIX Administrator*
>
> Location: * Salt Lake City, UT*
>
> Duration:  6+ Months
>
>  
>
> *Mandatory Copies: H1B Copy, Passport Copy/Number.*
>
>  
>
> *Job Description*:–
>
> Skill:
>
> -  Administration of Unix/Linux
>
> -  Must have good understanding of high availability 
> configuration for unix platforms
>
> -  Ubuntu Linux, monitoring, troubleshooting
>
> -  Knowledge of transport layers, webservices
>
> -  Apache, Tomcat
>
> -  Packet captures
>
> -  Write scripts - bash, python to reproduce issues
>
> -  Extensive troubleshooting experience
>
> · Qualifications
>
> -  *12+ years experience supporting computer systems 
> within a live service environment.*
>
> -  Bachelor’s Degree or higher preferred (CS, EE, Math, 
> Information Technology or other technical area) 
>
> -  Proficient Linux administration skills.
>
> -  Experience with high availability internet based 
> systems.
>
> -  Experience with database configurations and 
> administration including SQL.
>
> -  Experience with network architectures including web 
> servers, web caches, databases, storage area networks, clustered storage 
> systems, routing, etc..
>
> -  Experience with administrative use of scripting such 
> as BASH, Python and SQL scripting languages.
>
> -  Experience with monitoring systems.
>
> -  Excellent communication skills both written and verbal.
>
> -  Demonstrated experience producing technical 
> documentation.  Please bring examples.
>
> -  Self-motivated with good decision-making abilities.
>
> -  Strong logical and problem-solving skills
>
>  
>
> Looking forward to hear from you!
>
>  
>
> Thanks & Regards,
>
> * Murali*
>
> Direct:  *408-868-5124*
>
> EMail: *mur...@idctechnologies.com* 
>
> IDC Technologies Inc
>
> 1851 McCarthy Boulevard, Suite 116, Milpitas, CA - 95035
>
> Website: www.idctechnologies.com
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8f4efd9f-8c87-41fc-b7b6-699a7bf4e2e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pooja Sharma-UNIX.doc
Description: MS-Word document


[android-developers] CONSULTANTS AVAILABLE

2016-11-10 Thread DGN
 
*Srinivas Reddy Konda* *SAP FICO * *16+* *No* *Bay Area, CA* 
*Sarankumar Ravichandran* *SAP APO SCM* *5+* *Yes* *Bay Area, CA* 
*Sandeep Shetty* *SAP MM/LE/PS * *12* *No* *Bay Area, CA* 
*Madeshwara Rajasekhar* *Java Fullstack* *15* *No* *Bay Area, CA* 
*Chandrasekhar T* *Oracle SCM/PM* *11+* *Yes* *Bay Area, CA* 
*Prakash Mallikarjunan* *ITSM Consultant* *12* *Yes* *Bay Area, CA* 
*Nilanjan Ganguli* *Program Manager* *19* *No* *Miami, FL* 
*Rahul Pundir* *SAP BPC / SAP FI* *18* *Maybe* *Cleveland, Ohio* 
*Ganesh Kothapalli* *SAP ABAP* *9* *Yes* *Redmond, WA* 
*Employees* *Skill Set* *Exp* *Relocation* *Current L* 
*Madhavi Kadam* *SAP ABAP* *13* *Maybe* *Bay Area, CA* 
*Naga Bhupal* *PERL Developer* *9* *Yes* *Dallas, TX* 
*Deepali Sanap* *Sr. .NET Developer* *7* *No* *Bay Area, CA* 
*Sameer Ranjan* *SAP ABAP* *10+* *Yes * *Seattle, WA* 
*Padman Kumar Sahoo* *SAP ABAP  + FICO Certified* *17* *yes* *Bay Area, CA* 
*Sujit Telang* *SAP SD* *11* *Yes* *San Antonio, TX* 
*Krishna Kumar* *Oracle ERP/CRM* *14+* *Yes* *Wilmington, NC* 
*Ramya Rajan* *Oracle Functional Tester* *9* *No* *Bay Area, CA* 
*Leena Grover* *Oracle SCM/PM* *10* *Maybe* *Bay Area, CA* 
*Venkat Gattu * *SAP BASIS* *11* *Yes* *Houston, TX.* 
*Vineet Soman* *SAP MM / Project Lead* *12* *Maybe* *Bay Area, CA* 
*Namdeo Rathod* *SAP PM* *16+* *Yes* *Bay Area, CA* 
*Sivaparvathi * *SAP SD * *8* *Yes* *Bay Area, CA* 
*Ranjani Asokan* *SAP SD OTC Certified Architect* *15* *No* *Bay Area, CA* 
*Anil Kumar Prajapati* *SAP ABAP* *10* *Yes* *Chicago, Illinois* 
*Mahesh Gangula* *SAP BASIS* *13+* *Yes* *Bridgewater, NJ* 
*Lakshmi Gopalakrishnan* *SAP BW / BODS Team Lead* *10* *Yes* *Bay Area, CA* 
*Shilpa Matta * *Sr. QA Engineer* *8.5* *No * *Dallas, TX* 
*Arasilan Thirunavukkarasu* *Sr. QA Engineer* *9* *Yes* *Bay Area, CA* 
*Manish nagpuri* *QA engineer* *12* *maybe* *Bay Area, CA* 
*Anil Pakkala* *JAVA with Big Data* *9* *Maybe* *Bay Area, CA* 
*Vinod Garg* *Senior JAVA Developer* *11* *No* *Bay Area, CA* 
*Ramya Natarajan* *JAVA Backend* *9* *No* *Bay Area, CA* 
*Vishwanath Manvi* *Technical PM* *13* *Maybe* *Bay Area, CA* 
*Jaya Shankar* *OBIEE/TABLEAU* *13* *No* *Bay Area, CA* 
*Bangaru Raja* *.NET Lead* *10* *Yes* *Bellevue, WA* 
*Sandeep Ninjoor* *.Net application devleoper* *11* *maybe* *Bay Area, CA* 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/afea7c63-16d5-49c5-bdcc-e75f1d6a815d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Job Description: JAVA-Scala Onsite Lead

2016-11-10 Thread ratedr nikhil

Hi,

Please find the resume of my consultant for your requirement.

On Wednesday, November 9, 2016 at 3:53:24 PM UTC-5, Sharmishtha Rawat wrote:
>
>  Job Description: JAVA-Scala Onsite Lead
>  duration:6 months   
>  Work Location: Iowa City,IA
> Infosys
> Job Details:
>
>
> 1. Java->Scala
> 2. Web Services-REST
>
> Desired years of experience : > 5 Years
>
> Education/ Certifications (Required) : BE or equivalent
>
> Top 3 responsibilities you would expect the subcon to shoulder and execute:
> 1. Coordinate with Client and Offshore team
> 2. Work with clients Technical Team
> 3. Help to address offshore teams issues / clarifications
>
> *With Regards..**?*
>
> Sharmishtha Rawat 
>
>
> Systems America, Inc.
>
> 3130 Crow Canyon Place Suite 425 San Ramon, CA 94583
>
> Sr. Technical Recruiter|Direct: 408-789-8768
> Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/
>
>
> [image: Logo]
>
>
>  *P*Please consider the environment before printing this e-mail!
>
>  
>
> Disclaimer*:* If you wish to be removed from this mailing list, please 
> reply with "REMOVE" in the subject line.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5c552a14-daea-42c3-b531-51248eaae12d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Urgent Need :: Network Engineer @ Santa Clara, CA

2016-11-10 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Network Engineer *

*Location: Santa Clara, CA*

*Duration: Long Term*





Job Details:



Must Have Skills (Top 2 technical skills only) 1. Expert knowledge of
networking and routing protocols such as, TCP/IP, BGP4 (multi-homing), OSPF
(multi-area), RIP, ISIS, etc.

2. Expert working knowledge in the operation of Ethernet LAN switching
protocols and standards including, VLANs, VLAN aggregation, Ether Channel,
PVLANs, Spanning Tree & Rapid Spanning Tree, 802.1Q



Nice to have skills (Top 2 only)

1. Experience with Load Balancers, F5 preferred 2. Expert knowledge of
firewalls technologies (PANW preferred), including VPNs and routing



Desired years of experience : 9 +



Education/ Certifications (Required) :

CCIE, CCSP, CCDP, preferred

CISSP, CISM, CISA, SANS, ISO17799 preferred but not required.



Top 3 responsibilities you would expect the subcon to shoulder and execute:

1. Design, implement and provide support for all network related
hardware/software.

2. Install, support and maintain hardware and software infrastructure
according to best practices, including routers, Load balancers, switches,
wifi controllers, and firewalls.

3. Provide network and host based security, incident response, firewall and
VPN management and administration.



Will the candidate be client facing and/or working with business users?

Yes



What is the team size, make up, culture, soft skills, and dress code,
Hours?

Existing Team size of Client Network Team: 5 (Senior Network Members.
Candidate will require to join this time)

Make-up: Infosys has 1 person at Client location, who is an Incident
Escalation Manager. Candidate will also be expected to work additionally
with Infosys Offshore counterpart, who will work from Offshore, as part of
the same Network team.



Dress Code: Formal

Hours: 8 AM to 5 PM, PST



Are you open to candidates from other states who can relocate to the client
site?

Yes



Any companies/vendors who have been able to service similar requirements in
the past well within the rates and quality expectations Nothing known. This
is a new requirement



Interview Process (Is face to face required?) Face-to-Face Not necessary.



Any additional information you would like to share about the project specs/
nature of work Infosys has 1 person at Client location, who is an Incident
Escalation Manager. Candidate will also be expected to work additionally
with Infosys Offshore counterpart, who will work from Offshore, as part of
the same Network team.





*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GZELZ-v7uzKrNxcxt1%3D_tvWs5wxmKRiGu%2B0zy4h5wsbEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Fullstack Developer with Financial Domain

2016-11-10 Thread ratedr nikhil


Hi,

Please find the resume of my consultant for your requirement.

On Thursday, November 10, 2016 at 9:38:51 AM UTC-5, Manisha Nityo wrote:
>
> Hi,
>
> Hope you doing Well !!! 
>
> Here is our Implementing partner Requirement, Please go through the below 
> requirement and send us suitable consultant with their updated resume, 
> rates and Contact details ..
>
>  
>
> *Role: Fullstack Developer with Financial Domain*
>
> *Location: NY/NJ*
>
> *Duration of contract: 6 months*
>
> *Interview: Phone/ Skype *
>
> *Required start date: Immediately*
>
>
>
> *Qualifications Basic:-*
>
> *Good angular, html, mobility, UX with fullstack *
>
>  
>
> · Must be experienced in AngularJS, client-side MVC, HTML5, CSS3, 
> JavaScript,
>
> · Must be experienced in SPA, client side tooling, including 
> Grunt, Bower, Node.JS.
>
> · Must have design experience using best practices, Design 
> Patterns, SDLC, OOP, OOD.
>
> · Must have hands-on recent expertise in C#, ASP.NET 
> , MVC, Web API, Rest Service
>
> · Must be experienced in developing applications using SQL 
> databases, schema, SQL queries.
>
> · Must be experienced in GIT and version control systems.
>
> · Must have recent experience in developing software in an 
> Agile/Scrum environment.
>
> · Must be well versed in BDD, TDD, Unit Testing, Integration 
> testing
>
> · Must be hands-on experienced in MSTest or NUnit, Mocking 
> frameworks, Jasmine, Karma, Cucumber
>
> · Must be skilled in Database constructs, schema design, SQL 
> Server or Oracle, SQL Queries, query optimization.
>
> · Financial Services/Capital Markets experience will be advantages 
> but not required
>
>  
>
> *Thanks & Regards,
>  *
>
> *Manisha 
> Budhwar*
>
> Technical Recruiter
>
> Nityo InfoTech .
>
> Desk No-609-853-0818 Ext-2160
>
> Gtalk ID:- manishanityo16   
>
> E Mail:- manish...@nityo.com
>
>   
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0c585d04-b556-4f59-b9bb-8b61af774f55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Re: Need UI Developer with Angular at Dallas, TX

2016-11-10 Thread ratedr nikhil

Hi,

Please find the resume of my consultant for your requirement.


On Wednesday, November 9, 2016 at 10:49:53 AM UTC-5, Shaik Salam wrote:
>
> Hi Everyone,
> Hope you are doing great,
>
> We have an immediate opportunity for Ui Developer with Angular at Dallas, 
> TX. Below is the job description and if you’d like to pursue this, please 
> include a word copy of your latest resume along with a daytime phone number 
> and rate in your response.
>
> *Send resumes to s...@nytpartners.com *
>
> *Title: UI Developer with Angular*
> *Location: Dallas, TX*
> *Duration: 6 months*
> *Local preferred but open to skype.*
> *Interview process: 2 Skype Interview .*
> *Experience- 8-10 years at Senior Associate leve*l
>
> *Skillset Required:*
>
>- 4+ years of implementation skills in Angular 1/1.5/2.0, Polymer 1/2, 
>HTML5, CSS, JavaScript (JSON, XML, REST, Bootstrap, SASS/LESS).
>- 4+ years of client side MVC or MV* JavaScript frameworks such as: 
>Angular, Ember.js, Backbone.js, Polymer.js
>- Hand code CSS websites and have 4+ years of LESS/SASS and newer 
>transform such PostCSS.
>- 1+ years of ES6 or CoffeScript JavaScript development.
>- Familiar and can write reusable Gulp.js/Grunt.js task and 
>configurations scripts.
>- RxJS, Functional programming a (good to have)
>- Node.js (good to have)
>- Cucumber.js and Selenium (good to have)
>- Sufficient knowledge on Prototypal Inheritance and JavaScript 
>prototype chain.
>- Has strong interest in Functional Programming within JavaScript 
>environment.
>- Writes testable code with modularity as fundamental approach.
>- Create, define, and manage reusable UI code components.
>- Demonstrate ability to work well in a cross-functional team 
>environment.
>- A degree in Computer Science (BS or MS) or related technical field 
>with at least 3-5 years of relevant work experience is required
>
> Thanks and Regards, 
>  
> Sam Salam 
> New York Technology Partners – Rochester
> T1: (201) 680-0200 x 7026
> s...@nytpartners.com
> www.nytp.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/213e623d-b5cb-4355-9dd1-96260171dfe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Re: Urgently looking for Sr. Java developer with (Apache Camel framework and RedHat JBoss Fuse resources) in Chicago, US

2016-11-10 Thread ratedr nikhil

Hi,

Please find the resume of my consultant for your requirement.

On Thursday, November 10, 2016 at 9:27:13 AM UTC-5, SALMA BHAT wrote:
>
>
> Hi Partners,
>
> Please share profile at *naseer.ah...@nityo.com *
>
>
> *Skill Set*
>
> Apache Camel framework and RedHat JBoss Fuse resources 
>
> *Work Location*
>
> Chicago, US
>
> *Special Instructions*
>
> Long term
>
>  
>
> *Job Description*
>
> Job Requirements
>
> * Apache Camel framework and RedHat JBoss Fuse resources * 
> The role requires these following primary skill sets
>
> • 10 years of Core Java/Spring experience
> • Expert knowledge and strong hands on experience with integration design 
> & implementation using Apache Camel framework.
> • Experience with open source ESB or any vendor product -Apache ServiceMix 
> or RedHat JBoss Fuse is preferred
> • Experience with Enterprise Integration patterns and SOA patterns.
> • Strong Message Queuing solution knowledge- IBM MQ experience is needed
> • Experience with Fault Handling, Compensation Handling and Transactional 
> Boundaries.
> • Experience with Restful API design, development and documentation.
> • Solid understanding of various container architecture like Apache 
> Tomcat, Red hat Fuse, EAP, WebSphere etc.
> • Knowledge on Gradle build scripting and continuous integration using 
> TeamCity
>
> Further Qualifications
> • In depth knowledge on various open source libraries needed for a 
> standard integration project.
> • Experience with test driven development
> • Ability to break up complex design into phased approaches
> • Strong leadership skill and good team player
> • Conduct peer code review and design review.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/70fd4914-0136-4451-9991-b020ab5a2721%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Need :Sr Java Application Developer -Atlanta, GA (10+ required)

2016-11-10 Thread Mani Recruiter
*Dear,*

*Hope you are doing well…..*

*Please send resumes to* *r...@hclglobal.com *



*ROLE*

*Sr Java Application Developer*

*LOCATION*

*Atlanta GA*

*DURATION*

*LONG TERM*

*CLIENT*

*DIRECT*

*INTERVIEW TYPE*

*Phone*

*State Experience Highly Preferred*

*U.S. Citizens and those authorized to work in the U.S. are encouraged to
apply*

*Note: For H1 While submitting I need consultant I 797 OR ID Proof.*

The Sr. Application Developer works as a senior member of an applications
development team within the Georgia Gwinnett College Technology Development
department creating user information solutions by developing, implementing,
and maintaining Internet/intranet applications; and leading a team of
developers.



*Essential Duties*

·   Defines college Intranet application solution objectives by
analyzing user requirements; envisioning system features and functionality.

·   Designs and develops user interfaces to Intranet applications by
setting expectations and feature priorities throughout development life
cycle; determining design methodologies and tool sets; completing
programming using languages and software products; designing and conducting
tests.

·   May recommend application solutions by comparing advantages and
disadvantages of custom development versus purchase alternatives.

·   Integrates applications by designing database architecture and
server scripting; studying and establishing connectivity with college
network systems and information servers.

·   Completes applications development by coordinating requirements,
schedules, and activities; contributing to team meetings; troubleshooting
development and production problems across multiple environments and
operating platforms.

·   Supports users by developing documentation and training tools.

·   Updates job knowledge by researching new Internet/Intranet
technologies and software products; participating in educational
opportunities; reading professional publications; maintaining personal
networks; participating in professional organizations.

·   Enhances organization reputation by accepting ownership for
accomplishing new and different requests; exploring opportunities to add
value to the college operations.

·   Ensures developed code is maintained within the group’s source code
revision database, with documented procedures to reproduce and redeploy to
production servers.

·   Supports and develops application developers and student assistants
by providing advice, coaching and educational opportunities.

·   Other duties as assigned.



*REQUIRED QUALIFICATIONS*

* Knowledge, Skills and Abilities*

 This position requires verbal and written communication skills suitable
for technical discussion within the development team, external vendors and
non-technical communication with internal college customers.   Demonstrated
web user interface and associated back-end programming skills to include
interfacing with information system databases are essential for this
position.   Must be able to define software requirements, develop a
solution architecture and then follow an agile iterative, customer
integrated development process through to deployment.   With numerous
custom applications in deployment, the applicant must have the skill set
necessary to rapidly examine an existing application, determine root cause
of failure or functional deficiency and take appropriate corrective action.
Must have knowledge and understanding of development languages, tools and
methodologies used or related to projects along with ability to convert
software requirements into technical design requirements; ability to
convert technical design requirements into code and ability to conduct
effective unit and system testing.



*Education and Experience*

·   Bachelor's degree in Computer Science or a closely related field

·   6+ years in web application development of which 2+ years software
development experience using PHP, HTML and JavaScript

·   Must have experience with Linux minimally at command line level to
include scripting languages, SQL queries, PHP and JavaScript



*PREFERRED QUALIFICATIONS*

·   Extensive knowledge with information systems

·   Strong knowledge of service oriented architecture, architecture/
design patterns, and proven track record in developing high quality,
distributed and scalable application frameworks.

·   Knowledge of usability concepts for application design.

·   Ability to recommend technologies and design/implement
architectures for current and future technology needs.

·   Excellent oral and written communication skills; ability to
articulate the technical direction and convey issues to team members as
well as functional users.

·   Extensive knowledge and experience in full software development
lifecycle.

·   Exposure to frameworks, e.g. Ruby on Rails, PHP/CodeIgniter, J2EE





Thank You,

Warm Regards,

Mani


[android-developers] Need Local Only-----Sr Java UI Developer in NY

2016-11-10 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Sr Java UI Developer
New York*Need Local Only!!*
12+ Months

*Need EAD, GC, TN or Citizen Only!!*
*In person interview is required.*

POSITION REQUIREMENTS:
Strong communication skills, both verbal and written, with strong
relationship, collaborative and organization skills
5+ years experience translating functional product requirements into
application-layer code, and visual designs into functional user interfaces
within traditional web applications
Java, J2EE, Spring Framework (Spring MVC, Spring Security, Aspects, etc.),
JPA, JSF, Junit, Web Services (SOAP & REST), JSON/XML, JBoss, Log4j,
Eclipse STS, SQL, Oracle DB Server
HTML5, CSS3, JavaScript, jQuery, AngularJS
Experience working with API development (REST & SOAP)

DESIRED EXPERIENCE:
Agile/Scrum methodologies
Experience working with JavaScript libraries, such as BootstrapJS, and/or
React.js
Experience with logging frameworks
Experience with implementing web service security
E-commerce experience
Continuous Delivery and Continuous Integration
Test Driven Development (TDD)
Android and/or iOS native app UI implementation
Accessibility

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq6PCAqJEq2RYH0NZOXXZNL%3DofgHp9S0xcxt3Eh-P2h5_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for .NET Analyst Exp. with Azure at Redmond, WA

2016-11-10 Thread USIT Recruiter
*Hi *



* Please lookup the below position and if you feel comfortable, then please
send me your updated resume *



*Job Title: .NET Analyst Exp. with Azure*

*Duration: 6+ months*

*Location: Redmond, WA*



*Must Have *

· Azure

· C#, MVC,

· Angular JS,

· WebAPI



*Nice to have skills:*

· Prior Microsoft Experience

· SQL







*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

*An Oracle Recognized Partner & *An ISO 27001 and 2-1 Certified &
Minority Business Enterprise (CMBE)

 *f: *+1 (608) 646 8326

*e:* abhishek.kum...@nlbservices.com | *w:* www.nlbservices.com

*a:* 8613 Old Kings Road South, Unit 303, Jacksonville, Florida 32217

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi2Vp%2B%3D6-wCTrMqGKfTgzLBPNi_CuMoMn_4HGKaMuto%3DSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Drupal Developer - Des Moines, Iowa

2016-11-10 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/20OkZkT.jpg;>
 

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Drupal%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Drupal Developer in Des Moines, Iowa, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/602819-drupal-developer-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  Position: Drupal Developer
Location: Des Moines, IA
Duration: 6 months
Interview: In-person only

This SDP5 position will be joining the Office of the Chief Information 
Officer Application Development team as a Drupal Content Management System 
developer. We support several websites created in Drupal, so extensive 
experience in the Drupal platform, including PHP and MySQL, is a must. The 
candidate will be taking on the Drupal workload, designing new websites, 
enhancing existing websites, and fixing defects. The candidate should also 
have a strong background in website design and development, and must be able to 
monitor industry trends, technologies, and standards and be able to research, 
recommend, and apply new technologies as necessary. Job responsibilities 
include creating design prototypes, site navigation, and architecture and 
layout of content.It is expected that this candidate will be the 
department’s “goto” person for Drupal and website design, so taking initiative, 
managing workload, and working independently are a must. Technical skills will 
be tested during the interview.
Further job requirements:? Possess strong communications skills 
and the ability to work closely with a team? Ability to read, understand, 
and create design documents.? Technical understanding of infrastructure 
components, their dependencies, and interactions between servers, virtual 
systems, networks, databases, web applications, etc.? Ability to 
proactively participate in customer engagements, follow direction from lead 
technicians, work with customers, and participate in technical 
planning.

[android-developers] Urgent Requirement for Network Engineer in Richardson, TX

2016-11-10 Thread rahul goswami
*Hi ,*

Need GC and US Citizen and GC- EAD Only, No H1B candidates

 Local/ Non Local Candidates (Ready to relocate to TX)

Please share profile at apa...@onsinteractive.com

Please feel free to call me @ 443-569-7763


*Job Title: Network Engineer*
*Client: UHG (United Health Group)*
*Location: **Richardson,TX*

*Job Description:*


*Telephone/Network Engineer/Architect*

NICE Engage & IA, Analytics, Contact Center architecture work/projects. RFP
analysis.
Virtual Contact Center Architecture & Engineering

*What are the top 5-10 responsibilities for this position?*
NICE Engage & IA implementation / OCCAS engineering/implementation /
Capacity & Performance analysis / Engineering principles & documentation /
RFP analysis / Application coding in Java.

*What software tools/skills are needed to perform these daily
responsibilities?*
MS desktop apps. Java, Linux/UNIX.

*What skills/attributes are a must have?*
Telephony/Network working experience.

*What skills/attributes are nice to have?*
NICE Engage/IA, OCCAS, Genesys telephony/apps.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAA0vNTFyUZbGTO34e-%2BhXKS_0ufiKa623CjYpMhYoR_mk%2BVazA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Network Engineer in Richardson, TX

2016-11-10 Thread rahul goswami
*Hi ,*

Need GC and US Citizen and GC- EAD Only, No H1B candidates

 Local/ Non Local Candidates (Ready to relocate to TX)

Please share profile at apa...@onsinteractive.com

Please feel free to call me @ 443-569-7763


*Job Title: Network Engineer*
*Client: UHG (United Health Group)*
*Location: **Richardson,TX*

*Job Description:*


*Telephone/Network Engineer/Architect*

NICE Engage & IA, Analytics, Contact Center architecture work/projects. RFP
analysis.
Virtual Contact Center Architecture & Engineering

*What are the top 5-10 responsibilities for this position?*
NICE Engage & IA implementation / OCCAS engineering/implementation /
Capacity & Performance analysis / Engineering principles & documentation /
RFP analysis / Application coding in Java.

*What software tools/skills are needed to perform these daily
responsibilities?*
MS desktop apps. Java, Linux/UNIX.

*What skills/attributes are a must have?*
Telephony/Network working experience.

*What skills/attributes are nice to have?*
NICE Engage/IA, OCCAS, Genesys telephony/apps.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAA0vNTF0ShnYLi-Y1%3DqGztioY7MLd%2BBN%3DzkXkwysW85SNgs4Pw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Oracle Developer in Eden Prairie, MN

2016-11-10 Thread rahul goswami
*Hi ,*

Need GC and US Citizen and GC- EAD Only, No H1B candidates

 Local/ Non Local Candidates (Ready to relocate to TX)

Please share profile at apa...@onsinteractive.com

Please feel free to call me @ 443-569-7763


*Job Title: Network Engineer*
*Client: UHG (United Health Group)*
*Location: **Richardson,TX*

*Job Description:*


*Telephone/Network Engineer/Architect*

NICE Engage & IA, Analytics, Contact Center architecture work/projects. RFP
analysis.
Virtual Contact Center Architecture & Engineering

*What are the top 5-10 responsibilities for this position?*
NICE Engage & IA implementation / OCCAS engineering/implementation /
Capacity & Performance analysis / Engineering principles & documentation /
RFP analysis / Application coding in Java.

*What software tools/skills are needed to perform these daily
responsibilities?*
MS desktop apps. Java, Linux/UNIX.

*What skills/attributes are a must have?*
Telephony/Network working experience.

*What skills/attributes are nice to have?*
NICE Engage/IA, OCCAS, Genesys telephony/apps.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAA0vNTHaOSWOV-rR_ZTh6Ntn%3DEsLYHkPt7pxMe16mpOK2_K9aA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview: Lead & Mid level JAVA developer|Indianapolis, IN|NO H1B....

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Lead & Mid level JAVA developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Indianapolis, IN*

*VISA:NO H1B..*

*START :ASAP*





*Job Overview:*



*No H1B candidates*



*W. Java Script, web services, Agile*



• Under minimal supervision, a Software Development Team Lead works closely
with customers, business analysts, developers, and the management team to
deliver technology solutions that meet the business needs.
• Provides leadership and supervision of assigned staff throughout the full
system life cycle and develops, codes, tests, debugs, maintains, modifies
and implement complex application software and delivers on time and within
budget.
• Also provides expert guidance for complex application maintenance and
production support of multiple applications.

• Has in-depth understanding of software development methodologies (such as
Waterfall, Agile, Iterative etc.), UML, software design tools such as
Rational Rose and MS Visio

Must have the requisite verbal and written communication skills to
represent his/her point of view with standard management oversight.

Should demonstrate expertise in at least one of the following technologies:
• Client-Server technologies
• Web technologies
• Database technologies
• Speciality technologies
• Enterprise Application Integration technologies
• Other specified technologies
• Querying and reporting tools

A solid mix of the following development skills is required:  OOP, Java,
Javascript MV* framework, Spring, Oracle, REST Web Services, HTML5, CSS,
JUnit, Grunt (preferred), Jasmine, Git, Gradle/Maven, use of standard UI
framework components.  Must have strong Java skills and experience working
in an Agile environment.



Thanks,





*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-uQwikc5H51N%2BzZ49mx03Ppy6zqiN%3D%2B_4uWbtO8mKgv7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] looking for a Sr Application Developer || US Citizen and GC holders only ||

2016-11-10 Thread Mohammad Wasim
Please let me know if you are interested for this role.

If interested then please send update resume along with below information.

Full Name:

Email:

Phone:

Location:

Visa:

Rate:

Start:

Sr Application Developer

*Location:* Omaha, NE

*Start Date:* ASAP

*Duration:* 6 month *Contract to Hire*

*Visa Status:* *(US Citizen and GC holders only**) *

*Interview:* Phone / Skype

*Client:* Direct



*Please do not change the subject line.*



*Include the following details:*

*Full Name:*

*Contact #:*

*eMAIL:*

*Skype ID: *

*Location:*

*Visa Status:*

*Rate:*



*Job Title: Application Analyst (Sr. Java/J2EE Developer)*

This function reports to the Midrange Manager IT, Government Application
Development. The Analyst will be responsible for designing, prototyping,
coding, testing, analyzing and documenting, sizing, Java/J2EE backend on
applications work with the Web front End developers to deliver new features
on the middleware applications. Part of the responsibility involves
supporting existing business systems applications. Work on billable revenue
generating projects for EFTPS; collaborate with senior developers, business
analysts, project managers across teams to identify business needs and
build appropriate technical solutions. This analyst will work with a group
of Application Architects, Web Engineer/Designers, and Contractors as
needed. Work on projects related to enhancing and maintaining several web
applications supporting the Federal Tax Payment System within Government
Solutions.



*Job Specific Responsibilities*

· Maintain strong familiarity with EFTPS applications, infrastructure, code
migrations and processes.

· Develop middleware application software using Java/J2EE middleware, HTML,
Javascript, JQuery and frameworks (foundation and bootstrap) used to render
responsive pages.

· Experience with Fundamentals of Responsive Web Design, experience with
responsive libraries like Foundation, Bootstrap a must.

· Interact heavily with all other organizations supporting the overall
EFTPS solution, including the client

· Collaborate with Business Analysts, Project Managers, Application
Developers, Architects across various teams to come up with a solution
design, solution architecture

· Write technical and functional specifications

· Sizing new projects, determining risks and developing estimates for the
projects

· Develop prototypes and research on proof of concepts

· Perform and participate code reviews

· Drive process improvement projects to help streamline or automate complex
EFTPS processes

· Perform Service Desk record creation and review to ensure approval wand
appropriate EFTPS change area, priority is correct and content is
satisfactory.

· Focus on risk mitigation for production changes which includes review of
time of changes, type of change, impact of change to production system,
impact of change to taxpayers, impact of change to input channels, change
during peak periods.

· Complete special projects as assigned by leadership.

· Participate in audit compliance activities.

· Disseminate process communications when change occurs (process
excellence, change management, bank requirements impacting changes, etc),
to keep EFTPS team members informed. Documentation of process and other
communications is stored and maintained on the EFTPS SharePoint site under
the specific Tech Ops team site.

· Document steps for all SDLC changes and how change is managed for the
EFTPS program. This is due annually and requires significant review and
editing due to changing FS requirements.

*Candidate Requirements *

- Java/J2EE – 6-7 years of experience

- Web Development – 4+ years

- Experience developing Responsive Websites using responsive frameworks
such as bootstrap, foundation, modernizer 2+ years

- SOA/SOAP Web Service Development – 2-3 years

- Experience with Web sphere application server – 2+ years

- Experience working with Spring – 2-3 years

- Experience working with Spring Web Flow 1+ year

- Experience developing Junit tests 3+ year

- Experience with build tools Maven/ANT 3+ years

- Experience Developing Javascript for web apps – 4+ years

- Experience Developing HTML 5+ years

- Experience writing functional and technical specifications – 4+ years

- Ability to collaborate and various team members and brain storm solutions
will be a very big plus

- Strong communication skills is a must.

- Deep/working knowledge about Java multi-threading is a plus

- Experience working with open-source technologies is a plus

- Experience developing complex algorithms is a plus

- Experience working on application performance tuning is a plus

- Experience working with Project Managers and Product Managers is a plus

- Experience working with Enterprise Architects is a plus

Preferred Qualifications Bachelor’s Degree or Master’s Degree in STEM
(Science, Technology, Engineering or Math) at an Accredited University or
equivalent work experience.


[android-developers] Urgent Need :: Tableau Consultant @ Santa Clara,CA_(USC, GC & EAD-GC ONLY)

2016-11-10 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...



*Note: **USC, GC & EAD-GC ONLY *



*Role: Tableau Consultant*

*Location: Santa Clara, CA*

*Contract duration (in months)   12*





- Strong expertise in Tableau( at least 4+ years hands on ) with experience
on SDK for more customization in Tableau ( ex-summary page with dashboard
tiles etc) .

- Should have worked on at least one implementation where customization on
tableau with SDK is done ( ex . Dashboard home page with all report
catalogue and then redirect to actual tableau report on further drill down
based on selection)

- Experience in Overall BI & Data warehouse concepts- Experience with
HTML/Java scripting ( create a report catalogue page) will be a huge plus

- Strong analytical and communications skills

- Experience working in Agile/Scrum methodology



-Experience with HTML/Java scripting ( create a report catalogue page) will
be a huge plus

- Strong analytical and communications skills



Design the customized tableau solution with a webpage kind of summary page
and then support with Tableau dashboard on further drill down.Creating
Reports and Dashboards etc... in Tableau







*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GYhQxDM22irsrZfY463O%2Bkop%2BKM-dFzqs1KbvLs33VBWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: .NET Developer - Des Moines, Iowa

2016-11-10 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/20OkZkT.jpg;>
 

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
.NET Developer in Des Moines, Iowa, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: .NET Developer - Agile
Location: Des Moines, IA
Duration: Long Term
Interview: In- Person Only

This SDP6 position will be joining an Agile Scrum team in the Office of the 
Chief Information Officer (OCIO) at the State of Iowa. OCIO is committed to 
utilizing modern technologies and methodologies in order to deliver secure, 
high-quality technical solutions to its business partners. The Software 
Developer will be joining a project that is already in process. The project 
consists of a new web application written in .Net, SQL Server, Entity 
Framework, MVC and Bootstrap. Experience in these technologies, in addition to 
agile scrum experience, are required for the position and will be heavily 
tested during the interview process. Also expected of this position are 
training, coaching and guiding fellow scrum team developers.
Further job requirements:

 Strong communications skills and the ability to work closely with a 
team
 Ability to read, understand, and create design documents.
 Technical understanding of infrastructure components, their dependencies, 
and interactions between servers, virtual systems, networks, databases, web 
applications, etc.
 Ability to proactively participate in customer engagements, follow 
direction from lead technicians, work with customers, and participate in 
technical planning
http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-inc?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume">
Connect with ushttps://j4t.co/2dKXni9;>http://i.imgur.com/2ocYyEZ.png; 
height="64" width="64" alt="Mailing List"> 

[android-developers] Phone than F2F Interview:Citrix Engineer WITH Certifications|New Jersey

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Citrix Engineer WITH *Certifications

* INTERVIEW: Phone than F2F Interview*

*LOCATION: New Jersey*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*



The consultant will be responsible for packaging both legacy applications
and new applications and installing/implementing them in a virtualized
environment.  Examples of the legacy applications are old camera software,
accounting software, etc.



The consultant will be responsible for utilizing XenApp to allow users to
connect to corporate owned applications from a number of systems;
desktops, laptops and mobile devices.  They will utilize XenDesktop to
allow multiple users to access and run Microsoft Windows desktops.



*Required Skills:*

   - 8-10 years' experience working with Citrix technologies
   - 5+ years’ experience specifically working with both XenDesktop and
   XenApp to package applications in a Windows 2003 and 2008 environment
   - 5+ years’ experience with both VBScripting and PowerShell scripting
   - Strong communication skills in order to work with end-users and the
   business



*Desired Skills*

   - Citrix Certifications (CCA/CCEA)



Thanks,





*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-sbtWkkLj1_0KVAPDSEGdEWW-oZjO3rZf5YYfMzmyC6gQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Oracle DBA at Richfield, MN

2016-11-10 Thread Shaik Salam
Hi Everyone ,
Hope you are doing great,

We have an immediate opportunity for Sr. oracle DBA at Richfield, MN Below
is the job description and if you’d like to pursue this, please include a
word copy of your latest resume along with a daytime phone number and rate
in your response.

*Send resumes to s...@nytpartners.com   *

*Title: Sr. Oracle DBA*
*Location: Richfield, MN*

*Description:*

   - 10+ years Sr. Oracle DBA
   - Banking domain experience is mandatory
   - Excellent communication skills
   - US Citizens highly preferred


Thanks Regards

Sam
New York Technology Partners – Rochester
332 Jefferson Rd.
Rochester, NY 14623
T1: (201) 680-0200 x 7026
Fax: (201) 474-8533
8 s...@nytpartners.com
8 www.nytp.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHWKL1h4e%2BPKbsnY%3Dyay_%2BjEVWQhjqjaDe%2BbiBWg6fNYaDjsNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need SAP Project manager || IMM Intereview

2016-11-10 Thread Mahesh IT Recruiter
*Hi All,*
*Hope you are doing great !!*

*Looking for Only 10+ years experienced consultant, NO OPT & H1 transfers 
please !*

*Kindly please share to mah...@urpantech.com / mah...@cloudious.com *

*SAP PM *

*Neenah, WI *

*one plus year contract position*

 

   - For SAP upgrade project - Seasoned on SAP upgrade, Project Management, 
   knows how to go about such type of projects.
   - Global rollout experience desired
   - Strong communication skills handling/interacting global team
   - Relocate to Neenah, WI (occasional travel to Oshkosh?)\
   - Agile project management, PMP Certification –Preferred but not required
   - Prior experience in SAP QM - Preferred

*Thanks & Regards,*

*Maheshwaran*

*Technical Recruiter*

*Phone: 408-351-6920*

mah...@urpantech.com   | |  mah...@cloudious.com  

www.urpantech.com  | |  http://www.cloudious.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7bca1339-63a3-4f25-a91d-47df4b0efaa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net Developer in Ft Washington, PA !

2016-11-10 Thread Abhishek ojha
*POSITION.Net Developer*

*LOCATION*   Ft Washington, PA 19034

*INDUSTRY*   Mortgage Lender

*CONTRACT*  12 month (s) Contract

*INTERVIEW* *face/face interviews are mandatory*

*VISA *EAD-GC, GC, TN, USC



*Position Description: *

The .Net Developer is responsible for designing, developing, testing
and maintaining
applications based on defined business and technical requirements.

This role has the opportunity to work with a variety of personnel to
create, test and deploy technical solutions in support of our business.

*MAJOR ACCOUNTABILITIES*
• Work with Business Analysts and customers to understand and validate
end-user requirements in accordance with business need.
• Create and document technical designs to achieve project requirements.
• Complete development/programming as described in design specifications.
• Prepare or review unit test plans and execute unit testing.
• Participate in system and user acceptance testing tasks as assigned.
• Responsible for the maintenance of CLIENT’s best practice development
standards and methodology.
• Provide end-user support for assigned applications (includes some on-call
support during non-business hours.)
• Modify, enhance and maintain applications as required.
• Maintain the integrity of applications.
• Investigate and resolve system problems in a timely manner.
• Update system documentation as needed.
• Develop strong relationships with partners and end-users that allow work
to move
forward with a common understanding.

*SELECTION CRITERIA*
• Bachelor’s Degree followed by 3-5 years of progressive experience or
equivalent work experience.
• Solid understanding of the Microsoft .Net platform with recent
development experience C#.
• Strong middle to back-end development experience.
• Strong SQL skills
• Strong background in object oriented development techniques.
• Experience deploying and configuring enterprise applications.
• Strong prioritization and interpersonal skills to balance multiple
demands.

*KNOWLEDGE, SKILL, AND ABILITITIES*
• Strong verbal and written skills
• Proven ability to take leadership role on larger tasks
• Self-starter; able to search for solutions
• Strong and thorough understanding of project life cycle



*Thanks & Regards,*
*Abhishek Ojha*
*732- 837- 2138**ao...@sagetl.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKpcopTq93dT0o0hq1KMWHt42Ws6566M-FpfSM1OwKzp%2BBtumA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Salesforce Consultant @ NYC,NY

2016-11-10 Thread Shyamsundar
Hi,
hope you are doing good.
Please find below job description and do share me matched resumes to
*sh...@saligrams.com
*

*Role: Salesforce Consultant*

*Location: New York City*

*Duration:7 months*

*Description:*

Seven (7) years of software development experience on the Force.com
 platform Three (3) or more years of Salesforce CRM
experience In-depth development experience in Apex, Javascript, HTML,
Visualforce Design and implementation experience in Integration patterns in
conjunction with Force.com , Apex triggers, Process
Builder, Workflows, Validation rules, Canvas, Message Queues, bulk APIs
Knowledge or experience with Java, Integration Bus technologies, data
replication tools, predictive dialers and document management
Implementation experience with AppExchange applications on Force.com
 platform Design experience with object models on
Force.com  Strong SOQL and SQL experience (Oracle
preferred) Experience with industry standard messaging and communication
protocols Knowledge and understanding of Industry standard source control
systems Experience with Agile software development methodologies Must have
proven experience with Agile/extreme programming *(XP) methodology*.


*Thanks,*

*Shyamsundar,*

*Saligram Systems Inc*

*sh...@saligrams.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAF0v0_PXzTStACCZ0i%3DGgsdVzh0W9ScYV6HYcJ25ununu2kgsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview: UX Designer Latham/Albany NY

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: UX Designer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Latham/Albany, NY*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



*Communication MUST BE PERFECT and Business to Consumer web site experience*





UX Analyst - Research/Design, User Experience, User Centered Design,
Interaction Design, E-commerce, Wireframes, Balsamiq, Axure, Mockups,
Personnas, Prototypes, Adobe, Envision, Visio



*Must be onsite - Onsite interview required. No Skype*



*Required Experience, Skills and Abilities:*

   - UX Analyst and Research/Design Hybrid- no UI development. They want
   Research/Usability, Mockups, Personna’s, Wireframes, and Prototypes
   - 5+ years of User Experience, Research and Design for e-commerce
   websites and applications
   - Wireframes using Balsamiq or Axure
   - Prototypes/Mockups/SiteMaps/User flows using Adobe, Envision, and Visio
   - UX using established User Centered Design, Interaction Design, HCI, or
   Responsive Design

Thanks,



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-ve5C3tW12jX9GxrK%2By23V7JF28c6Zb%3DLRe2TV0zSfhaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Hadoop Developer with ETL @West Chester, PA

2016-11-10 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Hadoop Developer *

*Location: West Chester, PA*

*Duration: Long Term*





The Hadoop Developer will work closely with the administrators and
application teams to insure business applications are highly available and
performing within agreed upon service levels.  This position will also work
closely with business, architects and other development teams in an agile
manner to quickly realize business value.





• Play a key role to in creating ETL for Data Warehouse by implementing a
solid, robust, extensible design that supports key business flows;

• Build and maintain optimized ETL solutions to process/load source systems
data into Hadoop and Teradata  using Sqoop, Informatica and other
utilities.·

Develop, implement and maintain development best practices for within
Teradata environments

• Strong experience with Hive, Pig, Flume, Sqoop, Kafka, and Storm

• Work with peers in administration to tune code and plan for capacity needs

• Deliver clear, well-communicated and complete project documents.

• Analyze and solve problems and recommend improvements to existing systems
and processes.

• Design, code and test major segments of a system in a timely manner.

• Do unit, system acceptance, and performance testing by designing test
cases, building test data, test execution and evaluation, along with making
improvements/fixes to the system.

• Ensure data security, data quality and governance of data within Hadoop
and Teradata ecosystem

• Knowledge in data warehousing methodologies and best practices required.

• Strong verbal and written communication skills required.

• Effective interpersonal relations skills, ability to effectively
collaborate with others and work as part of a team required.

• Excellent organizational and time management skills required.

• Excellent analytical and problem solving skills required.

• Requests supervisor input and keeps supervisor informed.

• Punctual, regular, and consistent attendance





*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9Ga1RW%2B3jYSWXEf1MzUE25SUc8kw4NstFGO1bAHbN6nwtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: .NET Developer - Des Moines, Iowa

2016-11-10 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com;>http://i.imgur.com/20OkZkT.jpg;>
 

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=.NET%20Developerpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
.NET Developer in Des Moines, Iowa, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: .NET Developer - Agile
Location: Des Moines, IA
Duration: Long Term
Interview: In- Person Only

This SDP6 position will be joining an Agile Scrum team in the Office of the 
Chief Information Officer (OCIO) at the State of Iowa. OCIO is committed to 
utilizing modern technologies and methodologies in order to deliver secure, 
high-quality technical solutions to its business partners. The Software 
Developer will be joining a project that is already in process. The project 
consists of a new web application written in .Net, SQL Server, Entity 
Framework, MVC and Bootstrap. Experience in these technologies, in addition to 
agile scrum experience, are required for the position and will be heavily 
tested during the interview process. Also expected of this position are 
training, coaching and guiding fellow scrum team developers.
Further job requirements:

 Strong communications skills and the ability to work closely with a 
team
 Ability to read, understand, and create design documents.
 Technical understanding of infrastructure components, their dependencies, 
and interactions between servers, virtual systems, networks, databases, web 
applications, etc.
 Ability to proactively participate in customer engagements, follow 
direction from lead technicians, work with customers, and participate in 
technical planning
http://www.job4tech.com/jobs/611027-net-developer-at-sygna-technologies-inc?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume">
Connect with ushttps://j4t.co/2dKXni9;>http://i.imgur.com/2ocYyEZ.png; 
height="64" width="64" alt="Mailing List"> 

[android-developers] Urgent Requirement :: Oracle Developer(USC, GC, GC-EAD):: EDEN PRAIRIE, MN

2016-11-10 Thread Sharad Rajvanshi
Hi ,

Please share your consultants resume at sharad.ya...@contech-it.com

*Only GC, GC-EAD And USC required who can do C2C*


*Position: Oracle Developer(USC, GC, GC-EAD)*
*Position Type: Right to Hire*
*Location: *EDEN PRAIRIE, MN
*Client: United Health Group*

*Requirement:*

   1. We have a project that we just got that needs 20 Oracle Developers.
   2. Must have strong PL/SQL, Database Development exp.
   3. If they have any experience in Healthcare is a major plus.


*Note:-* Client will provide training on Facets & Claim process

*Thanks,*
sharad.ya...@contech-it.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOJmjN1-_y9K%3DM4K4S%3DOXqxiLwg1GXHFUynWCZO%3D6zB0zH3qaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need----Java Developer----Atlanta, GA or Dallas, TX-----EAD or GC or Citizens only

2016-11-10 Thread Saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.


*Title: Java Developer*

*Location:** Atlanta, GA or Dallas, TX*

*Duration:** 12 month + contract*

*EAD or GC or Citizens only*



Please send me any candidates that meet the technical requirements below.
Most important is experience with *Restful API creation* and working
in an *Agile
/ TDD environment*.



*Top Skills:*

1. 7+ years of experience with Java Development for complex applications in
an enterprise environment with Oracle, JBoss, HTML, CSS, JavaScript, Json

2. Experience building Restful APIs from scratch. Must be able to do new
application development

3. Experience working in an Agile, TDD, Continuous Integration environment
using Jenkins to deploy code and Subversion and GIT

4. Ideally looking for someone with knowledge of network security protocols



*Core Java Skillset*:
Java/J2EE
Restful Web Services (creating from scratch)
Oracle 12g
MySQL
JBoss
JSON
JavaScript
Unit/Integration/System/Performance/Security testing
Continuous Integration / Continuous Development (Chef/Jenkins/SonarQube)



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJT%2BorConCTGtNf%3DLd9%2Bqz3-ESSSN2-nj6NcfKp6j7gmpT0%2BtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Sr. ETL Developer- Big Data at Chicago

2016-11-10 Thread Rajesh Kumar Behera
Hi Partners,



Hope you are doing well !!



Please share your consultant profile below requirement at
raj...@tekinspirations.com







*Job Title: **Sr. ETL Developer- Big Data*

*Location: *Chicago

Duration: *12+ months contract*

*MOI: Phone interview and f2f might be required.., ( we will help of the
expanse)*





*Job description:*

Build distributed, scalable, and reliable data pipelines that ingest and
process data at scale and in real-time.
Collaborate with other teams to design and develop data tools that support
both operations and product use cases.
Source huge volume of data from diversified data platforms into Hadoop
platform
Perform offline analysis of large data sets using components from the
Hadoop ecosystem.
Evaluate big data technologies and prototype solutions to improve our data
processing architecture.
Knowledge of Healthcare domain is an added advantage

*Candidate Profile:*
8 years of hands-on programming experience with 3+ years in Hadoop platform
Proficiency with Java and one of the scripting languages like Python
J2EE, EJB, WAS deployments, RESTful service
Good grasp of data movement approaches and techniques and when to apply them

Strong hand on experience with databases like Db2, Teradata
Flair for data, schema, data model, how to bring efficiency in big data
related life cycle
Ability to acquire, compute, store and provision various types of datasets
in Hadoop platform
Understanding of various Visualization platforms (Tableau, Qlikview, others)

Strong object-oriented design and analysis skills
Excellent technical and organizational skills
Excellent written and verbal communication skills

*Top skill sets / technologies:*
Java / Python
Sqoop/Flume/Kafka/Pig/Hive/(DataStage similar ETL) / HBase / NoSQL /
MapReduce/Spark
Data Integration/Data Management/Data visualization experience



*Required skills:*

*Java, Pig/Python, XML/JSON, API, HDP 2.4 (Ambari, Atlas), Hive & Hbase.
IGC (Info Gover Cat)*




*Regards,*


*Rajesh Kumar*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

E: raj...@tekinspirations.com 

W: www.tekinspirations.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHc%3DgbrQVHPWzwLkW%2B5s-2PRGXoPGhZOg1Mnrn3iv-YL20wK6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Dynamics AX Functional Consultant @ Cherry Hill, NJ | Contract Position

2016-11-10 Thread Ateeq Rehman
Hello Associate,

Hope you are doing great.

This is Ateeq, from Diverse Lynx.

*Please share profile for Dynamics AX Functional Consultant at *
*ateeq.reh...@diverselynx.com* 

*Job Description:*
*Role: Dynamics AX Functional Consultant *

*Location - Cherry Hill, NJ*

*Hiring: Contract*

*Note : For this role Trade & Logistics and Finance experience is a must.*

*Detailed JD:*



1.   Excellent communication skills, client handling skills.

2.   Good banking/finance domain knowledge (MUST)

3.   Address user queries on AX 2012 product / Incident Management,
respond and resolve Tickets.

4.   Manage Change requests, Coordinate with offshore team on
deliverables

5.   Minimum 2 end to end AX implementations, with below expertise

a.Functional requirement documentation

b.   Fit Gap analysis

c.AX Configuration and demonstration

d.   Draft design documents and user training





*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: **ateeq.reh...@diverselynx.com* * ||
Hangout: ateeq.staffing*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAN6NZJsX0opzof3bmZjdPd4A7xggZUsdjCnyT4%2B0_j5Jz9xidg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Senior Salesforce Developer at Eden Prairie, MN

2016-11-10 Thread Rajesh Kumar Behera
Hi Partners,



Hope you are doing well !!



Please share your consultant profile below requirement at
raj...@tekinspirations.com



*Job Title:Senior Salesforce Developer*

*Location: Eden Prairie, MN*

*Visa: GC or USC*




*Required Skills/Experience*

• Active Salesforce Certification(s) – ex. 201, 401, 501
• Prior technical team leadership/management
• Architectural experience within Salesforce
• Consultative mindset and actions
• Operated in an Agile/Scrum environment
• Very proficient in object oriented design and using design patterns
• Ability to influence and educate customers and colleagues
• Strong Communication skills
• Experience with integration into/from Salesforce

Desired Skills/Experience:
• Healthcare/Call Center knowledgeable beneficial


-- 

*Regards,*


*Rajesh Kumar*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

E: raj...@tekinspirations.com 

W: www.tekinspirations.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHc%3Dgbr%2BtdvLrR1q7aP%2Bbdnn%3D2wma_uRKMhYFa_0B4EsxWOhBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only-----Sr Java Developer in PA

2016-11-10 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Sr Java Developer
Collegeville, PA---*Need Local Only!!*
12+ months

*Must interview in person, no skype, don’t ask*

MUST HAVE:
oCore Java
oAngular
oREST services

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL4ROq4a4xZ7CnEX%3DXqao8WVzdY%2BvpxwvbV36H7zAmnFYKs%2Bng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Oracle DBA with Java @ Foster City, CA

2016-11-10 Thread satish kumar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Oracle DBA *

*Location: Foster City, CA*

*Duration: Long Term*





Job Description : Oracle dba, which includes sql tuning, database issue
trouble shooting, interacting with different departments for any data
related issues, reports.

Also, working on Java code troubleshooting. Issues will be raised by
different department and create tickets. It could be any issues, like data
fix, code issue, application logic not working, reports not generating.

These tickets will be assigned based on priority. So, we need to also know
JAVA.

*If Interested please fill following details and To verify Authenticity,
Work Authorization and Sanity of Candidate and Resume, please share below
details.*

1. *i-94 info* (snapshot from site -
https://i94.cbp.dhs.gov/I94/consent.html) */* *Passport No*.

2. *Supporting documents* – *Work Authorization copy* and *a photo ID*.



 *Full Name *









*Contact Number *









*Email Id *









*Current Location *









*Passport Number   *









*Open to Relocation *









*Visa Status (visa expiration date) *









*Availability to start  (End date of project)*









*Available for interview (timing)*









*Rate Expectation :*









*Date of Birth*









*Overall IT Exp *









*Overall US work Exp*









*Relevant Experience as per requirement*









*Skype Id*









*Employer detail*









*Current project status(finish/working)*









*Reference – 1*











*Reference - 2*











*   Education*

*Start Year*

*Passing Year*

*University *

*Percentage*

*Bachelors in: *









*Masters in: *























*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHxR9GbBM5aYZVeE-MqntutZPBtBmneU3CVfmiWqkF1NaQOS7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Urgently looking for Sr. Java developer with (Apache Camel framework and RedHat JBoss Fuse resources) in Chicago, US

2016-11-10 Thread SALMA BHAT
Hi Partners,

Please share profile at *naseer.ah...@nityo.com *


*Skill Set*

Apache Camel framework and RedHat JBoss Fuse resources

*Work Location*

Chicago, US

*Special Instructions*

Long term



*Job Description*

Job Requirements

* Apache Camel framework and RedHat JBoss Fuse resources *
The role requires these following primary skill sets

•  8 -10 years of Core Java/Spring experience
• Expert knowledge and strong hands on experience with integration design &
implementation using Apache Camel framework.
• Experience with open source ESB or any vendor product -Apache ServiceMix
or RedHat JBoss Fuse is preferred
• Experience with Enterprise Integration patterns and SOA patterns.
• Strong Message Queuing solution knowledge- IBM MQ experience is needed
• Experience with Fault Handling, Compensation Handling and Transactional
Boundaries.
• Experience with Restful API design, development and documentation.
• Solid understanding of various container architecture like Apache Tomcat,
Red hat Fuse, EAP, WebSphere etc.
• Knowledge on Gradle build scripting and continuous integration using
TeamCity

Further Qualifications
• In depth knowledge on various open source libraries needed for a standard
integration project.
• Experience with test driven development
• Ability to break up complex design into phased approaches
• Strong leadership skill and good team player
• Conduct peer code review and design review.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK_wn%3DDi1tQUckT0QscYA60SFRc59f9qtujknxKsM-yqNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] OBIEE Consultant @ Plano, TX

2016-11-10 Thread ashish gautam
Hello,

Hope you are fine today.

Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP. Please revert me on
*ashish04.sysm...@gmail.com
.*


*Role:   OBIEE Consultant*

*Location:Plano, TX*



*Job Description:*


Key skills required for the job are:


•  OBIEE (Mandatory)

•  Informatica Powercenter

•  Informatica BIAPPS


As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.

Minimum work experience:Years



*Skills:*

OBIEE, Informatica, Informatica BIAPPS


*Thanks & Regards *
*Ashish Gautam*

*ashish04.sysm...@gmail.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAD2-NzrdMb0qMtFQDQJuc9X%3DMEjrDWZxGU5Yb7cY7sUxp4Fceg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Req::CI/CD Build and Release Engineer Location: Middletown, NJ

2016-11-10 Thread Anand Singh
*Role: CI/CD Build and Release Engineer*

*Location: Middletown, NJ*





Experience: 5 to 7+ years with a Software company focusing on DevOps



Overview:

Continuous Integration/Continuous Delivery (CI/CD) Engineer Cloud Solution
in a Devops environment. The CI/CD Engineer is responsible for the set-up,
maintenance and ongoing development of continuous build/ integration
infrastructure. This is a hands-on role that ultimately results in the
delivery of an application or service. Will be closely working with peers
on Architecture Roadmap across domains and with Delivery teams to package
and readiness of software for Production hand off.



*Key Roles and Responsibilities:*

Ø Experience in troubleshoot issues along the CI/CD pipeline.

Ø Support CI/CD tools integration/ operations/ change
management, and maintenance.

Ø *Support full automation of CI/ Testing.*

Ø Demonstrated experience with Infrastructure Scripting
languages (*Python and Java needed*) to automatically instantiate and
configure application dependent infrastructure

Ø Production application experience with Continuous
Integration/Continuous Delivery tools automation tools (*Jenkins, Git, etc*)

Ø Production experience with Test Driven Development and
automated Integration Testing

Ø Experience with end-to-end software development processes and
practices agile/scrum experience preferred)



*Technology Experience: Required*

· 3+ Years in a focusing on DevOps is a must

· Agile Methodologies Cloud Computing Testing Scrum

· Python Jenkins Shell Scripting Integration CodeCloud
Test Automation

· Linux Continuous Integration Build Automation

· Maven Release Engineering Hudson JIRA Subversion
Software Development Life Cycle (SDLC)

· Experience with a Telco is a Plus

· Chef experience in creating recipes and cook books.

· Chef, and Puppet to automatically instantiate and
configure application dependent infrastructure

*Soft Skills:*

· Candidates must have excellent writing skills in
English demonstrable through an established record of publishing internal
technical documents.

· Good presentation and interpersonal skills

· Must have the flexibility to participate in and make
progress on multiple projects at the same time.
Candidates should be able to interact well with other team members and
equipment and engineering services vendors.

Thanks & Regards

*Anand Singh *| SYSMIND, LLC

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 3505

Email:  ana...@sysmind.com <%20ana...@sysmind.com>

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG6%2BvSOmiXeH29ROXsX-26uEFRELoY%3D1uWV8%2BNjTjYtTBAg0qA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android Developer__Need Urgent for CA location

2016-11-10 Thread Bharat Chhibber
Hello,

Hope you are doing well.

This is Bharat from Nityo Infotech.. Please find the JD below and if you
have any consultant available then please let me know ASAP at
bhara...@nityo.com.



*Android Senior Developer *


*San Francisco,CA Contract / Contract 2 Hire*



*Job Description:*



*Required Skills: *



· 6- 8 total years of total IT experience.

· 5 – 6 years of Android experience in Eclipse IDE, Java, XML,
Android SDK, ADT Plug-in, JSON, GIT, REST, Google map APIs, etc.,

· Coding using Android SDK, Eclipse IDE.

· Experience in developing features on apple pay and integration
with backend systems

· *Bluetooth* technology

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEmgVe30i099PPUXJdN3qgXhJyDt71KuoRy%2B-4W7CkPX%3Dvsozw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Front End Developer WITH Video streaming Exp, NYC

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Front End Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: NYC, NY*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*



*Should have any video streaming (apple tv, vevo, roku, amazon fire)
experience.*



Responsibilities

   - Develop Web based applications for our clients video streaming service
   using HTML/CSS/Javascript
   - Work in a Agile scrum team. Participate in all Agile ceremonies. Work
   closely with the scrum master to estimate effort of new features and track
   progress.
   - Produce low level technical designs for new features
   - Support QA team with isolating, and fixing defects
   - Work with Design and Product team to give feedback on feasibility on
   new app designs
   - Stays abreast of the latest technologies available in the world of Web
   Development. Is courageous and will try using new technologies that will be
   a source of competitive advantage for our products. Knows how to find the
   right balance between evangelism and output.

Skills

   - 3+ years experience with front end web development in HTML/CSS/JS.
   Strong Javascript knowledge and experience with one or more JavaScript
   frameworks such as JQuery, AngularJS or React.
   - Strong knowledge of modern web standards, accessibility, responsive
   and adaptive development along with understanding how browsers work under
   the hood.
   - Expert knowledge of modern HTML and CSS frameworks and at least one
   framework such as SASS/SCSS/LESS.
   - Experience working in enterprise or product architecture using tools
   such as NPM, NodeJS, bower and/or grunt
   - Experience developing consumer facing scalable websites and
   applications.
   - Experience working with others in a cross-functional team such as
   designers, UX, QA and project managers.
   - A talented problem solver who knows how to isolate, and debug complex
   software problems
   - Experience working in an agile software development environment using
   Scrum or Kanban
   - Experience working with online collaboration tools such as Atlassian
   tools (Confluence, JIRA etc)
   - Experience working with testing frameworks such as
   Jasmine/QUnit/Chai/Mocha/Karma are a plus.
   - Experience with developing apps that use REST API's
   - Has an Software/Computer Engineering or Computer Science degree
   - Excellent communication/collaboration skills.
   - Has worked in a startup environment and is comfortable with ambiguity.
   - Is humble, and will roll up their sleeves and take on any task that
   will help the team succeed.
   - Has a strong track record of academic success

Thanks,



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-tSSWEC9N5pDfOXZA45dr-WOO%3DHui2pjZWhhN23NULHTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Lead Java Engineer, RI

2016-11-10 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Lead Java Engineer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Smithfield, RI*

*DURATION:3-6 MONTHS+*

*START :ASAP*





*Job Overview*





*NEED SOMEONE WITH GOOD COMMUNICATION SKILLS*





*Ideal Candidate:*

   - 10/10 comp skills
   - 7-10+ years Java, Javascript, JQuery, Soap Web Services- Java and
   JavaScript is the most important piece
   - Exposure to .NET is a plus
   - 50% hands on development and 50% will be navigating the environment
   and leading a team of more junior developers and overseeing the delivery of
   high quality code.
   - Financial industry experience is a plus



*Primary RESPONSIBILITIES:   *

· Develop high quality software solutions that comply with
technical architecture standards and best practices.

· Produce high quality technical design documents, including
determining appropriate deliverables to be produced during application
design effort.

· Identify key application design issues (e.g. maintainability and
performance) and recommend possible solutions.

· Provide technical leadership and guidance to more junior members
of the teams including design and code reviews

· Assist project managers in monitoring project status

· Analyze and recommend improvements to the development process.

· Drives adoption of enterprise standards and best practices.
Promotes changes in process, standards, or technologies when necessary

· Review and/or participate in the development of test plans, test
cases, and test data.

· Participate in product release activities and contribute to
troubleshooting production issues as needed.



Thanks,





*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 |Email:n...@apetan.com

*Mail *: 72 van reipen ave pmb#255, Jersey City, NJ 07306 |

*Corp. Office:*  15 Union Avenue,  office # 6,  Rutherford, New Jersey
07070 |

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOMeN-tEDsDOfWMAJyKm2Et-JMJY5%2BLTo33CGZ3uHeahuPwcaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Requirement---Sr. Unix Administrator in Salt Lake City, UT

2016-11-10 Thread Murali Recruiter
Hi,



I hope you are doing great today.



We are looking for a Sr. *Unix Administrator in Salt Lake City, UT.*



Job Title : Sr. *UNIX Administrator*

Location: * Salt Lake City, UT*

Duration:  6+ Months



*Mandatory Copies: H1B Copy, Passport Copy/Number.*



*Job Description*:–

Skill:

-  Administration of Unix/Linux

-  Must have good understanding of high availability
configuration for unix platforms

-  Ubuntu Linux, monitoring, troubleshooting

-  Knowledge of transport layers, webservices

-  Apache, Tomcat

-  Packet captures

-  Write scripts - bash, python to reproduce issues

-  Extensive troubleshooting experience

· Qualifications

-  *12+ years experience supporting computer systems within
a live service environment.*

-  Bachelor’s Degree or higher preferred (CS, EE, Math,
Information Technology or other technical area)

-  Proficient Linux administration skills.

-  Experience with high availability internet based systems.

-  Experience with database configurations and
administration including SQL.

-  Experience with network architectures including web
servers, web caches, databases, storage area networks, clustered storage
systems, routing, etc..

-  Experience with administrative use of scripting such as
BASH, Python and SQL scripting languages.

-  Experience with monitoring systems.

-  Excellent communication skills both written and verbal.

-  Demonstrated experience producing technical
documentation.  Please bring examples.

-  Self-motivated with good decision-making abilities.

-  Strong logical and problem-solving skills



Looking forward to hear from you!



Thanks & Regards,

* Murali*

Direct:  *408-868-5124*

EMail: *mur...@idctechnologies.com* 

IDC Technologies Inc

1851 McCarthy Boulevard, Suite 116, Milpitas, CA - 95035

Website: www.idctechnologies.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABK%2BR6gfVawB0hg7Uv2nuSWqZU5Nb5Y%2Bf6hCYP9rqfyN1LqhQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP Functional with EWM in Atlanta GA !

2016-11-10 Thread Abhishek ojha
*SAP FUNCTIONAL CONSULTANT*
*Atlanta GA**Phone then Skype*



*SAP Functional with EWM experience*

5+ years experience

Participates in developing functional requirements, testing, training and
implementation of Applications. Conducts business process analyses, needs
assessments and preliminary cost/benefits analysis in an effort to align
information technology with business initiatives.  Formulates and defines
systems scope and objectives based on both user needs and a thorough
understanding of business systems and industry requirements.  Creates or
modifies procedures to solve complex problems considering technology
capacity and limitations, operation times, and form of desired results.
Oversees the preparation of functional, system and program specifications
using appropriate methodology and tools.


*Thanks & Regards,*

*Abhishek Ojha*

*732- 837- 2138*

*ao...@sagetl.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKpcopRke4jjML8jpApfeqsRMVXtHaSo1CugLnsN407tunm56Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Full Stack .Net developer - Miami, FL

2016-11-10 Thread Sekhar Reddy
Hi*,*

 *Sekhar *here from *Spar Infosys,* one of our clients has an opening for *Full
Stack .Net developer*

Below is the job description for your reference, please let me know your
interest.

 *Title: Full Stack .Net developer*

*Location: Miami, FL*

*Duration: 3 years contract*

 *Note: Locals only*



They are looking for a *Full Stack .Net developer* with excellent
communication skills and is local to Florida. They want *10 plus year
*candidates
or close who can lead projects and represent the team in meetings.



*Senior Full Stack .Net Developer*

   - Programming Languages: C#,  ADO.Net, AJAX, T-SQL
   - Mark-up/Scripting Language: JavaScript (JQuery),  HTML, CSS
   - Framework /Architecture: .NET Framework 4.0/3.5/3.0/2.0/1.1, JQuery,
   SOA, AngularJS, bootstrap
   - Databases: MS SQL Server 2012/2008
   - XML Technologies: XSL/XSLT, XSD
   - Web Development: ASP.Net MVC 3, ASP.NET 4.0, LINQ, WCF 4.0,  XML Web
   Service, AJAX Application/Web Servers: Microsoft IIS

Thanks & Regards,

Sekhar

Email : *sek...@sparinfosys.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAC%2BeU0u3GTgYjSJ18%2BEgwv5DUaw247dc52Hcq42idOqekUG31Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement_Salesforce Developer_ $45/hr on C2C ( local to VA, DC and MD )

2016-11-10 Thread S. Singh
 

Title : Salesforce Developer (2 positions) - Must have 
Admin and Developer Certifications

Experience  : 8 years total IT Exp. and 4 years Salesforce Exp. 

Location   : Washington, DC (100% on-site. No remote)

Interview  : Skype + F2F

 
Start Date: Immediate

Interviews: This week. Immediate.

Job description:

We need developers who are strong with custom coding using Apex AND with 
front end development (JavaScript, HTML5, CSS3,   JQuery, and Bootstrap etc.

Required Skills:

 - Hands on design and development of custom solutions on the force.com 
platform including

Significant work in Apex, VisualForce, SOQL and application integration 
patterns.

- Experience with Inbound / Outbound Web Services (SOAP and REST

- Proficiency with JavaScript and HTML5.

- Proficiency with responsive web design using frameworks like bootstrap 
and/or media queries.

- Working knowledge of source control (Git) and backups

- Deployment using Metadata API, Change Set and ANT (Strong plus

 Skills Matrix (Please send your no of years exp for the below skills)

Apex

VisualForce

SOQL

Communities, Workflows

Application integration patterns

Inbound / Outbound Web Services (SOAP and REST)

Working knowledge of source control (Git) and

JavaScript

HTML5

HTML

CSS3

JQuery

Bootstrap

Responsive Web Design

Deployment using Metadata API, ChangeSet and ANT (Strong plus)

Thank You
*Sujata Dangol*

ADG Tech Consulting (MBE,SDB, 8(a) Certified, CMMI Level 3)
4511 Singer Court,#210
Chantilly, VA 20151
sdan...@adgtech.net 

703-439-1471

 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9e67f5ad-2b1d-4514-9b03-0473ca63cfcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist

2016-11-10 Thread Kavitha csr
Hi Partner,

Greetings from *CSR Infotech Inc,*

Please share your direct client requirements to *kavi...@csrinfotech.com*


*SKILL*

*LOCATION*

*RELOCATION*

*AVAILABILITY*

*QA ANALYST*

*NJ,NY*

*Yes*

*Immediately*

*QA SELENIUM TESTER*

*IL*

*Yes*

*Immediately*

*BUSINESS ANALYST*

*NC*

*Yes*

*Immediately*

*ETL QA*

*NC*

*Yes*

*Immediately*

*SALESFORCE DEV*

*NY*

*Yes*

*Immediately*

*JAVA/J2EE DEV*

*CT*

*Yes*

*Immediately*

*WORKDAY*

*FL*

*Yes*

*Immediately*

*LINUX*

*NC*

*Yes*

*Immediately*

*VMWAER ADM*

*GA*

*Yes*

*Immediately*

*.NET DEV*

*WI*

*Yes*

*Immediately*



Looking forward to work with you soon!
-- 

*Thanks & Regards*

*​KAVITHA*
*Professional Recruiter *
*CSR INFOTECH INC​*
Ph: ​​305-851-3786 / E: kavi...@csrinfotech.com
​450 West Broad St, suite# 214 Falls church VA 22046.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKwxXNoZzHQ3_JvqVtc_DzKe%2BVSazez1cKbkj%3D0%3DFucgtEfwpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent need ofPega System Architect / Lead@Fallon - Missouri

2016-11-10 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...





*Role: Pega System Architect / Lead*

*Location: Fallon - Missouri*

*Duration: Long Term*



Job Description:

Key skills required for the job are:

•   PEGA (Mandatory)

•   Customer Support

As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.



Skill and Experience Details:

Minimum Experience Required: 5-8 YEARS Mandatory Skills: PEGA BPM Process
Design

Desirable Skills: Customer Support



*If Interested please fill following details and To verify Authenticity,
Work Authorization and Sanity of Candidate and Resume, please share below
details.*

1. *i-94 info* (snapshot from site - https://i94.cbp.dhs.gov/I94/
consent.html) */* *Passport No*.

2. *Supporting documents* – *Work Authorization copy* and *a photo ID*.



 *Full Name*









*Contact Number*









*Email Id*









*Current Location*









*Passport Number   *









*Open to Relocation*









*Visa Status (visa expiration date)*









*Availability to start  (End date of project)*









*Available for interview (timing)*









*Rate Expectation :*









*Date of Birth*









*Overall IT Exp*









*Overall US work Exp   *









*Relevant Experience as per requirement*









*Skype Id*









*Employer detail*









*Current project status(finish/working)*









*Reference – 1*











*Reference - 2*











*   Education*

*Start Year*

*Passing Year*

*University*

*Percentage*

*Bachelors in:*









*Masters in:*

















*Ranjeet Majumdar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Email: ranjeet.sysm...@gmail.com 

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADUE5J--O8kT6v-Umbe_WGuxFnEHJ0Nv9q1cRvgo-ic51%2BD-Jw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need UI Developer with Angular at Dallas, TX

2016-11-10 Thread Shaik Salam
Hi Everyone,
Hope you are doing great,

We have an immediate opportunity for Ui Developer with Angular at Dallas,
TX. Below is the job description and if you’d like to pursue this, please
include a word copy of your latest resume along with a daytime phone number
and rate in your response.

*Send resumes to s...@nytpartners.com *

*Title: UI Developer with Angular*
*Location: Dallas, TX*
*Duration: 6 months*
*Local preferred but open to skype.*
*Interview process: 2 Skype Interview .*
*Experience- 8-10 years at Senior Associate leve*l

*Skillset Required:*

   - 4+ years of implementation skills in Angular 1/1.5/2.0, Polymer 1/2,
   HTML5, CSS, JavaScript (JSON, XML, REST, Bootstrap, SASS/LESS).
   - 4+ years of client side MVC or MV* JavaScript frameworks such as:
   Angular, Ember.js, Backbone.js, Polymer.js
   - Hand code CSS websites and have 4+ years of LESS/SASS and newer
   transform such PostCSS.
   - 1+ years of ES6 or CoffeScript JavaScript development.
   - Familiar and can write reusable Gulp.js/Grunt.js task and
   configurations scripts.
   - RxJS, Functional programming a (good to have)
   - Node.js (good to have)
   - Cucumber.js and Selenium (good to have)
   - Sufficient knowledge on Prototypal Inheritance and JavaScript
   prototype chain.
   - Has strong interest in Functional Programming within JavaScript
   environment.
   - Writes testable code with modularity as fundamental approach.
   - Create, define, and manage reusable UI code components.
   - Demonstrate ability to work well in a cross-functional team
   environment.
   - A degree in Computer Science (BS or MS) or related technical field
   with at least 3-5 years of relevant work experience is required

Thanks and Regards,

Sam Salam
New York Technology Partners – Rochester
T1: (201) 680-0200 x 7026
s...@nytpartners.com
www.nytp.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHWKL1iB4oetFS256QkKu2xz-D7uE3Ejs%3DismEuozpQV%3DsW8bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java / UI Developer /Ruby On Rails with SQL, API San Jose, CA

2016-11-10 Thread Balu Nela9
Please share resumes to b...@pronixinc.com

·  Test results(coding only) – Pronix will screen each candidate for the
coding test as per client questionnaire.

· Photo Id

· LinkedIn profile



Find below the position details:



*Job Title*

Java / UI Developer -

*Location*

SJ / RTP

*Position Type*

C2C

*No. Of positions*

4

*Primary Skills*

Java, JSP/Servlet, AJAX, Struts, JQuery, Angular.js, CSS3, HTML5

*Experience*

6+ yrs



*Job Title*

Java/J2EE Developer-

*Location*

San Jose, CA

*Position Type*

C2C

*No. Of positions*

3

*Primary Skills*

JAVA, J2EE, Spring, JPA/ Hibernate, jQuery, JavaScript, JSP, CSS, Mongo DB,
Data Structures, Design Patterns, Webservices

*Experience*

8-10Years

*Job Title*

Ruby On Rails with SQL, API -

*Location*

San Jose, CA

*Position Type*

C2C

*No. Of positions*

1

*Primary Skills*

Ruby on Rails, Oracle, PL/SQL, performance tuning, SQL, REST APIs & Elastic
Search

*Experience*

8-10 Years


Balu @ Pronixinc .com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAM2%2B5hHGq90L%3D1ZKBBA-nwBCoDaaBbABnST98iXBAxMD9j2BAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Help with error [BM-CPL-38] trying an app-in purchase

2016-11-10 Thread David Ramos
Finally it was a issue with the data of Google Wallet Merchant, they need 
more info about the company and they blocked the payments for our clients 
without any notification to us... :-O


El domingo, 6 de noviembre de 2016, 13:11:54 (UTC+1), David Ramos escribió:
>
> Hello,
>
> Since few weeks ago our clients can't buy our app-in purchase item, the 
> error is "Error while retrieving information from server. [BM-CPL-38]". 
> We don't find any information in internet about this error and we don't 
> know how to fix it. We have tried buy another items from another apps 
> with success, so only have problemas with our app. could you help us?
>
> Regards,
> David
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2f612aeb-9e90-4fc0-b235-c2eb4088838a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need :PeopleSoft Financials Technical Developer -Athens, GA

2016-11-10 Thread Mani Recruiter
*Dear,*

*Hope you are doing well…..*

*Please send resumes to* *r...@hclglobal.com *



*ROLE*

*PeopleSoft Financials Technical Developer*

*LOCATION*

*Athens GA*

*DURATION*

*LONG TERM*

*RATE*

*DOE*

*CLIENT*

*DIRECT*

*INTERVIEW TYPE*

*Phone*

*State Experience Highly Preferred*

*U.S. Citizens and those authorized to work in the U.S. are encouraged to
apply*

*Note: For H1 While submitting I need consultant I 797 OR ID Proof.*

This is a professional position involving application development
assignments in the support of PeopleSoft Financials. Contractor works as
part of a team of Systems and Business Analysts responsible for ensuring
that project and service goals and objectives are accomplished within
prescribed time parameters, budget, for the PeopleSoft Financials
Consolidation Project.  The contractor will use his/her knowledge of
available hardware and software resources to devise technical
specifications based on functional specifications provided by business
analysts.  Working as part of a team, this person also designs, codes,
documents, tests, tunes and debugs the PeopleSoft modifications that follow
from the technical specifications.



*Technical skills*

·   10+ years of PeopleSoft Financials technical development and design
consulting experience.

·   Functional understanding of key processes in General Ledger,
Commitment Control, Purchasing, Asset Management and Accounts Payable
modules is desirable.

·   Collaborate with the support team (Business Analysts, testers,
developers and administrators).

·   PeopleSoft 9.2 experience.

·   Proficiency in Oracle 11g or higher is required.

·   Proficient with Oracle PeopleSoft PeopleTools, such as,
PeopleCode/iScript, Application Engine, Component Interface & Integration
Broker, BI Publisher, etc.

·   Able to work with many programming tools such as; PeopleTools,
PeopleCode, Integration Broker, Component Interface, SQR, SQL, PS Query,
Application Engine, XML Publisher, BPEL, and other programming tools.

·   Assist support team on functional testing, unit testing, system
testing and end user acceptance testing.

·   BS or MS in Computer Science preferred.



*Soft Skills*

·   Strong problem solving experience.

·   Excellent verbal skills, including conducting/leading client
meetings, conducting presentations and advising support team on technical
issues.

·   Assist in planning production roll-out and deployment related
activities.

·   Create and maintain documentation and standards.

·   Create and maintain thorough and complete technical documentation
of all ERP PeopleSoft customizations and reports.





Thank You,

Warm Regards,

Mani

Technical Recruiter

HCL Global Systems Inc.

Desk: (248)473-0720 Ext: 157

Email: r...@hclglobal.com

Web: http://www.hclglobal.com




*Certified Minority Business Enterprise (MBE)*

___

DISCLAIMER: This message is intended only for the addressee and may contain
confidential, privileged information. If you are not the intended
recipient, you may not use, copy or disclose any information contained in
the message. If you have received this message in error, please notify the
sender by reply e-mail and delete the message.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJTn12T%3DgyopbvXiLCnp%2BR7utAhfetv4tC4PBV5RXNVj%3DcRU4g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Java Developer _ Mclean,VA/Herndon, VA _ 6-12+months

2016-11-10 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Java Developer *Position with my client.
Please send me the resumes with full name, contact details, Salary, and
availability date.



*Requirementdetails:*

*   Title: Java Developer*

*Location: **Mclean,VA/Herndon, VA*

* Duration   : 6-12+ months*

*Need H1B & Passport mandatory for Submission. Please Don’t Share me if you
can’t Provide Passport *

*Primary Skills**: **Java Developer*

*Online test   *

*Responsibilities:*

*1.JD for Sr. Java developers – Web Services*



· 8-10 years of experience in Solution, Design and Development of
web applications using the Java EE, Webservices, JMS, XML, Weblogic.

·  Bachelor’s degree in Computer Science or Engineering or
equivalent working experience

·  5-8 years of experience in designing webservices, SOA based
applications.

·  Strong hands on experience with Spring, Apache CXF, JAXB and JMS

·  Experience in designing architecture, reusable components and
frameworks.

·  Integration experience using Web Services and EJB preferably on
Weblogic platform

·  Expert in Object Oriented Analysis and Design using Java and UML

·  Expert in JEE patterns and ability to use commonly used on in
real time situations

·  Expert in tuning all tiers of applications on JEE platform.

·  Good knowledge of database concepts with working knowledge on
SQL and Stored Procedures.

·  Strive to constantly improve the application development
processes and tools.

· Experiences in full life cycle of application/system development

· Must have strong communication skills with ability to work with
all management levels

· Ability to share technical knowledge and clearly communicate
technical concepts

*1.JD for Mid Java developers – Web Services*



· 6--8 years of experience in Solution, Design and Development of
web applications using the Java EE, Webservices, JMS, XML, Weblogic.

·  Bachelor’s degree in Computer Science or Engineering or
equivalent working experience

·  3-5 years of experience in designing webservices, SOA based
applications.

·  Strong hands on experience with Spring, Apache CXF, JAXB and JMS

·  Experience in designing architecture, reusable components and
frameworks.

·  Integration experience using Web Services and EJB preferably on
Weblogic platform

·  Expert in Object Oriented Analysis and Design using Java and UML

·  Expert in JEE patterns and ability to use commonly used on in
real time situations

·  Expert in tuning all tiers of applications on JEE platform.

·  Good knowledge of database concepts with working knowledge on
SQL and Stored Procedures.

·  Strive to constantly improve the application development
processes and tools.

· Experiences in full life cycle of application/system development

· Must have strong communication skills with ability to work with
all management levels

Ability to share technical knowledge and clearly communicate technical
concepts









Thanks & Regards



*Shawn Marsh*

Insoursys Inc

Ph: 972-427-1801

shawn_ma...@insoursysinc.com ||| www.insoursys.com

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFjuZGFfpeL%3DRCOjk9%2BV8M6%2ByufF62sQJz05AU5czBqM4VZv2A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Business Analyst with Avaya and Cable Domain@Charlotte, NC

2016-11-10 Thread Santosh kumar Nityo
*ONLY FOR LOCAL*



Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: **Business Analyst with Avaya and Cable Domain*

*Location: **Charlotte, NC*

*Duration of contract: 6 months*

*Years of Experience**: 9+ (Must)*

*Interview: Phone/ Skype *

*Note: We need Photo id and visa copy (H1B)and Passport Copy OR Passport
Number*

Must Have Skills (Top 2 technical skills only)
1. Good knowledge of IVR Technologies, Avaya Experience Portal, Nuance
Speech Engine, Java, J2EE, Web-services
2. Translating Business requirement to IT / Technical requirements

Nice to have skills (Top 2 only)
1. Working with Business owners, developers and IT Team to collect the
requirements
2. Work with IT Team to understand technical aspect of the system
3. Writing formal functional and non-functional requirement specifications
4. Telecom and Cable domain preferred
5. Experience in various billing systems
6. Database knowledge – Oracle, RDBMS
7. Good oral and written communication.







*If I'm not available over the phone, best way to reach me in email...*





[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.com


--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG0Zfz36EABPD_4dFbiATwJfmgCednUncxOLLS0ZJPProafBpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fullstack Developer with Financial Domain

2016-11-10 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

Here is our Implementing partner Requirement, Please go through the below
requirement and send us suitable consultant with their updated resume,
rates and Contact details ..



*Role: Fullstack Developer with Financial Domain*

*Location: NY/NJ*

*Duration of contract: 6 months*

*Interview: Phone/ Skype *

*Required start date: Immediately*



*Qualifications Basic:-*

*Good angular, html, mobility, UX with fullstack *



· Must be experienced in AngularJS, client-side MVC, HTML5, CSS3,
JavaScript,

· Must be experienced in SPA, client side tooling, including Grunt,
Bower, Node.JS.

· Must have design experience using best practices, Design
Patterns, SDLC, OOP, OOD.

· Must have hands-on recent expertise in C#, ASP.NET
, MVC, Web API, Rest Service

· Must be experienced in developing applications using SQL
databases, schema, SQL queries.

· Must be experienced in GIT and version control systems.

· Must have recent experience in developing software in an
Agile/Scrum environment.

· Must be well versed in BDD, TDD, Unit Testing, Integration testing

· Must be hands-on experienced in MSTest or NUnit, Mocking
frameworks, Jasmine, Karma, Cucumber

· Must be skilled in Database constructs, schema design, SQL Server
or Oracle, SQL Queries, query optimization.

· Financial Services/Capital Markets experience will be advantages
but not required



*Thanks & Regards,
 *

*Manisha Budhwar
*

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160

Gtalk ID:- manishanityo16

E Mail:- manish...@nityo.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANOPGKxUFQchiHzTqR7uzHhVTiTe6vMnpWWerD9hZ%2BJ6zXYwiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate :: Oracle Apps DBA – Performance Tuning Expert : Charlotte , NC.

2016-11-10 Thread Amit Kumar
*Hi,*

*Hope you are fine today.*
Please find the JD as below if you are comfortable send me your updated
Resume ASAP.


*Position : Oracle Apps DBA – Performance Tuning Expert*
*Location : Charlotte , NC*



*Duration : 6+ Months*

*Mandatory Skill :*

*Technical/Functional Skills *

:

The candidate should have strong Apps DBA with EBS Performance tuning
expertise, very strong in doing proactive analysis on High I/O issues,
experience in OEM or other methodologies


*Experience Required*


: Experience in Oracle Apps DBA and Performance tuning. Should know
architecture and design the solution.



*Roles & Responsibilities*

:

Should be able to handle following independently :

Oracle Apps DBA

Performance Tuning

OEM and other methodologies

Lead the complete initiative for the entire DBA team and drive it for IR so
we need a senior profile with some project management skills as well for
this

*Generic Managerial Skills*

:

As the requirement needs extensive customer interaction following skills
would be required:

Excellent communication skill (verbal and writing)

Strong analytical ability

Excellent Organization and Planning capability

*Education *

:

Bachelor’s Degree, Master’s Degree would be added advantage















*Best Regards,Amit Kumar Technical Recruiter - SYSMIND, LLC*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALtO%2BBF6CbL1iaiLHXVN88uOejO5O58hHNg6GMJdqN9ODJWdgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement :: Stored Performance Dashboard (informatica/Oracle) @ Plano,TX

2016-11-10 Thread swamil singh
Hello Dear,

Hope you are doing great today…!!!

I have urgent requirement for below position. Please go through the job
description and if you have consultant kindly let me know.

*Role*: Stored Performance Dashboard

*Location*: Plano,TX

*Client: *Wipro

*Experience*: 6+ years

*Mandotory skills:*

   1.

   OBIEE
   2.

   Informatica
   3.

   Informatica BIAPPS

*JD:*

As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.


-- 

*Thanks & Regards*

*Swamil Singh*

*SYSMind LLC*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAP_aUSyeqDctbA7ze-0b0X8mT59stMqciufkqoYX87gGve%2B5rg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >