[android-developers] Android N Multi-locale feature

2016-09-27 Thread sanjeet kumar Singh
While developing an app, I tried use Android N multi-lingual support. As 
explained on developers site. It seems that it will automatically pick the 
resources using resource resolution mechanism.

But it doesn't seem to be working or could it be that I am missing 
something?

Here is the complete scenario :

Device as Portugese(pt_PT) and German(de_DE) as preferred language list 
respectively.
Locales supported by app are placed in corresponding resource folder:

a. values (default) b. values-de c. values-es
So according to explanation provided on developers site it should pick 
locale from "values-de" directory. But it shows the default one.

targetSdk & compiledSdk version set to 24.


Could someone give me an idea of what might be going wrong??

-- 
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/bee2c50a-29da-4a04-a617-eda3d581d2bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Position : Network Voice Engineer

2016-09-27 Thread up2datecorp
*Position : Network Voice Engineer*

*Location : Texas-Houston*

*Client : HCL*

*Requirements :*
   

   - *Cisco Unified Communications Manager (Version 4.x through 11.5)*
   - *Cisco Voice Gateways (H.323, SIP, MGCP)*
   - *Cisco Unified Messaging (Unity 4.x thru 7.x and Unity Connection 
   11.5)*
   - *Cisco UCS Platforms*
   - *Cisco Unified IM and Presence Serverwith Jabber for Desktop, iPad and 
   Android based devices*
   - *SIP Trunking and SBC Elements (Experience with Sonus and ACME 
   Packets)*
   - *Microsoft Exchange (2000 thru 2013)*
   - *Lync 2013 and Skype for Business*
   - *Zoom and NICE Call Recording Implementations*
   - *Cisco Mobile and Remote Access (MRA)*
   - *Cisco Video TMS, MCU and VCS Platforms. **Cisco C220 and BE6K 
   platform for Virtualizedenvironments*

*TOTAL EXPERIENCE :*

*RELEVANT EXPERIENCE  :*

*OFFICIAL NOTICE PERIOD :*

*CURRENT  RATE  PER HOUR :*

*VISA STATUS :*

*EMAIL ID :-* *up2datec...@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/a8872ff4-ae35-4941-a41b-dd1501024ae7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent hiring - UI Developer(.NET) @ Omaha, NE

2016-09-27 Thread nanda kishore
*Hi  Professional,*

*This is Kishore from Agile Enterprise solutions*

*This is in reference to the following position.*



** Please find below job description if you feel comfortable please
revert with updated resume and contact details ASAP **



*Title   : UI Developer (.Net) *

*Location   : Omaha, NE*

*Duration  : 6 Months*

*​​*

*​Need passport number or H1 visa copy (not I-797 A) for submission​*



3+ years of experience in .NET Framework, JQuery, AJAX, Javascript
framework for client side scripting, HTML 5, CSS, Bootstrap



Experience working with Kendo UI controls (specifically grid, chart
controls) will be a plus.



Agile project experience will be an added advantage, Very good
communication skills, aptitude to learn new skills/technologies is a must.



Should have at least 8 years' experience in high traffic web development in
C# and ASP.NET and experience in:



• JavaScript, CSS3, HTML5, AJAX, jQuery

• Front-end development optimized for speed and cross-browser
compatibility

• .Net 4.5 and MVC 5

• Web services such as Restful and WCF, ADO.NET and SQL Server

• Code management solutions (e.g. Team Foundation Server)

• Drafting UI design concepts and converting visual designs to HTML

• Development within an Agile, SCRUM-based environment

• Experience in .NET development using C# will be a plus.





Thanks & Regards



*Kishore Nimmoju*

Agile Enterprise Solutions, Inc

Ph: 972-427-1824

Email : kishore_nimm...@aesinc.us.com  || www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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

-- 
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/CAPeGz-QuMORBwWmQgoipt8DtznchPFOiN122b1KcR%2BNvD%3DP2Rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Android CTS v7.0 --force-abi?

2016-09-27 Thread Christopher Freeman
Anyone trying to work through this, I think I have it figured out.  You 
need to explicitly give ABIs now.  In my case, those ABIs are arm64-v8a, 
armeabi-v7a.  CTS does output this in the host logs.

On Tuesday, September 27, 2016 at 3:15:12 PM UTC-7, Christopher Freeman 
wrote:
>
> --force-abi seems to be removed.  There is --abi but 32 and 64 do not seem 
> to work as parameters anymore.  Is there a way to get the same behavior in 
> CTS v7.0?
>
> 09-27 15:14:43 E/TestInvocation: Device 032151604558708002fc doesn't 
> support 32
> java.lang.IllegalArgumentException: Device 032151604558708002fc doesn't 
> support 32
> at 
> com.android.compatibility.common.tradefed.testtype.CompatibilityTest.getAbis(CompatibilityTest.java:421)
> at 
> com.android.compatibility.common.tradefed.testtype.CompatibilityTest.run(CompatibilityTest.java:299)
> at 
> com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:716)
> at 
> com.android.tradefed.invoker.TestInvocation.prepareAndRun(TestInvocation.java:491)
> at 
> com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:386)
> at 
> com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:166)
> at 
> com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:471)
>
>

-- 
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/17bfac54-6244-4c24-86ca-80f17d2168d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android CTS v7.0 --force-abi?

2016-09-27 Thread Christopher Freeman
--force-abi seems to be removed.  There is --abi but 32 and 64 do not seem 
to work as parameters anymore.  Is there a way to get the same behavior in 
CTS v7.0?

09-27 15:14:43 E/TestInvocation: Device 032151604558708002fc doesn't 
support 32
java.lang.IllegalArgumentException: Device 032151604558708002fc doesn't 
support 32
at 
com.android.compatibility.common.tradefed.testtype.CompatibilityTest.getAbis(CompatibilityTest.java:421)
at 
com.android.compatibility.common.tradefed.testtype.CompatibilityTest.run(CompatibilityTest.java:299)
at 
com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:716)
at 
com.android.tradefed.invoker.TestInvocation.prepareAndRun(TestInvocation.java:491)
at 
com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:386)
at 
com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:166)
at 
com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:471)

-- 
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/bcca45d4-b376-4ded-bed7-3662e1f2e7ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need : .Net Principal Developer(12+ Years)_ Boston, MA _ 6-12+ months

2016-09-27 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on   *.Net Principal Developer(12+  years)  *Position
with my client. Please send me the resumes with full name, contact details,
Salary, and availability date.

 *Requirement details:*

*Title   :*  *.Net Principal Developer(12+  years)*

*Location   :* *Boston, MA*

*Duration  : 6-12+ **months  *

*Rate*   *:* *Market *



 Technical skills and Knowledge:



*Primary Skills**:*   *JS Framework and JavaScript experience.(12 Years)*



*Job Description:*



· Design and implement deployment architectures to deploy large
scale software suites incrementally across multiple geographies.

· Influence architecture, standards and & process to ensure
reliability, uptime, performance and scale.

· Identify gaps in current technology and processes and recommend
improvements

· Design and build tools and frameworks to automate management of
the product using continuous integration techniques like gulp, grunt.

· Working with agile team involving scrum and sprint planning
sessions

   - Develop code using Microsoft Visual Studio in .NET and C# environments
   using the following:
   - MVC, Web API, JavaScript, jQuery, HTML5, CSS3, Ajax, and XML
   - Design component level solutions from systems requirements
   - Develop and support multi-threaded scientific applications.
   - Developing software solutions both from "scratch" and within existing
   architectures
   - Write and debug Transact-SQL
   - Perform testing on developed code (initial and regression)
   - Coordinate and prioritize application modifications and bug fixes
   - Participate and contribute to a team approach to software development
   and problem solving

*Required Skills and Competencies: *

   - Experience with C#, ASP.NET, LINQ to SQL, Entity Framework, MVC, Web
   API, JavaScript, HTML5 and XML with a solid understanding Object Oriented
   design techniques.
   - Experience with one or more development methodologies (RUP, Waterfall,
   Agile, etc.) required. Experience with distributed Cloud computing a plus.
   - Excellent communication skills and ability to collaborate in a
   multi-disciplinary team consisting of Software Engineers, and Program
   Managers
   - Familiar with secure development techniques and understanding of web
   technologies such as HTTP, OData, REST.
   - Experience in web layout design using CSS, HTML 5/XHTML, JavaScript
   Bootstrap, kendo and Telerik a plus.
   - Microsoft Visual Studio 2010-2015 Microsoft SQL Server -, ability to
   write and debug Transact-SQL

· Reporting with Crystal Reports and Business Object

   - Ability to work well in a team environment
   - Strong knowledge of software development best practices
   - Strong written and verbal communication skills

*Education and Experience: *

15+ years of experience as a software developer working on industrial
strength software or services and or successful software products
Technical passion, terrific problem-solving skills, a results, and the
ability to work independently
A BS or MS degree in Computer science or equivalent




Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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/CAFjuZGGjimdpb5dOojHt9XeKFdxPDKzXFF-BJdu2RQ1qUrnHJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT POSITION....Phone than F2F Interview:Jr Linux Administrator Burbank, CA |$46/hr on c2c

2016-09-27 Thread Neha Kumari
*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: Jr Linux Administrator*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Burbank, CA*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*

This position provides system support for all UNIX/Linux based software and
servers by implementing, monitoring and maintaining systems and application
software running under UNIX/Linux. The position also works with software
vendors to provide optimum system performance and availability.

*QUALIFICATIONS FOR THE ROLE:  *

   - 3+ years of experience managing Linux servers (CentOS, RedHat),
   proficient in Solaris 10/11 administration and related applications.
   (Apache, BIND, Postfix, Sendmail, etc.)
   - Solid background in network administration, including experience with
   Switches/Routers, STP, VLAN, SNMP, NFS, and CIFS.
   - Experience in troubleshooting hardware issues such as motherboard, PCI
   cards, CPU, RAID, and disks.
   - Has experience in assisting the maintenance of Cisco DNCS headend
   systems; troubleshoot and fix technical issues in the headend environment,
   familiarity with Nagios helpful.
   - Scripting experience is a plus. (bash, Perl or similar)




-- 



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

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14eEU%2Bg%2BOm%3DagX9xTmHiFhonTTbxGkLz_SA_zZUKCsqWDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Skype hire || Tealeaf Analyst || Wilmington, DE

2016-09-27 Thread Vishal Ji Awasthi
Client: Barclaycard

Location: Wilmington, DE

Length – 1 Year

Interview process: phone then onsite (Will do Skype )



Tealeaf Analyst



 Responsibilities:

•Perform business ad hoc Tealeaf analysis, reporting on customer
journey/experience for our various digital assets.

•Provide user coaching on the use of Tealeaf and best practices.

•Conduct exploratory analysis to identify and present improvement
opportunities on the customer journey/experience for our various digital
assets.

•Proactively review planned web changes with web teams, to identify
and mitigate Tealeaf impact (field data, reporting, replay fidelity, etc.).

•Create custom Tealeaf events and configurations based upon
explicit business needs and best practices.

•Assist in the performance of Tealeaf administration, optimization,
planning, and maintenance tasks.

•Implementation of Tealeaf for new digital assets, including
Tealeaf UI capture, server installation, and installing/configuring new Cx
modules.



Required Competencies

•Tealeaf implementation, administration, configuration – PCA,
Canisters, Portal, Replay server (minimum of 3-5 yrs experience)

•Tealeaf analytics and replay configuration – Events, dimensions,
privacy rules, replay rules (minimum of 3-5 yrs experience)

•Tealeaf deep-dive data analysis and presenting actionable business
insights (minimum of 3-5 yrs experience)

•Familiarity (at the user level) with other analytics tools such as
Adobe SiteCatalyst

•Good understanding of website and web server architecture,
including web 2.0 (JSON, JavaScript)

•Professional, communication/presentation skills, focus on
value-added delivery

•Local availability / on-site (after 3-6 months of proven track
record partial remote work may be discussed)



Desired Competencies

•Ability to perform data analysis for web questions from both
business and IT, identify insights, and present findings.

•Strong in understanding the inner workings of Tealeaf replay, with
the ability to troubleshoot replay fidelity issues, configure Tealeaf to
optimize replay fidelity, and work with the web team to explain what
changes we need from them

•Ability to work seamlessly and efficiently with both local and
remote teams, and manage follow-up on a large number of diverse
issues/questions

•Proficient with Excel for data analysis, ex. pivot tables





*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*

214-227-9311(Direct)

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

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*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/CAJYEZ99GTRwhKYSery00u2xTzNGyQpT4T_6jUYy4ug_f9sQDJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for JDA Supply Chain Processe consultant in San Jose, CA

2016-09-27 Thread SALMA BHAT
Hi Partners,

please share resume at *naseer.ah...@nityo.com *


*Skill Set*

JDA System Analyst

*Work Location*

San Jose, CA

*Special Instructions*

Green Card or US Citizen Only ( Dont Submit GC EAD).



*Job Description*

Number of Openings 1
Duration of Hiring 6 months
Offshore/Onsite Onsite
Extension Possible May be
Work Location San Jose, CA
Rate
Role JDA System Analyst

Skills & Experience

Primary Skills required are
· Hands-on configuration/solution-design experience in i2-SCP, DM
· Strong Knowledge in Supply Chain Processes - S, Demand forecasting,
Inventory planning, Scenario analysis, etc
· CSCP or CPIM certification a plus.
· Oracle DB - PL/SQL
· Knowledge on of i2-ABPP, i2-FNE and i2-OP will be a plus
· Deep understanding of Supply Chain master data - Planning hierarchies,
Customer segments, etc.
· Understand the analytical toolset such as BEX, BO, Tableau
· Analytical ability to solve complex problems
· Excellent verbal and written communication skills.

Areas of Responsibility includes
· Proposals
· Project Scoping , Estimation & Scheduling
· Quality Planning
· Risk Planning
· Business Process Analysis
· Requirements Gathering
· Solution Design
· Architecture
· Configuration
· Development/Build
· Testing
· Implementation
· Warranty
· Transition
· Maintenance & Production Support
· People Management
· Client Management
· Knowledge Management


*Preferred*
· I2 SCP & DM
· Experience working in semiconductor industry
· S, Demand forecasting, Inventory planning, Scenario analysis will be
an added advantage
· i2-ABPP, i2-FNE and i2-OP will be a plus
Note: For USA location, candidates requiring visa sponsorship (H1b or
otherwise) are ineligible

-- 
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-DWapwo3TuGyEKe%3D169Fpef-moCVm_25FFQ-sByAfRQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UI Developer + Node.Js :: Bothell, WA

2016-09-27 Thread Yagya Gupta
HI Team,


please share profiles for below position



*Position: UI Developer+ NodeJS*

*Location: Bothell, WA*

*Duration: Contract*



*Job Description:*

· Experience range is 5 -8 years

· NODE JS developer- with Mobility Experience

· Prior experience in Java/JSP

· Prior experience in AngularJS

· Strong experience in Java Script



*Thanks & Regards, *

*Yash | Assistant Manager | Pro-Tek Consulting | *

*y...@pro-tekconsulting.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/CAHOdh5D4NTzuoeaqjJqd4gRT3mg5V-C1G0AMyss3teryDe%3DTDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Sr. Developer, PHP (full-stack) | PHP in Irvine, CA

2016-09-27 Thread Neha Kumari
*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. Developer, PHP (full-stack) | PHP*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Irvine, CA*

*DURATION:3 MONTHS*

*START :ASAP*





*Job Overview:*



*REQUIREMENTS FOR THE ROLE:*

   - Have at least 5 years of experience working in a LAMP or LEMP stack,
   extra points for experience with CakePHP.
   - Experience with gulp, webpack, less and sass to optimize workflow
   - Very strong experience with PHP and JavaScript
   - Be skilled in taking a psd and making a pixel perfect site.
   - comfortable with taking complete ownership of a project from design
   handoff to go live
   - Know how to test across multiple browsers and devices to ensure
   consistency.
   - Be familiar with gulp, less or sass, webpack, browserify.
   - Ideally you have some experience with a JavaScript framework like
   React, Angular or Backbone.
   - Have experience working with Rest Apis
   - Able to work unsupervised in a fast paced environment, meeting
   deadlines and writing bug free code.
   - Experience with Git
   - Have a willingness to and proficiency in learning new things quickly
   - Experience with node.js a plus

*

-- 



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

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14dNi6wec_2Ep__-jpwQL8fmkpMnMAcoMTA56mBR2WivCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SDET CONSULTANT@Houston, TX

2016-09-27 Thread Santosh kumar 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:SDET CONSULTANT*

*Location: Houston, TX *

*Work Duration: Long Term*


*Years of Experience: 8+ Job Description:*

*Developer*

C#, .NET,  MVVM, WPF, Prism, DI/IOC, Unit Testing, SQL Server, ORM

Excellent analytical, problem solving, and debugging skills

Self-starter, requires minimum supervision

Quick learner on new technical and domain knowledge required

Software engineering experience in object-oriented design and design
patterns to realize mid to large size Windows applications

Must understand the need to and be willing to develop unit and integration
tests

Experience in agile/scrum teams using TFS



*Tester:*

Accountabilities:

5-7 Years of work experience

Define Testing objectives based on Acceptance Criteria.

Develop Test Cases based on Test Objectives and Acceptance Criteria.

Write comprehensive Test Cases to verify project functionality.

Adhere to testing standards.

Execute Test Cases according to plan and document results.

Validate functionality according to requirements/stories.

Verify changes to functionality have no undesired affect on other,
associated areas of functionality.

Identify, communicate and document defects in a consistent fashion.

Track defects through resolution and implementation.

Verify defects are resolved according to defect definition.

Provide estimates of time for the test plan implementation.

Track and communicate progress against the Test Plan.

Create Test Data.

Provide objective assessment of Product Quality.


*Technical Competencies*

· Understanding of core Well Planning concepts including Torque and
Drag forces affecting drill strings, casings, liners

· Understanding of Engineering Calculations such as stuck point,
back-off force, jar setting and tripping forces

· Understanding of Well Engineering components including Bit,
Borehole, Collar, Jar, Motor, Reamer, Rotary Steerable, Stabilizer,
Turbine, etc.,

· Understanding of Pressure drop calculations, bit hydraulics, down
hole cleaning operations

· Understanding of BHA performance modeling for steerable and
rotary BHA

· Understanding of BHA behaviors including critical rotary speeds
and high stress conditions modeling

· Understanding of standard and advanced Casing/Tubing Designs

· Understanding of Well Planning principles for Measure While
Drilling, Vertical Drilling and Directional Drilling

· Experience with Well Planning tools such as Landmark's Well Plan,
Compass, Stress Check, Casing Seat and Well Cat and/or other comparable
Drilling related software applications.

· Familiarity with competitive, Third Party, Well Planning products

· General understanding of Software Development and/or Testing
methodologies

· Working knowledge of databases (Oracle, SQL Server), SQL, data
modeling, database design, synthetic data generation, data
migration/conversion

· Familiarity with Well Engineering Data Object definitions
including Bit, Borehole, Collar, Jar, Motor, Reamer, Rotary Steerable,
Stabilizer, Turbine, etc.

· Good Troubleshooting/Problem solving skills

· Domain knowledge in Petroleum industry





*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

-- 
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/CAG0Zfz3YGZgXMC9zV%2BLsx6JcFf%2Bh9x%3DVhZDJ7Dwz7rFR-nfWKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for oracle Advance supply chain planning (ASCP) consultant in West Allis, KS

2016-09-27 Thread SALMA BHAT
Hi Partners,
Please share resume at *naseer.ah...@nityo.com *


*Skill Set*

Oracle Planning (ASCP)

*Work Location*

West Allis, US

*Special Instructions*

NA



*Job Description*


Work Location: West Allis, US. Would require to travel to Turner falls
Duration of contract: Minimum 12 months and will get extended
Years of experience: 12 years or more
Mandatory skills: Oracle Planning (ASCP)
Domain: Oracle Planning (ASCP)

Job description:

Oracle Planning (ASCP)
· Experience in Business Process Consulting, problem definition,
Architecture/Design /Detailing of Processes.
· Understanding of WIP, PO and INV would be a must.
· The consultant should be able to drive down specific needs further when
it comes to implementation and test planning.
· Experience in Development/ Configuration/solutions evaluation/ Validation
and deployment
· Good Analytical and Communication skills
· Would require in-depth knowledge of master data. BOM, routings, item
attributes, sourcing logic etc…
· Setup Work bench and Capabilities
· Specifics Frozen and Forecast horizons for closed loop Planning
· Data structure setup for BOMs, Routings, Item masters, planning data
· Model lead-times, transit times, etc. to get accurate start and due dates
throughout the value stream.
· Forecasting process consumption and alignment of Corporate and Plant(s)
· Capacity planning and levelling - Constraining the Plan
· Setup Production planning work instructions and communication
· Closed loop timing options (weekly, daily, hourly, et)
· Setting up ATP and parameters for exception messages
· Testing script development, execution and defect resolution
· Develop Deliverables and provide Guidance during Validation
· Provide status and escalate ASCP issues.
· Fix system defects and or track enhancements to meet project requirements
· Address bug fix with Oracle if needed
· Lead configuration promotion from test to QA to Prod
· Lead Test cycles
· Manage System Cutover during Plant go-live
· Work with team on knowledge transfer and implementation setup.

Background check process to be followed - Before onboarding / After
onboarding - BGV Agency : No external Background check, vendor need to
initiate standard BGV

-- 
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/CAJ0KNK82BvCtzPgpMWG3Qn2eX5vCC9S8Eb6otzaoRYSntOUKdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Data Architect - Remote, Oregon

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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/537772-data-architect-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Data%20Architectpco=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 
Data Architect in Remote, Oregon, if you have matching candidates please 
submit their profiles http://www.job4tech.com/jobs/537772-data-architect-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  Position: Data 
Architect
Location: Richmond, VA (Remote)
Duration: EOY
Interview: Phone or In-Person
Position is eligible for telework and 
flexible work hours. Not 100% telework. The individual will need to come in for 
occasional meetings. Must have very strong communication skills. Extension 
likely. 
Job DescriptionThe primary role of this position is to 
provide data architecture support to ITPM development project teams. ITPM is 
currently seeking a hands-on data architect to assist with the re-architecting 
effort of a critical Agency system which includes multiple data feeds/load 
processes and data synchronizations. As the data architect assigned to the 
project, the person in this role will be responsible for the data architecture, 
data migrations and integrations, and ensuring all data and reporting 
requirements are met while maintaining the integrity of the data. 

This position will analyze and develop complex database designs, logical 
 physical data models  architectural system models. 
 This position will assist with the identification and resolution of 
information flow, data issues and the transformation of business requirements 
into logical data and system models. 
 This position identifies opportunities to reduce data redundancy, trends 
in data uses, and single sources of data while maintaining an enterprise wide 
perspective. 
 This position will assist with the development and collaboration of an 
enterprise wide data model and data dictionary.
 This position is not eligible for over-time and will be capped at 40 hours 
a week. 

Essential Skills/Competencies:

 Extensive experience with Data Modeling and Database 

[android-developers] System support __Need Urgent(Local or Nearby with 8+ Profile)

2016-09-27 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.



*System support*

*Salt Lake City – UT-*

*Contract Long Term*


Key responsibilities:

• Be part of Global production support team supporting health and
compliance of Technology Infrastructure systems including but not limited
to, UNIX and Windows Servers, Storage (NAS/SAN), backups and Databases
• Perform support tasks as documented and aligned to each technology
platform supported. This includes but is not limited to: UNIX, Linux,
Windows Server, NAS, SAN, Backups, DB2, Hadoop, Sybase, SQL
• Ensuring critical issues are attended in a timely manner and escalated
when appropriate
• Prioritizing tasks and adhering to Service Level Targets
• Contribute in Root Cause Analysis’s

Skills Set

Required:

• Relevant Experience in managing Linux & Solaris and Windows Server
Operating Systems
• Experience with virtualization technologies, e.g. Microsoft Hyper-V,
VMWare ESX
• Understanding of SAN/ NAS and associated protocols
• Experience supporting hardware including HP and Dell Enterprise servers
• Good working knowledge with DNS, NIS, LDAP, DHCP, autofs, NFS, TCP/IP, NTP
• Basic database administration, Sybase and DB2 preferred
• Excellent analytical and problems solving skills
• Excellent interpersonal and communication skills (verbal & written)


Preferred:

• Experience performing Active Directory related activities: AD Object
management
• Experience with change control and incident management

-- 
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/CAEmgVe01YZtDY-Sbm_nqHuFa%2BtWus%3DzMLNf4u8DWbSgJEEEfJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ONLINE TRAINING SERVICES

2016-09-27 Thread aagnasoft3


Hi Viewers,

We are providing training for ALL SOFTWARE COURSES with certified and 
experienced faculty.

For more details log on to: www.aagnasoft.com

Limited slots available, first in first server

Courses Details 
:-  
   


SAP  ABAP (Advanced Business Application Programming)

SAP  BI (Business Intelligence) 

SAP  BPC (Business Planning And consolidation)   

SAP  BW (Business Warehouse)   

SAP  HANA (High Performance Analytic Appliance)

SAP  HCM (Human Capital Management)

SAP  HANA ADMIN

SAP 
 FSCM   
 


SAP  FICO(Financial Accounting & Controlling)

HADOOP Admin Course and Developer Course

BUSINESS ANALYST (US Health Care) 

Etl Tools Informatica   

Google Adwords Online Training

  

ADVANTAGES:

1.   Free Demo Sessions.

2.   Flexible and customized timings.

3.   Easy to follow, because its more over practical sessions.

4.   Classes driven by real time expert.

5.   Provides notes and recorded videos.

6.   Interview assistance(FAQ’S, sample resumes).

Please forward this details to your colleagues and friends, who may be 
interested in upgrading their skills and knowledge for better Job 
opportunities.

 

Thank you

 Manager-Training

Aagna Global Solutions Pvt. Ltd

Call Us on: +1 850 387 0353, +91 9010324941

Email: i...@aagnasoft.com

http://www.aagnasoft.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/895d4f21-9000-4d16-81c9-b26338c805da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Portal developer@Miami, FL

2016-09-27 Thread Santosh kumar 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: PORTAL DEVELOPER*

*Location: Miami, FL *

*Work Duration: Long Term*


*Years of Experience: 9+ Job Description:*
8 years of development and testing experience with Portal development using
any of the frameworks such as *Java/J2EE, Web Services, Spring Forms*

Experience in HTML5, jQuery etc





*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

-- 
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/CAG0Zfz04GTiDkEAsU_UHiCozRX2y3PG2sy8-LPHW%3DghQhTEQ%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED:.Net Developer in Omaha, NE

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

.Net Developer
Omaha, NE
Long term contract

*Need EAD, GC, TN or Citizen Only!!*

Required Skills:
5+ years of web application development with C# .Net
3+ years of hands on Angular JS Development
5+ years of development experience with MVC
RAZOR
MEF

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/CAL4ROq5UV2m-YvEi%2B%2Bj%3Dx15xuxkMd_Q%2BtusWa0GGxKya0q%3D4SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need : Java Developer Backbone JS / AngularJS _ Mclean, VA or Herndon, VA. _ 6-12+ Months

2016-09-27 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

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



 *Requirementdetails:*

*Title   :*  *Java Backbone JS / AngularJS*

*Location   :* *Mclean, VA or Herndon, VA.*

*Duration  : 6-12+ Months *

*Rate*   *:* *Market *



 Technical skills and Knowledge:



*Primary Skills:* *Backbone JS / AngularJS  *



*Job Description:*



• 8+ years of hands on Development experience with JAVA, Spring,
Hibernate, REST/SOAP Web Services is a must.

• 2+ years of hands on Development experience with JavaScript,
JQuery and Backbone.JS is a must.

• Strong expertise in AngularJS can be considered at par with
expertise on BackboneJS for the needs of this project.

• 2+ years of Agile development experience is a must.

• Strong knowledge and experience of Service Oriented Architecture
is a must.

• Strong development/technical skills in TcServer, Maven, Nexus,
Jenkins, SOA, SVN, Clear Quest, Oracle, SOAP and Mockit.

• Strong problem solving skills in troubleshooting issues and
maintenance of WebService applications on Serverside using Java, Apache
Tomcat, Maven, Spring, XML, JSON, SOAP and Eclipse.

• General Mortgage knowledge and experience is desired







Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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/CAFjuZGHs7rtMnRHc-1z9KxRCdH4RmqAz902GR3xGopvKF7bkSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Windows GPU Developer - Folsom, California

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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/537709-windows-gpu-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20GPU%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 
Windows GPU Developer in Folsom, California, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537709-windows-gpu-developer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
GPU programming (OCL, DX/HLSL)
 Windows programming – User Mode and Kernel Mode (IS 
MUST) HID protocol - Strong Plus
 - Fluency in C/C++/C# and Scripting languages - 
Familiarity with test automation frameworks and concepts
Primary Skills:
Windows GPU programming (OCL, DX/HLSL) Windows programming – User Mode 
and Kernel Mode HID protocol - Strong Plus
 - Fluency in C/C++/C# and Scripting languages - Familiarity with test 
automation frameworks and concepts
Secondary Skills:
Customer Focus Good in problem solving
Educational Qualifications
Bachelor of Engineering http://www.job4tech.com/jobs/537709-windows-gpu-developer-at-cohesive-technologies?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" alt="Google+">  https://j4t.co/2cox4xp;>http://i.imgur.com/hBrqdUy.png; 
height="64" width="64" border="0" alt="Blogger"> https://j4t.co/2bOm6mo;>http://i.imgur.com/5XMUusO.png; 
height="64" 

[android-developers] Trusted face not an option in my Nexus 5x

2016-09-27 Thread del
In my security settings after the system update for Android N, I still 
don't see the trusted face option.  I have attached the screenshot of the 
same.

Thanks.

-- 
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/022ed723-ca5c-4afd-8038-26cea53535b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] We are hiring OIM Engineer at Columbia, SC

2016-09-27 Thread Varada chari
Hi,

Hope you are doing well!



Kindly find the below requirement and if comfortable with it, please
respond with an updated resume.





*Position: “OIM Engineer”*

*Location: Columbia, SC*

*Duration: long-term*



*Job Description:*



*Essential Functions:*

· Oracle Identity Manager (*OIM*) product *development* and systems
integration.

· *OIM infrastructure management* including lifecycle patching,
upgrades, and support.

· Implement and manage data feeds between multiple identity stores.

· Work with repository owners to define requirements and establish
rules for managing identities.

· Establish access policies to control provisioning of accounts.

· Serve as a senior technical resource demonstrating leadership
skills in systems engineering and software development.

· Improve the time, cost, and risk associated with identity
administration, while driving future direction and evolution of identity
management technologies and processes.


*Preferred Qualifications*:

   - Completed a Bachelors level degree and/or equivalent experience.
   - 7 years of experience with *Oracle Identity Manager (OIM)*.
   - Experience with *J2EE development and deployment on Oracle Application
   Server*.
   - Experience working with *OIM tools for migration/synchronization* of
   data and provisioning/de-provisioning of users.
   - Developing general purpose services, usable by a variety of authorized
   systems and applications.
   - Customization of Oracle Identity Manager product functionality to
   fulfill requirements that cannot be met with standard out-of-box
   functionality.
   - Understanding *XML* concepts and processing.
   - Implementation of web services in a *Service Oriented Architecture*.
   - *DB operations* and data analytics.
   - Requirements definition, system design, and software development.
   - Specifying technical requirements for leadership in the area of data
   integrity, privacy and security of directory services.
   - Specifying guidelines and supporting processes for integration,
   administration and maintenance.
   - Interaction with application teams that manage major user repositories
   and/or need to automate/standardize user access request process, to gather
   requirements, design and deliver solution to integrate with the existing
   IDM implementation.
   - Performs maintenance review of identity management system functions.

-- 
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/CAHN%2B17aaHu7iLtj0aX%3DmxiJuVj3qKS-R5Tw%3DNdGp0go-GCYc6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Quantitative Modeler

2016-09-27 Thread Mohammad Imran
 

Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

 

This is a Quantitative Modeler position.  To make this easier, please look
for Quant Modelers, these are the Quants that actually create the models
using either C++ or Python. Must have financial domain knowledge of CCAR.
University degree must be Statistics or Applied Mathematics

 

Title: Quantitative Modeler 

Location: NYC, NY

Contract: C2C

Visa: H1/GC/USC

 

Skills:
Model development/Model Validation experience within the banking regulations
industry

 

Must have quantitative skills

.  Proficiency in C++, SAS, LookAhead, etc.

.  Financial industry knowledge

.  Knowledge of CVA, Ops Risks, PPNR, Retail/Wholesale, Structured products
models, capital planning, and RWA (Risk Weighted Assets)

.  Knowledge of key banking regulations

.  CCAR/DFAST, capital planning and internal audit

.  MBA/PHD equivalent

.  Related certifications (CQF, CFA, CRM) are a plus.

.  People management with proven track record taking responsibility on
executing a portfolio of high quality deliverables within strict timeframes.

.  Effective negotiation skills, proactive no surprise approach in
communicating issues.

.  Individual must be articulate, effective communication (both oral and
written) with energetic approachable style

.  Strong interpersonal skills for interacting with all levels of senior
mgt.

.  Prior experience in BIG 4 experience is a big plus

.  Experience in model development, validation of Exposure at default (EAD),
Probability default (PB), and/or Loss Give Default (LGD) for mortgages,
cards, personal loans, and HELOCS.

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.

Ph - 408-459-5636 Fax - 408-608-6088

Email -  
mohammad.ima...@idctechnologies.com

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

"Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
can not be considered spam as long as we include a way to be removed from
our mailing list. Simply send us an e-mail with REMOVE in the subject and we
will gladly REMOVE you from our mailing list."

 

-- 
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/57eac29a.8367240a.990fc.4dbdSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. DevOps Engineer_Sunnyvale, CA (F2F Mandatory after skype round)@ Need atleast 10+ years experienced consultants only

2016-09-27 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com
 **with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Role: Sr. DevOps Engineer*

*Location :* *Sunnyvale, CA  (F2F Mandatory after skype round*)

*Duration: 6+ months*

 *Job Description:*

Skills: • DevOps Project – Consulting and implementation

• Identify gaps in current application, automation

• Good understanding of CICD concepts

• Able to solve issues in CICD

• Knowledge of Jenkins, Maven ,GIT and SVN

• Working Knowledge of Linux and scripting language.

• Continuous Deployment - Chef, Puppet



*Thanks & Regards.*

*Nagarjuna*

*Tekskills Inc.*

*200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*

*CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *

*Phone: 732-354-4300  |Fax:** 888-543-5125 **| Email:
**nagarj...@tekskillsinc.com
*

*Gmail: **gani.nagarj...@gmail.com *

*www.tekskillsinc.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/CADALKbyom88595KrbBmD2-O248VDn4AOGr9zPKhALwQzHQNEbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only----UI Developer in VA

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

UI Developer
Reston VA--*Need Local Only!!*
Long term contract

*Need GC EAD, GC, TN or Citizen Only!!*

Required Skills:
JavaScript
HTML5
CSS3
Angular JS

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/CAL4ROq6r7XO37Kz9dMcK-fZjN7_G0nQRHwMjiZ%2BJgmRvgLSzdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Windows Developer - Hillsboro, Oregon

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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/537715-windows-developer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%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 
Windows Developer in Hillsboro, Oregon, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/537715-windows-developer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Overview:
Must have 4-6 years of applicable experience as a 
Developer- - Fluency in C/C++/C# Programming 
language - Familiar with Windows Kernel and User mode 
Driver framework - Familiarity with OpenCL kernels  
Gfx GPU scheduling - Knowledge of .NET framework 
application development models - Strong understanding of low level 
software/hardware interaction  - Prior experience with Touch, HID 
subsystems a plus - Working in an Agile development methodology
Primary Skills:
Developer  - Fluency in C/C++/C# Programming language - Familiar 
with Windows Kernel and User mode Driver framework - Familiarity with 
OpenCL kernels  Gfx GPU scheduling - Knowledge of .NET framework 
application development models - Strong understanding of low level 
software/hardware interaction  - Prior experience with Touch, HID 
subsystems a plus - Working in an Agile development methodology
Secondary Skills:
Customer Focus Good in problem solvinghttp://www.job4tech.com/jobs/537715-windows-developer-at-cohesive-technologies?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> 

[android-developers] Urgent Requirement :: Quantitative Modeler :: NYC, NY

2016-09-27 Thread Randhir Tiwari
Hi Friends, 

 

 My name is Randhir  Tiwari IT Recruiter at IDC Technology. I have opportunity 
to review your resume on job board and have qualified it as a potential for a 
position that I am currently recruiting for.

 

 I would like to short-list  your profile. Please call me back ASAP on 408 882 
6434. Please Send me Your Updated Resume.

 

Role: Quantitative Modeler

 

Locations  : NYC, NY

 

 

JOB DESCRIPTION: 

 

This is a Quantitative Modeler position.  To make this easier, please look for 
Quant Modelers, these are the Quants that actually create the models using 
either C++ or Python. Must have financial domain knowledge of CCAR. University 
degree must be Statistics or Applied Mathematics

 

·  Must have quantitative skills

·  Proficiency in C++, SAS, LookAhead, etc.

·  Financial industry knowledge

·  Knowledge of CVA, Ops Risks, PPNR, Retail/Wholesale, Structured products 
models, capital planning, and RWA (Risk Weighted Assets)

·  Knowledge of key banking regulations

·  CCAR/DFAST, capital planning and internal audit

·  MBA/PHD equivalent

·  Related certifications (CQF, CFA, CRM) are a plus.

·  People management with proven track record taking responsibility on 
executing a portfolio of high quality deliverables within strict timeframes.

·  Effective negotiation skills, proactive no surprise approach in 
communicating issues.

·  Individual must be articulate, effective communication (both oral and 
written) with energetic approachable style

·  Strong interpersonal skills for interacting with all levels of senior mgt.

·  Prior experience in BIG 4 experience is a big plus

·  Experience in model development, validation of Exposure at default (EAD), 
Probability default (PB), and/or Loss Give Default (LGD) for mortgages, cards, 
personal loans, and HELOCS.

 

 

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

Email :- randhir.tiw...@idctechnologies.com

Hangout:- randhirtiwari.2...@gmail.com

LinkedIn :- https://www.linkedin.com/in/randhir-tiwari-284b9489

 

-- 
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/57eabba5.8367240a.990fc.4bd0SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Direct Client : Oracle Configurator @ Florence, KY

2016-09-27 Thread ANUDEEP
*Title :  Oracle Configurator*

*Location : Florence, KY*

*Duration : 12+ Months *



The Oracle Configurator Candidate is responsible for designing and building
configurator model to meet the objectives and requirements of the Client's
solution.



*These responsibilities include:*

· Be extensively involved in all phases of a project implementation
– requirement gathering, analysis, process documentation, design, client
sign-offs, demos,workshop, build, testing, deployment and post go-live
support.

· Coordination and supporting of program testing requirements



*Required Skills:*

· Should be expertise working with Oracle Configurator

· Should have worked on at least one end to end Configurator
implementation projects.

· Should have worked on migrating Configurator from legacy system
to Oracle.

· Expertise working on Configurator modeling, statement rules, UI
design, Extensions and model migration.

· Good understanding of guided buying and selling methodologies

· Experience in integration between Configurator and other EBS
Functional areas such as (iStore, OM, BOM, INV, Quoting and Pricing)

· Ability to program in PL/SQL, SQL and Java

· Solid verbal, written and presentation skills

· Ability to manage multiple tasks and competing priorities

· Ability to work effectively across teams

· Six+ years’ relevant experience



*Preferences*:

· Experience in an environment with multiple Operating Units and
multiple Inventory Orgs.



*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BaH3yM5boz45%2BoHkVr_VaRvTveXQU6DGFS1CBiMbN3bEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Business Analyst With Reinsurance & ProCede Experience

2016-09-27 Thread Abhishek ojha
*TITLE: *Business Analyst With Reinsurance & ProCede Experience

*LOCATION:  *Branchville, NJ

*DURATION: *3-6 months



*REQ. SKILLS*

   1. ProCede (FIS [formerly SunGard] application) experience.  ProCede
   manages our reinsurance.
  1. ProCede experience is critical.  If ProCede experience is missing,
  reinsurance experience (both functional and technical) with other similar
  applications is necessary.
   2. SQL Server or Oracle experience.
  1. Strong SQL skills.  Building/Troubleshooting complex queries
  necessary.
   3. SSIS experience


*Abhishek Ojha*
732-767-0010 x 106
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/CAKpcopSRjra%2B-smZLMHrrT-_P8_TTVwa6Towi%3DzFB4u79WFKVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent || Multiple Java Opening || BOston ,MA || F2F || USC or GC only.

2016-09-27 Thread Vishal Ji Awasthi
*GC/USC for all 3 roles.*



*Client : Health Care*

*Boston, MA*

*Regional Candidates only (ex. MA, RI, NJ, NY, CT etc)*



*F2F Required *



*Lead Java Developer-**  (9 years of exp atleast)*

Required Qualifications:

• 6+ years of designing and coding distributed systems

• 2+ years as a tech lead

• 2+ years of Java/Spring for building RESTful services



Primary Responsibilities:

• Collaborate with product owners, systems analysts and software engineers
to execute an agile roadmap

• Work with architects and software engineers to evaluate functional and
non-functional requirements and drive delivery of creative, high quality
solutions

• Design, develop, test and maintain RESTful APIs

• Implement our strategies for continuous delivery and devops within your
team

• Ensure our microservice platform is correct, resilient, performant and
secure

• Participate in and provide input for system analysis, design walkthroughs
and code reviews

• Participate in defect review and triage

• Enforce design/coding standards and constantly improve the way we build
and deliver software



Required Qualifications:

• 6+ years of designing and coding distributed systems

• 2+ years as a tech lead

• 2+ years of Java/Spring for building RESTful services



Preferred Qualifications:

• Bachelor’s degree in engineering or equivalent experience

• Experience building microservices in a public, hybrid or cloud
environment

• Experience with these or similar technologies: Netflix OSS, OpenShift,
Mesos, Docker, Jenkins, RabbitMQ, MySQL, Kafka, Gatling

• Excellent analytical skills and proven ability to work with delivery
teams to think out of box

• Extremely strong communicator able to build relationships across many
teams around the globe

• Ability to mentor staff at all career and skill levels

• Excellent organizational and planning skills









*Sr. Java Developer –*  * (8years of exp atleast)*

4+ years Java/Spring Framework experience
Experience building cloud based web services
Demonstrated success in building design patterns and software engineering
best practices
Experience with automated unit testing technologies (Such as JUnit, Spock,
or similar

Primary Responsibilities:

Perform all phases of software engineering including requirements analysis,
application design, code development and testing
Design and implement product features in collaboration with business and IT
stakeholders
Design reusable components, frameworks and libraries
Work very closely with architecture groups and drive solutions
Participate in an Agile/Scrum methodology to deliver high-quality software
releases every 2 weeks through Sprints
Design and develop innovative solutions to meet the needs of the business
Review code and provide feedback relative to best practices and improving
performance
Troubleshoot production support issues post-deployment and come up with
solutions as required
Mentor and guide other software engineers within the team
• Work with a team of software engineers for one or more Agile scrum teams
assigned to work on the project
• Designs, codes, tests, debug, and documents software, and enhance
existing components to ensure that software meets business needs
• Contribute to the design and architecture to enable secure, scalable, and
maintainable software and should be able to clearly articulate the
implications of design/architectural decisions, issues and plans to
technology leadership
• Provide hands-on leadership, coaching, mentoring, and software
engineering best practices to junior software engineers
• Develop reusable patterns and encourage innovation that will enable team
velocity
• Collaborate on the design with other team members and product owners,
both inside and outside the scrum team
• Estimate engineering work effort for engineering team and effectively
identify and prioritize the high impact tasks
• Conduct design and code reviews to ensure code developed meets coding
best practices guidelines, unit testing, security, and scalability and
maintainability guidelines
• Drive a quality mindset within the team

Required Qualifications:
• 4+ years Java/Spring Framework experience
• Experience building cloud based web services
• Demonstrated success in building design patterns and software engineering
best practices
• Experience with automated unit testing technologies (Such as JUnit,
Spock, or similar)

Preferred Qualifications:
• BS Degree in Computer Science or related experience
• Experience with commercial software development and/or healthcare
industry experience
• Sound understanding of design patterns and OOP as well as their
implementation in real world applications
• Experience with Agile Methodology
• Experience with XML/JSON and developing REST services using Apache CXF or
a comparable framework.
• Experience with RabbitMQ
• Experience with Maven
• Experience with Groovy
• Good understanding of SQL, relational database modeling and design
• Excellent analytical and creative problem solving 

[android-developers] Urgent Requirment , UI Developer , Washington DC

2016-09-27 Thread Amit Singh
*Hi*

*Hope you are doing good*



*We have an urgent requirement for the below position*

*If you have excellent match for this position then please send me resume
 and contact details*

*Please reply me at a...@prvglobal.com *

*Thanks*





*Job Title: UI Developer*

*Location: Washington DC*

*Duration: 6 months + long term possible*

*Interview:   On phone*



*Job Description:*

Angular mainly used for developing UI of charts,

Graphs and other visual artifacts (some sort of highly detail view with
graphical representations, dashboard and overview screens).

For this they use Open Stack backend APIs for fetching data and Angular for
presenting the data in graphical view.



MUST HAVES:



• Must have 6+ yrs of experience

• Angular JS, JavaScript, HTML5, CSS3

• REST framework

• Knowledge of No SQL is a Plus

*Regards….*

 Amit



IT Recruiter

*PRV Global services*

*Direct : **703-495-7578 <703-495-7881>* *| **Fax: **877-690-0720*
<877-690-0720>

*a...@prvglobal.com * : *www.prvglobal.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/CAFC9HVjsXepJ4qOY9WLwOvd%2BddfySz4L%3Dxp6uYBVhCZNO2-Qug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Peoplesoft Administrator - Richmond, Virginia

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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 
Peoplesoft Administrator in Richmond, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/536225-peoplesoft-administrator-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: PeopleSoft Administrator
Location: Richmond, VA
Duration: EOY
Interview: In-Person Only

*local candidates strongly preferred*ALL candidates MUST be able to 
attend a personal interview, NO phone interviews, NO Skype, NO exceptions
PeopleSoft Administrator

Upgrade PeopleSoft Time and Labor and Financial systems by performing 
PeopleSoft required system updates and maintenance.
Download and apply patches, bundles, maintenance packs released by 
PeopleSoft. 
Reapply customizations following application patches and upgrade. Perform 
tools upgrades.

5+ Years experience (Required)

Experience with PeopleSoft 9 or greater
People Tools 8.52 or greater   http://www.job4tech.com/jobs/536225-peoplesoft-administrator-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">http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" alt="Google+">  

[android-developers] (Direct Client Requirement) Oracle Ecommerce (Oracle iStore) @ Grafton, WI

2016-09-27 Thread ANUDEEP
*Title  : Oracle Ecommerce (Oracle iStore)*

*Location : Grafton, WI*

*Duration : 12+ Months*



*Required Skills:*

· Excellent communication skills and should have relevant 6-10 year
experience.

· Sound understanding of Oracle iStore module including Order
Management

· End-to-end implementation experience in lead role and independent
handling of iStore functions in multi-operating unit environment

· R12 experience is must (12.1.3 preferred)

· Implementation experience in Oracle iStore

· Fluent in JAVA, JSP, Ajax, JavaScript, plsql

· Knowledge of ADF and Sitecore CMS preferred.

· Must have experience with related Oracle modules of OM,
Configurator, payments



*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BbRiW7JCLcetyiSNwY5JGugWpTL%2BY2di8h%2BsbfNai43ng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Direct Client :Oracle Ecommerce (Oracle iStore) in WI ; Immediate Interview

2016-09-27 Thread bhagya . recruiter595
Hi Guys,

This is Bhagya with Anblicks,


Email: bhagyasre...@anblicks.com
972-347-0748


Title: US Ecommerce (Oracle iStore)
Duration: 2+ years
Location: Grafton, WI

Required Skills:

• Excellent communication skills and should have relevant 6-10 year 
experience.
• Sound understanding of Oracle iStore module including Order 
Management 
• End-to-end implementation experience in lead role and independent 
handling of iStore functions in multi-operating unit environment 
• R12 experience is must (12.1.3 preferred) 
• Implementation experience in Oracle iStore 
• Fluent in JAVA, JSP, Ajax, JavaScript, plsql 
• Knowledge of ADF and Sitecore CMS preferred.
• Must have experience with related Oracle modules of OM, 
Configurator, payments

-- 
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/099cf3e1-d006-49d9-af2f-6e9c483fe676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Direct Client :Oracle Ecommerce (Oracle iStore) in WI ; Immediate Interview

2016-09-27 Thread bhagya . recruiter595
Hi Guys,

This is Bhagya with Anblicks,


Email: bhagyasre...@anblicks.com
972-347-0748


Title: US Ecommerce (Oracle iStore)
Duration: 2+ years
Location: Grafton, WI

Required Skills:

• Excellent communication skills and should have relevant 6-10 year 
experience.
• Sound understanding of Oracle iStore module including Order 
Management 
• End-to-end implementation experience in lead role and independent 
handling of iStore functions in multi-operating unit environment 
• R12 experience is must (12.1.3 preferred) 
• Implementation experience in Oracle iStore 
• Fluent in JAVA, JSP, Ajax, JavaScript, plsql 
• Knowledge of ADF and Sitecore CMS preferred.
• Must have experience with related Oracle modules of OM, 
Configurator, payments

-- 
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/24988a6f-7b21-432c-8bb1-cb1c8a15ff22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need Back-End Java Developer (Radnor, PA) 06+ Months Contract

2016-09-27 Thread Javed Khan
Please share profile to ja...@globalwebmaster.us

Direct: (312) 428-7795



Hope you are doing great!



We have new job opportunity with our client. I am sending the job
description for your review so please go through that and reply with
your/consultation resume with contact details. I will highly appreciate if
you can send ASAP!!!



We have new Job opportunity on *Back-End Java Developer* Consultant with
our client. Please check with below job description and If you are
available please respond me back with your updated resume and contact
details.



VERY URGENT AND IMMEDIATE NEED

Need only *EAD-Green Card *and* Green Card* and *US Citizen*



Job Title: Back-End Java Developer

Location: Radnor, PA *(Local need)*

Duration: 06+ Months Contract



*Only local candidates for the Face-Face interview*



*Project - *

They would be supporting a yearlong project that would involve web
services, messaging technologies *(Rabbit MQ), Spring Framework, core Java.
Basically back-end Java work*



*Notes:  *

Would like someone with 3-5 years experience, does not want senior. *This
is a pure Backend Java Developer position*.

Key for this role is back end Java with experience working with *data and
databases*



*Job Description:*

• 3 – 5 years of software development experience (does not want a senior
person)

• Passion for technology and solving difficult problems

• Proficiency in Java and at least one other programming language

• Experience with relational databases (Oracle, PostgreSQL)

• Competency in unit testing and test-driven development (a plus)

• Experience with Java build tools (Maven, Ant, Ivy)

• Experience developing Java backend applications and services

• In-depth knowledge of web technologies and protocols

• Experience with version control systems (Subversion, Git, Mercurial, etc.)

• Experience on *Linux/UNIX* environments

• Ability to work well with others

• Excellent verbal and written communication skills with an ability to
tailor communications to both technical and non-technical audiences



*Desired Skills:*

Spring and Linux are nice to have….but not needed



---

[image: Sample_Greeting_Thank_You_]

Warm Regards,
*Javed Khan (Sr. Technical Recruiter)*

Global Webmaster Inc.

[image: cid:image001.jpg@01D11019.227B0750]
160 Beach, Rockaway Park, NY 11694

Direct: (312) 428-7795

Email: ja...@globalwebmaster.us

Skype ID: *javeedkhan.khan2*

GTalk: javeedimrank...@gmail.com  ; javedglobalwebmas...@gmail.com

www.globalwebmaster.us

-- 
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/CAO1-_Z16UoLVRXPRHtQj1H5fV4OTX6tQ-016bwku8OxzEOEZVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Java Developer

2016-09-27 Thread dhanjeetrecruiter


Hi,

Hope you are doing great!!

We have urgent requirement for the below position.

If you have any excellent match for this position please send me resume and 
contact details.

 

Please reply at dhanj...@prvglobal.com for quick response.

 

*Position: Java Developer*

*Location: Chicago IL*

*Duration: 6 Months+*

*Interview: Phone - Skype/F2F*

*Joining Date: Immediate*

 

*Job Description:*

 

·Should be very Strong in Java - Fundamentals.

·Extensive Knowledge and interest in established and emerging J2EE 
frameworks for Web Services, build, Unit testing, Mocking, Logging is 
required

·Should be able to translate technical design into code using J2EE 
technology stack.

·Should have developed complex web applications in the past using 
rich UI techniques(Ajax, Jquery, prototype, Javascript).

·Should have demonstrated abilities in designing.

·Should be able to write effective unit test cases achieving ~100% 
code coverage.

·Should be an avid learner of new technologies, innovate and 
demonstrate this attribute.

·Experience in database – SQL/PLSQL is an advantage.

·Excellent communication skills.

·Should have done client facing roles in the past for at least 
1.5-2 years.

·Should have experience in product transformation.

·Very strong grasp of Unit Testing and a preference for TDD

·Proficient in web technologies, excellent AJAX skills (JQuery), 

·Strong with at least one front-end JavaScript MVC framework such 
as: Backbone, Angular, or Ember

·Experienced of working in Agile teams with deep understanding and 
appreciation for Agile development practices.

·Proficiency in Database concepts, Strong knowledge of SQL and 
experience with MySQL.

·Ability to prioritize and make decisions without needing to be 
micromanaged 

Dhanjeet

 IT Recruiter

*PRV Global services*

*Direct : **703-495-7881 <703-495-7881>* *| **Fax: **877-690-0720* 
<877-690-0720>

*dhanj...@prvglobal.com * : *www.prvglobal.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/61b5dbb2-5cd1-4339-9a30-0be71f115e08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP EHS Consultant in Wilmington, DE !

2016-09-27 Thread Abhishek ojha
*POSITION:  **SAP EHS Consultant*

*LOCATION:**Wilmington, DE*

*DURATION:   **6+ months*




*Looking for a Subject Matter Expert in SAP EHS and Global Label
Management.  *

*· **Looking for someone with strong technical SAP skills who can
provide direction and lead development in SAP EHS.  *

*· **Previous implementation/integration experience would be
ideal.  *

*· **Must have knowledge of Global Label Management and have
previous experience with the Chemical industry. *



*Required:*

SAP Global Label Management (EHS-SAF-GLM) provides support for both simple
and complex labeling processes

*Strong Technical SAP Skills*

*Previous Experience in Chemicals/Pharmaceutical Industries*


*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/CAKpcopSnY5mwF4vpx7x%2BGTcV3rNmsr7CpJcaSyY8_FbtYWKVQw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Software Systems Engineer II (IT) - Hilliard, Ohio

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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/537698-software-systems-engineer-ii-it-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Software%20Systems%20Engineer%20II%20(IT)pco=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 
Software Systems Engineer II (IT) in Hilliard, Ohio, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/537698-software-systems-engineer-ii-it-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Primary Skill : Enterprise Search Exp : 2-4 
 Description : We are looking for an 
individual to improve our Enterprise Search platform used daily by 100k 
internal employees. This individual will be developing enhancements to our 
Enterprise Search platform as well as parsing through usage data to find 
actionable items to improve search. This incumbent should have experience with 
either IBM Watson Explorer or similar Enterprise Search platforms. In addition, 
strong analytical abilities are required for this individual to process large 
amounts of usage data to find ways of improving the search experience.  
Qualifications:  
Extensive knowledge of Enterprise Search, preferably IBM Watson 
Explorer 
Extensive experience in XML and XSLT 

Strong SQL experience with Oracle databases 

Candidate should posses strong analytical skills and be able to abstract 
information from existing code 
Excellent written and verbal communication skills 
Ability to work and understand a complex application 
environment 
Ability to work independently as well as with team members across various 
time zones 
Ability to evaluate large data sets and find actionable data to drive new 
projects 
Understanding of NLP and how to create machine learning algorithms is a 

[android-developers] Required:::App Dynamic in Alpharetta GA

2016-09-27 Thread rahul goswami
Hi,


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


*Job Title:   **App Dynamics*

*Location:  **Alpharetta GA*

*Duration: Contract Job*


   - More than 2+ years App Dynamics experience with strong hands on
   knowledge on App Dynamics applications within the client’s instances of App
   Dynamics Application Performance Monitoring (APM) tool set
   - Strong ability to understand and document procedure for installing app
   agents, machine agents, EUM, App Dynamic’s processors and controllers.
   - Hands on experience to configure custom dashboards, error handling at
   APPD, creating war room at App dynamics
   - At least 1+ years of experience Configure App dynamics business
   transactions, dashboards, health rules, alerts.
   - Must be knowledgeable, end-user monitoring, snapshots, analytics and
   alert generation within App Dynamics and other monitoring tools as well.
   - Windows server, IIS Server Admin, .net applications.
   - Hands on experience configure App Dynamics so the Application
   Developers will be able to increase efficiency, availability and
   performance of their application
   - Strong understanding on infrastructure and application monitoring.
   - Understanding of how Web Services / applications are built
   - ability to work closely with other software professionals
   - More than 6 years of experience in IT industry with experience in
   Windows servers, Unix and IIS experience
   - Hands on Experience in IIS Web Server Administration -- IIS 5.0 / IIS
   6.0
   - Hands on Experience is installing and deploying .net web application
   in a clustered environment
   - Hands on experience on monitoring tools like HPBAC, Site scope, App
   Dynamics and Web sense proxy servers, Net backup Networker backup tool,
   - Knowledge on interpreting .net codes and Java codes
   - Follow ITIL process for incidents, problem management and change
   management’s processes.

*We would need following information,*

1. Full Name (Legal):

2. Availability Date:

3. Work Authorization Status:

4. Compensation Expectation:

5. Current Location:

6. Contact Number:

7. Willing to relocate to client location:

8. Best time to call:

9. Skype ID:





*Best Regards,*








*Rahul GoswamySr. Technical RecruiterOns Interactive solutionsAccelerating
Customer Growth…Global Locations: US-Canada-IndiaUS T: 201-383-2812F:
203-779-1102Email: rahulg...@onsinteractive.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/CAA0vNTGXxMrW%3DJn81ZJEGs9tZy0JN1voLWT3FoMO9yDLz5jErA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Senior Aveska Developer___Need Urgent(Local with 9+ Profile)

2016-09-27 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.





Senior Aveska Developer

Jersey City, NJ

Long Term Contract



JD-

*IAM SME Aveksa, Senior Developer*
1.Prepare installation & configuration, administration, operation manuals
for overall IAM solution
2.Document requirements and document detailed design solution
3.Develop and configure IAM solution as per detailed design document
4.Install IAM product components in in-scope environments
5.Provide expert opinion on Core integration of IM components
6.Participate in role mining and engineering
7.Test the application against requirements
8.Own any technical defects raised from Testing and resolve on time

*Development skills - *
i.Detail Configuration of IAM components
ii.Integrate in-scope IAM services for as per schedule
iii.Develop workflows in Aveksa as per defined scope
iv.Perform unit testing of all developed services
v.Support Factory Testing/UAT bug fixes

-- 
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/CAEmgVe3eZOHM79tvF_kNjOgPthn5wrMv_cgF70-EW4zdH35wdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Workday HRIS Consultant|GC/USC ONLY

2016-09-27 Thread Neha Kumari
*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: Workday HRIS Consultant*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: New York City (Midtown)*

*VISA:GC/USC ONLY*

*START :ASAP*





*Job Overview:*

*Project is 4 months but could go longer *



You must have designed an open enrollment in Workday. 4 months plus as open
enrollment is middle to end of January, might be needs afterwards if there
are issues w/ open enrollment. Ideal person is someone doing benefits
design in Workday. This is not a Workday comp position. Could be something
that could lead to long term at the Firm



Key benefits team member responsible for the administration of benefits in
the firm’s HRIS (Workday).  Position will work closely with the Benefits
and HRIS teams but must be focused on Workday


Must have at LEAST 2 YEARS OF EXP WITH WORKDAY!



Primary Responsibilities and/or Essential functions:



Serve as the subject matter expert on all Workday/Benefit related issues.
Responsible for the set up and administration of all benefit programs in HR
System (Workday).

Perform system administration functions including table configuration and
maintenance.

Responsible for running the annual Open Enrollment Process which also
includes any HRIS (Workday) reports needed prior and after “go-live”.

Update Open Enrollment documentation with any new changes.

Create, test and document new benefit plans, rates, benefit groups,
eligibility, and event rules configuration as new plans are introduced
during Open Enrollment.

Update any existing tables which required changes for the new Open
Enrollment plan year. (e.g.: rates, FSA, enrollment instructions etc.)

Create test scenarios to be used by the benefits team to test Open
Enrollment prior to “go-live”.

Provide end-user support; troubleshoot bugs and issues via research,
testing, scenario re-creation and document findings.

Maintain documentation of system configuration and business processes;
update documentation on a frequent basis.

Identify opportunities for improving the effectiveness of processes.

Develop and runs reports for audits and analysis.

Work with the team on special projects.

Any additional responsibilities as needed by management.



*Desired Skills and Experience*

Knowledge, Skills & Abilities:

Minimum 5 years prior benefits administration and benefits systems
experience with a large, multi-location employer.

Must possess a strong background in benefits administration and HRIS
systems (Workday required).

Must be able to work independently and manage multiple projects in an
extremely fast paced environment.

Possess excellent written and verbal communication skills as well as
advanced computer skills (excel and word).

Strong capability in creative problem solving and effective issue
resolution.

Ability to work on assignments & initiatives independently while using good
judgment in deciding when to take action or when to ask for direction.

Demonstrated ability to deal with confidential and highly sensitive
information.

Excellent organizational skills with a demonstrated ability to work on
multiple priorities concurrently.

Ability to meet deadlines while maintaining a high degree of accuracy.

Strong interpersonal skills and demonstrated ability to partner effectively
in a team.




-- 



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

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14dSXnCcj7OmoKYb6b3h1-qduQOJ11LQBWkqFWQM2xtJAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement :: Pega Integrator and Adminstrator :: MINNETONKA, MN

2016-09-27 Thread Sharad Rajvanshi
Hi,

*Only GC,GC-EAD & USC who can work C2C*

*Please share your consultant resume to sharad.ya...@contech-it.com
*

*PEGA, PRPC Required*

*Position: Pega Integrator and Adminstrator*

*Position Type: Right to hire*

*Location: MINNETONKA, MN*




*Pega Administrator*
Health care is transforming and we're innovating to help make the health
care system work better for everyone. Our elite technology teams are
working on multiple projects that impact the lives of millions.
In this Pega Administrator role, you will be responsible for analyzing
business requirements, ensuring quality/alignment of design with
requirements and subsequent integration and implementation of Pega BPM
applications. Post implementation you will be expected to provide
operational and root cause analysis support consistent with established
specifications and business requirements to deliver business value.

You will also be responsible for the development, communication and
implementation of the
organization’s technology architecture and the components required to
support it and the integration of corporate and technical architectures and
applications. Let innovation and performance fuel your life's best work.

*Primary Responsibilities:*

   - Serving as a team player by working with colleague and clients to
   identify and address system problems
   - Analyzing all aspects of the existing infrastructure and recommending
   modifications that will enhance system reliability, availability,
   serviceability and scalability
   - Participating in installation, configuration, upgrading, and patching
   activities
   - Providing ongoing administration support for various middleware
   components
   - Assisting in manual application code deployments
   - Conducting performance tuning to maintain system stability
   - Troubleshooting to capture incident data and analyze for root cause
   analysis
   - Influencing management to adopt new ideas, products, and/or approaches
   as relevant


*Required Qualifications:*

   - Relevant Bachelor's degree or equivalent experience
   - 3+ years of experience installing, integrating, administrating, and
   performance tuning Pega PRPC in the Unix/Linux environment
   - 3+ years of experience with Pega PRPC 6.X and/or Pega PRPC 7.X
   - 3+ years of WebSphere or JBoss administration
   - Willingness and ability to provide rotational 24x7 on-call support


*Preferred Qualifications:*

   - Experience with upgrading Pega PRPC 6.X to Pega PRPC 7.x
   - Experience with administering and maintaining a Pega AES environment
   - Experience with UNIX shell scripting and automation
   - Understanding of web services, SOAP, WSDL, Authorization &
   authentication strategies, and/or
   - F5

While MN004-Whitewater is our preferred location. It’s going to be hard to
find this skill in MN locations only.

*Could we open up this rec to following additional office locations,
please:*
CA120-Cypress
MA008-Boston
NC021-Raleigh
NJ006-Basking Ridge
SC030-Greenville


* sharadsharad.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/CAOJmjN1CiidzLYeQZau1%2BTM_OnxZTYA-4bWNDHytC1H3Tj5APw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent___Android Developer(GC and USC with 8+ Profile)

2016-09-27 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 Developer*

*ONLY GC and USC*

*Location: Windsor, CT*

*Contract Long Term*



JD-

Responsibilities:

§  Understand the existing software eco system and application code base

§  Translate designs and wireframes into high quality code

§  Design, build, and maintain high performance, reusable, and reliable
Java code

§  Identify and correct bottlenecks and fix bugs

§  Effectively collaborate with relevant parties to deliver expected
outcomes

§  Adhere to client’s  Software development processes and best practices

Ability to rapidly learn and take advantage of new concepts, business
models, and technologies.



Required Skills:

§  Strong knowledge of Android SDK, different versions of Android, and how
to deal with different screen sizes

§  Ability to create Android module/library and integrate third party SDKs
and libraries

§  Familiarity with RESTful APIs to connect Android applications to
back-end services

§  Experience in different authentication mechanisms like OAuth2 and HMAC

§  Familiarity with JWE (JSON Web Encryption) and JWT (JSON Web Token)

Proficient understanding of code versioning tools and continues
integrations.



Nice to Have Skills-

§  Experience in Visa Token Service or any other Payment service provider

Familiarity with integrating NFC enabled devices through Host Card Emulation
--

-- 
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/CAEmgVe0ZUqNKiuYRVhdj_spPGtuLfMnyh%2BBFU8oOW6xPmQ%3Db4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Citrix Administrator (F2F is mandatory)_Sunnyvale, CA@ Need consultants who can provide DL and Work authorization

2016-09-27 Thread mike digioia
submit me

On Tue, Sep 27, 2016 at 10:03 AM, "N"agarju"N"@iDu  wrote:

> *Please share Your Profiles to **nagarj...@tekskillsinc.com
>  **with a CC to my gmail ID 
> :**gani.nagarj...@gmail.com
> *
>
> *Role: Citrix Administrator** (F2F is mandatory)*
>
> *Location: Sunnyvale, CA (Locals only)*
>
> *Duration: 6 Months+*
>
>
>
> *Job Description: *
>
> · Citrix Server Virtualization - XenServer
>
> · Citrix XenApp
>
> · Day-to-day operational management and support of the company's
> enterprise class, mission-critical infrastructure, including Citrix XenApp
> and XenDesktop.
>
> · Proving hands-on technical knowledge in advanced Microsoft
> Windows Systems, Citrix, and Appsense Desktop Suite.
>
>
>
>
> *Thanks & Regards.*
>
> *Nagarjuna*
>
> *Tekskills Inc.*
>
> *200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*
>
> *CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *
>
> *Phone: 732-354-4300 <732-354-4300>  |Fax:** 888-543-5125 <888-543-5125> **|
> Email: **nagarj...@tekskillsinc.com *
>
> *Gmail: **gani.nagarj...@gmail.com *
>
> *www.tekskillsinc.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/CADALKbxD%3DiGy83oUg9hM-E-
> 1jpeNj2wW5nK%2BnZjd0BhCsPmgiA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAMCsUi4%2BgO9h91syByTsPn7GPiWGoNkzBob9ADBrA2NRoCq7Pw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Shorter1ResumeEmbeddedUpton45CA-s-present3.docx
Description: MS-Word 2007 document


[android-developers] C2C :: Senior Software Systems Engineer (IT) Client Req - Alpharetta, Georgia

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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 
Senior Software Systems Engineer (IT) Client Req in Alpharetta, Georgia, 
if you have matching candidates please submit their profiles http://www.job4tech.com/jobs/537693-senior-software-systems-engineer-it-client-req-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Primary Skill : ATG eCommerc Suite and/ Or Endeca Experience 
Manager Exp : 2-4  
Description: 
Design and code from specifications, analyzes, evaluates, tests, debugs, 
documents, and implements complex software apps 
Uses coding methods in specific programming languages to initiate or 
enhance program execution and functionality 
Participate in the evaluation, recommendation, and selection of hardware 
and software solutions 
Perform project management of estimating, scheduling, and monitoring tasks 

Performs expert-level engineering tasks associated with the analysis, 
design, and development of computer hardware, firmware, embedded systems, 
and/or operating systems 
Develop, maintain, and report intranet metrics 
Interface with different departments within the organization regarding new 
deployments 
Manage, administer, and maintain all internet and intranet sites 
Research/analyze data processing functions, 

[android-developers] Citrix Administrator (F2F is mandatory)_Sunnyvale, CA@ Need consultants who can provide DL and Work authorization

2016-09-27 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com
 **with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Role: Citrix Administrator** (F2F is mandatory)*

*Location: Sunnyvale, CA (Locals only)*

*Duration: 6 Months+*



*Job Description: *

· Citrix Server Virtualization - XenServer

· Citrix XenApp

· Day-to-day operational management and support of the company's
enterprise class, mission-critical infrastructure, including Citrix XenApp
and XenDesktop.

· Proving hands-on technical knowledge in advanced Microsoft
Windows Systems, Citrix, and Appsense Desktop Suite.




*Thanks & Regards.*

*Nagarjuna*

*Tekskills Inc.*

*200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*

*CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *

*Phone: 732-354-4300  |Fax:** 888-543-5125 **| Email:
**nagarj...@tekskillsinc.com
*

*Gmail: **gani.nagarj...@gmail.com *

*www.tekskillsinc.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/CADALKbxD%3DiGy83oUg9hM-E-1jpeNj2wW5nK%2BnZjd0BhCsPmgiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Program Manager - Automotive Infotainment - Novi, Michigan

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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/537678-program-manager-automotive-infotainment-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Program%20Manager%20-%20Automotive%20Infotainmentpco=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 
Program Manager - Automotive Infotainment in Novi, Michigan, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/537678-program-manager-automotive-infotainment-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Skills  Description:  
Program Manager - Automotive Infotainment 
 oSW PM to help CPMs to manage one of HU model SW 
maintenance and CRs on Linux Android Auto oME  EE expertise will be 
a plus oManufacturing experience will be a plus oAutomotive 
  Position 
Summary: The Program Manager is responsible 
for the overall program delivery of Client Automotive Infotainment Systems 
specific to an individual customer. The Program Manager will be the primary 
customer contact regarding schedule and development issues. With their team 
they will be responsible for planning and managing the See below for details 
program, and developing technical solutions. This includes not only planning 
the product development and testing, but the ramp up and readiness of the 
manufacturing plants. They will maintain a customer relationship and have 
overall ownership of the schedule, scope and budget for all of the customers’ 
infotainment programs. Supervisory 
Responsibilities: This position may have 
direct reports in the US, and will have indirect responsibility for a global 
product development/validation 

[android-developers] Excellent opportunity for IT - Project Consultant - Senior in EDEN PRAIRIE, MN

2016-09-27 Thread rahul goswami
Hi,

Please share your consultant resume at  manish.ku...@contech-it.com

Candidate must be GC EAD , GC or USC




*Title: IT - Project Consultant - Senior*


*Location: EDEN PRAIRIE, MN**Client: UHG*



*Job Duties and Description:*



The Project Consultant (PC) role is a key position within Health Care
Company. The PC functions as a project team member to contribute
organization, planning, analysis, communication, and project management.
This is a junior role for network services projects and acquired entities;
under the direction of senior project managers or group leads. This
position is a great opportunity for an individual possessing
knowledge/interest in IT networking.

This position will join the Business-to-Business (B2B) migration team where
they will lead a team of 4-5 individuals through the creation and
implementation of multiple VPN IPsec B2B tunnels. The ideal team consists
of 1 PC, 3 Network Engineers, and 1 Firewall Engineer; with collaboration
from our security remediation and procurement teams. The team will work in
three week Agile sprints to deliver fully migrated B2B tunnels on the
Tuesday/Thursday evening of the third week.

*Key Responsibilities:*

   - Track and update project plans and related technical documentation.
   - Support project management staff with various tasks such as change
   management, procurement, scheduling, process improvement, and meeting
   documentation.
   - Lead and document technical troubleshooting efforts at various levels
   of project implementation.
   - Work to be a single point of contact for all project IT
   vendors/providers as assigned.
   - Work with Health Care Company IT Merger and Acquisition team to deploy
   enterprise networks and acquisition assimilation.
   - Drive deliverables to meet project deadlines / milestones.
   - Identify, track, and report issues and assist identify ways to
   mitigate in support of the plan.
   - Engage resources (management, service vendors, third parties, etc.)
   for project assignments.
   - Determine requirements through interface with customer and adherence
   to corporate standards.
   - Document status reports including project progress, key milestones,
   tasks accomplished, etc.
   - Perform Health Care Company’s change management procedures to create,
   submit, and coordinate various change requests associated with Health Care
   Company Network Services current and future projects.

*Qualities: **Must Haves:*

   - Have a background in fundamental voice and data network technologies
   (e.g., LAN/WAN, network routing protocols, IPT, IVR).
   - Possess the willingness to take ownership and be accountable for
   delivery of services to the business partner.
   - Have a strong teamwork and interpersonal skills.
   - Have the ability to communicate with all levels of the organization.
   - Be skilled with use of Microsoft Excel, Word, PowerPoint and Outlook.
   - Be familiar with building and tracking project plans.

*Bonus:*

   - Engineering/Management experience with VPN IPsec tunnel creation or
   implementation.
   - Experience or educational background with Agile method of delivery.
   - U.S. Military Veterans Preferred/Welcomed

*Other Requirements:*

   - Flexibility to work night or rotating shifts is required.
   - Potential 10% Travel – Willingness for short notice travel desired.





*Manish Kr.*

_
Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095

9727984725

-- 
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/CAA0vNTHDkqC8U0nwLVcU3hhj1eTQMcf%3DmjX%3DtX5sYTOQx%3D82fw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: ADP HCM/Payroll Consultant @ Modesto, CA |Contract Position

2016-09-27 Thread Ateeq Rehman
*Hello Associate,*

Hope you are doing well.

This is Ateeq, from Diverse Lynx.

*Please share ADP HCM/Payroll Consultant’s **profiles at *
*ateeq.reh...@diverselynx.com* 

*Job Description:*

*Role:  ADP HCM/Payroll Consultant*

*Location - Modesto, CA*

*Hiring: Contract *



*The ideal candidate will have:*



· Significant experience in HCM/payroll project implementations.

· knowledge of HCM/payroll data and related processes/payroll
outputs

· Client facing communication skills

· Ability to work in fast-paced environment



*Roles & Responsibilities:*



· Consult with users, management, vendors, and technicians on HR
core data and payroll processing

· Perform project work tasks as required to meet project deadlines
and client expectations

· Manage project issues and risks, communicate status and escalate
concerns to project sponsor/business owners



*Position Requirements:*



· Minimum 2 years’ experience in HCM/payroll system implementation
projects required

· Solid understanding of HR and payroll processes

· Ability to work in multiple roles as required for project
execution and success

· Project management experience desired

· ADP product experience desired (Pay force, Vantage, etc.)

· Vantage experience is a must.

· Proven client facing and communication skills

· Minimum of a Bachelor's Degree







*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/CAN6NZJuuFw11frfLCaULL-%2By%3DjUsJx96m7iPVCVUVbZcU3FHxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Multiple Java Opening || BOston ,MA || F2F || USC or GC only.

2016-09-27 Thread Vishal Ji Awasthi
*GC/USC for all 3 roles.*



*Client : Health Care*

*Boston, MA*

*Regional Candidates only (ex. MA, RI, NJ, NY, CT etc)*



*F2F Required *



*Lead Java Developer-**  (9 years of exp atleast)*

Required Qualifications:

• 6+ years of designing and coding distributed systems

• 2+ years as a tech lead

• 2+ years of Java/Spring for building RESTful services



Primary Responsibilities:

• Collaborate with product owners, systems analysts and software engineers
to execute an agile roadmap

• Work with architects and software engineers to evaluate functional and
non-functional requirements and drive delivery of creative, high quality
solutions

• Design, develop, test and maintain RESTful APIs

• Implement our strategies for continuous delivery and devops within your
team

• Ensure our microservice platform is correct, resilient, performant and
secure

• Participate in and provide input for system analysis, design walkthroughs
and code reviews

• Participate in defect review and triage

• Enforce design/coding standards and constantly improve the way we build
and deliver software



Required Qualifications:

• 6+ years of designing and coding distributed systems

• 2+ years as a tech lead

• 2+ years of Java/Spring for building RESTful services



Preferred Qualifications:

• Bachelor’s degree in engineering or equivalent experience

• Experience building microservices in a public, hybrid or cloud
environment

• Experience with these or similar technologies: Netflix OSS, OpenShift,
Mesos, Docker, Jenkins, RabbitMQ, MySQL, Kafka, Gatling

• Excellent analytical skills and proven ability to work with delivery
teams to think out of box

• Extremely strong communicator able to build relationships across many
teams around the globe

• Ability to mentor staff at all career and skill levels

• Excellent organizational and planning skills









*Sr. Java Developer –*  * (8years of exp atleast)*

4+ years Java/Spring Framework experience
Experience building cloud based web services
Demonstrated success in building design patterns and software engineering
best practices
Experience with automated unit testing technologies (Such as JUnit, Spock,
or similar

Primary Responsibilities:

Perform all phases of software engineering including requirements analysis,
application design, code development and testing
Design and implement product features in collaboration with business and IT
stakeholders
Design reusable components, frameworks and libraries
Work very closely with architecture groups and drive solutions
Participate in an Agile/Scrum methodology to deliver high-quality software
releases every 2 weeks through Sprints
Design and develop innovative solutions to meet the needs of the business
Review code and provide feedback relative to best practices and improving
performance
Troubleshoot production support issues post-deployment and come up with
solutions as required
Mentor and guide other software engineers within the team
• Work with a team of software engineers for one or more Agile scrum teams
assigned to work on the project
• Designs, codes, tests, debug, and documents software, and enhance
existing components to ensure that software meets business needs
• Contribute to the design and architecture to enable secure, scalable, and
maintainable software and should be able to clearly articulate the
implications of design/architectural decisions, issues and plans to
technology leadership
• Provide hands-on leadership, coaching, mentoring, and software
engineering best practices to junior software engineers
• Develop reusable patterns and encourage innovation that will enable team
velocity
• Collaborate on the design with other team members and product owners,
both inside and outside the scrum team
• Estimate engineering work effort for engineering team and effectively
identify and prioritize the high impact tasks
• Conduct design and code reviews to ensure code developed meets coding
best practices guidelines, unit testing, security, and scalability and
maintainability guidelines
• Drive a quality mindset within the team

Required Qualifications:
• 4+ years Java/Spring Framework experience
• Experience building cloud based web services
• Demonstrated success in building design patterns and software engineering
best practices
• Experience with automated unit testing technologies (Such as JUnit,
Spock, or similar)

Preferred Qualifications:
• BS Degree in Computer Science or related experience
• Experience with commercial software development and/or healthcare
industry experience
• Sound understanding of design patterns and OOP as well as their
implementation in real world applications
• Experience with Agile Methodology
• Experience with XML/JSON and developing REST services using Apache CXF or
a comparable framework.
• Experience with RabbitMQ
• Experience with Maven
• Experience with Groovy
• Good understanding of SQL, relational database modeling and design
• Excellent analytical and creative problem solving 

[android-developers] QC/ HP ALM Administrator - Philadelphia, PA

2016-09-27 Thread Sekhar Reddy
Hi,

*Sekhar* here from *METASIS INFORMATION SYSTEMS,* one of our client has an
opening for *QC/ HP ALM Administrator.*

Below is the job description, do let us know your interest.



*Job Title   : QC/ HP ALM Administrator*

*Job Location   : Philadelphia, PA*

*Duration  : 12 Months*

*Interview: Telephonic/Skype*



*QC/ HP ALM Administrator Job Description: Technologies supported*

· Working knowledge of HP ALM/QC, HP QTP/FT/UFT, versions 11 and
12; HP Sprinter version 12

· Oracle and Structured Query Language

· Red Hat Enterprise Linux 5.9 and 6.5

· Windows Server 2008 Enterprise

· Visual Basic

· General scripting (VBA, …) & MS Office

*Desired skills:*

· Excellent analytical skills and ability to think critically

· Excellent verbal and written communication skills

· Mastery of customer support relationship management, especially
under pressure

· Ability to work with Project Manager to develop project plans for
migrating from one version to another, tech insertion

· System/Data Architecture

· Compliance (security, contractual, …) awareness

*Daily tasks:*

· Provision user account, domain & projects

· Provide User support (“Help desk”)

· Provide general application and system monitoring (performance,
file space

· Application and system issue resolution

· Version upgrade and migration activities

· Application patching

· Facilitate and support system maintenance (OS upgrade, quarterly
Oracle PSU

· Compliance (security)

· Process automation (SQL queries, scripting/programming [VB, Linux
shell, VBA

*SSRS Report Development:*

· Create and schedule SSRS reports for Testing projects and
Enterprise level reports for business executives



*Defect Management:*

· Coordinate defect communication and resolution efforts between
project teams separated in geographical locations.

· Provide defect status reports to the management .



*Required experience:*

· HP ALM Administration : 4 years

· HP Quality Center Administration :3 Years

Good written and verbal communication skills.

Thanks & Regards,



Sekhar

Email : *sek...@metasisinfo.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%2BeU0svHzPOLDevd%3D9fd2hmym8mvdt_EfH%2BosDeG3UwkVJuGQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Oracle CC Tester - Pittsburgh, Pennsylvania

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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/537661-oracle-cc-b-tester-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Oracle%20CCB%20Testerpco=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 
Oracle CCB Tester in Pittsburgh, Pennsylvania, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537661-oracle-cc-b-tester-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Oracle Utility Testers – 2 positions  Role: QA 
Analyst (will work under the guidance of Senior QA leads at the client)  
SIT, Regression Testing - Manual  CCB (Oracle Utilities Customer 
Care and Billing ) and MDM skills are must  Real Meter testing in the QA 
environment  Remote connect / disconnect experience  Client 
already has some testing methodology in placehttp://www.job4tech.com/jobs/537661-oracle-cc-b-tester-at-cohesive-technologies?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" alt="Google+">  https://j4t.co/2cox4xp;>http://i.imgur.com/hBrqdUy.png; 
height="64" width="64" border="0" alt="Blogger"> https://j4t.co/2bOm6mo;>http://i.imgur.com/5XMUusO.png; 
height="64" width="64" border="0" alt="RSS">https://j4t.co/2bNpOPW;>Post C2C Jobs for Freehttp://www.indeed.com/jobs?q=c2c%20and%20Oracle%20CCB%20Testerchnl=Groups+Emailutm_source=publisherutm_medium=organic_listingsutm_campaign=affiliate;>Other
 C2C openings from the web


-- 

[android-developers] HOTLIST

2016-09-27 Thread shekhar Reddy
Greetings!



I have excellent consultants available for your requirements.



Please let me know if you have any opportunities for listed resources.


You can Contact me at :

*973-512-7444 or r...@thoughtbyte.com .*

*Salesforce*

*QA Analyst*

*ServiceNow*

*Java *

*Splunk *

*UI *

*Oracle PL/SQL *

*Oracle Apps Technical *

*DevOps *

*Ruby on Rails *


I look forward to hearing from you!





Thank you



*Raj *



*Thought Byte Inc | An E-Verified Firm*

Ph: 973-512-7444

Mail: r...@thoughtbyte.com

Hangouts: shekhar.staff...@gmail.com

Address: 1135 Clifton Ave, Suite # 207

Clifton, NJ 07013

-- 
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/CAJp2XbF%3D8bUH7s_L0Xe86gaTUETcqcprNMPweGODA-%3Deaa%2Bz%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Mainframe developer @ Merrimack, NH --- Contract

2016-09-27 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with Resume, Work Authorization , Rate & Contact Details
ASAP *



*Job Title:  Mainframe developer*

*Location:*  Merrimack, NH

*Duration:*  3+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Mainframe, VBA, Macros, JAVA*



*Job Description:*

 Mainframe developer

   - Skills required - Development/knowledge of working in Macros/VBA
code. Here
   macros are embedded in excels.
   - Good communication skills.
   - If we cannot find skills of VBA, Core Java/basic development skills of
   Java can also do


Thanks & Regards

Martin Zeller

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.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/CAJkGZ%2BxECtdqNO0w2Th%2BQLWdm%2BH4VMb79q7NDwdtcEROPWacNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement || OBI/OBIEE Developer @ Green Bay, WI

2016-09-27 Thread Vasanth Kumar
Hi,

Greetings from American IT Resource Group Inc.!

I would like to touch-base you regarding a job opportunity with our client,
appreciate if you could go through below job detail and let me know your
thoughts as soon as possible.

Reply only to *vasa...@aitrg.com *

*Title: OBI/OBIEE Developer*

Location: Green Bay, WI

Duration: 6+ months contract


*Environment: BI Publisher*



*Job Description:*

§  Overall 6+ years of experience in developing reporting solutions using
Oracle Business Intelligence (BI) Publisher.

§  Very Senior (Expert) in Oracle OBIEE BI Publisher 11g.

§  Excellent ability to performance tune SQL.

§  Experience with data modeling, source to target interfaces, use cases,
test plans and other technical design/development documentation

§  Translate business requirements into technical requirements and
technical design.

§  Facilitate technical sessions, with both internal and external (client)
teams

§  Troubleshoot BI Publisher related issues

§  Able to communicate status of technical deliverables and issues with
project leader and client stakeholders/ executives

§  Strong ability to analyze user requirements, create designs and build
front-end BI applications according to specifications.

§  Experience with other, front-end Business Intelligence tools such as
OBIEE 11g, Oracle Reports, Business Objects Scheduler, Business Objects
Designer, and Noetix.

§  Experience with extracting information from applications such as Oracle
E-Business Suite, Hyperion, JDA, Optiva (Infor).

§  Strong communication, presentation, and interpersonal skills.

§  Able to prioritize and execute tasks in a high-pressure environment.

§  Experience working in a team-oriented, collaborative environment.





Looking forward to hear from you!



Thanks & Regards,



Vasanth || Sr. TAG Associate

American IT Resource Group, Inc.

, Plaza Dr., Suite 640, Schaumburg, IL - 60173

Desk: 312-561-4349 || Email: vasa...@aitrg.com

Skype: vasanth.aitrg  || Gtalk: vasanth.aitrg


Web: www.aitrg.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/CAPcvYBLGaAbBJYg-hfJ8AV20-ru18_BtB%3DW_kGx_ZLMURngTDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Job opening-Contract-Informatica MDM-Teaneck, NJ

2016-09-27 Thread Stella
Hi Partners,


This is Deepak Kumar from *Pro-Tek Consulting .*

We have an urgent below requirement, matching as per your experience and
skill-set.

Kindly let me know your availability & interest, and help me with your *Updated
Resume*, along with *Rate Expectations* your earliest convenience.

*Role: *
*Informatica MDMLocation:  *
*Teaneck, NJ**Mode of Hiring:Contract*


*Job Description*

10 years of experience in informatica MDM, Datawarehousing, Java, SIF
(Service Invocation Framework) and User Exit concept understanding, MDM -
Data Quality knowledge with hands-on, understanding of databases like
Teradata, Oracle. Good communication and co-ordination skills.



-- 



Thanks & Regards,

Deepak Kumar
---
Thanks & Regards,
Deepak Kumar | Pro-Tek Consulting
Office: 201-234-8541|
dee...@pro-tekconsulting.com
New Thinking. New Staffing.|
http://www.pro-tekconsulting.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/CAGp%2BvPGFgH5JWHn3ty77Chiy%3DxAqz1crrJc8ts83SU7GX8A4xA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need : Backend Tester _ Mclean, VA , Alpharetta, GA , Iselin, NJ _ 6-12+ months

2016-09-27 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

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

*Any working Visa is Fine (Junior Position)*



*10 Positions (Locals only Written Test)*



*DOB Should Be 1990 & Below*



*Local to VA,GA,NJ*



*Requirement details:*

*Title   :*  *Backend Tester*

*Location   :* *Mclean, VA ,* *Alpharetta, GA , Iselin, NJ*

*Duration  : 6-12+ **months *

*Rate*   *:* *Market *

 Technical skills and Knowledge:

*Primary Skills**:*  *Backend Tester*

*Job Description:*

*Strong in SQL*



Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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/CAFjuZGE%3D4HoyfJiB_Zz2S-QpU_Un_0c%3DcGYMqhf5HQMDCD2anQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] (NEED LOCALS) Senior Database/Oracle Developer @ Newport Beach, CA/ New York City, NY

2016-09-27 Thread ANUDEEP
*Title : Senior Database/Oracle Developer (NEED 12+ Years Profiles)*

*Location : Newport Beach, CA/ New York City, NY*

*Duration : 6+ Months*




*NEED 12+ Years Profiles*


*Need Locals and F2F Required*



*Primary responsibilities will include:*
•Design and develop Risk and Performance Attribution platform back-end
components using SQL/Oracle
•Work with project managers and technical leads to understand business
processes and workflows
•Support functional and operational aspects of the systems they are
delivering to the business

*Position Requirements*
•Bachelor’s degree in Computer Science and 5 years of related experience,
or an equivalent combination of education and experience. Experience in the
financial industry is a plus
• 5+ years of Oracle development experience, Exadata preferred
• Oracle query performance/optimization, working with large data sets
• Experience working with historical data time series
• Big Data/Hadoop experience is a plus



*Thanks*

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BYExa5y5VaNvE2iU7sRf4vJJGGMJb5TVKi_Mw9nyGcfhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Web UI Developer

2016-09-27 Thread Mohammad Imran
 

Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

Title: Web UI Developer

Location: Portland, OR

Interview is phone, then skype, then technical online test, then final phone

Visa: H1/GC/USC

Contract: C2C

 

Web UI developer with relevant work experience of 3+ years - building Web UI
applications (front end) using HTML5, JavaScript (ECMAScript 6), CSS (Less) 

If resource is not local, then he/ she would need to relocate to Portland,
OR and work onsite. Expenses will not be paid for.

 

Skills (EXPERT/ADVANCED):

HTML5, CSS, Less

JavaScript ECMAScript6, Frameworks - JQuery, React, AngularJS

Eclipse - Eclipse or IntelliJ IDEA IDE

Unit Test Frameworks - Karma/Jasmine, Sinon/Chai, Angular Mock

Linux, Shell

At least 3 years of work experience with developing web applications with
AngularJS and JQuery

Applications (front end) using HTML5, JavaScript (ECMAScript 6), CSS (Less) 

 Hosting "single page" front end web applications with Node.JS

Packaging and configuring web apps

Responsive Design, Bootstrap UI Components

 

Questions (must be YES to ALL):

Total relevant work experience in Web UI development should be 3 years or
more

At least 3 years of work experience with developing web applications with
AngularJS, React, and JQuery

Should have hands on development experience with popular Java IDE like
Eclipse or IntelliJ IDEA

Should have hands on experience with working on Linux development machines
or Virtual Machines

 Hosting "single page" front end web applications with Node.JS

 Should have relevant work experience in building front end applications
using JavaScript and HTML UI frameworks

 

Description:

1.   Web UI developer with relevant work experience of 3+ years -
building Web UI applications (front end) using HTML5, JavaScript (ECMAScript
6), CSS (Less)
2.   At least 3 years of work experience with developing web
applications with AngularJS or React and JQuery
3.  Hosting "single page" front end web applications with NodeJS
4.  Packaging and configuring web apps with NPM, Bower, and Grunt.
5.  Familiar with JavaScript unit test frameworks like Karma/ Jasmine
and mocking frameworks like Angular Mock, Sinon and assertion library Chai
6.  Familiar with Bootstrap framework (responsive web development) and
Angular Bootstrap library 
7.  Experience with working in short sprints in an Agile SCRUM software
development model, good understanding of Scrum processes, tools (JIRA,
TargetProcess or similar tools), and artifacts (Stories, Tasks)
8.  Strong knowledge of GIT based Source Control repositories and GIT
branching strategies
9.  Very familiar with popular IDEs IntelliJ IDEA, Eclipse
10.  Seasoned in working on Linux (CentOS) dev. machines and Linux VMs on
Windows machines. Understanding of Linux shell commands
11.  Familiarity with REST tools like cURL, DHC or other browser plugins
that support REST client
Good to Have:
12.  Ability to work in fast paced co-development client teams and our teams
which are often diverse and cross cultural
13.  Experience with DevOps and CI/CD tools like Jenkins, Atlassian Stash,
Logstash, Kibana
14.  Good to have experience with deploying apps to AWS Elastic BeanStalk
using Docker
15.  Familiarity with NodeJS frameworks like Express and Restify
Good understanding of MongoDB, PostgreSQL

 

Deliverables:

Deliver user stories by designing and implementing them in an Agile software
development model

 

Criteria:

Interview Process
-Skype interview ONLY
-Feedback within 24 hours
-Technical interview
-2 interview will most likely take place with more senior roles
-Written online test (approximately 30-45 minutes).  This is will be the
first step of the interview process. 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.

Ph - 408-459-5636 Fax - 408-608-6088

Email -  
mohammad.ima...@idctechnologies.com

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

"Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
can not be considered spam as long as we include a way to be removed from
our mailing list. Simply send us an e-mail with REMOVE in the subject and we
will gladly REMOVE you from our mailing list."

 

-- 
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/57ea9371.830a240a.2e6ce.0872SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more 

[android-developers] Excellent opportunity for IT - Security Consultant in EDEN PRAIRIE, MN

2016-09-27 Thread rahul goswami
Hi,

Please share your consultant resume at  manish.ku...@contech-it.com

H1 B can also use.



*Title: ** IT - Security Consultant *


*Location: EDEN PRAIRIE, MN**Client: UHG*



*Job Duties and Description:*



*Primary Responsibilities:*

*• Responsible for the analysis, design, installation, configuration and
maintenance of log integration*

*• Consult with application / platform owners to understand and adhere to
logging policy*

*• Work with clients to configure log transport to SIEM*

*• Maintain enterprise logging and remediate any issues*

*• Work support cases with vendor to fix issues efficiently*


*Requirements:*

*• 5+ years of Information Technology Experience*

*• 3+ years of Linux / Unix Management*

*• 3+ years of hands-on ArcSight experience*

*• Write and communicate effectively*

*• High School diploma or GED*


*Assets:*

*• Parsing experience*

*• Deploy ArcSight devices (connectors, loggers, ESM)*

*• 5+ years IT Security Experience*

*• Programming or Scripting Experience*

*• Database experience*

*• Certifications – Any IT Security certifications*






*Manish Kr.*

_
Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095
9727984725

-- 
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/CAA0vNTF20o6K6Mb9EO9YMdbHUWodQj3itSSzva%2BX2sDs%2Bfx_LA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Java Solution Architect with CloudFoundry @ Philadelphia, PA

2016-09-27 Thread satish kumar
Hello,



Hope you are doing great!



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



*Role: Java Solution Architect*

*Location: Philadelphia,PA*

*Duration: 6+ Months*





Experience (Years)  8-10



Role description:

•   Looking for someone who can work on migration of existing Java
applications to cloud platform.

•   Should have architecture and design experience with Java/J2EE
technologies and web services SOAP and REST.

•   Experience in Pivotal CloudFoundry implementation

•   Should have good knowledge on Micro Services and PAAS
architecture.

•   Should have good Database knowledge, both SQL and Non SQL Data
bases.

•   Should have worked on design and architecture of similar
migration, including migrating large data from SQL DB to Non SQL DB

•   Should have good understanding on the operational issues.

•   Provide estimations/level of effort required for a given
project or component.

•   Telecom/Cable Background is Preferable.

•   Any certifications in Cloud Foundry is preferable.

•   Experience in working with offshore team is preferable.

•   Should have good interpersonal skills.

Experience required:

•   Overall 10+ yrs of experience in Java/J2EE, as an architect.

•   4+ years on migration to cloud platform – Pivotal CloudFoundry

•   Technical stack

o  Core Java

o  Spring Boot

o  Cloud Foundry

o  Springs Framework

o  SQL DB like Oracle

o  Hadoop

o  NON SQL DB like Mongo, Cassandra etc

o  Camel

o  Hibernate/JPA

o  Application servers like tomcat, web logic

o  JMS (Rabbit MQ)

o  Maven

o  GITS

o  Angular JS

o  Node JS

o  HTML5

•   Familiarity with Integration tools like Jenkins

•   Familiarity with code quality tool like sonar

•   Familiarity with Agile software development processes.





*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/CAHxR9GYcHJzpBgTai6zgwCud%3DckEGAtdBPOy%3DV7KYUu-ayE_aw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Windows Integration Engineer - Folsom, California

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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/537389-windows-integration-engineer-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Windows%20Integration%20Engineerpco=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 
Windows Integration Engineer in Folsom, California, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/537389-windows-integration-engineer-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Overview:
Integration  Debug - SW Engineer with broad experience, 
particularly building, integrating and troubleshooting products on Windows. 
 - Ability to drive the engineering process - integration, solution stack 
versioning, validation, and software distribution.  - Plan and coordinate 
execution within the engineering team  - Develop project collaterals and 
manage dependencies with other stakeholders  - Perform BAT test and BKC 
release and health tracking - Fluency in C/C++/C# and 
Scripting languages - Familiarity with test automation frameworks and 
concepts - Prior experience with Touch, HID subsystems a plus
 -REST API, Cloud Applications, Windows programming
Primary Skills:
Integration  Debug - SW Engineer with broad experience, 
particularly building, integrating and troubleshooting products on Windows. 
 - Ability to drive the engineering process - integration, solution stack 
versioning, validation, and software distribution.  - Plan and coordinate 
execution within the engineering team  - Develop project collaterals and 
manage dependencies with other stakeholders  - Perform BAT test and BKC 
release and health tracking - Fluency in C/C++/C# and Scripting 
languages - Familiarity with test automation frameworks and concepts - 
Prior experience with Touch, HID subsystems a plus
Secondary Skills:
Customer Focus Good in problem solving

[android-developers] We are looking for Banner Business Analyst/ Developer at Columbia, SC

2016-09-27 Thread Varada chari
Hello Friends,



Hope you are doing Good.



Kindly find the below requirement and share your comfortable.



We have couple of Position open with our client



1.  Banner Developer

2.  Banner Business Analyst.



*Job Title: Banner Business Analyst*

*Location: Columbia, SC*

*Duration:  Long Term*



Kindly find the below requirement and share your comfortable



Employee will perform tasks on an as-needed basis, such as:

   - Based on Banner knowledge (module appropriate), identify baseline or
   custom solutions quickly to help escalate and facilitate discussions for
   best practice and where needed custom solutions
   - Document business processes and requirements
   - Create use cases and test scenarios
   - Configure Banner module based upon documented business processes
   - Write functional specifications
   - Manage internal customer relations
   - Provide Tier 2 Production Support
   - Access management
   - Event management
   - Request fulfillment
   - Incident management
   - Problem management
   - Application change management
   - Manage and gather functional and technical requirements
   - Document systems and uses and train users
   - Conduct System & User Acceptance Testing
   - Assist functional users in clarifying reporting requirements
   - Provide functional expertise on integrating Banner with various off
   the shelf packages and legacy systems

Qualifications



* Employee Qualifications*

   -  Employee must have a minimum of 9 years of experience in Banner with
   at least 3 years in leading a functional team
   - Functional subject matter expertise in the module area of
   specialization
   - Experience in documenting business processes, leading requirements
   gathering / design sessions and building configured instance
   - Ability to create detailed process flows using Visio or similar tools
   - Ability to interact with a diverse campus population
   - Excellent listening skills and oral and written communication skills
   - Ability to work directly with customers and suppliers to understand
   and resolve functional or technical issues or concerns
   - Experienced in building and implementing Banner security policies
   -  Employee must have previously mentored and trained Banner functional
   teams
   - Experience developing use cases and test scenarios
   - Experience in technical training delivery
   - Experience creating training materials for Banner or comparable
   applications.

-- 
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/CAHN%2B17Y1yEzzqO079JqSSmrA4ACKtBgtWxmkn3qsWz%2BfNOebXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgently required::: Devops Engineer for Dallas, TX

2016-09-27 Thread shailaja
Greetings!

Hope you are doing Good!

This is Shailaja, Senior Technical Recruiter from L7 Resources.

Below is the Job Description.

*Job Title: Devops Engineer*

*Location: Dallas TX*
*Position: 6+ months*

Job Description:

· Good working knowledge in Agile/SCRUM methodology and processes

· Very good knowledge on DevOps processes end to end

· Worked on implementing Devops processes,  involved in different 
Tools selection

· Tools expertise (Build tools, C.I server, Automated testing 
(unit/integration), deployment) – installation, configuration, operation 
experiences

· Good knowledge on Test Driven Development (TDD) and Behavior 
Driven Development (BDD) processes

· Working knowledge in defining and creating the CI/CD pipeline

· Have experience in evaluating DevOps tools, build PoCs/Pilots and 
present to the clients/leadership

· Good understanding and some experience in working in Application 
Build processes and worked with Envt team for configurations setup and 
other related

· Good experience in Configuration tools: Code cloud, GIT, SVN

· Preferably worked in web development environment and worked in 
Java/UI areas

· Technical skills: Hands on experience in web/mobile development 
in Java/J2EE, JavaScript, HTM, Angular JS (optional), Mobile development 
knowhow (native, mobile web)

· Ability to work independently with minimal supervision

· Tools expertise: *As many* tools experience (hands on) from the 
following:


-- 

Thanks & Regards

Shailaja. K

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: *shail...@l7resources.com 

Direct : 2544884405

*URL: *www.l7resources.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/32a63084-92ef-4356-a186-f09eb38ff2d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:PHP Developer in Chicago IL

2016-09-27 Thread Neha Kumari
*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: PHP Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Chicago IL*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



*Must be USC/GC/GC-EAD.. (if they are H1’s they have to be exceptional)*



PHP
o MySQL
o Object oriented software development
• Experience building RESTful web services
• Experience with an ORM (Doctrine, Eloquent, etc) preferred
• Experience with memcache and RabbitMQ (or other message broker) a plus
• Strong interpersonal communication skills; ability to collaborate with
cross functional teams in a fast paced environment
• Critical eye for detail with the ability to quickly troubleshoot an
analyze work
• Excellent organizational skills and the ability to effectively manage
multiple projects at once
• Understands computer science design patterns
• Comfort with maintaining a local web environment
• Experience with Git
• Self starter


-- 



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

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14eFNW%2B5raH2meXxz3FkKdPik9ktY6ODsokUQVkgL1MwJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Immediate Interview: NEED JAX-RS - Java API Architect at San Jose, CA

2016-09-27 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at IDC* Technologies Inc.* Please
go through this job description and respond me back with your most updated
resume if you are interested and available.
Feel free to call me for any further query.

*Need Passport number and photo id in case of H1b and EAD. No CPT/OPT.*

*Title: JAX-RS - Java API Architect*
*Location: San Jose, CA*
*Duration: 6+months*

*Job Description:* As an Architect you are responsible for providing
technical leadership to small size/complexity/order-value projects. You are
expected have depth of knowledge of specified technological area, which
includes knowledge of applicable processes, methodologies, standards,
products and frameworks. You would be responsible for defining and
documenting architecture, capturing and documenting non-functional
(architectural) requirements, preparing estimates and defining technical
solutions to proposals (RFPs). You should provide technical leadership to
project team to perform design to deployment related activities, provide
guidance, perform reviews, prevent and resolve technical issues.

*Key skills required for the job are:*

   - Java-J2EE (Mandatory)
   - MongoDB (Alternate)
   - JAX-RS - Java API for RESTful Web Services
   - NodeJS

*Mandatory Skillset : JAX-RS - Java API for RESTful Web Services, NodeJS
and Mongo DB*

*Minimum work experience:>=5 Years*
*Skill and Experience Details:*
*Minimum Experience Required:* 8-10 YEARS *Mandatory Skills:* Java-J2EE
J2EE Architecting, Java-J2EE, Architecture Frameworks, Architecting, Java -
Architecting *Desirable Skills:* MongoDB, NodeJS, JAX-RS - Java API for
RESTful Web Services *Language Skills:* English Language



*Thanks and Regards,*
*Vikalp Sharma*
*Technical Recruiter*
*IDC Technologies Inc.*
1851 McCarthy Blvd, Suite 116
Milpitas, CA 95035
*Work: (408)-457-9381 Extn: 4061 <%28408%29-457-9381%20Extn%3A%204061> *
*vikalp.sha...@idctechnologies.com* 
*LinkedIn ID:*https://www.linkedin.com/in/vikalp-sharma-191386ba

-- 
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/CAKPnXTak_eKMmFqf7awzkd7Pdf07%2BqP06WSQ-PYRn5tfxRX3Cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - . Net Developer with WPS experience

2016-09-27 Thread Rizwan Dawood
*. Net Developer with WPS experience (Web Processing Service**)*

*Dallas Fort Worth*

*Long Term Contract *



*Client: Infosys/BNSF  *



*Job Description:*



C# skilled resource with WPS experience around 4-5 years experience

-- 
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/CANpokiBA90xCbLSTmnX-%3DbNwqUyOZQuAfP%3D9xTgvz0qGCoVzpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Ruby Developer at multiple locations

2016-09-27 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *






*Role : Ruby Developer Location : Portsmouth, (maybe Boston),
Philadelphia , Seattle*

*Duration : 6+ months *

*Interview: Phone then Skype *





Important Skills:  Ruby

Technical:  HTML5, CSS, and Bootstrap

Soft:  n/a



Job Description

8 plus years of experience as a senior engineer
5 plus years developing applications using Ruby on Rails
5 plus years of experience developing client-side JavaScript using Jquery
Experience with current JavaScript frameworks, such as React.
Deep understanding of HTML5, CSS, and Bootstrap
Deeply knowledgeable about: Object Oriented Programming, concurrency,
enterprise design patterns, RESTful Web service implementation, Service
Oriented Architecture, Test-Driven Development.
8 plus years of experience with relational databases, especially SQL
Server. Experienced with data modeling and SQL queries.
Experience with automated continuous integration and deployment tools,
especially Atlassian Bamboo
Deep understanding of HTTP and Web development.
Deep understanding of distributed and multi-tier system design and
development
Proficient in the use of Rails and JavaScript tooling, e.g. RSpec, Rake,
Bundler, as well as npm, bower, and Jasmine
Excellent problem solving skills
Agile or Lean Software Development experience such as Kanban, Scrum,
Test-Driven Development, and/or Extreme Programming methodologies

Individual contributor, delivering high quality solutions that address
business requirements. Your code is well factored, tested, performant, and
easy to enhance.
Conduct, manage, and enforce code reviews.
Provide solutions to foundational and cross-team technical challenges.
Conduct technical and feature risks assessments and communicate to the
architecture and product management groups
Provide troubleshooting and root cause analysis for issues that are
escalated by the team
Enhance team accomplishments and competence by planning the delivery of
solutions; answering technical and procedural questions from less
experienced team members; teaching improved processes; and mentoring team
members.
Documents important technical risks and decisions in the corporate wiki
Understands and influences the vision and overall strategy
Creates proper unit, integration and system level tests.
Work with Architects to ensure proper solution based on the established
architectural principles and patterns
Work with development teams in an agile context as it relates to software
development, including test driven development, sprint planning, and
meeting commitments
Continuously learning by tracking research regarding web design and
usability; participating in educational opportunities; reading professional
publications; maintaining personal networks; and participating in
professional organizations.







*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/CANjU8tp5tUVuy4i_j65Q7gN-wGc8Jd-uqujArQGUHbuR%2BikHVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgently Required:::JAVA/J2ee Architect for San Diego, CA

2016-09-27 Thread shailaja
Greetings!

Hope you are doing Good!

This is Shailaja, Senior Technical Recruiter from L7 Resources.

Below is the Job Description.

*Job Title: **Sr. Java/J2EE Architect*

*Location: *San Diego, CA

*Duration: *12 months

*Experience: 10 yrs +*


*Required Skills:*

Java/J2EE

· Spring MVC/Spring Batch

· Apache Kafka & Zookeeper

Knowledge of networking protocols (HTTP, UDP, XMPP, VPN, etc)

· MySQL/Oracle/SQL Server

· Agile methodologies (Scrum, Kanban, Continuous Delivery, etc)

*Preferred Skills:*

· IOT Domain experience (Telematics is preferred)

· Heterogenous OTA protocols

· IOT protocol experience (COAP, MQTT, UDP, XMPP)

· Basic encryption protocols, e.g. SSL, X509

 

Thanks & Regards

Shailaja. K

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: *shail...@l7resources.com 

*Direct *: 2544884405

*URL: *www.l7resources.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/a73d6fa7-5518-4d23-81a0-6909af5aeb8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Senior Software Systems Engineer (IT) Client Req - Warren, New Jersey

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Senior%20Software%20Systems%20Engineer%20(IT)%20Client%20Reqpco=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 
Senior Software Systems Engineer (IT) Client Req in Warren, New Jersey, 
if you have matching candidates please submit their profiles http://www.job4tech.com/jobs/537368-senior-software-systems-engineer-it-client-req-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Primary Skill : Web Services, Micro Services, ATG, AJAX, JQUERY, 
Spring, JavaScript, Ant Scripts Exp : 2-4  
Description :  
Design and code from specifications, analyzes, evaluates, tests, debugs, 
documents, and implements complex software apps 
Requires a bachelor's degree in area of specialty and at least 8-10 
years of experience in the field or in a related area 
2+ years hands-on experience implementing eCommerce solutions using 
the ATG platform. Endeca experience is preferred. ATG Catalog / BCC experience 
is a must. 
5+ years’ experience with Java / J2EE, SDLC, Struts, Spring, 
velocity, JavaScript, AJAX, CSS, jQuery and XML technologies 
8+ years front-end integration experience working with development 
teams on the deployment of web based applications (JAVA, J2EE) 
6+ years front-end integration experience working with development 
teams on the deployment of web based applications (Web Services XML 

[android-developers] HOTLIST

2016-09-27 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn8-XCicO5PuZX36Fie%3DL9Lz3xpG3zBRGmgkAqb0fc-H%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Production Support Engineer at Secaucus, New Jersey

2016-09-27 Thread VIKAS GUPTA
Production Support Engineer

Location: Secaucus, New Jersey

Duration: 6+ Months

Phone/Skype



Sr. Production Support Engineer for our leading eCommerce/ Commerce as a
Service (Caas) who connects customers, vendors, and professional
organizations on a singular commerce network.  This is an intricate system
that supports 100K+ moving parts and pieces, in a high availability,
critical environment.  The Production Support Engineer will work within a
group of Senior Engineers to support a high traffic, high availability
environment to enable continuous production on an aggressive delivery
schedule. The selected candidate should have a strong background supporting
Windows production environments, expertise in SQL, and understanding of
Linux environments. Expertise in development support as well as the ability
to quickly adapt will be critical as well.

 This position will require hands-on support of development and innovative
solutions to scale products, minimize pain and risk in the release process,
and support a large scale cloud server infrastructure. The work is fast
paced and requires technical skill, adaptability, excellent communication,
strong interpersonal skills, great organization skills, attention to detail
and self-motivation. The role is highly cross-functional and succeeds
through cooperation and influence.



Responsibilities:

· Plan, organize and drive execution of web application releases,
working in close collaboration with engineering, quality assurance,
operations and product management.

· Plan and lead production deployments, identify and escalate risks
associated with releases.

· Set-up and maintain servers and systems that support the
development and release processes.

· Communicate progress of product releases across organizational
boundaries.

· Build, enhance and evangelize the operating procedures and tools
to improve efficiency and scalability.

· Build the functional (deep inspection) monitoring infrastructure
and support NOC operations, so that the development and release systems are
as operationalized as possible.

· Manage product operational support efforts, ensuring the SLA
compliance and uninterruptable operations of the critical systems.



Qualifications:

· BS Computer Science, Engineering or Information systems; or
equivalent experience.

· 7+ years of hands-on systems administration experience,
supporting Windows.

· 1-2 years of experience in supporting Linux environments

· Strong SQL expertise.

· Proven track record of owning production delivery processes and
infrastructure for large scale and highly available web properties.

· Experience with high-performance, open source web stacks and
supporting enterprise SLAs.







*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/CANjU8tr7BhY1i7UpwhaG%2BFe6waZ2RW7GNAYc26KrhivC3rDOjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] [HOT JOB] Senior Backend (Ruby on Rails) Developer for Berlin based start up company

2016-09-27 Thread inna . skochko


Welcome to Movinga https://www.movinga.de ! We are a young and dynamic 
company, founded with the ambition to disrupt the moving industry, in 
Europe and globally. From the simple online booking process to the 
consistently high service quality: this is what moving in the 21st century 
looks like.

Backed by renowned investors like Earlybird Venture Capital, Index Ventures 
and Global Founders Capital, we are continuously raising the bar of our 
product and processes to achieve our ambitious goals.

After becoming one of the fastest growing startups of the year we are 
currently transferring into the next level. We act as a technology solution 
company for our removal partners and we love to make the lives of our 
customers as simple as possible. We are changing the the old economy moving 
industry – across Germany and France into moving 2.0.


*Senior Backend (Ruby on Rails) Developer (m/f) *


*Your responsibilities:*

   - Designing, building and maintaining efficient, reusable, and reliable 
   Ruby code
   - Integration of user-facing elements developed by front-end developers 
   with server side logic
   - Working in Scrum sprints along with developers, scrum masters and 
   product owner
   - Integration of data storage solutions
   - Develop sophisticated algorithms to automated pricing and bundling
   - Identifying bottlenecks and bugs as well as devising solutions to 
   these problems
   - Helping maintain code quality, organization and automation

*Our tech stack*

   - Technologies: Ruby, Rails, NodeJS, Elixir, Phoenix, Postgres, MongoDB, 
   Ember, React, Docker
   - Tools: AWS, GitLab, Jenkins, Rollbar, Logmatic, Jira, Rubymine or any 
   other Editor, Capybara, Selenium  
   - Principles: agile company, lean, service oriented architecture, self 
   organisation, number driven, transparency, cross-functional teams

 *Your Profile*

   - Computer Science degree or equivalent software engineering background
   - 3 years hands-on experience with Ruby on Rails
   - Mastering Ruby 2.3 and Rails 4
   - Follow clean coding practices using RuboCop or similar conventions
   - Strong background in docker
   - Proven track record in BDD using rspec. And code review in team
   - Experience with data storage solution, SQL database knowledge
   - Additional code experience in html and javascript is a big plus
   - Knowledge in building scalable systems

*What we offer:*

   - A fast-paced working environment in a rapidly developing company
   - Flat hierarchies with space for your own ideas
   - Working directly with the CTO
   - Having direct impact on the product
   - Multicultural environment with cooperative approach
   - Fresh fruits, cereals and soft drinks as well as various benefits for 
   restaurants, gyms, cafés etc.
   - A loft office in the heart of Berlin’s trendy district Prenzlauer Berg
   - Company sponsored tech talks, trainings
   - Participation in hackdays, technology brown-bags, hackaton
   - Visa and relocation support

Apply to inna.skoc...@movinga.com (Please, mind this is a full time 
position)

-- 
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/3b61dc4f-65a0-408c-b904-97ecd25f1e45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net Tech Lead

2016-09-27 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..*



*NEED LOCAL CANDIDATES*

*Role:** .Net Tech Lead*

*Location: **New York*

*Work Duration:** 6+ Month*

*Interview:- Telephone/Skype*



*Job Description:-*

*Your skills: *

   - Understanding of software best-practices as it applies to web
   application, integration service and REST API development


   - Object oriented programming ability
   - Experience with web based technologies with a combination of the
   following: ASP.Net MVC, IIS, WCF, REST, JSON, SOAP. Experience with HTML,
   CSS, HTML5, JavaScript, jQuery is a plus
   - Experience with Agile Development methodologies (SCRUM)
   - Understanding of service oriented architecture
   - Working experience in LINQ
   - Good working knowledge in Visual Studio, Visual Studio.NET and
   Git/Gitub.
   - Experience with unit test frameworks,
   - Exposure to or experience in Object Oriented Analysis and Design using
   UML.



*Your Experience*



6+ years of application support, maintenance and development experience
across the following:

   - C#, WebAPI & MVC
   - SQL
   - Web scale projects, high availability projects

Experience with Windows, Mac OS X and Unix/Linux OSs.



*Thanks & Regards,
   *

Manisha Budhwar

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-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/CANOPGKwbz8896zETH--S4Rcg5er49HY%3DrAxqmdUcaU%3DyEknwDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Datastage Developer - Philadelphia, PA

2016-09-27 Thread Sekhar Reddy
Hi *,*

*Sekhar* here from *Metasis Information Systems,* one of our client has an
opening for *Datastage Developer.*

Please go through the below job description and let me know your interest.



*Job Title   : Datastage Developer*

*Job Location   : Philadelphia, PA*

*Duration  : 12 months + extension*



*Job Description for Datastage: *

· Strong knowledge in Data Stage version 10.1, additionally SQL
queries, Terra data and AIX OS

· Plan and Lead development projects including estimating work
effort, understanding cross-project dependencies, resource planning,
infrastructure planning.

· Plan and Lead ETL development projects including strategic
Architecture, design, and implementation.

· Strong Communication skills to report status and translate
technical concepts/issues to senior management.

· Monitoring of code quality, project documentation, end-user
documentation and education.

· Coordinate with Testing leads to consult on the creation of
Testing Strategies

· Coordinate with Release Management to plan and prepare testing
environments and data seeding on project-by-project basis

· Participate in team reviews of design artifacts and code, make
changes as required, and recommend alternative solutions where appropriate.

· Design, code, unit test, system test, performance test, debug,
implement, and support application systems either through new development,
enhancement of existing systems, or 3rd party products.

· Work with technical and functional teams to ensure effective
delivery of systems.

· Use multiple software development methodologies and standards as
defined by organization to effectively code and deliver systems.

· Follow established processes for configuration and release
management to ensure that all project artifacts are managed, integrated,
and versioned according to standards.



*Thanks & Regards,*



*Sekhar*

*Desk:** 201 528 5307 & Ext 303*

*Email : sek...@metasisinfo.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%2BeU0uSs%2Be9nFnK%3DC%2Bzb10tpBgf1wXTU9%3D-42XdNxdVm-k0qw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need----Data Architect------EAD or GC or Citizens Only

2016-09-27 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.



*Data Architect*

*Marysville, OH*

*6+ Months *

*EAD or GC or Citizens Only*



*Top Three Skills:*

1. Data Modeling experience using ERwin

2. Data Architecture experience scoping source data from various locations
(SQL, DB2, Oracle, Mainframe), into target source DB2

3. Experience implementing Data Quality, Data Governance, and Data
Management standards



· Bachelor’s Degree or Master’s Degree in Computer Science, or
applicable field of study

· Proven background of designing and implementing architectural
solutions which solve strategic and tactical business needs

· Strong technical understanding of data modeling, design and
architecture
principles and techniques across master data, transaction data, and
derived analytic data

· Deep knowledge of best practices through relevant experience
across data- related disciplines and technologies, particularly for
enterprise-wide data architecture, data management, data governance and
data warehousing

· Highly competent with relational database design and structured
query
language (SQL)

· Highly competent with data modeling and unified modeling (UML)



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%2BorDY3dno6Jxu2_NKyjkmpJwutb9qWEB7a1-2Xxhogo7XNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Lead with Portal development Experience@Miami, FL

2016-09-27 Thread Santosh kumar 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: Java Lead **with Portal development Experience*

*Location: Miami, FL *

*Work Duration: 6 months*


*Years of Experience: 9+ Job Description:*
9 years of development and testing experience with Portal development using
any of the frameworks such as *Java/J2EE, Web Services, Spring Forms*

Experience in HTML5, jQuery etc





*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

-- 
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/CAG0Zfz0dhiAfSJoDg9ywRqZGs_pjqdc_nJj0-MK6Pj3KmaOLZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: SAP OER/EM Consultant @ Redmond, WA | 6+ Months Contract

2016-09-27 Thread Ateeq Rehman
Hello Associate,

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



*Please share SAP OER/EM profiles at ateeq.reh...@diverselynx.com
*

*Job Description:*

*Role: SAP OER/EM Consultant*

*Duration: 6 months*

*Location: Redmond, WA *



*Minimum Qualification:*

·  2 -3 years of SAP OER and SAP Event Management experience

·  Minimum 8-10 years of SAP experience with at least 2-3 full
lifecycle implementation experience.

·  2 -3 years of SAP OER (Object Event Repository) and SAP EM (Event
Management) experience including blueprinting and configuration experience

·  At least one full lifecycle OER implementation experience

·  Understanding of Track & Trace processes, event notification,
monitoring, analysis etc.

·  Strong knowledge of related ECC processes and SD, MM, LE and master
data

·  At least one full lifecycle OER implementation experience

·  Advanced ABAP debugging skills

·  Backend SAP integration knowledge.

·  Excellent communication skills



*Job responsibilities:*

·  Excellent knowledge of supply chain logistics processes

·  Knowledge of AII (Auto ID Infrastructure) and SAP Advanced Track and
Trace for Pharma (ATTP) is a plus

·  Demonstrated strong troubleshooting skills to be able to identify
and fix bugs that arise in unit test, system integration test, user
acceptance test.  Experience in creation of test cases for system
integration test and user acceptance test using the business process
documentation and user stories.

·  Knowledge to implement backend integration for B2B messaging using
SAP standard interfaces (IDoc, BAPI, RFC’s, web services).  Integrations
with other internal systems.


 *General Skills*

o  Familiar with SDLC, Agile, Lean, SCRUM, KanBan or similar
development/implementation Methodologies

o  Strong verbal communication and cross-group collaboration skills

o  Skilled in writing high-quality functional specifications

o  Drives through ambiguity, self-motivated, thrives with minimal
supervision

o  Confident, takes ownership, willingness to “do what it takes” to get the
job done

o  Proven experience driving projects to successful completion







*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/CAN6NZJv61cCO01LLDp2BAgMU-KN%3DhzDUqaD-U17we1x9WcZ42g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot List from Nvesttech

2016-09-27 Thread Ranjith Naidu
 

*Hot List from Nvesttech*



Hi All,

This is *Suresh from Nvesttech**,*

Please find the below *HOT LIST* and send me your *suitable requirements.*

You can reach me on *785-558-3061*

Name

Skills Set

Location

Experience

Relocation

Visa Status

Anupam Poudel

Network Engineer

Louisiana

9 Years

Texas, Minnesota, Michigan, Florida

GC

krishna

Microstrategy

Anaheim CA

7 Years

Yes

GC

Barsha Shrestha

Network Engineer

Providence, RI

7 Years

Yes

GC







*--*
*Thanks & Regards,*

*Suresh*
*Nves**t**tech*
*Ph: **785-558-3061*

*sur...@nvesttech.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/f9448e69-ff91-414b-bde8-9fdfed2baaa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Nvesttech_ Hotlist.odt
Description: application/vnd.oasis.opendocument.text


[android-developers] (NEED LOCALS) C# .NET software engineer @ Norwalk, CT

2016-09-27 Thread ANUDEEP
*Title : C# .NET software engineer *

*Location : Norwalk, CT *

*Duration : 6+ Months*



*NEED LOCALS AND F2F MUST*



Senior C# .NET software engineer with at least five years’
experience developing for enterprise systems.

*What You Will Be Doing*

• Work with users to identify comprehensive system requirements, document
design and scope.

• Build RESTful API’s utilizing ASP.NET Web API 2 in a SOA environment.

• Identify opportunities to refactor solutions into common business services

• Collaborate with team to build modular software according to project
standards.

• Mentor Junior developers.



*What You Need for this Position*

Excellent knowledge of C# .NET 4.x

Excellent knowledge ASP.NET Web API and JSON

Excellent knowledge ASP.NET MVC

Excellent knowledge of automated unit testing/mocking frameworks.

Excellent knowledge of Object Oriented Programming/Design Patterns



Experience with Entity Framework

Experience with SQL Server

Experience with regular expressions

Experience with JavaScript/JQuery/CSS3/ Html5

Experience with Agile/Scrum methodologies

Experience with Angular is a plus

Experience with Azure is a plus



*Excellent oral and written communication skills*



*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5BZ0GMYNX_p0ubtxX_k2MNpxCoTZEQZ7Cvg6K7y9dDm6HQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD START: Sr Tableau Developer (9-10+ yrs) in Orange County, CA

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

Sr Tableau Developer *(9-10+ yrs)*
Orange County, CA
Long term contract

*Need EAD, GC, TN or Citizen Only!!*

Must have skills:
1. 9-10+ yrs of experience in Tableau development.
Must have experience with: desktop, Server and data visualization
techniques and concepts.
2. Administration on top of a server experience: Performance tuning
3. Rolling Tableau out to a new organization is a PLUS.
4. OUTSTANDING communication skills. The reason why is b/c this person will
need to meet and work with the business users and turn their data into
reports. (Business users are: Sales, INS, Marketing, Claims, Membership
groups, Underwriting group, etc.)

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/CAL4ROq4UCtQWvm6ndqCZoHz5egBEvATD5PVZHNGWGD_eR7_JSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need__Oracle BPA Senior developer(8+ profile)

2016-09-27 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.



*Position Title: Oracle BPA Senior developer*

*Type of Position: Contract to Hire/Contract*

*Work Location: Dallas /texas*



JD-

Responsibilities:

· ·  Working closely with business users

·  Evaluating requirements, proposing creative solutions, design,
development and implementation of BPA processes

·  Define and develop design patterns, including service levels, SOA and
APIs

·  Establish processes and tool required to develop and manage application
architecture

·  Import process models into Oracle BPM Studio

·  Develop interconnections and interface designs

·  Define and develop interactions between applications, databases and
middleware systems required.



Required Skills:

·  5 - 6 Year of hand on experience in implementing Oracle BPA Solution set

·  In-depth knowledge on following technologies:

·  Oracle SOA Suite 12c,

·  Oracle Fusion middleware,

·  SQL, PLSQL, Oracle RDMBS, Unix Shell Scripts

·  Experience in working with cross-functional skills

·  Experience in managing mid-sized teams



·  Hi-tech domain knowledge for implementing web technologies.

of Agile Scrum methodologies

-- 
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/CAEmgVe2-uPvmQZW3AWfTiUZuvnUX%2BUjtuN-jpih7Jj%3DNfQpDyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle PL/SQL developer with Recent Telecom Domain@Miami, FL

2016-09-27 Thread Santosh kumar 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: Oracle PL/SQL Lead with Recent Telecom Domain*

*Location: Miami, FL*

*Work Duration: 6+ Month*

*Years of Experience: 9+*


*Note: We need Photo id and visa copy (H1B) Job Description:*

*Skill Set: *

Skill Set: Expert in Oracle PL/SQL

8 yrs Experience in developing applications based in PL/SQL

Experience in Oracle DC

Experience in Telecom Domain







[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

-- 
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/CAG0Zfz2VM5HMhUKYM5nKxX%3D3-36B7faDwuEmXC098JT5N_OVHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Application Security Project Manager @ San Jose, CA

2016-09-27 Thread satish kumar
Hello,



Hope you are doing great!



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



*Role: Project manager*

*Location: San Jose, CA*

*Duration: 11+ Months*





Experience (Years)  8-10



Experience working in Application Security space Strong Project Management
Skills Working experience in agile delivery Strong communication skills



Role description:

The role will be for PM with application security background with agile
experience.

PMP certification desirable. Agile certification preferred.









*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/CAHxR9GbwmotJboM46LMNUGvaanVCUUB4BDvFYheKDR%3DK9Yi52A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate need a Senior Tableau Subject Matter Expert || No H1B ||

2016-09-27 Thread Mohammad Wasim
*Senior Tableau Subject Matter Expert*

*Location:* Lower Manhattan

*Duration::* 6-12 months

*MOI::* T + F

*Client*:: NYC Government (client who focuses on pension and fund
administration)

No H1B’s



*Note::* They are looking for a *Senior Tableau Subject Matter Expert* who
comes from a Tableau Development background, and is able to train and
support Business Intelligence Analysts and other Tableau users.



*Must Haves:*

-  6 years of experience with deep knowledge and expertise in
development and implementation of Tableau Products (preferable 7.0+)

-  7 year of experience with database systems, SQL Programming,
data warehouse and BI

-  Ability to train and mentor BI Analysts and End Users





*Regards,*



**

*Thanks,*

*Mohammad Wasim*

*Source InfoTech Inc.*

W: *6099450420*| F: 732-909-2282| Email: *wa...@sourceinfotech.com*
 | Website: *www.sourceinfotech.com*
 |

*Disclaimer:*  If you are not interested in receiving our e-mails then
please reply with a "REMOVE" in the subject line at
rem...@sourceinfotech.com for automatic removal. And mention all the e-mail
addresses to be removed with any e-mail addresses, which might be diverting
the e-mails to you. We are sorry for the inconvenience.

-- 
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/CANdkWrRpBnRkZhvrOPDf4qLaFfLpUYjBfP2-%2B00a59ipuMa3Og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Peoplesoft Administrator - Richmond, Virginia

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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/536225-peoplesoft-administrator-at-sygna-technologies-incpubid=ra-56e8d0c36464f675ct=1title=Peoplesoft%20Administratorpco=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 
Peoplesoft Administrator in Richmond, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/536225-peoplesoft-administrator-at-sygna-technologies-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: PeopleSoft Administrator
Location: Richmond, VA
Duration: EOY
Interview: In-Person Only

*local candidates strongly preferred*ALL candidates MUST be able to 
attend a personal interview, NO phone interviews, NO Skype, NO exceptions
PeopleSoft Administrator

Upgrade PeopleSoft Time and Labor and Financial systems by performing 
PeopleSoft required system updates and maintenance.
Download and apply patches, bundles, maintenance packs released by 
PeopleSoft. 
Reapply customizations following application patches and upgrade. Perform 
tools upgrades.

5+ Years experience (Required)

Experience with PeopleSoft 9 or greater
People Tools 8.52 or greater   http://www.job4tech.com/jobs/536225-peoplesoft-administrator-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">http://bit.ly/1sPBNiv;>http://i.imgur.com/52zzcpv.png; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT;>http://i.imgur.com/7BQZxSD.png; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu;>http://i.imgur.com/fYxvx3Y.png; 
height="64" width="64" border="0" alt="Google+">  

[android-developers] HOTLIST

2016-09-27 Thread kevin M


Hi Partners,


Greetings from MySapgroup 
 
Please find the Updated Hotlist of “ Mysapgroup ”. Let me know if you have 
any suitable requirements for our consultants.


Skill

EXP

Location

Relocation

Visa Status

Availability

Sr Tableau

11yrs,8yrs

TX

Open

H1B

Immediate

SAP ABAP

16Yrs

TX

Open

H1B

Immediate

Peoplesoft techno

11yrs

KY

Open

H1B

Immediate

SAP BW

10yrs

IL

Open

H1B

Immediate

SAP OTC

18yrs

TX

Open

H1B

Immediate

Oracle DBA

11yrs

GA

Open

H1B

Immediate

Test Manager

12yrs

TX

Open

H1B

Immediate

SAP FICO

14yrs

FL

Open

GC

Immediate

.Net

6yrs

TX

Open

H1B

Immediate

UI Dev

8yrs

CA

Open

H1B

Immediate

 

Thanks & Regards

 

Kevin  |  Mysapgroup

*Office:* 972-432-7177 

ke...@mysapgroup.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/84be956c-bf3c-4ac4-acc4-f312b9e757e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: SAP APO/IBP Consultant @ Redmond, WA | Contract Position

2016-09-27 Thread Ateeq Rehman
*Hello Associate,*

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



*Please share SAP APO/IBP Consultant at ateeq.reh...@diverselynx.com
*

*Job Description:*

*Role: SAP APO/IBP Consultant*

*Location: Redmond, WA*

*Duration: 6 - 12 Months*



*Detailed JD:*



·  Strong knowledge of Supply Chain Processes i.e. Forecasting, Supply
Planning, Order Fulfillment and Inventory planning.

·  Knowledge of SCOR Metrics.

·  Strong understanding with process mapping and system configuration
for make to stock, make to order, configure to order processes.

·  Strong working knowledge of SAP ECC master data and transaction
data, CIF integration models, and troubleshoot CIF issues.

·  Demonstrated strong troubleshooting skills to be able to identify
and fix bugs that arise in unit test, system integration test, user
acceptance test.

·  Experience in creation of test cases for system integration test and
user acceptance test using the business process documentation and user
stories.

·  New developments to enhance the system



*General Skills*

o  Familiar with SDLC, Agile, Lean, SCRUM, KanBan or similar
development/implementation Methodologies

o  Strong verbal communication and cross-group collaboration skills

o  Skilled in writing high-quality functional specifications

o  Drives through ambiguity, self-motivated, thrives with minimal
supervision

o  Confident, takes ownership, willingness to “do what it takes” to get the
job done

o  Proven experience driving projects to successful completion



*Minimum Qualification:*

·  8-10+ years of SAP Supply Chain Consulting -SME in APO DP, SNC & RCC

·  Experience in IBP implementation

·  8-10+ year of Strong functional experience in SAP APO DP, SNP and
ECC with at least two full life cycle implementation.

·  At least 3-4 full lifecycle APO implementation experience

·  At least one IBP Project implementation experience with strong
configuration and technical skills.

·  Strong knowledge of Supply Chain Processes i.e. Forecasting, Supply
Planning, Order Fulfillment, Inventory planning and  data integration

·  Knowledge of SCOR Metrics

·  Skilled in writing high-quality functional specifications

·  Excellent communication skills







*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/CAN6NZJtgJkQdLnweeBK2QTkS%2BppQspJfiMc6VLA1-fu_9fPYgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need local only---- 4 Position: Java Developer in MN

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

Java Developer
Richfield, MNNeed local only!!
Long term contract

*Lead Java Developer #2981 – Local Candidates in Minnesota only*
5+ years of relevant application software development experience
Experience with large-scale distributed systems and client-server
architectures
Developing Spring/Java/Groovy/Maven applications
Experience in MQ(Rabbit/IBM)
Experience in developing/consuming REST and SOAP Services
Aggressive refactoring
High comfort level with Unix/Linux command line
Strong unit-testing skills (Junit/Spock in particular)
Object-oriented programming and experience with Design Patterns

*Java Developer #3096 – Local Candidates in Minnesota only*
5+ years of relevant application software development experience
Experience with large-scale distributed systems and client-server
architectures
Developing Spring/Java/Maven applications, Groovy, JBoss, SQL/PL-SQL, ATG
Aggressive refactoring
High comfort level with Unix/Linux command line
Strong unit-testing skills (JUnit, Mockito, EasyMock in particular)
Object-oriented programming and experience with Design Patterns
Test Driven Development (TDD) and Continuous Integration
Pair Programming (Social skills)

*Java Developer #3122 – Local Candidates in Minnesota only*
5 + of relevant systems software engineering experience
Solar/Lucene 2 years’ experience
Aggressive Refactoring
Experience with service development, REST, HTTP, Groovy, Java, Spring, SQL,
NoSQL, XML, JSON, LINUX, Akka
Knowledge of and working experience with open source software (e.g. Apache,
Tomcat, Memcached, etc.)
Any level of experience with SQL data stores (Oracle, MySQL, etc.)
Any level of experience with NoSQL data stores (Riak, Cassandra, etc.)
Experience with message queuing technologies (RabbitMQ, IBM MQ, etc.)

*Java Developer #3152 – Local Candidates in Minnesota only*
5+ years of relevant systems software engineering experience
Iteration Planning, Retrospectives, Showcases, Design Sessions. The support
of DevOps is an important part of this job. Linux, Jenkins, TomCat, and Chef
Large-scale distributed systems and web oriented architectures
Developing REST/Spring/Java/Maven applications
Familiarity with Unix
Object Oriented Programming and Service Oriented Architecture design
Experience with cloud computing platforms (e.g. AWS, Azure, GCE, etc.)
Pair Programming (Social skills)
Infrastructure Automation (Chef, Jenkins)
Experience with testing frameworks (Junit, Spock, JMeter)

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/CAL4ROq7W%3D0egLqJ57pmVHjFt4G0UdKN41nrH6qwBb-o1YXS4Pw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] .Net Developer(Sitecore) in Richmond, VA !

2016-09-27 Thread Abhishek ojha
*.Net Developer(Sitecore)*

*Location: *Richmond, VA

*Interview: *Will Skype and will pay for travel for onsite interviews.

*Need USC and GC only*

*Description:*

Do you love the web? Do you get excited about using leading tools and
development practices to make software for a high-traffic website? Then
we’d like to talk to you!


*Expertise in the following required:*
• Microsoft SQL Server scripting
• React JS
• Sitecore
• Microsoft .NET
• JavaScript
• HTLM/CSS and other web design components
• Experience in the following preferred:
• Endeca technologies
• Content Management System

*Technical Preferred*
• Background in iOS and / or Android development
• Any open-source contributions or projects we could check out
• Experience with ASP.NET MVC, Web API
• Understanding of REST architectural design principles
• ORM and Dependency Injection framework experience

*Education and/or Experience:*

5 + years of application development experience required
4 year degree required; IT Course of Study preferred.
RDBMS experience
Typically 6+ years of database development experience (see Specialty
section)



*Abhishek Ojha*
732-767-0010 x 106
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/CAKpcopSGxKq36LgANsKskjyNgEt0gSYO1jHQ7%3DR7kM%3D6VkJMXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Service Now Developer in Washington DC !

2016-09-27 Thread Abhishek ojha
*Mail Me on *:*aojhaATsageTL.com*

*Service Now Developer*
*Washington DC*
*6+ Months*

*Must Have ServiceNow Certificate*

The position is responsible for the design, architecture and leading the
maintenance and enhancement of existing ServiceNow ITSM applications as
well as implementation and development of new applications on the ServiceNow
platform. To be successful, one should have prior experience implementing
and deploying the core suite of ITSM applications, as well as experience
developing solutions across the ServiceNow platform that leverage the
automation and integration capabilities of ServiceNow. You will be the
ServiceNow expert working with other IT professionals, vendors, and process
owners to support, maintain, and enhance the service ServiceNow ITSM
application.


*Essential functions for this role include:*

   - Demonstrate hands on expert knowledge of ServiceNow toolset and
   integrations with related systems.
   - Develop, maintain and enhance applications on the ServiceNow ITSM
   platform (help desk/service management, change management, problem
   management, procurement, asset management)
   - Leverage both proven and innovative technology approaches to solve
   challenging business problems
   - Provide technical assessments, written documentation and technical
   expertise
   - Design and enhance reporting solutions both within ServiceNow together
   with supporting tooling configurations and/or functional specifications,
   based on industry best practice.
   - Communicate with the customer in technical/non-technical terms,
   understand their business requirements, and provide suitable solutions.
   - Work on continuous improvement by sharing experiences and knowledge
   with the team.
   - Collaborate with System Administrators and ServiceNow Support
   concerning strategies and technical aspects of platform upgrades
   - Advises on options, risk and impacts on business processes and
   technical architecture
   - Work on the ServiceNow Vendor selection process
   - Primary contact for working with Vendors and providing direction to
   the ServiceNow Administrators and Developers

*Requirements*

   - BA/BS degree or equivalent work-related experience
   - 5+ years of experience as a key technical resource for large scale ITSM
   solutions in client environemnts of which at least 3 years should be as
   ServiceNow Archiect or ServiceNow Solution Consultant
   - Proven successful oversight of several ServiceNow implementations
   - Ability to meet the expectations and requirements of the internal
   customers and senior management
   - Excellent verbal and written communications skills
   - Ability to provides technical leadership and professional guidance to
   managers, team, and vendors
   - Working knowledge of Active Directory, LDAP and Single Sign-On (SSO)
   Integrations with ServiceNow Java Scripting
   - DHTML, CSS, AJAX, XML, HTTP
   - Database technologies such as JDBC, SQL
   - *ServiceNow Certified Implementation Specialist Certification,
   ServiceNow Certified Application Developer Certification, ServiceNow
   Certified System Administrator Certification*


*Abhishek Ojha*

*732- 837- 2138*
*aojha AT 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/CAKpcopTo3tOHcA57hJQof-RpeexaOu9CUcsQB1hKpH9FAu9row%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need-----Java Developer------Charlotte, NC--- Locals Only----NO H1’ S

2016-09-27 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: Charlotte, NC--- Locals Only*

*Duration: 6+ months*

*NO H1’ S*



*Position overview: *

· Acts as a lead in providing application design guidance and
consultation, utilizing a thorough understanding of applicable technology,
tools and existing designs.  Analyzes highly complex business requirements,
designs and writes technical specifications to design or redesign complex
computer platforms and applications.

· Provides coding direction to less experienced staff or develops
highly complex original code.

· Acts as an expert technical resource for modeling, simulation and
analysis efforts.  Verifies program logic by overseeing the preparation of
test data, testing and debugging of programs.

· Oversees overall systems testing and the migration of platforms
and applications to production.

· Develops new documentation, departmental technical procedures and
user guides.

· Leads projects, allocates and manages resources and manages the
work of less experienced staff.

· Assures quality, security and compliance requirements are met for
supported area and oversees creation of or updates to and testing of the
business continuation plan.



*Qualifications: *

· Strong experience in ASP.Net, C#, ADO.Net, JavaScript, AJAX,
JQuery, WCF.

· Third party frameworks such as Kendo UI/Telerik controls.

· SQL Server queries, tables, stored procedures and triggers.

· MVC Framework, Entity Framework, SSRS, SSIS, Agile development
methodology.

· Candidate should have the ability to articulate how and why
technologies were used that are listed on their resume.

· Candidate can clearly demonstrate their implementation experience.

· Candidate can demonstrate that they have the capability to ramp
up quickly without a lot of instruction, training, or hand-holding.

· Candidate can demonstrate that they possess a balance of
technical skills with hands-on implementation experience.

· Candidate can demonstrate that they have the soft skills to
support a lack of detailed instruction or training.

· 7+ years application development and implementation experience.





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%2BorBa16j8S-58n9gha9L9%3DUGFSmx9MD%2Bf2M%3DzFVoYyqf-hA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for ::: IBM MDM developer in Durham (NC), USA

2016-09-27 Thread SALMA BHAT
Hi Partners,

Please share resume at naseer.ah...@nityo.com

*Skill Set*

IBM MDM

*Work Location*

Durham (NC), USA

*Special Instructions*

NA



*Job Description*

• Bachelor’s degree or foreign equivalent required.
• Total of 7+ years of experience in IT
• At least 3+ years of experience in IBM MDM
· Experience with IBM MDM Standard edition upgrade from 9.x to 11.x ·
Porting of engine call outs · Porting of other Java components like batch
jobs that use MDM API · WAS configuration and setup as related to MDM
components and resources like database Oracle RAC in this case · Upgrade of
MDM database and schema from V9.x to V11.x
• Must possess good concepts in Data warehousing
• Must have good analytical and communication skills

-- 
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-m2sRWbWaQyB%2BEmYBarEb%2BF44dxvjNjhJqQRd6pDz%3DJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] QA LEAD || Quad City,IL || USC ,GC or EAD || Local Prefferd

2016-09-27 Thread Vishal Ji Awasthi
EAD/GC/USC.

*Location: Quad City (area) (Illinois)*

*Duration: 6 Month Contract-to-Hire*

*Interview Method: F2F Preferred (WebEx option for non-local)*





*Skill Set: *

-willing to think outside the box and take a dev lead that has done testing.

-She is looking for a technical lead that has experience in scrum/agile, as
well as automation strategy. Who can put standards in place and work
regression testing into the SDLC.

-Able to communicate with upper management







Work Experience Requirements: 5+ years of testing experience; 3+ years of
experience on leading test activities; Experience leading test activities
in scrum or agile methodologies; using TFS; Object Oriented Development
including major computer programming languages, HTML, Java Script, VB.Net
and C#; Testing applications implemented using services oriented
architecture and knowledge of technologies such as JAVA, REST, HTTP, SOAP;
Logical and relational databases; Environment configurations, defect
tracking, build or release management and debugging tools.



Skill Requirements: Working knowledge of leading test activities in scrum
or agile methodologies; using TFS; Object Oriented Development including
major computer programming languages, HTML, Java Script, VB.Net and C#;
Testing applications implemented using services oriented architecture and
knowledge of technologies such as JAVA, REST, HTTP, SOAP; Logical and
relational databases; Environment configurations, defect tracking, build or
release management and debugging tools; documentation, analysis, effective
verbal and written communication skills.



Additional Preferred Qualifications: Certification in the major software
and analytic software, membership in professional organizations such as the
Quality Assurance Institute.





Job Overview: Specialized area of software development which requires all
of the same skills as a developer yet also requires that you are advanced
enough to evaluate others' work, lead the test effort on multiple
platforms, and request changes. This position is that of a senior team
member, verifying that the test plans and test cases being executed meet QA
standards. In order to be effective in your position, it will be necessary
to develop domain knowledge in Life Insurance and Annuities, 3rd party
software packages, and system architecture.





Duties and Responsibilities:

1. Understand the architecture and design of computer programs to evaluate
them and make recommendations for improvement.

2. Assist in the design of tests to be implemented by other staff and
translate the results for upper management along with making
recommendations. Communicate the parameters of the test and programs'
desired output clearly to the software testing staff.

3. Assist in the design of tests to be implemented by other staff and
translate the results for upper management along with making
recommendations.

4. Confirm the continued quality of software by running systematic tests at
random intervals to confirm there are no bugs or security violations.

5. Maintain a cross project perspective on a technical level.

6. Work with release managers in Information Technology and for a Policy
Administration System (PAS) to ensure that testing is in alignment with the
deploy schedules.

7. Coordinate the use of Quality Assurance testing environments, various
test sites, and versions that are deployed to each.

8. Oversee a team of diverse developers who will create, maintain, and run
manual and automated regression test scripts.

9. Coaching team members who will be executing project specific quality
assurance work which consists of writing test plan and test cases, setup,
and configuration of the testing environments both on premise and cloud,
analyzing the test results, reporting, and following up on any issues.

10. Obtain an in-depth knowledge of the software testing tools and methods
utilized and remain current on the products, tools, and processes utilized
in the quality assurance process.

11. Train staff and serve as a knowledge resource on quality assurance
software tools, processes, and policies

12. Assist in installations, configurations, and upgrades to quality
assurance software tools.

13. Assist and coordinate with user departments and Information Technology
staff involved in quality assurance projects.

14. Prepare and maintain technical documentation according to stated
objectives and methods.

15. Perform other duties as requested.





*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 

[android-developers] looking for Database Admin || 6+ Months || Any Visa is OK !!

2016-09-27 Thread Mohammad Wasim
*Database Admin *

*Austin, TX/Remote – MUST be local to Austin, TX (Will be going onsite from
time to time)*

*6+ Months*

*Phone/Skype Hire*



*Any Visa is OK !!*



*Requirements :*



Oracle RDBMS *

  and 4 Yrs.

SQL *

  and 4 Yrs.

Operating Systems

Microsoft Windows *

  and 4 Yrs.

Solaris *

  and 4 Yrs.

Unix *

  and 4 Yrs.









**

*Thanks,*

*Mohammad Wasim*

*Source InfoTech Inc.*

W: *6099450420*| F: 732-909-2282| Email: *wa...@sourceinfotech.com*
 | Website: *www.sourceinfotech.com*
 |

*Disclaimer:*  If you are not interested in receiving our e-mails then
please reply with a "REMOVE" in the subject line at
rem...@sourceinfotech.com for automatic removal. And mention all the e-mail
addresses to be removed with any e-mail addresses, which might be diverting
the e-mails to you. We are sorry for the inconvenience.

-- 
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/CANdkWrS33J%3DuY9gQX0cFnLRYqqFES5Xt8aHt7kPDgBy_j4qxpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Offering In-App Billing in a library/SDK

2016-09-27 Thread pqetar1
Hi,

Our main app offers In-App Billing for different advanced features. 
Recently we've wrapped our code in an AAR file which offers some basic 
functionality for free, but we would like to offer In App Purchases for 
advances features.
Since we will be used by other applications as an SDK, and those 
applications might have their own IAB implementations and their own SKUs, 
we aren't sure if there is a way to still use the same Application ID and 
SKUs defined for our main app when trying to purchase something related 
only to the SDK part of the code, or would that be against the rules and 
wouldn't work because of public key used to verify the signature wouldn't 
match the private key of our main app? 

Since it probably isn't supported/won't work, any ideas on how to offer 
alternative way for our partners to purchase advances features are welcome.

-- 
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/1e47c6fe-fa44-43fb-8069-67df67244123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Claims with Java - New York, New York

2016-09-27 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/IYRUyKU.png;>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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/536238-claims-with-java-at-cohesive-technologiespubid=ra-56e8d0c36464f675ct=1title=Claims%20with%20Javapco=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 
Claims with Java in New York, New York, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/536238-claims-with-java-at-cohesive-technologies?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Role: Fineos Claims with Java Location: New 
York; NY Desired start date: ASAP 
 Must Have Skills: Fineos Claims 
  Desired Skills: Life 
Insurance/Claims domain knowledge  
Fineos Claims product. (Fineos uses Java, UNIX/LINUX, PL/SQL and 
WebSphere)   
Job Roles / Responsibilities:   Perform 
customizations to the Fineos Claims product Individual Life new product 
launches Perform enhancements to the Fineos Claims 
product for enhancements in the Individual life products including new riders 
   Fineos uses Java, 
UNIX/LINUX, PL/SQL and WebSphere Essential 
Functions  Design, develop, test and implement enterprise 
level applications, including major enhancements, interfaces, functions, and 
features for User Interface components Collaborate with business and 
IT team representatives for requirements, analysis, design, and reviews 
Perform on-going support of new and existing system components 
Ability to adapt to new technology and business requirements.  
Required qualifications:  4 years of experience 
and proficient knowledge of Java development Experience with WebSphere 
Application Server 8.5 including configuration of WebSphere Application 
Server Experience with Java EE 7 application model, including EJBs, 
JSP, HTTP Sessions and servlets Working knowledge of UNIX/Linux 
Strong oral and written communication Strong interpersonal and 
collaboration skills  Additional 
qualifications:  Web services, including SOAP, UDDI, and 
WSDL Fineos knowledge Leadership experience

[android-developers] Urgent Need : Test Lead with Capital marker domain experience _ NYC,NY _ 6-12+ months

2016-09-27 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on   *Test Lead Capital marker domain experience*
Position with my client. Please send me the resumes with full name, contact
details, Salary, and availability date.

 *Requirement details:*

*Title   :*  *Test Lead with Capital marker domain experience*

*Location   :* *NYC,NY*

*Duration  : 6-12+ **months  *

*Rate*   *:* *Market *



 Technical skills and Knowledge:



*Primary Skills**:*   *Test lead with Hand-on automation ( preferably Test
Complete) plus strong Capital marker domain experience including exposure
to products like Eagle/ Pace /Star*





*Job Description:*



*Test lead with Hand-on automation ( preferably Test Complete) plus strong
Capital marker domain experience including exposure to products like Eagle/
Pace /Star*





Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

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/CAFjuZGGZhdDMs2K5_BGkjGxU9Np_EwkDShTC%2Bo5j5DF52PDL_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Pega DSM (Decision Strategy Manager) @ San Jose, CA --- Contract

2016-09-27 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with Resume, Work Authorization , Rate & Contact Details
ASAP *



*Job Title:  Pega DSM (Decision Strategy Manager)*

*Location:*  San Jose, CA

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype

* Primary Skills:   Pega with good DSM framework experience*

* Job Description:*

 Pega with good DSM experience


Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.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/CAJkGZ%2Bw%3DCpJKbvMuv6qnm8bozUNGWwWhcesRn-ZcyV%2ByOm%2BbqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >