Re: [android-developers] Saving data in wearable android

2017-02-14 Thread ryan.pena via Android Developers


On Wed, 2/15/17, ryan.pena via Android Developers 
 wrote:

 Subject: Re: [android-developers] Saving data in wearable android
 To: android-developers@googlegroups.com
 Date: Wednesday, February 15, 2017, 4:45 AM
 
 
 
 On Wed, 2/15/17, taylor.james300 via Android Developers
 
 wrote:
 
  Subject: Re: [android-developers] Saving data in wearable
 android
  To: android-developers@googlegroups.com
  Date: Wednesday, February 15, 2017, 1:18 AM
  
  
  
  On Wed, 2/15/17, Anh 
  wrote:
  
   Subject: Re: [android-developers] Saving data in
 wearable
  android
   To: "Android Developers" 
   Date: Wednesday, February 15, 2017, 12:17 AM
   
   Hi
   Marina,Thanks for your advise but my app on
 smartwatch
   will run alone. I meant no connection to the
   phone.That's why I need to save it on the
   local, smartwatch.Any ideas???Anh
   
   On Monday, February 13, 2017
   at 2:49:32 PM UTC-6, Marina Cuello wrote:I think you
 need
  to
   use the data sync API and save the shared preferences
 on
  the
   normal app side.https://developer.android.com/
   training/wearables/data-layer/ data-items.html
   
   Marina
   On Mon,
   Feb 13, 2017 at 12:34 PM, Anh 
  wrote:
   Hello,I
   am encountering an issue that saving userId in
 wearable
   app. I have a login page and need user enters userID
 and
   save it.In android mobile app, I used
   SharedPreferences successfully. However, for wearable
 app,
  I
   don't know how and what I can use to save
   UserID.I am searching on the internet but no
   clue. Please support!Thank youAnh
   
   
   
   
   -- 
   
   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-d...@
  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/ e6a68708-ee23-4f52-9d1d-
   0c0f9398a573%40googlegroups. 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/f6d87893-6ea6-4ef1-b6d1-abe35aa3da95%40googlegroups.com.
   
   For more options, visit
  https://groups.google.com/d/optout.
   iarul stirea  despre Dictatul fascist de la
  Viena  din
  1940f   B>   24*4
  
  -- 
  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/2119834587.6331485.1487114283248%40mail.yahoo.com.
  For more options, visit
  https://groups.google.com/d/optout.irman 
 al  Portn cu privire la modul  de alegere al
 Adunarilor ad-hoc 6 18 febr - Aparitia ziarului unionist
 Concordia   condus de C A Rosetti
 mart   -   Sosesc   la   Bucuresti   comisani
 Marilor Puteri in legatura cu misiunea de informare privind
 alegerile Adunarilor ad-hoc si doleantele romanilor 3 15
 mart - Constituirea Comitetului Central al Unirii de la
 Bucuresti -Se   instaleaza   
 langa   Ploiesti 
    prima rafinarie din tara  construita
 la Hamburg - Este introdus la Bucuresti iluminatul cu petrol
 lampant un -iul  - Se intorc in tara ultimii
 revolutionari exilati la 1848 7
 19   iul   
 -   Alegerile   pentru   Adunarile
 ad-hoc sunt falsificate  in Moldova  de catre
 caimacamul  Nicolae Vogonde   Dupa noi
 alegeri   unionistii   domina 
   din   punct  de vedere
 numeric  Adunarile ad-hoc18571857-1859 - Criza
 economica in statele germane 1857-1858 - Rascoala in
 Hertegovina Rescnptul  tarului  Alexandru 
 al   II  al
 Rusiei   in   vederea   infaptuirii 
   reformei agrare 7 19 iun   - Tratative
 intre Marile Puteri europene cu privire la frontiera dintre
 

[android-developers] Android Camera HAL for skype

2017-02-14 Thread sr4shantan
Hi, 

I am new to android camera framework.I want to write camera HAL for my test 
platform which should support skype video calling with USB webcam.

Does the camera HAL set the simultaneous different pixel format for local 
preview and video to the receiver in skype video calling?

If USB web camera supports multiple video output formats like YUYV, MJPEG, 
H264.

Can we use YUYV for Local Preview and MJPEG for streaming video to the call 
receiver in skype video calling? 


-- 
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/f1d215cf-f901-4556-84a8-5c277621c91d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Saving data in wearable android

2017-02-14 Thread ryan.pena via Android Developers


On Wed, 2/15/17, taylor.james300 via Android Developers 
 wrote:

 Subject: Re: [android-developers] Saving data in wearable android
 To: android-developers@googlegroups.com
 Date: Wednesday, February 15, 2017, 1:18 AM
 
 
 
 On Wed, 2/15/17, Anh 
 wrote:
 
  Subject: Re: [android-developers] Saving data in wearable
 android
  To: "Android Developers" 
  Date: Wednesday, February 15, 2017, 12:17 AM
  
  Hi
  Marina,Thanks for your advise but my app on smartwatch
  will run alone. I meant no connection to the
  phone.That's why I need to save it on the
  local, smartwatch.Any ideas???Anh
  
  On Monday, February 13, 2017
  at 2:49:32 PM UTC-6, Marina Cuello wrote:I think you need
 to
  use the data sync API and save the shared preferences on
 the
  normal app side.https://developer.android.com/
  training/wearables/data-layer/ data-items.html
  
  Marina
  On Mon,
  Feb 13, 2017 at 12:34 PM, Anh 
 wrote:
  Hello,I
  am encountering an issue that saving userId in wearable
  app. I have a login page and need user enters userID and
  save it.In android mobile app, I used
  SharedPreferences successfully. However, for wearable app,
 I
  don't know how and what I can use to save
  UserID.I am searching on the internet but no
  clue. Please support!Thank youAnh
  
  
  
  
  -- 
  
  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-d...@
 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/ e6a68708-ee23-4f52-9d1d-
  0c0f9398a573%40googlegroups. 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/f6d87893-6ea6-4ef1-b6d1-abe35aa3da95%40googlegroups.com.
  
  For more options, visit
 https://groups.google.com/d/optout.
  iarul stirea  despre Dictatul fascist de la
 Viena  din
 1940f   B>   24*4
 
 -- 
 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/2119834587.6331485.1487114283248%40mail.yahoo.com.
 For more options, visit
 https://groups.google.com/d/optout.irman  al  Portn cu privire la modul  de 
alegere al Adunarilor ad-hoc 6 18 febr - Aparitia ziarului unionist Concordia   
condus de C A Rosetti mart   -   Sosesc   la   Bucuresti   comisani Marilor 
Puteri in legatura cu misiunea de informare privind alegerile Adunarilor ad-hoc 
si doleantele romanilor 3 15 mart - Constituirea Comitetului Central al Unirii 
de la Bucuresti -Se   instaleazalanga   Ploiesti prima rafinarie din 
tara  construita la Hamburg - Este introdus la Bucuresti iluminatul cu petrol 
lampant un -iul  - Se intorc in tara ultimii revolutionari exilati la 1848 7 19 
  iul-   Alegerile   pentru   Adunarile ad-hoc sunt falsificate  in Moldova 
 de catre caimacamul  Nicolae Vogonde   Dupa noi alegeri   unionistii   domina  
  din   punct  de vedere numeric  Adunarile ad-hoc18571857-1859 - Criza 
economica in statele germane 1857-1858 - Rascoala in Hertegovina Rescnptul  
tarului  Alexandru  al   II  al Rusiei   in   vederea   infaptuiriireformei 
agrare 7 19 iun   - Tratative intre Marile Puteri europene cu privire la 
frontiera dintre Rusia si Poarta 16 iul  28 iul - Marile Puteri protesteaza la 
Poarta impotriva falsificam alegerilor pentru Adunarea ad-hoc a Moldovei 28 iul 
 9 aug - Acordul confidential de la Osborne  intre Anglia si Franta  cu privire 
la statutul Principatelor 3 nov  - Ambasadorul Frantei la Poarta alcatuieste un 
proiect de reorganizare a Principatelor

-- 
You received this message because you are subscribed to the Google Groups 
"Android 

Re: [android-developers] Saving data in wearable android

2017-02-14 Thread taylor.james300 via Android Developers


On Wed, 2/15/17, Anh  wrote:

 Subject: Re: [android-developers] Saving data in wearable android
 To: "Android Developers" 
 Date: Wednesday, February 15, 2017, 12:17 AM
 
 Hi
 Marina,Thanks for your advise but my app on smartwatch
 will run alone. I meant no connection to the
 phone.That's why I need to save it on the
 local, smartwatch.Any ideas???Anh
 
 On Monday, February 13, 2017
 at 2:49:32 PM UTC-6, Marina Cuello wrote:I think you need to
 use the data sync API and save the shared preferences on the
 normal app side.https://developer.android.com/
 training/wearables/data-layer/ data-items.html
 
 Marina
 On Mon,
 Feb 13, 2017 at 12:34 PM, Anh  wrote:
 Hello,I
 am encountering an issue that saving userId in wearable
 app. I have a login page and need user enters userID and
 save it.In android mobile app, I used
 SharedPreferences successfully. However, for wearable app, I
 don't know how and what I can use to save
 UserID.I am searching on the internet but no
 clue. Please support!Thank youAnh
 
 
 
 
 -- 
 
 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-d...@ 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/ e6a68708-ee23-4f52-9d1d-
 0c0f9398a573%40googlegroups. 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/f6d87893-6ea6-4ef1-b6d1-abe35aa3da95%40googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout.
 iarul stirea  despre Dictatul fascist de la Viena  din 1940f   B>   24*4

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


[android-developers] Immediate Need: UX/UI developers - Bentonville, AR - 6+ Months Contract

2017-02-14 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Position title: UX/UI developers*
*Location  : Bentonville, AR*
*Duration: 6+ Months Contract*

*Need: USC/GC only*

*Job details:*
*Very good communication skills is a must.*
Understanding of (Java/J2EE or .Net, HTML5, CSS, JavaScript, Spring, AJAX,
& JSON skills for implementing web technologies Understanding in JQuery,
NodeJS, AngularJS, extJS, SenchaTouch Framework, Promise, and other
frameworks like (wireJS , AngularJS) Understanding of multithreaded
software design Understanding of the AJAX and Spring frameworks.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.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/CANBLWA8-Lj4tpc0E0F7tDw_6yX2abv91vLKx%2Bn-s5US289imzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Adept hotlist

2017-02-14 Thread pramod b
*Dear All,* 
*Greetings from ADEPT CONSULTANTS ! ! *

Please find the list of available consultants for your direct client 
requirements for Corp to Corp-(C2C).  Add my mail id : 
*pra...@adeptconsultants.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/a2253b8e-6dbd-4097-81ae-d1ab26753463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need local /Apple/Infosys Sunnyvale Ca Data Scientist with NLP

2017-02-14 Thread sammy
Need local /Apple/Infosys Sunnyvale Ca*  Data Scientist with NLP*



   -  data science toolkits, such as R, Weka, NumPy, MatLab, etc {{depending
   on specific project requirements}}. Excellence in at least one of these
   is highly desirable
   - Great communication skills
   - Experience with data visualisation tools, such as D3.js, GGplot, etc.
   - Proficiency in using query languages such as SQL, Hive, Pig

*h Regards..**?*

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

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


[android-developers] Oracle Apps :::: Contract Opportunity in Middleton, WI

2017-02-14 Thread Soumya Sp
*Oracle Apps (Techno functional Consultant)*



*Location – Middleton, WI*

*PL SQL developer *

*Duration – 6 months*

*Rate – 50$ *





*Experience with configuration and development specifically with the
Purchasing Module of Oracle 11.5.*





· Experience using Oracle Purchasing and Payables Open Interface
and/or APIs

· Experience with PO attachments (header, line, shipment levels)

· Experience with XML

· Experience with order management cycle







*Regards,*



*Ranjan*

*Next Level Business Services Inc*

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

Phone: +1 (904) 267-0727 | Fax: +1 (608)646-8326

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.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/CAHUJvG6wYS%2BhRWkNfVmZNYWB47bcQobhGgH9tRzRknrxM4pmQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Project Manager / Program Manager

2017-02-14 Thread Kalyan Sales
Hi,



Greetings for the Day !!



I have a consultant who is having an experience of 16+ years on *Program
Manager / Project Manager* in various industries including E-Commerce,
Insurance, Social Marketing, Retail, Healthcare and etc. with *SAFe*
*SA,* *Scrum
Master, ITIL V3, PMP PMI Certifications*, etc.



*Skill Matrix*

Skills

Years of Experience

Over All IT

16+

Agile

4+

Scrum Master

4+

Six Sigma

7

Tracking & Reporting

16+

Budgeting

16+

Proposals, Plans, Specifications, and Financial conditions of contracts

16+

Planning, Design, Deployment

16+





Preferable Location: *IL* only



Please let me know if any requirement matches to this profile.



I’m trying to reach you over phone, but your are not picking my call. *Please
let me know the Rate, Layers(if any), and End Client details as this
profile is for US Citizen.*



-- 

*Thanks & Regards*



*Kalyan  ||  IT Talent Acquisition Team*
*Thoughtwave Inc ||* *www.thoughtwavesoft.com*

1444 N. Farnsworth Ave, Suite 302, Aurora, IL - 60505 |

Email 1: kal...@wavsols.com  | Email 2:
kal...@corp.thoughtwavesoft.com

Direct: +1-630423-3082 |Office: +1-630-448-6681 Ext # 111 | Fax:
630-689-5746

Hangouts ID: kal...@wavsols.com | Skype ID: Kalyan Krish

LinkedIn: http://www.linkedin.com/in/kalyan-krish-284362137

[image: itsrve-logo-new-memberof]
*"We are an Equal Opportunity and E-Verify participating employer"*

SECURITY NOTICE:

This communication, including any accompanying document(s), is for the sole
use of the intended recipient and may contain confidential information.
Unauthorized use, distribution, disclosure or any action taken or omitted
to be taken in reliance on this communication is prohibited, and may be
unlawful. If you are not the intended recipient, please notify the sender (
ad...@thoughtwavesoft.com) by return e-mail or telephone (630-448-6681) and
permanently delete or destroy all electronic and hard copies of this e-mail.

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


Re: [android-developers] Saving data in wearable android

2017-02-14 Thread Anh
Hi Marina,
Thanks for your advise but my app on smartwatch will run alone. I meant no 
connection to the phone.
That's why I need to save it on the local, smartwatch.
Any ideas???
Anh

On Monday, February 13, 2017 at 2:49:32 PM UTC-6, Marina Cuello wrote:
>
> I think you need to use the data sync API and save the shared preferences 
> on the normal app side.
> https://developer.android.com/training/wearables/data-layer/data-items.html
>
> Marina
>
> On Mon, Feb 13, 2017 at 12:34 PM, Anh  
> wrote:
>
>> Hello,
>> I am encountering an issue that saving userId in wearable app. I have a 
>> login page and need user enters userID and save it.
>> In android mobile app, I used SharedPreferences successfully. However, 
>> for wearable app, I don't know how and what I can use to save UserID.
>> I am searching on the internet but no clue. Please support!
>> Thank you
>> Anh
>>
>> -- 
>> 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-d...@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/e6a68708-ee23-4f52-9d1d-0c0f9398a573%40googlegroups.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/f6d87893-6ea6-4ef1-b6d1-abe35aa3da95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Sr. Hadoop Developer for Wilmington, DE |Phone / Skype |USC,GC and EAD-GC

2017-02-14 Thread Neha Saral
*Hi *
*Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *



*Job Title:* Sr. Hadoop Developer

* Duration*:  6+ Months

*Location:*Wilmington, DE



*Interview:* Phone/Skype



USC,GC and EAD-GC



'Sr. Hadoop Developer' to join its Information Management & Analytics team
in 'Wilmington, Delaware'.



*Qualifications:*

The candidate for the above-captioned position should exhibit the following
requirements:-

Candidate will lead design, data architecture, data migration, and
development of new processes flows on the Cloudera stack. Candidate
must have a strong background with the Hadoop development and related
architecture.
- 5+ years of overall development experience with at least 2 years of Hadoop
- 2+ years of experience using Apache Oozie
- 2+ years of experience with Impala Shell scripting
- 2+ years of experience working as Hadoop Administrator
- 3+ years of experience developing with Java
- 3+ years of experience developing with Shell Scripting and SQL
- At least 2 years of hands-on working experience with one or more of the
following technologies: Hadoop, Hive, HBase, Sqoop, Zookeeper, MapReduce
- Ability to develop data flow diagrams in PowerPoint and/or MS Visio
- Experience designing and developing data cleansing routines utilizing
typical data quality functions involving standardization, transformation,
rationalization, linking and matching
- Experience working with multi-terabyte data sets
- Understanding and hands on technical expertise of building extracts and
services layers from Hadoop / Impala data ecosystem for third-party
analytics solution integration
- Strong ability to formulate business problems mathematically and strong
problem solving skills
- Superior oral and written communication skills, especially the ability to
communicate technical issues to a non-tech audience;
- Critical thinking and intellectual curiosity
- Superior learning abilities
- Enjoy working in a team-based environment






Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

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


[android-developers] Urgently looking for :::SFDC - UI/UX Specialist

2017-02-14 Thread SALMA BHAT
Hi Partners,

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


SFDC UI / UX Design Specialist with MANDATORY experience on the following –
a refinement from what I have provided in the email down below.

Call Center Implementation UI/UX – the candidate must have working
experience in *DESIGNING UI/UX from scratch for Health care Call Center
applications*

Candidates must have worked on

-  Defining requirements working with business users

-  Creating wire frames and prototypes

-  DESIGN the UI/UX for call center from scratch. This includes the
below

o   Defining business / user workflows

o   Design UI / UX according to the needed workflows

o   Design of data sharing mechanisms and escalation mechanisms

-  Development of the UI/UX

-  Integration with external systems

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


[android-developers] Urgent Requirement For DevOps

2017-02-14 Thread Prasoon sysmind
*Role – DevOps Architecture*

*Location – **Minneapolis, MN*

*Client – Infosys*

*Interview : Face to Face*



*Essential Skills : *

· DevOps

· JIRA

· SonarQube

*Responsibilities :*



   - Must Have Skills DevOps Architect with knowledge of all latest CICD
   build and automation tools.
   - Knowledge on GIT, SVN, Maven, Ant, Gradle, Jenkins, Artifactory,
   uDeploy,Tomcat, WebSphere, Web logic and JBoss, Shell and Groovy scripting.
   - Experience in Software design and development in JavaJ2EE technologies
   using Spring framework.
   - Excellent written and verbal skills.
   - Nice to have skillsGood to have JIRA, SonarQube, Fortify



Thanks & Regards
Prasoon Vashishtha
Sysmind LLC

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


[android-developers] Need SOA Middleware analyst

2017-02-14 Thread roopa
Title: SOA Middleware Analyst
Location:DC Metro
Key Skills:
* 5-7 years hand on experience in troubleshooting and isolating performance 
and complex issues that are experienced within Middleware environments 
infrastructure, Configuration Management & deployment, 
Monitoring/Management etc.
* Strong experience with Layer 7/CA XML Gateway
* Hands-on installation, configuration and maintenance Tibco BusinessWorks. 
This includes troubleshooting production issues, deploying application and 
configuration components.
Rate:$70

-- 
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/efaa06c1-a28a-4f16-bc25-9b9d262ba4e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need SOA Middleware analyst

2017-02-14 Thread roopa
Hello,

Title: SOA Middleware Analyst
Location:DC Metro
Key Skills:
* 5-7 years hand on experience in troubleshooting and isolating performance 
and complex issues that are experienced within Middleware environments 
infrastructure, Configuration Management & deployment, 
Monitoring/Management etc.
* Strong experience with Layer 7/CA XML Gateway
* Hands-on installation, configuration and maintenance Tibco BusinessWorks. 
This includes troubleshooting production issues, deploying application and 
configuration components.
Rate:$70

-- 
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/57fa14ea-6be3-406a-8168-e600dce522b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need SOA Middleware analyst

2017-02-14 Thread roopa
Hello,


Title: SOA Middleware Analyst
Location:DC Metro
Key Skills:
* 5-7 years hand on experience in troubleshooting and isolating performance 
and complex issues that are experienced within Middleware environments 
infrastructure, Configuration Management & deployment, 
Monitoring/Management etc.
* Strong experience with Layer 7/CA XML Gateway
* Hands-on installation, configuration and maintenance Tibco BusinessWorks. 
This includes troubleshooting production issues, deploying application and 
configuration components.
Rate:$70

-- 
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/9e9fc448-ff08-4f23-a7c5-d38b5002415d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SQL Developer

2017-02-14 Thread Shekhar Chaudhary
*SQL Developer*

*Start: ASAP (as soon as this week or next Monday)*

*End: 3 months (possible extension)*

*Max Rate: 45.00/hr All-Inclusive*

*FirstCare in Austin, TX*

*GC, GC EAD or Citizen*

*Must have Healthcare exp.*



*SQL Developer*



· We really need someone with very strong SQL skills and true
development experience. EDI knowledge is good, but the majority of the
files we trade are delimited files rather than EDI-formatted files

· Strong Healthcare

· Strong SQL Experience

· Agile (Scrum or Kanban) is important

· Good communication skills and solid English are critical

· Problem Solving skills are important

· Good SQL Development, software development, and design experience



*Regards*

 *Shekhar Chaudhary*

*Where Commitment Is A Passion*
*Lead-Healthcare Resource Executive,TEK Inspirations LLC*

*469-242-2490* <469-242-2490> | *shek...@tekinspirations.com*
 | *14138 Badlands Dr, Frisco, TX 75035*

*P* *Let's Go Green... think before you print!*

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


[android-developers] Need SOA Middleware analyst

2017-02-14 Thread roopa
Hello


Title: SOA Middleware Analyst
Location:DC Metro
Key Skills:
* 5-7 years hand on experience in troubleshooting and isolating performance 
and complex issues that are experienced within Middleware environments 
infrastructure, Configuration Management & deployment, 
Monitoring/Management etc.
* Strong experience with Layer 7/CA XML Gateway
* Hands-on installation, configuration and maintenance Tibco BusinessWorks. 
This includes troubleshooting production issues, deploying application and 
configuration components.
Rate:$70

-- 
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/89d76c48-b688-47a9-b1b7-29c7c755f79a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for IBM Sterling Consultant at Pittsburgh, PA/ SFO, CA

2017-02-14 Thread USIT Recruiter
*Hi *



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



*Position: IBM Sterling Consultant*

*Location: Pittsburgh, PA/ SFO, CA*

*Duration : 6+ Months*



*Job Description :*

 7-10 years of experience with IBM Sterling Selling and Fulfillment
(Sterling OMS) and/or IBM Sterling Multi-Channel Fulfillment Solutions,
particularly in key modules:  Sterling Payment, Sterling Global Inventory
Visibility, Sterling Pricing and Promotions, Sterling Order Management
System, Sterling Supply Chain, and Collaboration



*Job Requirement :*

· Demonstrated technical leadership in the Order Management domain.

· Good understanding of Sterling environment setup, Services.

· Working experience in Sterling COM, SOM RCP client and high level
understanding of Inventory Management, Order Management, Delivery
Management, Shipment, and related areas

· To be responsible for providing technical guidance / solutions

· Knowledge on Sterling File system, Agent, Integration servers and
exception handing.

· Strong SQL querying skill using Oracle Database.

· Working knowledge of Unix commands.

· Good communication and assertiveness.

· Extensive experience in designing and developing Java/J2EE based
enterprise applications

· Adept at integrating business goals & IT solution by identifying
process constraints & strategic bottlenecks, establishing deliverables &
performance criterion.

· vast experience within the IBM Sterling commerce domain having
strong product knowledge of IBM Sterling Distributed Order Management
suite, Business Control Center and Customer Service Center applications.

· Excellence in analyzing and designing functional requirements for
new ecommerce sites and ongoing guidance to the clients to ensure a
high-quality e-commerce website.







Thanks and Regards,



Abhishek Kumar
Last Word Consulting Inc.

Email: *abhis...@lastwordconsulting.com *

[image: Description: cid:image002.jpg@01D100EB.3059C880]
[image:
Description: cid:image003.jpg@01D100EB.3059C880][image: Description:
cid:image004.gif@01D100EB.3059C880]


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


[android-developers] SOA Middleware analyst

2017-02-14 Thread roopa
Hello,

Title: SOA Middleware Analyst
Location:DC Metro
Key Skills:
* 5-7 years hand on experience in troubleshooting and isolating performance 
and complex issues that are experienced within Middleware environments 
infrastructure, Configuration Management & deployment, 
Monitoring/Management etc.
* Strong experience with Layer 7/CA XML Gateway
* Hands-on installation, configuration and maintenance Tibco BusinessWorks. 
This includes troubleshooting production issues, deploying application and 
configuration components.
Rate:$70
Contact: ro...@jkgsolutions.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/2dfbc8fd-9544-41f6-8f5d-5fe90ff976fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NET Developer- Greensboro, NC Need Locals Only

2017-02-14 Thread Priyanka Katiyar
*NET Developer-** Greensboro, NC-*

*Phone and in person with a coding assessment*!







The .Net Application Developer is responsible for the development of
internal– and external-facing products written in Microsoft’s .Net
Framework. This position will maintain and implement new functionality in
applications written in .Net that make use of SQL Server including stored
procedures, and SQL Reporting Services.  Experience with Microsoft’s SQL
Server 2005 & 2008 RDBMS environments is a must.  The developer will work
on a team of developers with similar complimentary skills and will be
required to meet deadlines while delivering quality code.





§  Design, Development & Support of Specific Functionality as Directed by a
Team Leader.

§  Development of new screens and objects in ASP.Net/C#.

§  Development of Win Forms and objects in C#.

§  Development of ASP.Net and WCF services.

§  Unit, Integration, and Systems Testing of components.

§  Develop and maintain SQL queries, and stored procedures.

§  Communication with Team to identify road blocks.

§  Responsible for the overall security of systems they will be
administering including protecting client data and reporting situations
which may provide unintentional elevated access.  The employee will
regularly review corporate policies and will enforce the policies
documented in the Apex Corporate Security Standards.






*Required Skills:*

   - Strong SQL skills (Must)
   - Prior experience and usage of ADO Entities (Must)
   - Deep Winforms Knowledge(Must)
   - WPF Experience (Must)
   - MVP or MVC Frameworks (Must)
   - Experience with basic Development Patterns
   - C# (Min 1 year) (Must)
   - 2 or More Years of .Net (C#, VB.Net, etc.) (Must)
   - TFS (Team Foundation System) (Must)
   - WCF and WF (Workflow) Nice to Have
   - Strong OO fundamentals and expertise
   - Ability to juggle multiple projects and course correct as business
   drivers change
   - Experience developing applications on Windows Server environments
   - Experience working with Agile Development methodologies



*Nice to have:*



   - Agile Methodology
   - Excellent communication skills
   - Proven organizational and planning skills, including the ability to
   take tasks through to completion
   - Commitment to excellent customer service and product development
   - Strong problem analysis and decision making ability
   - Excellent interpersonal skills
   - Self-motivated and enthusiastic
   - Ability to continually evolve/improve productivity and environment and
   learn new development trends/practices







Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

Email: priyanka.kati...@nityo.com

Gtalk: puja123h...@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/CAETinPPMZhZLfV%2B-_kEqDH7PXEuLmBTZOVAH26tUHvOWsPz8rQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Senior DataStage Developer / Minneapolis, MN (Need locals only)

2017-02-14 Thread AK Rao


Dear Rahul,

Good Afternoon,

We have a resource who has an good expertise in Datastage, please find his 
profile and let me know.

​
Note: I have Consultants on  PEGA  || Salesforce || IBM BPM || Cognos || QA 
 Analyst || IBM Datastage || ServiceNow ||Network Engineer || DevOps.

​​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 

On Friday, February 10, 2017 at 12:17:22 PM UTC-5, Rahul Modak wrote:
>
> Hello,
>
>  
>
> Please go through the requirement and let me know your interest.
>
>  
>
> *Senior DataStage Developer*
>
> *Location: Minneapolis, MN (Need locals only)*
>
> *Duration: 6-12 Months*
>
>  
>
>  
>
> Currently seeking a Senior DataStage Developer local to Minneapolis, MN.  
> 6 to 12 month contract.  Must have DB2 and Teradata experience.  Candidates 
> MUST BE LOCAL and be able to do a face to face.
>
>  
>
>  
>
>  
>
> -- 
>
> *Thanks & Regards*
>
>
> *Rahul Modak*
>
> *ST Global LLC* 
>
> rahul...@stglobaltech.com 
>
> www.stglobaltech.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/7757039d-e050-4310-85ba-829f64fa329c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


IBM DS Developer.docx
Description: MS-Word 2007 document


[android-developers] Oracle ATG Commerce Developer@Bolingbrook, IL

2017-02-14 Thread Santosh kumar Nityo
Hi,



Hope you are doing Great!

I was going through your profile with reference to the job opening that I
have with my client at Location *Bolingbrook, IL*. This is an urgent fill
and the client is looking for *“Oracle ATG Commerce Developer”.* I
appreciate your quick response.





*Role:** Oracle ATG Commerce Developer*

*Location: Bolingbrook, IL*

*Work Duration:** Long Term*


*Job Description: Must Have Skills *

1. ATG commerce
2. BCC, CSC



Should be good lead with ATG Commerce, ATG CSC, BCC experience and
background of at least 4 years overall experience should be more than 5
years. Should have good experience working in Agile projects and handling
requirements, design, coding and coordination with offshore.



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





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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

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

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


--

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

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

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

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


[android-developers] Re: NEED: IBM BPM Lead @ Juno Beach, FL --- Contract

2017-02-14 Thread AK Rao


Dear Martin,

Good Afternoon,

We have a resource who has an good expertise in Standard Version of IBM 
BPM, please find his profile and let me know.

​
Note: I have Consultants on  PEGA  || Salesforce || IBM BPM || Cognos || QA 
 Analyst || IBM Datastage || ServiceNow ||Network Engineer || DevOps.

​​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 

On Thursday, December 15, 2016 at 8:55:08 AM UTC-5, Martin Zeller wrote:
>
> 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: IBM BPM Lead*
>
> *Location:* Juno Beach, FL
>
> *Duration:* 6+ Months
>
> *Interview Type: * Phone+ Skype
>
>  
>
> *Primary Skills:   IBM BPM, IBM Integration Bus*
>
>  
>
> *Job Description:*
>
>  
>
> *Must Have Skills:*
>
> 1. IBM BPM 8.5.5 and IID/ WPS
>
> 2. IBM Blueworks Live
>
> 3. IBM MQ, IBM Integration Bus
>
>  
>
> *Nice to have skills:*
>
> 1. Java & J2EE (EJB, JSP, Servlet, JDBC, JMS), JavaScript, jQuery, dojo, 
> Angular JS, Node.js
>
> 2. Service Oriented Architecture (SOA), Web Services (SOAP and REST)
>
>  
>
> Thanks & Regards
>
> *Martin Zeller*
>
> *Agile Enterprise Solutions, Inc*
>
> Ph: 972-427-1837
>
> Email: martin_zel...@aesinc.us.com  
>  
>
> Gmail: martinzeller0...@gmail.com  
>
>  
>
> *Note:* If you have received this mail in error or prefer not to receive 
> such emails in the future, please reply with *"REMOVE"* in the subject 
> line and the email id(s) to be removed.  
>
> All removal requests will be honored ASAP. We sincerely apologize for any 
> inconvenience caused.
>
>  
>

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


Avinash BPM.docx
Description: MS-Word 2007 document


[android-developers] Re: Looking for IBM BPM consultant

2017-02-14 Thread AK Rao


Dear Sudhakar,

Good Afternoon,

We have a resource who has an good expertise in Standard Version of IBM 
BPM, please find his profile and let me know.

​
Note: I have Consultants on  PEGA  || Salesforce || IBM BPM || Cognos || QA 
 Analyst || IBM Datastage || ServiceNow ||Network Engineer || DevOps.

​​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 

On Wednesday, August 17, 2016 at 9:14:19 AM UTC-4, Sudhakar Reddy wrote:
>
>  
>
> Hi , 
>
> Hope you are doing great, 
>
> My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement 
> for IBM BPM consultant* for *Richfield,MN
>
> Please review the Job description below and if you’d like to pursue this, 
> please include a word copy of your latest resume along with a daytime phone 
> number and rate in your response. You can also reach me at 
> 248-473-0720*191,Drop the suitable profiles on *r...@hclglobal.com 
> *
>
>  
>
>  
>
> Title: IBM BPM consultant
>
> Location: Richfield,MN
>
> Duration: 6 Months +
>
>
> Job Description:
>
> Key skills required for the job are:
>
>- IBM BPM - IBM Lombardi (Mandatory)
>- IBM BPM  - ESB Architecting
>
> As a Lead, you are responsible for managing a small team of analysts, 
> developers, testers or engineers and drive delivery of a small module 
> within a project (Delivery/Maintenence/Testing) You may serve as entry 
> level specialist with expertise in particular technology/industry domain/a 
> process / application / product. You are responsible for 
> functional/technical track of a project.
>
> Minimum work experience:8 Years
>
> *Mandatory Skills:* IBM BPM - IBM Lombardi BPM Process Design
>
> *Desirable Skills:* JavaScript, IBM BPM¿ - ESB Architecting
>
> *Language Skills:* English Language
>
> *Thanks and Regards . . . . *
>
>  
>
> *Sudhakar*,
>
> Technical Recruiter,
> HCL Global Systems, Inc
> 24543 Indoplex Circle,
> Suite 220, Farminton. MI 48335
>
> Direct:248-473-0720*191
>
> Email Id: r...@hclglobal.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/6948e2c4-f388-490b-9a23-a5f8afd02e19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Avinash BPM.docx
Description: MS-Word 2007 document


[android-developers] Re: URGENT POSITION Phone/Skype Interview: IBM BPM admin Charlotte, NC

2017-02-14 Thread AK Rao


Dear Neha,

Good Afternoon,

We have a resource who has an good expertise in Standard Version of IBM 
BPM, please find his profile and let me know.

​
Note: I have Consultants on  PEGA  || Salesforce || IBM BPM || Cognos || QA 
 Analyst || IBM Datastage || ServiceNow ||Network Engineer || DevOps.

​​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 

On Thursday, August 25, 2016 at 10:27:50 AM UTC-4, Neha Kumari wrote:
>
> *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: IBM BPM admin*
>
> * INTERVIEW: Phone/Skype Interview*
>
> *LOCATION: Charlotte, NC*
>
> *DURATION:18 MONTHS*
>
> *START :ASAP*
>
>  
>
>  
>
> *Job Overview:*
>
> *Very Important *
>
>  
>
> *Start date: 2week of Sept*
>
>  
>
> IBM BPM Administrator with demonstrated expertise Performing 
> installations, configurations, and code deployment, production support, 
> tuning and troubleshooting with IBM BPM 8.5, IBM ODM 8.5, linux , webshpere
>
>
> -- 
>
>  
>
> *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/ccda4453-4329-4016-a500-e00f18d3c013%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: URGENT NEED: IBM BPM DEVELOPER @ CLEVELAND, OH

2017-02-14 Thread AK Rao


Dear,

Good Afternoon,

We have a resource who has an good expertise in Standard Version of IBM 
BPM, please find his profile and let me know.

​
Note: I have Consultants on  PEGA  || Salesforce || IBM BPM || Cognos || QA 
 Analyst || IBM Datastage || ServiceNow ||Network Engineer || DevOps.

​​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 


On Friday, June 24, 2016 at 3:37:51 PM UTC-4, Ateeq Rehman wrote:
>
> Hi Partner, 
>
> Hope you are doing well.
>
> This is Ateeq, from Diverse Lynx.
>
>  
>
> *Please share profiles for IBM BPM Developer at 
> ateeq.reh...@diverselynx.com *
>
>  
>
> *Job Description:*
>
>  
>
> *Role: IBM BPM Developer*
>
> *Location: Cleveland, OH*
>
> *Experience: 4-6 years*
>
>  
>
> *Detailed JD:*
>
>
> *** MDM Application Customization and Development
> •4 to 6 years of experience in – InfoSphere IBM MDM Server ( 11.0 or 
> above) (Installation, customization , web services and UI experience)
> Strong  in IBM Business Process Manager (BPM) customization  
>
> •Strong in IBM MDM workbench and Customization
> •Strong J2EE skills Java, JSP,JDK 1.5, 1.6,JVM, Web Services
> •Experience with Oracle Database skills
> •Experience with IBM WAS deployment
> •Integration knowledge with third party software or other supported IBM 
> products is a plus
>
>  
>
>  
>
> *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/b76d2899-55e9-4fbd-bb6c-3e54741ad527%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Avinash BPM.docx
Description: MS-Word 2007 document


[android-developers] REQUIREMENT : VMWware Lead || NYC

2017-02-14 Thread Varun
*SHARE YOUR UPDATED RESUME AT varun.j...@diverselynx.com
*



Dear Recruiter,

Hope you are doing fine. We have an urgent requirement for  *Senior VMWware
Infra tech lead for Cloud IaaS offerings** at **NYC* for a *Long Term
Contract* role. Please go through the same and let us know if you have
anyone matching the below role. Please send your responses to
*varun.j...@diverselynx.com*  with your
candidate resume and contact details.



*Title – **Senior VMWware Infra tech lead for Cloud IaaS offerings*
*Duration: **Long Term Contract *
*Location*:  *NYC*


* Experience Required : 10+ years*





*Technical/Functional Skills:*

Expert in defining IaaS on VMWare cloud for below services
·Compute, network and Storage (initially private on premises, but
eventually hybrid)
· Database
· Messaging
· Firewalls
· Service Discovery and Proxy
· DNS (dynamic)
·Config + config distribution
· Inventory
· Log management
· Monitoring
· Billing usage

*Roles & Responsibilities*

· Define IaaS offerings for above services on VMWare Cloud



*Thanks and Regards,*

*Varun Jain*

*Diverse Lynx LLC*



Email is the best way to reach me…



*Email – varun.j...@diverselynx.com *





Diverse Lynx LLC |300 Alexander Park|Suite #200|Princeton , NJ 08540



“For our open jobs please visit Diverselynx Jobs

”





*“Note: Diverse Lynx LLC is an Equal Employment Opportunity employer. All
qualified applicants will receive consideration for employment without
regard to race, religion, color, sex, age, national origin or disability.
All applicants will be evaluated solely on the basis of their ability,
competence, and performance of the essential functions of their positions.
We promote and support a diverse workforce at all levels in the company.
This is not an unsolicited mail. If it is not intended for you or you are
not interested in receiving our e-mails please reply with a "remove" in the
subject line 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
extremely sorry if our email has caused any inconvenience to you.”*

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


[android-developers] Re: IBM BPM _ Juno Beach FL @ Need consultants who can provide DL and work authorization copy

2017-02-14 Thread AK Rao


Dear,

Thanks for sharing.

​
We have a resource who has an good expertise in Standard Version of IBM 
BPM, please find his profile and let me know
​
Thanks & Regards,

AK. Rao,

Desk:703-376-3827

kr...@sannitsolutions.com

459 Parkway, Suit 18

Herndon, VA, 20170

LinkedIn 

On Wednesday, January 11, 2017 at 2:21:07 PM UTC-5, Nagarjuna NAIDU wrote:
>
> *Please share Your Profiles to **nagarj...@tekskillsinc.com* 
>  *with a CC to my gmail ID :**gani.na...@gmail.com *
>
> *IBM BPM*
>
> *Work Location : Juno Beach FL*
>
> *Contract duration (in months)* 6 Months*
>
> *Implementation partner : Infosys*
>
> *Must Have Skills (Top 3 technical skills only) **
>
> 1. IBM BPM 8.5.x 
>
> 2. Java 
>
> 3. J2ee
>
>  *Desired years of experience*:*  Above 5 years
>
>  *Top 3 responsibilities you would expect the Subcon to shoulder and 
> execute*:*
>
> 1. IBM BPM Implementation based on requirements 
>
> 2. Designing and Developing the solution 
>
> 3. Should be interacting with the client stakeholders to align the 
> deliverables to their expectation
>
>  
>
>  
>
>  
>
> *Nagarjuna. G*
>
> *IT Recruiter*
>
> Phone: 732-354-4300
>
> Email : nagarj...@tekskillsinc.com  | www.tekskillsinc.com
>
> Gmail: gani.na...@gmail.com 
>
> INDIA | USA | CANADA | UK
>
> *Appraised at CMM Level 3 | WMBE Certified Company*
>

-- 
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/f1e3bddb-976c-4e47-bc3d-b08a7dda7cd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Avinash BPM.docx
Description: MS-Word 2007 document


[android-developers] QA Analyst with Flexcube exp__Need Urgent with 8+ Profile

2017-02-14 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.



*QA Analyst with Flexcube exp*

*Chicago, IL*

*Contract n Full Time Both*



JD-

Flexcube expert with testing experience. Automation skillset is must. Must
have Cash domain knowledge.
--

[image: Description: cid:image001.png@01CB85A7.EC3D8B00]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

Fax : 609 799 5746
*bhara...@nityo.com *


--

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

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

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

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


[android-developers] HOTLIST :: Team Consulting USA

2017-02-14 Thread Dan, Team Consulting USA, LLC
Dear Partners,

Hope you are doing great, please let me know if you have any suitable
requirements for the below consultants.

*Name*

*Skill*

*Experience*

*Location*

ND

QA Engineer

10+ yrs

Sunnyvale, CA (Only CA)

BV

Java Developer

6+ yrs

Melborne, FL

SC

Java Developer

7+ yrs

New Jersey

HR

MS SQL/Power BI Developer

7+ yrs

New Jersey

PN

Sr Informatica Dev/Lead

7 yrs

San Francisco, CA

KS

SAP ABAP

6+ yrs

Irving, TX

PK

Data Analyst

4+ yrs

Virgina

RS

Sr ODI/ ETL Consultant

6 yrs

Hicksville, NY

NS

QA

4+ yrs

NJ(only (only NY/NJ)

GB

Qlickview

7+ yrs

NJ (only NJ/NY)

MD

QA Tester

9 yrs

Lansdale, PA

KY

Sr Network Engineer

6 yrs

rd CT East Hartford CT

Thanks
*Dan*
Sr IT Recruiter
Team Consulting USA, LLC
Phone: 201-448-1435
Email: d...@teamconsultingusa.com
Website: www.teamconsultingusa.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/CABjmH5XVgq7bd2e_awGHr_ZMfnEF6nfWhDnWLrVio_Vq%3D86A0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. SAP Automation Engineer :::: Contract Opportunity in Pasadena, CA

2017-02-14 Thread Soumya Sp
*Sr. SAP Automation Engineer*



*Location: Pasadena, CA.*

*Duration: 5+ Months*

*Interview: In Person (Locals)/Skype (Non-Locals)*



*Description:*

Sr. SAP Automation Engineer in the greater Los Angeles area. Directly
responsible for customization, timely testing and certification of company
products.  Must be committed to delivering great software and releasing it
quickly, efficiently with increasing quality to knock-the-socks-off of
client user experience. Consultant will play a critical role in securing
client's success by ensuring applications are thoroughly tested to the
highest standards.



*Responsibilities:*

•  Build automated tests to validate SAP R/3 and BW applications,
functionality, data flows, and APIs

•  Work with development and test teams to automate testing

•  Help drive test automation and contribute to test framework development

•  Analyze and understand complex software systems and develop strategies
to automate the testing needed to

ensure such systems are behaving

•  Design, build, execute and maintain automated tests using industry
leading automated testing tools for services

(Web/API), functional, regression, and performance testing

•  Represent automation testing in all phases of project development

•  Work in a collaborative and dynamic agile scrum environment



*Technical Requirements:*

•  5+ years' experience testing SAP R/3 applications is required

•  5+ years' experience with SAP modules FI/GL, BCA, CD, or CM is required

•  Customization experience is a must

•  5+ years' experience testing SAP BI/BW application is a plus

•  7+ years relevant work experience

•  5+ years' development and/or test automation experience

•  4+ years' experience with Client UFT/Client BPT/SAP TAO/Client ALM is
required

•  3+ years' experience with Selenium/Java/Jenkins/Subversion/GitHub is a
plus

•  Experience testing web services/backend components

•  Excellent understanding of object oriented concepts

•  Excellent coding skills in VB/VB.Net required

•  Excellent coding skills in Java/C#/C++ or Python is a plus

•  Experience with Java/Java Script/HTML5/CSS3 is a plus

•  Experience with full software life-cycle (SDLC)



*Other Requirements*

•  Proficiency with Unix/Linux

•  Good knowledge with internet technologies

•  Good knowledge of relational database concepts

•  Excellent verbal and written communication skills

•  Proven ability as a problem solver

•  Working knowledge in security and performance

•  Working knowledge in continuous integration

•  Experience with financial or tax systems is highly desirable

•  Professional testing and/or technical certification is a plus

•  BS in computer science or related technical field or equivalent
practical experience



*Regards,*



*Ranjan*

*Next Level Business Services Inc*

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

Phone: +1 (904) 267-0727 | Fax: +1 (608)646-8326

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.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/CAHUJvG4Y2CPq7EMm6vsfL5MWZ2XutuSKK%3D5d98Csv0KPse0P_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Java Architect at Austin TX

2017-02-14 Thread USIT Recruiter
*Hi *



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



*Position: Java Architect*

*Location: Austin TX*

*Duration : 6+ Months *



*Job Requirement :*

· 15 years dev experience with Java

· 5 years multi-tier architecture experience

· 2-3  years Tomcat experience

· 2-3 years distributed caching experience (Redis is a plus)

· 2-3 years of systems integration, particular message based
integration

· Strong LMS domain knowledge, particularly quizzes

· Knowledge of learning standards, such as LTI, QTI an xAPI

· Experience with SSO (Oauth, SAML, Open ID Connect)

· Experience with architecting / designing applications to
cloud-scale

· Experience with deployment of applications to public cloud
providers

· Good working knowledge of RDMS (Oracle a plus)

· Good working knowledge of NoSQL

· Experience with source code control systems, such as Git/SVN

· Good knowledge of unit testing

· Experience working in Agile environments

· Containerizing applications would be a plus (Docker specifically)

· Experience with Continuous integration / CD tools would be a plus







Thanks and Regards,



Abhishek Kumar
Last Word Consulting Inc.

Email: *abhis...@lastwordconsulting.com *

[image: Description: cid:image002.jpg@01D100EB.3059C880]
[image:
Description: cid:image003.jpg@01D100EB.3059C880][image: Description:
cid:image004.gif@01D100EB.3059C880]


-- 
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/CALnpRi243Jzz%2BeFsKoF-e%3Dec2SF5B%2BpQ%2B-rUTXm6%3D7%2BY6dwoRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] GE Small World - Magik Developer __Need Urgent (Rate-$38/hr on c2c)

2017-02-14 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.





*GE Small World - Magik Developer*

*Denver, CO*

*6 Months *



Job Description-

As a Magik Developer for a large telecommunications customer, you will be
responsible for gathering requirements, design, development, and unit
testing of the application as per the user story. The Developer will also
be actively participating in design and analysis sessions with Architects
to ensure flawless design.



Mandatory Technical Skills-

5 - 7 years of experience in developing GE Smallworld suite based
applications
Core Spatial, Magik, PNI 4.1, WNI 4.1, SI 4.1, Data model



Desirable Technical Skills-

Prior experience working with Telecom Domain

Mandatory Functional Skills

Prior experience working with Telecom Domain specifically in OSS space.
Experience working in SCRUM based agile projects.



Desirable Functional Skills-

Strong communication and presentation skills (both oral and written) and
the ability to work effectively in a team environment
Strong analytical, problem solving problem mentality with a proven ability
to be self-motivated
--

[image: Description: cid:image001.png@01CB85A7.EC3D8B00]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

Fax : 609 799 5746
*bhara...@nityo.com *


--

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

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

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

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


[android-developers] Hiring for Sr. Manual QA Tester for Denver, CO |Phone / Skype |USC,GC and EAD-GC

2017-02-14 Thread Neha Saral
*Hi *
*Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *

*Role   :   Sr. Manual QA Tester  *

*Location   :   Denver, CO *

*Duration  :12+ Months *

*Interview:Phone/Skype*




USC,GC and EAD-GC





*Job Description*

· My direct client is in need of a Sr. QA Tester/Engineer with
proven experience working with SQL, ALM, Jira, VersionOne, and other
quality tools.

· This is a heavy manual testing position with any automation
experience being a plus.

· Heavy agile experience is a must and healthcare experience is a
plus.













Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

-- 
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/CAJdfOTS8TjQ_5r2sMn-VbM6Lv-9Z7CAJpM-s-Q1Q6N2AxPd%3DAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need ::SAP QM consultant _St louis, MO_ 6+ months

2017-02-14 Thread Shawn Marsh
Hi Friend,

Hope your are Doing Good…!

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

*Requirementdetails:*

*Title**:* *SAP QM consultant*

*Location :* *St louis, MO*

*Duration: 6+ months*



*Job Description:*



Worked independently with proven client facing experience in SAP QM

Experience in creation of Master Data, Change Management, Catalog, Selected
Sets, Sampling Scheme, Sampling Procedure, Master Inspection
Characteristics, Inspection Plan for Material, Quality Analytics,
Integration with SAP PP/MM/PM/

Configure Incoming, In-process and Outgoing Inspection

Knowledge and experience in ALE /Interfaces/ IDoc



Must have good interpersonal skills

Must have ability to analyze problems and provide clear recommendations

Must have excellent communication skills (written and verbal)

Ability to work with the business team and understand the requirements and
translate them to Functional specification. Able to do carry out
integration testing and also able to impart training to the different
business teams on the new process implemented.





Thanks & Regards

*Shawn Marsh*

Insoursys Inc

Ph: 972-427-1801

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

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

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


[android-developers] REQUIREMENT : Mule Admin || Thousand Oaks, CA

2017-02-14 Thread Varun
*SHARE YOUR UPDATED RESUME AT varun.j...@diverselynx.com
*



Dear Recruiter,

Hope you are doing fine. We have an urgent requirement for  *Mule Admin**
at **Thousand Oaks, CA*  for a *Long Term Contract* role. Please go through
the same and let us know if you have anyone matching the below role. Please
send your responses to *varun.j...@diverselynx.com*
 with your candidate resume and contact details.



*Title – **Mule Admin*
*Duration: **Long Term Contract  *
*Location*:  * Thousand Oaks, CA*



We are looking for Mule admin  with development exposure.



*Technical/Functional Skills:*



· Strong experience in Mule ESB Admin area with strong Application
server administration (WebSphere/Weblogic/Tomcat)

· Experience troubleshooting Mule ESB, including working with
debuggers, flow analyzers and configuration tools.

· Experience in Mule Clustering, Load Balancing & MuleSoft MMC

· Strong Unix scripting experience with Jenkins





*Thanks and Regards,*

*Varun Jain*

*Diverse Lynx LLC*



Email is the best way to reach me…



*Email – varun.j...@diverselynx.com *





Diverse Lynx LLC |300 Alexander Park|Suite #200|Princeton , NJ 08540



“For our open jobs please visit Diverselynx Jobs

”





*“Note: Diverse Lynx LLC is an Equal Employment Opportunity employer. All
qualified applicants will receive consideration for employment without
regard to race, religion, color, sex, age, national origin or disability.
All applicants will be evaluated solely on the basis of their ability,
competence, and performance of the essential functions of their positions.
We promote and support a diverse workforce at all levels in the company.
This is not an unsolicited mail. If it is not intended for you or you are
not interested in receiving our e-mails please reply with a "remove" in the
subject line 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
extremely sorry if our email has caused any inconvenience to you.”*

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


[android-developers] Urgent Need :: Adobe AEM/CQ5 consultant at Hillsboro, OR

2017-02-14 Thread AAYAN RAJ
Hi ,



Hope you are doing great!



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



*Role: **Adobe AEM/ CQ5*

*Location: **Hillsboro, OR*

*Duration: 12+ Months*






*Detailed Job Description:*


1.Experience implementing Adobe AEMCQ5 in large scale environments

2.Design, develop and support WCM components, templates, integrations and
applications

3.Strong experience in Java and other JVM languages

 4.Experience developing  consuming RESTful APIs

5.Experience with unit testing

6.Experience in AWS

7.Strong problem solving skills

8.Experience with HTML, CSS, JavaScript and AJAX

9.Experience with RESTful web services




Regards,

*Aayan Raj* | SYSMIND, LLC

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

*Trainee Recruiter*

Phone: 609-897-9670 x 5107

Email: aay...@sysmind.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Network Security Engineer || Los Angeles, CA || Local for F2F only

2017-02-14 Thread Vishal Ji Awasthi
*TITLE:  Network Security Engineer*

*DURATION: long term/ Open ended*

*LOCATION: Los Angeles, CA*

*INTERVIEW MODE:*

1.In-person

*JOB DESCRIPTION:*

The Network Security Engineer is responsible for the day to day support and
network security of all client venue and office network environments as
well as plans and manages the installation, configuration and tuning of all
networks and converged infrastructure with a focus on security.  The
Network Security Engineer also performs a wide variety of network security
duties which include, but are not limited to, network hardening, design,
installation, documentation, maintenance, problem diagnosis and repair of
all network hardware and software.

*MAJOR DUTIES AND RESPONSIBILITIES:*

· Work with technologies such firewalls, IPSec, VRF, IPS, switches,
routers, wireless, load balancers and servers across multiple technology
teams

· Daily operational tasks using configuration management and/or
diagnostic tools, and network security SIEM

· Monitor security events and conduct regular reviews of log files,
platforms, products and services

· Review new platforms, designs, and services to ensure sound
network security practices are considered.

· Participation in Change Control Meetings to review and sign-off
on network changes to ensure AEG network security standards are being met

· Configure and maintain various network security/WAN/LAN/WiFi
devices in AEG’s environment using industry best practices

· Maintain up to date documentation for network designs and network
changes

· Must be able to develop and document physical and logical network
designs and speak to the nature of the designs

· Maintain current knowledge of PCI/DSS compliancy on PCI network
zones

· Work with various 3rd parties to facilitate, manage and execute
any special event IT or project requirements

· Will be required to participate in an on-call rotation, work
off-hours or extended hours when needed.

· Will be required to rack, stack, lift IT equipment up to 50
pounds, travel domestically, work extended hours and participate in a 24/7
on-call schedule.

*QUALIFICATIONS:*

The successful candidate will have experience in most, if not all, of the
following areas:

· Experience with designing, managing and implementing a fully
converged network including WiFi, firewalls, routers, switches, and IPSec

· Ability to handle network security audits and remediation

· Work effectively either independently or as a team member

· Communicate both orally and in writing in a clear and concise
manner

· Ability to prioritize requests, organize, schedule and coordinate
a variety of activities and projects

· 5-7 years of managing networked systems in PCI compliant
environment

· 5-7 years of configuring firewalls, IPSec, GRE, routers,
switches, wireless controllers using best practices

· 5-7 years of experience with routing and NHRP protocols such as
OSPF, BGP, and HSRP

· 5-7 years of troubleshooting complex network issues in an
enterprise network environment

· Ability to configure and troubleshoot network security controls,
including firewalls, VPN, ACLs, and IPS/IDS

· Ability to work in adverse weather conditions such as heat, cold,
dust, and wind

· Experience operating in Azure/AWS cloud architectures

· Self-motivated, proactive, independent and responsive – requires
little supervisory attention

· Exceptional communication skills both verbal and written
including network

documentation with MS Visio

*EDUCATION*

B.S. in Computer Science preferred, Engineering or equivalent work
experience





*Needed some details for submission process -*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

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

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

Web: www.srimatrix.com

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

[android-developers] Urgent requirement || Telecom domain || Java/J2EE Developer @ Seattle, WA

2017-02-14 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 *

*Role: Java/J2EE Developer*

Location: Seattle, WA

Duration: 6+ months contract

 *telecom domain* experience is must

*Job Description:*

   - Minimum 6+ years of experience in Java/J2EE framework
   - Should be strong in backend with expertise in PL/SQL
   - Should be good in Core Java coding
   - Hands on experience with Spring and Hibernate
   - Good working knowledge of SOAP/Rest webservices
   - Previous telecom domain experience is must
   - Good communication and analytical skills



Looking forward to hear from you!



Thanks & Regards,



Vasanth || American IT Resource Group, Inc.

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

Email: vasa...@aitrg.com

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


Web: www.aitrg.com

[image: joe-hertvik-linkedin-button]
  [image:
download]  [image:
followUsTwitter] 

Please do not print unless it is absolutely necessary. Spread environmental
awareness.

Note: Under Bills. Title III passed by the 105th U.S. Congress this mail
cannot be considered spam as long as we include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list reply with "remove" and include your "original email
address/addresses" in the subject header.

*To Unsubscribe, Click **Remove me*


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


[android-developers] Need Senior Java Developer with financial services exp NEED Local To Boston MA

2017-02-14 Thread Priyanka Katiyar
*Need Senior Java Developer with **Transaction processing experience
(financial services)*



*Boston MA. Phone screen  then F2F*

*$55/hr*

*6+ months*




*Must haves:*

   - CORE java
   - Transaction processing experience (financial services)
   - multi-threading / low-latency, high transactional applications
   - JMS and or MQ
   - Nice to have: JDBC



*Position Description:* *State Street Global Markets* is looking for a
talented Foreign Exchange (FX) IT professional for the role of *FX Product
Developer* to join State Street’s world class IT organization as part of a
multiyear strategic growth initiative focused on maximizing market share
growth, expanding into emerging FX markets, and developing new
products/services

As an FX Product Developer you will be joining an already established team
who will engineer the next generation of FX applications. The FX Product
Development team is responsible for all new development as well as the
re-engineering of current product solutions across a number of Global
Markets businesses.

The Developer position will be an integral part of the FX Product
Development Team and will be responsible for developing and supporting one
or more applications used by FX electronic trading, Sales trading, Risk
management and Agency trading as well as customer facing products such as
Street FX.

The Candidate is expected to be hands on and to become a business subject
matter expert. You will work directly with users and analysts to understand
the business; develop to specifications; assist in coordinated testing and
aid in the deployment and post deployment support of the solution
developed. As you develop a strong, interactive working relationship you
will be an important participant in the commercial success of the business.

For Java developer, he or she would be an individual contributor and have
the following experience:

   1. 5+ year with Java technologies
   2. *Strong with Core Java and Object Oriented Programming* and design
   pattern
   3. *Excellent knowledge in real-time and concurrency processing*
   4. Strong experience in integration of Java components into distributed
   applications
   5. Experienced with *SOA (JMS or JCA), EAI/ESB concepts*
   6. Experienced in development of SOAP and REST based web services using
   JAXWS
   7. Experience with Hibernate and Spring
   8. Experience with XML, XSLT, XPATH and JAXB
   9. Prefer experience in Camel and Servicemix.
   10. Familiar with Rules engine using Drools
   11. Knowledge of Cloud Platform
   12. Experience with release management (Clearcase)
   13. Strong work ethics, self-motivated, efficient
   14. Strong communication skills
   15. Exposure to *Agile Methodologies*
   16. Prefer work experience in financial services
   17. Prefer knowledge with *database development (SQL, PL/SQL),* Unix
   shell scripts





Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

Email: priyanka.kati...@nityo.com

Gtalk: puja123h...@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/CAETinPMu9kSZYi1-TbK-jaPFcso6jKD-39Gr16sZV1V1y%2BBw9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] VERY IMMD NEED !! PHP/Drupal Developer - Atlanta, GA

2017-02-14 Thread Richard Shaw
Hi ,
Hope all is well..

I have an exciting new opportunity that I wanted to share with you and your
network. Our top client, located in the  *Atlanta, GA*. is currently
seeking a *PHP/Drupal Developer *to join their organization. I have
included a complete job description below in case you or someone you know
might be interested in learning more.

*Role: PHP/Drupal Developer*
*Location: Atlanta, GA*
*Duration : 9 to 18 month contract*

*Visa: USC, GC & TN Visa*

*Description*
 GitHub/Ajax and MySQL a must.

*Best Regards,*

*Richard Shaw - IT Recruiter*
*AYR Global IT Solutions Inc. |*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (630) 447-8405 | Office: (331) 481-6635 | Email:
rs...@ayrglobal.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/CA%2BHf1rLuxpfjxJ2Bj0NCx86bThU0jbmyFFNX%2Brmr-%2B%2BUTFHJOw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Role:sap technofunctional

2017-02-14 Thread mahesh babu
Hi,
Hope you are doing great.
Please find the requirement below and send me matched resumes to
mampago...@sageitinc.net,
Tel Direct :  972-996-0650-347

Role:sap technofunctional
Location : Woodbury, MN
Duraction:6 months

Note :-   USC/GC ONLY.
we are looking for a functional EDI consultant or EDI Business Analyst who
has rich experience in preparing the requirement specification documents
and coordinate between Business and technical teams.  Experience in SAP OTC
and SAP IDOC structure is mandatory,.
Job Description :
• Serving as a liaison between the business community and the technical
community working with IT technical analysts and business clients to
collect, clarify, and translate business requirements into documentation
and conceptual design (using appropriate tools and models) from which
applications and solutions are developed
• Validating and justifying business needs, conducting feasibility studies,
producing high-level and detailed business models, business cases and
overseeing development and implementation of solutions
• Working with a technical analyst and a development team to ensure that
they understand the specifications and partners with internal stakeholders
to plan, test, and implement all software changes to ensure that solutions
conform to the desired quality standard
Key Responsibilities:
• Partners with business and technology partners to elicit, analyze,
translate, and document business requirements into technical requirements
• Works with business sponsors  to resolve business partners’ IT concerns
• Analyzes, documents and tests program development, logic, process flows
and specifications
• Partners with business partners to conduct user acceptance testing
• Develops and documents step-by-step test cases based on the software
requirements elicited by business analysts and software developers
• Partners with project resources to ensure that projects are delivered on
time and within budget
• Follows prioritizes test scenarios and executes according to plan
• Tests, and implements all software changes resulting from work requests
• Executes automated and manual test scripts
• Identifies, logs, and tracks defects
• Provides reporting on defect tracking and escalates technical issues as
needed
• Follows testing standards, procedures, and guidelines to ensure
consistent testing procedures
• Partners with distributed teams, outside vendors or offshore testing
partners or offshore testing partners

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.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/CANjz4uD26WXmoRq3dbDqGRYBx8KOjU6fEobDe4Hqyhd8AZyDpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] *** we provide GC and USC only ***

2017-02-14 Thread mike . 7nani


 we provide GC and USC only 

 

This is Mike from Golok Global . I have a* Tableau Developer/Admin , Sales 
force Administrator/Business Analyst, Devops,Java Devloper,Java UI Devloper*
 those are GC’s and citizens . if  you have any requirements for my 
candidates*.*

 Please forward  your requirements to my mail Id:*m...@golokglobal.com* Desk 
No: *9722329938*

 

-- 
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/3c3b8ea8-dd0a-4fc7-b4e1-b05e27e20dc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Role:sap technofunctional

2017-02-14 Thread mahesh babu
Hi,
Hope you are doing great.
Please find the requirement below and send me matched resumes to
mampago...@sageitinc.net,
Tel Direct :  972-996-0650-347

Role:sap technofunctional
Location : Woodbury, MN
Duraction:6 months

Note :-   USC/GC ONLY.
we are looking for a functional EDI consultant or EDI Business Analyst who
has rich experience in preparing the requirement specification documents
and coordinate between Business and technical teams.  Experience in SAP OTC
and SAP IDOC structure is mandatory,.
Job Description :
• Serving as a liaison between the business community and the technical
community working with IT technical analysts and business clients to
collect, clarify, and translate business requirements into documentation
and conceptual design (using appropriate tools and models) from which
applications and solutions are developed
• Validating and justifying business needs, conducting feasibility studies,
producing high-level and detailed business models, business cases and
overseeing development and implementation of solutions
• Working with a technical analyst and a development team to ensure that
they understand the specifications and partners with internal stakeholders
to plan, test, and implement all software changes to ensure that solutions
conform to the desired quality standard
Key Responsibilities:
• Partners with business and technology partners to elicit, analyze,
translate, and document business requirements into technical requirements
• Works with business sponsors  to resolve business partners’ IT concerns
• Analyzes, documents and tests program development, logic, process flows
and specifications
• Partners with business partners to conduct user acceptance testing
• Develops and documents step-by-step test cases based on the software
requirements elicited by business analysts and software developers
• Partners with project resources to ensure that projects are delivered on
time and within budget
• Follows prioritizes test scenarios and executes according to plan
• Tests, and implements all software changes resulting from work requests
• Executes automated and manual test scripts
• Identifies, logs, and tracks defects
• Provides reporting on defect tracking and escalates technical issues as
needed
• Follows testing standards, procedures, and guidelines to ensure
consistent testing procedures
• Partners with distributed teams, outside vendors or offshore testing
partners or offshore testing partners

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.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/CANjz4uCVims4mz%3D%2BPVfxG8OvSj6iLvHUF2FVe6mgFQUUcyGd0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Role:sap technofunctional

2017-02-14 Thread mahesh babu
Hi,
Hope you are doing great.
Please find the requirement below and send me matched resumes to
mampago...@sageitinc.net,
Tel Direct :  972-996-0650-347

Role:sap technofunctional
Location : Woodbury, MN
Duraction:6 months

Note :-   USC/GC ONLY.
we are looking for a functional EDI consultant or EDI Business Analyst who
has rich experience in preparing the requirement specification documents
and coordinate between Business and technical teams.  Experience in SAP OTC
and SAP IDOC structure is mandatory,.
Job Description :
• Serving as a liaison between the business community and the technical
community working with IT technical analysts and business clients to
collect, clarify, and translate business requirements into documentation
and conceptual design (using appropriate tools and models) from which
applications and solutions are developed
• Validating and justifying business needs, conducting feasibility studies,
producing high-level and detailed business models, business cases and
overseeing development and implementation of solutions
• Working with a technical analyst and a development team to ensure that
they understand the specifications and partners with internal stakeholders
to plan, test, and implement all software changes to ensure that solutions
conform to the desired quality standard
Key Responsibilities:
• Partners with business and technology partners to elicit, analyze,
translate, and document business requirements into technical requirements
• Works with business sponsors  to resolve business partners’ IT concerns
• Analyzes, documents and tests program development, logic, process flows
and specifications
• Partners with business partners to conduct user acceptance testing
• Develops and documents step-by-step test cases based on the software
requirements elicited by business analysts and software developers
• Partners with project resources to ensure that projects are delivered on
time and within budget
• Follows prioritizes test scenarios and executes according to plan
• Tests, and implements all software changes resulting from work requests
• Executes automated and manual test scripts
• Identifies, logs, and tracks defects
• Provides reporting on defect tracking and escalates technical issues as
needed
• Follows testing standards, procedures, and guidelines to ensure
consistent testing procedures
• Partners with distributed teams, outside vendors or offshore testing
partners or offshore testing partners

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.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/CANjz4uDH3znzK_aM8-rPqsCrFpUpedM6m2N2-zH31%3DpzheO6Gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SOA Developer

2017-02-14 Thread Saikiran Nandrolu
*SOA Developer*

*6 months*

*Columbus, OH*

*EAD or GC or Citizens Only*



*Top Skills – SOA Suite, Oracle Service Bus, OSB design, OSB development *



*Top Three Skills:*

1. Mid-Sr. level Oracle Service Bus / SOA Suite integration experience.
preferably Oracle SOA Suite 11g / 12c

2.Translation of Oracle Service Bus design for offshore teams. Refine and
optimize existing SOA projects, including OSB and SOA composites

3. some Java



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


[android-developers] Immediate Need: PHP/Drupal Developer - Atlanta, GA - 9 to 18 Months Contract

2017-02-14 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Job Role: PHP/Drupal Developer*
*Location: Atlanta, GA*
*Duration: 9 to 18 Months Contract*

*Need: USC/GC only*

*Job Description:*
*GitHub/Ajax and MySQL a must.*


*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.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/CANBLWA-Ei0tj2nkNkspoSPjLmYoqthV4DBF3eZRNk4UXMedUtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Multiple Positions for .Net In houston.

2017-02-14 Thread SALMA BHAT
Hi Partners,

Please share  local profiles only at

*naseer.ah...@nityo.com *



Below are the new requirements for Houston. Please share the right profiles
at the earliest.



*S.No*

*Role*

*Primary Skills*

*Secondary Skills*

*6*

*Candidate 1*

· NET (C#) and C++ experience in the Visual Studio environment

· Strong mathematical skills (like a Mathematics major or minor)

· Worked with commercial code that dealt with realtime data
acquisition and processing



· C++ STL

· Signal Processing

· Wireless communications



*7*

*Candidate 2*

· Strong .NET (backend and UI development) experience in the Visual
Studio environment

· C++ experience in the Visual Studio environment

· Worked with commercial code that dealt with real-time data
acquisition and processing

· C++/CLI experience in the Visual Studio environment






*S.No*

*Role*

*Primary Skills*

*Secondary Skills*

*2*

*Sr. Software Developer*

· 3+ years’ experience using C#

· *Familiar with Microsoft .Net Framework, WPF and Window*s
application development and experience with Microsoft Visual Studio.

*· **Experience/familiar with using Message Queuing and
microservices.*

· Experience with RDBMS including SQL.  Experience using ORM tools
such as Entity Framework

· Experience using JSON, Web API and in app hosting development
such as Katana.

· Experience with unit testing in application development.

· Experience in agile/scrum teams using TFS

· Experience with Web development as well

· Oil and Gas experience including drilling or geological related
applications development

· Experience with Scientific applications development

· Experience with using NoSQL database.

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


[android-developers] Urgent Requirement :: Sr. Devops Engineer :: Denver, CO

2017-02-14 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: Sr. Devops Engineer

 

Locations  : Denver, CO

 

USC AND GC, GC EAD ONLY

 

JOB DESCRIPTION:  

Roles/Responsibilities:


Essential Duties 

 

*   Design, build and execute against customer’s Platform as a Service 
(PaaS) offerings
*   Ingrate and help define requirements for customer Infrastructure as a 
Service (IaaS) offerings
*   Automate infrastructure and platform service offerings
*   Create the design, implementation, and ongoing management of systems 
that deliver against strict requirements for functionality, scalability, 
performance, and reliability.
*   Serve as a top-tier technical escalation point for critical 
pre-production issues and drives escalation/resolution of problems into 
Development, QA, and Operations teams.
*   Collaborate with development to design in-house monitoring 
tools/software for managing the SCM and Development Operations environments.
*   Adopt, customize and implement industry standard DevOps policies and 
DevOps procedures.
*   Provide Sr. Management with metrics and other reporting materials for 
the executive team.
*   Work closely with strategic planning groups to provide future 
technologies direction that fits executive vision.
*   Develop and define process and procedure to proactively manage all 
pre-production and production environments.
*   Work with multiple in-house external Software Configuration Management 
(SCM) teams enterprise-wide to assist in   new architectural needs and optimize 
existing environments to improve workflow and productivity

 

Candidate Must Haves:

 

*   6+ years supporting web applications and production environments
*   Strong experience in scripting and configuration management including 
Bash, Puppet, Shell, Perl, Ansible
*   Strong understanding of networking, including routing and firewalls, 
load balancing, VLANs, DHCP, etc.
*   Strong Redhat Linux system administration
*   Strong experience with configuring and managing Apache, JBOS EAS and 
Websphere Application Server
*   Experience with repository management including Maven, SVN, Git and 
Artifactory
*   Experience with Jenkins and Jira
*   Experience with Java Application and JVM monitoring/tuning
*   Experience with network protocols NFS, DNS, SSH, etc.
*   Experience with Nagios or other monitoring software and services
*   Experience with ESXI, vSphere, vRA, vCAC, vCOPs

 

Preferred

Experience with AIX

*   Experience with SAN/NAS
*   Ability to assess, resolve and RCA issues
*   Strong organizational and time management skills
*   Strong analytical skills

 

Thanks and Regards

 

Randhir Tiwari

D: 408 882 6434

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

 

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


[android-developers] IMMD NEED !! UX/UI Developer - Bentonville, AR

2017-02-14 Thread Richard Shaw
Hi ,
Hope all is well..

I have an exciting new opportunity that I wanted to share with you and your
network. Our top client, located in the *Bentonville, AR*. is currently
seeking a *UX/UI Developer resource* to join their organization. I have
included a complete job description below in case you or someone you know
might be interested in learning more.

*Title: UX/UI Developer*
*Location: Bentonville, AR*
*Duration: 6+ Months Contract *

*Need EAD,GC,TN,USC ! *

*Very good communication skills is a must.*
Secondary Skill : Understanding of (Java/J2EE or .Net, HTML5, CSS,
JavaScript, Spring, AJAX, & JSON skills for implementing web technologies
Understanding in JQuery, NodeJS, AngularJS, extJS, SenchaTouch Framework,
Promise, and other frameworks like (wireJS , AngularJS) Understanding of
multithreaded software design Understanding of the AJAX and Spring
frameworks Experience with other Agile/Lean,

*Best Regards,*

*Richard Shaw - IT Recruiter*
*AYR Global IT Solutions Inc. |*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (630) 447-8405 | Office: (331) 481-6635 | Email:
rs...@ayrglobal.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/CA%2BHf1rL1GSio7VnnTanarbaC-B%3DFpwEyKsw%3DXgbxMRi0EtDw9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED !! Front End Web Developer/Designer - Bellevue, WA

2017-02-14 Thread Richard Shaw
*Role: Front End Web Developer/Designer*
*Location: Bellevue, WA *
*Duration: 6+ Contract*

*Visa: USC & GC & TN Visa*

*Job Description:*
Will work as part of a creative design team to leverage skills to produce
high level electronic projects. Expert knowledge in building sites from
scratch within HTML5, including the ability to hand code, use CSS,
JavaScript and other development tools. Knowledge of coding for responsive
frameworks (i.e., bootstrap) or ability to create within a fluid grid
system (9, 12, 24) a must. Must be able to optimize websites for mobile.
Needs working knowledge of Photoshop. Experienced in Google Analytics or
Omniture for measurement and interpretation. Solid background in blocking
sites from SEO and indexing. Ability to test web functionality, suggest and
implement process improvements for web quality assurance (QA). 5+ years
experience a must.
Communicate amazingly well in both verbal (day-to-day discussions, team
meetings) and written form (user stories) with team members and
stakeholders.
Own technology value beyond just test and maintenance by providing sound
consultation and feedback to stakeholders and and team members.
Handle change management well in a changing environment and rapidly growing
industry.
Play well with others as a critical team player in a small engineering team
with a well-described product backlog and be comfortable with various SDLC
methodologies and practices.
Plan, design, and develop (within a specified deadline) new feature
functionality for our software applications per customer or internal
specifications
Produce high quality, well-tested code, with appropriate unit tests, before
handing over to QA
Work with the Technology Solutions Team to design, develop and document
integration methods in a timely fashion

*Preferred requirements:*
Strong Microsoft programming skills, including C#, SQL and C++
Hands-on experience working on database design, data integrity, application
design and documentation
Experience with automated testing, Selenium preferred
Knowledge of operations research techniques
Ability to think through a process end to end, consider systemic
relationships, and what-if scenarios
Ability to work independently and as a team member
Outstanding verbal and written communications skills, including the ability
to communicate with all levels of management, staff and customers
Strong skills with web development technologies, including DHTML, jQuery,
CSS, AJAX, and MVC.
Understanding of version control systems

*Best Regards,*

*Richard Shaw - IT Recruiter*
*AYR Global IT Solutions Inc. | *
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (630) 447-8405 | Office: (331) 481-6635 | Email:
rs...@ayrglobal.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/CA%2BHf1rLrLhoQogPnB%3Dgd12VFJ%3DVMz%2BsWbdX-q7c%2BQAksDHXt%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need: Front End Web Developer/Designer - Bellevue, WA / Lincolnshire, IL - 6+ Months Contract

2017-02-14 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Job Role: Front End Web Developer/Designer*
*Location: Bellevue, WA*
*Duration: 6+ Months Contract*

*Need: USC/GC Only*

*Job Description:*
Will work as part of a creative design team to leverage skills to produce
high level electronic projects. Expert knowledge in building sites from
scratch within HTML5, including the ability to hand code, use CSS,
JavaScript and other development tools. Knowledge of coding for responsive
frameworks (i.e., bootstrap) or ability to create within a fluid grid
system (9, 12, 24) a must. Must be able to optimize websites for mobile.
Needs working knowledge of Photoshop. Experienced in Google Analytics or
Omniture for measurement and interpretation. Solid background in blocking
sites from SEO and indexing. Ability to test web functionality, suggest and
implement process improvements for web quality assurance (QA). 5+ years
experience a must.
Communicate amazingly well in both verbal (day-to-day discussions, team
meetings) and written form (user stories) with team members and
stakeholders.
Own technology value beyond just test and maintenance by providing sound
consultation and feedback to stakeholders and and team members.
Handle change management well in a changing environment and rapidly growing
industry.
Play well with others as a critical team player in a small engineering team
with a well-described product backlog and be comfortable with various SDLC
methodologies and practices.
Plan, design, and develop (within a specified deadline) new feature
functionality for our software applications per customer or internal
specifications
Produce high quality, well-tested code, with appropriate unit tests, before
handing over to QA
Work with the Technology Solutions Team to design, develop and document
integration methods in a timely fashion

*Preferred requirements:*
Strong Microsoft programming skills, including C#, SQL and C++
Hands-on experience working on database design, data integrity, application
design and documentation
Experience with automated testing, Selenium preferred
Knowledge of operations research techniques
Ability to think through a process end to end, consider systemic
relationships, and what-if scenarios
Ability to work independently and as a team member
Outstanding verbal and written communications skills, including the ability
to communicate with all levels of management, staff and customers
Strong skills with web development technologies, including DHTML, jQuery,
CSS, AJAX, and MVC.
Understanding of version control systems

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.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/CANBLWA-VLnCQM39aTS0Mmf5p5iDs_b9kc6pmNX%3DXEqtW0ybLaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] REQUIREMENT : Senior VMWware Cloud IaaS lead || NYC

2017-02-14 Thread Varun
*SHARE YOUR UPDATED RESUME AT varun.j...@diverselynx.com
*



Dear Recruiter,

Hope you are doing fine. We have an urgent requirement for  *Senior VMWware
Infra tech lead for Cloud IaaS offerings** at **NYC* for a *Long Term
Contract* role. Please go through the same and let us know if you have
anyone matching the below role. Please send your responses to
*varun.j...@diverselynx.com*  with your
candidate resume and contact details.



*Title – **Senior VMWware Infra tech lead for Cloud IaaS offerings*
*Duration: **Long Term Contract *
*Location*:  *NYC*


* Experience Required : 10+ years*





*Technical/Functional Skills:*

Expert in defining IaaS on VMWare cloud for below services
·Compute, network and Storage (initially private on premises, but
eventually hybrid)
· Database
· Messaging
· Firewalls
· Service Discovery and Proxy
· DNS (dynamic)
·Config + config distribution
· Inventory
· Log management
· Monitoring
· Billing usage

*Roles & Responsibilities*

· Define IaaS offerings for above services on VMWare Cloud



*Thanks and Regards,*

*Varun Jain*

*Diverse Lynx LLC*



Email is the best way to reach me…



*Email – varun.j...@diverselynx.com *





Diverse Lynx LLC |300 Alexander Park|Suite #200|Princeton , NJ 08540



“For our open jobs please visit Diverselynx Jobs

”





*“Note: Diverse Lynx LLC is an Equal Employment Opportunity employer. All
qualified applicants will receive consideration for employment without
regard to race, religion, color, sex, age, national origin or disability.
All applicants will be evaluated solely on the basis of their ability,
competence, and performance of the essential functions of their positions.
We promote and support a diverse workforce at all levels in the company.
This is not an unsolicited mail. If it is not intended for you or you are
not interested in receiving our e-mails please reply with a "remove" in the
subject line 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
extremely sorry if our email has caused any inconvenience to you.”*

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


[android-developers] RE: HOTLIST: DevOps/Penetration Tester/Java/SAS

2017-02-14 Thread MPR Soft Inc
Dear Recruiter,

Hope you’re having a great day.



I have consultants available for the following technologies mentioned
below; please let me know if you have any positions open.

Please add *kris...@mprsoft.com * to your daily
distribution list. Thank you so much for your valuable time.



* Technology: DevOps*

Name: Navya Y

Contact No: 630-506-6098

Email id: buildrelea...@gmail.com

* Technology: Penetration Tester*

Name: Pavani R

Contact No: 630-506-6098

Email Id: secuanal...@gmail.com

* Technology: Java*

Name: Sandeep Maram

Contact No: 630-506-6098

Email id: javadev...@gmail.com

* Technology: SAS*

Name: Vishnu Vardhan

Contact No: 630-506-6098

Email id: sasmprs...@gmail.com



Please feel free to contact me on *630-506-6098**.*


Thanks & Regards,

Krishna
630-506-6098.
kris...@mprsoft.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/CA%2BN3Z7tBr5P4c_%2Bz3owi4ivvVuFs42a9qhC8Y-pYy8u6WcnDbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Sr UI/Front-End Developer WITH 10+YRSExp:NYC/NJ

2017-02-14 Thread Neha K
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

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



*POSITION:  Sr UI/Front-End Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: NYC/NJ*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*



*Angular2-+javascript+mvc developer. *

*12+ years of Experience*



*only local candidates.*



Thanks,









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

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

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

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

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


[android-developers] Urgent Need :: Teradata Developer with Unix @ Philadelphia, PA

2017-02-14 Thread satish kumar
Hi ,



Hope you are doing great!



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



*Job Title: Teradata Developer*

*Location: Philadelphia, PA*

*Duration: 12+ months*





*Job Description:*



*Experience: 8-10 years*



*Job Description:*

•   Teradata BTEQ, Informatica ,Unix Shell Scripting experience-
MUST-Preferred Teradata Certified

•   Infomatica Hands on

•   CSG and AMDOC billing - very good to have

•   Cable or Telecom industry data warhorse etl development exp
(e.g. Worked at TWC, Cable Vision, Charter Communication etc.) - very good
to have

•   Hadoop, Hive, Pig, Hbase, Mapreduce – Good to have a high level
understanding

•   Good proficiency with writing and analyzing SQL queries and
tuning them

•   Work with application implementation teams to design and
implement best practices for SQL code, object creation, minimizing data
skew, PPI selection

•   Has experience in leading teams in both Dev and Support
projects

•   Excellent understanding of data warehousing concepts

•   Strong problem solving, analytical and interpersonal skills



Analytical Skills

•   Identify data quality issues and suggest solutions

•   Communicate findings to business

•   Process Skills

•   Agile Development / Scrums

•   Work in an environment where teams are geographically disbursed

•   Understanding support / L3 support team model







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


[android-developers] Immediate Need: Front End Web Developer/Designer - Bellevue, WA / Lincolnshire, IL - 6+ Months Contract

2017-02-14 Thread Kaazmi Kahn
Hi folks,
Hope all is well..

Please share your consultant resume to *kk...@ayrglobal.com
*

*Job Role: Front End Web Developer/Designer*
*Location: Bellevue, WA / Lincolnshire, IL*
*Duration: 6+ Months Contract*

*Need: USC/GC Only*

*Job Description:*
Will work as part of a creative design team to leverage skills to produce
high level electronic projects. Expert knowledge in building sites from
scratch within HTML5, including the ability to hand code, use CSS,
JavaScript and other development tools. Knowledge of coding for responsive
frameworks (i.e., bootstrap) or ability to create within a fluid grid
system (9, 12, 24) a must. Must be able to optimize websites for mobile.
Needs working knowledge of Photoshop. Experienced in Google Analytics or
Omniture for measurement and interpretation. Solid background in blocking
sites from SEO and indexing. Ability to test web functionality, suggest and
implement process improvements for web quality assurance (QA). 5+ years
experience a must.
Communicate amazingly well in both verbal (day-to-day discussions, team
meetings) and written form (user stories) with team members and
stakeholders.
Own technology value beyond just test and maintenance by providing sound
consultation and feedback to stakeholders and and team members.
Handle change management well in a changing environment and rapidly growing
industry.
Play well with others as a critical team player in a small engineering team
with a well-described product backlog and be comfortable with various SDLC
methodologies and practices.
Plan, design, and develop (within a specified deadline) new feature
functionality for our software applications per customer or internal
specifications
Produce high quality, well-tested code, with appropriate unit tests, before
handing over to QA
Work with the Technology Solutions Team to design, develop and document
integration methods in a timely fashion

*Preferred requirements:*
Strong Microsoft programming skills, including C#, SQL and C++
Hands-on experience working on database design, data integrity, application
design and documentation
Experience with automated testing, Selenium preferred
Knowledge of operations research techniques
Ability to think through a process end to end, consider systemic
relationships, and what-if scenarios
Ability to work independently and as a team member
Outstanding verbal and written communications skills, including the ability
to communicate with all levels of management, staff and customers
Strong skills with web development technologies, including DHTML, jQuery,
CSS, AJAX, and MVC.
Understanding of version control systems

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.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/CANBLWA9LOLDg%2BESgQ2fKgnDBnTdh-AL2aAqm76j-nK435Uo3HA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Data Scientist for Tampa, FL

2017-02-14 Thread Umang Goswami
*Hi *
*Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *

*Role   :   Data Scientist *

*Location   :   Tampa, FL *

*Duration  :   6+ Months*



*Interview:   Phone / Skype *

*Job Requirement*

· Must have Data Scientist experience

· Machine Learning

· Data Modeling

· Banking/Financial background is a must

· Risk experience

· Excellent communication skills



[image: 318bafe]





*Regards , *

*Umang Goswami*

*Technical Recruiter*

*VSG Business Solutions*

*Email ID :  um...@vsgbusinesssolutions.com
*

*Gmail ID : umang@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/CAHYd61emjosoGo4Nmj2Ps%2BVJ%2Bc2Y%3DdQ2DOET7UivHM_5AGc5wg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. Full stack Developer

2017-02-14 Thread rajesh m
Greetings,

My Name is Rajesh and I am a Technical Recruiter at CNET Global Solutions,
Inc. CNET is a Global IT Services and Solutions company headquartered in
Richardson, TX. We have an excellent job opportunity with one of our client.

*Role:  Sr. Full stack Developer*

*Location : Dallas, TX*

*Duration : 6 months*

*Interview: Phone + in-person*

*Passport number mandatory*

Daily Responsibilities

The applications have been deployed globally to 17 countries and translated
into 15 unique languages, with more countries in progress. Your
responsibility primarily will be to help support and maintain the
consultant-facing web applications, as well as the back-end services that
support the applications as a whole. This is a great opportunity for anyone
wishing to transition into a team leadership role in their career.

· Work closely with the project manager, business analysts, and
overseas developers to support the daily operation of the production
system, as well as the on-going release schedule.

· Develop code to fix production issues found or to implement new
features as requested by the business.

· Help develop and enhance internal tools used by the team to
increase productivity.

· Write unit and integration tests to prevent defects from creeping
into the software.

· Respond to requests from BAs and other internal customers
regarding support questions, estimates of effort, and development status.

· Create and maintain builds, manage branches, and enforce source
control best practices.

· Act as a technical representative during releases, meetings with
business advisors, project management, and other internal teams.

· Help the project manager and business analysts groom the backlogs.

· Proactively review application monitoring services and
application logs for critical support needs within the eSuite application
stack.

· Reactively respond to outages and incidents reported in
ServiceNow; triage and coordinate with infrastructure team as needed.

· Work with webmasters and infrastructure teams to perform periodic
maintenance tasks such as backups, database purges, index creations, etc.

MINIMUM REQUIRED SKILLS

· C#, SQL, ASP.NET Web API or WCF, XML, ASP.NET MVC, HTML, CSS,
JavaScript, AJAX, JSON.

· 5+ years web development experience on Microsoft stack, 10+ years
overall.

· Able to take responsibility for one’s own actions, and ensure
that work is completed as promised.

· Eager to learn and support a broad and technically rich
application stack.

· Able to communicate effectively and build rapport with teammates.

· Able to think critically in order to guide behavior and make good
decisions.

· Familiar with, and an aptitude for, object-oriented concepts and
common design patterns.

· Willing to work around a global release schedule, often early or
late at night.

· Willing to participate in an on-call support rotation including
weekends.

· Able to identify opportunities for improvement and take the
initiative to add them to the backlog.

OTHER SKILLS / EXPERIENCE DESIRED

· Cloud services such as Amazon Web Services or Azure.

· Full-text search server technology such as Elasticsearch.

· Dependency Injection and IoC containers such as AutoFac.

· Web content management systems (CMS) such as SharePoint or
Sitecore.

· Client-side libraries and frameworks such as jQuery, Knockout.js,
Backbone.js, and Bootstrap.

· Application performance management (APM) tools such as Dynatrace.

· Release planning, packaging, and testing.

· Build automation and deployment tools such as Octopus.

· Agile development methodologies such as Scrum.

· Source control, work item management, and build management using
Team Foundation Server (TFS) or Git.

Also, please take a few minutes to answer some of the questions below as
they will help me qualify your candidature

Linkedin id:

Full Name:
Current Location, State:
Phone No:
Email ID:
Skype ID:
US work authorization:
Visa Validity:
Currently on a project:
Willingness to relocate across US:

Overall Experience in Years:
US Experience:
2 time slots for Interview:
Available to join from:
Last four Digit SSN #:
Highest Qualification & Specialization:
Graduation Dates -Start (MM/YY) End (MM/YY):
DOB (DD/MM/YY)

*Two References from recent Project:*

*Full Name: *

*Official Email:   *

*Designation:*

*phone:  *

*Full Name: *

*Official Email:   *

*Designation:*

*phone:  *

Thanks & Regards,

*Rajesh Mudragada*

*Technical Recruiter*

*CNET Global Solutions, Inc* 

*Certified Minority Business Enterprise (MBE)*
800 E. Campbell Road, Suite # 345
Richardson, Texas 75081
Phone: 972-895-5005

Fax: 972-692-8828
Email: raje...@cnet-global.com 

[android-developers] Hiring for Sr. Network Engineer for Hightstown, NJ |USC, GC, EAD GC , TN Only

2017-02-14 Thread Neha Saral
*Hi *
*Please lookup the below position and if you feel comfortable ,then please
send me your updated resume *

*Role   :   Sr. Network Engineer*

*Location   :   Hightstown, NJ *

*Duration  :12+ Months*

*Interview:   Phone then Face to Face*

*USC, GC, EAD GC , TN Only*



Client is seeking a senior network engineer with 10+ years of experience
for a long-term project with an end client in Hightstown, NJ.



Education: The candidate must have at least a bachelor’s degree in CS, CE,
EE, Math, or Physics. *Please do not send over candidates that do not have
a degree in one of the noted areas. *



*Certifications: CCNP or CCIE required! *



*Required Education/Experience/Skills:*

•10+ years of experience in networking, specifically in large-scale
data center and campus environments

•10+ years of experience designing data center and large campus
networks

•Experience in installation and operations in network projects

•Excellent written and verbal communication skills, with the
ability to clearly communicate well to both technical and non-technical
audiences

•Highly responsible, self-disciplined, organized, motivated,
creative, and confident

•Strong interpersonal skills



*Required Technologies: *

•Data Center networks

•Routing protocols - BGP, OSPF

•LAN Switching - VLAN, STP

•Load Balancing

•WAN - MPLS, MPLS/VPN, MP-BGP

•TCP/IP protocol suite

•DNS/DHCP

•Network analysis (sniffer capture and analysis)

•Application protocols - HTTP, HTTPS, SMTP, SNMP, SSL, etc. •
Network Security - Juniper VPN, LDAP, RADIUS

•SSL VPN (Juniper preferred)

•Monitoring and Alerting via SolarWinds, Cisco Prime, NetQoS,
Spectrum, and similar






















Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

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


[android-developers] Nested RecyclerView with Performance

2017-02-14 Thread vinodunauu
I want to use RecyclerView inside another RecyclerView. Is this bad 
approach? if so what is the best way to achieve it?

-- 
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/40f8a499-8973-4916-8f7f-8e87460c27ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. .Net Developer / CINCINNATI, OH (Need in-person after telephonic)

2017-02-14 Thread Rahul Modak
Hello,



Please go through the requirement and let me know your interest.



*Sr. .Net Developer*

*Location: CINCINNATI, OH (Need in-person after telephonic)*

*Duration: Long-term*



· Visual Studio 2015

· ASP.NET Core (formerly .NET Framework 5)

· MVC 6

· C# 6

· Javascript

· jQuery

· AJAX

· JSON

· Bootstrap

· HTML

· HTML5

· CSS

· CSS3

· Entity Framework

· SQL Server

· *Profisee Maestro*

· *Profisee MaestroSDK*

· IIS 7





--



*Thanks & Regards*

*Rahul Modak*

*ST Global LLC*

rahulmo...@stglobaltech.com

www.stglobaltech.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/CADi-YPy7C%3DXqtfY2z2_msMaruFLJF0j_cRcOk_oaLqpmc8xqEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: AS400 consultant @ Plano, TX 75024 --- Contract

2017-02-14 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: AS400 consultant*

*Location:* Plano, TX 75024

*Duration:* 6+ Months

*Interview Type: *Phone+ Skype



*Primary Skills:  AS400, RPG*



*Job Description:*



*Must Have Skills:*

1. AS400

2. RPG



*Nice to have skills:*

1. AS400

2. RPG



*Detailed Job Description:*

1.Should have knowledge on running SQL queries on AS400

2.Able to analyze the RPG code in AS400 and find out the problem

3.Configuration management tool  Turnover experience

4.Hawkeye impact Analysis tool

5.Should be able to do some minimal AS400 admin activities.

6.Knowledge on FTP process in AS400



*Top 3 responsibilities:*

1. Should have knowledge on running SQL queries on AS400

2. Able to analyze the RPG code in AS400 and find out the problem

3. Configuration management tool  Turnover experience Will the candidate be
client facing and/or working with business users?



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

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

Gmail: martinzeller0...@gmail.com



*Note:* If you have received this mail in error or prefer not to receive
such emails in the future, please reply with *"REMOVE"* in the subject line
and the email id(s) to be removed.

All removal requests will be honored ASAP. We sincerely apologize for any
inconvenience caused.

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


[android-developers] Oracle Fusion Reporting in NY

2017-02-14 Thread Qamar Bilal
*bi...@vertexg.com* 

*The best way to contact me is by email:*



Hi,



Hope you are doing well today.



My name is *Bilal* and I am an *IT Technical Recruiter from VERTEX Inc. *
based in Illinois, if you feel comfortable with the requirement reply me
ASAP…….



Quick Response is appreciated.



*Below are the Position Details:*



*Position: Oracle Fusion Reporting*

*Location: New York, NY*
*Duration: 6 month contract *


I need a strong Oracle Fusion Reporting consultant with a solid
understanding of OTBI and Oracle Fusion applications. This person will be
responsible for recreating reports in Fusion that were previously made in
OBI. Must have strong client facing skills and must be able to go onsite to
meet with users when needed.



*bi...@vertexg.com* 

*The best way to contact me is by email:*


















-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

*The best way to contact me is by email:*

Voice: 847-972-5869  Fax 847-770-4848

*bilal.recruite...@gmail.com* 



*Please don't print this e-mail unless you really need to.*

Important: This electronic mail message and any attached files contain
information intended for the exclusive use of the individual or entity to
whom it is addressed and may contain information that is
proprietary,privileged, confidential and/or exempt from disclosure under
applicable law. If you are not the intended recipient, you are hereby
notified that any viewing, copying, disclosure or distribution of this
information may be subject to legal restriction or sanction. Please notify
the sender, by electronic mail or telephone, of any unintended recipients
and delete the original message without making any copies.

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


[android-developers] Oracle Techno - Functional

2017-02-14 Thread sammy
Oracle Techno - Functional



HI Team,



Please share 2 Good Quality profiles from each vendor before EOD.

 Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com

Location : Mountain View, CA

HCL




Kindly focus more on Technical and less on functional.



*Oracle Techno- Functional Consultant*



Ø  6+ Years of experience in Oracle Applications R12 Functional/Technical
experience in Financial modules (General Ledger and Cash Management
specifically)

Ø  Strong work experience in Oracle SQL, PLSQL development

Ø  Experience on RICE development – Requirements gathering,
Functional/Technical Design documentation and Development

Ø  Nice to have:  Oracle R12 AR, OM and Knowledge of Drop shipment processes

Ø  Excellent communication skills

Ø  Good understanding of the general business process supporting the
technical solutions that are being solved.

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

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


[android-developers] Position :- iOS Developer/Lead

2017-02-14 Thread up2date technologies
Position :- iOS Developer/Lead

Client :- IDC Technology - JPMC

Location :- Dallas TX, / Columbus OH

JD is below :-

Required Skills:

7+ years of hands on development experience on the iOS platform with a 
strong understanding of the iOS Architecture

Should provide references of at least 2 apps being launched to the App 
Store on which the developer has worked

Able to develop Native iPhone applications using Objective C

Should have a good understanding of Hybrid Application Architecture and a 
hands on skill working with HTML5/CSS3/jQuery Mobile is a Plus

Should be able to understand the memory usage, object references and 
performance oriented coding

Should be able to work on developing views and UI for iPhone and iPad 
applications

Should understand the Apple user interface and coding standards

Able to work on Agile and Test driven development

Able to work on unit testing, code coverage tools for Objective C

Good in communication - written and verbal communication skills

Extremely strong with swift programming with known companies.

Good in iOS 10.

*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/b3e5d8f6-bb83-44c1-96fd-26e8b213538e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate requirement---Application Tester in Cincinnati, OH

2017-02-14 Thread Murali Recruiter
Hi,



 I hope you are doing great today.



We are looking for an *Application Tester in Cincinnati, OH*



Job Title:  *Application testing with banking domain*

Location: * Cincinnati, OH*

Duration:  6+ Months



*Mandatory Copies: Passport Copy/Number and H1B Copy.*



*Job Description*:–

· Good working experience in *Application Testing*.

· Should have knowledge on basic concepts of testing, Test case
Execution, Mainframe online testing.

· Must have Experience in *Banking Domain.*

· Should have good knowledge & concepts of UI validations, GUI
features etc. Concepts of Globalization and Localization testing will be an
added advantage

· Must Have Good Excellent Communication Skills.

Looking forward to hear from you!





Thanks & Regards,

*Murali*

Technical Recruiter

IDC Technologies Inc
Direct:  *408-868-5124*
Email: *mur...@idctechnologies.com* 

CMM Level 3 Company

1851 McCarthy Boulevard, Suite 116, Milpitas, CA - 95035

Website: www.idctechnologies.com

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


[android-developers] PeopleSoft Developer at Minneapolis, MN

2017-02-14 Thread Rajesh Kumar Behera
Hi Partners,

Hope you are doing  well !!!

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

*Role: PeopleSoft Developer*

*Location:* Minneapolis, MN

*Visa: GC, GC EAD or Citizen*

*Interview: phone/Skype*





Must-have:

-8+ years of PeopleSoft Development experience

-HCM experience

-CRM experience

-Integration Broker experience

-Application Packaging experience

-Security experience

-Fluid experience





Plusses

- Financial industry experience

-- 

*Regards,*


*Rajesh Kumar*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

Phone: *571-723-4947**|*E: raj...@tekinspirations.com


*Gtalk :*rajeshkb...@gmail.com *||* W: www.tekinspirations.com

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


[android-developers] Urgent Requirement :: Senior Network Engineer :: Hightstown, NJ

2017-02-14 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: Senior Network Engineer

 

Locations  : Hightstown, NJ

 

Looking Local Candidate for F2F Round Interview.

 

JOB DESCRIPTION:  

Certifications: CCNP or CCIE required! 

 

Required Education/Experience/Skills:

• 10+ years of experience in networking, specifically in large-scale data 
center and campus environments 

• 10+ years of experience designing data center and large campus networks 

• Experience in installation and operations in network projects 

• Excellent written and verbal communication skills, with the ability to 
clearly communicate well to both technical and non-technical audiences

• Highly responsible, self-disciplined, organized, motivated, creative, and 
confident 

• Strong interpersonal skills 

 

Required Technologies: 

• Data Center networks

• Routing protocols - BGP, OSPF 

• LAN Switching - VLAN, STP 

• Load Balancing 

• WAN - MPLS, MPLS/VPN, MP-BGP

• TCP/IP protocol suite 

• DNS/DHCP

• Network analysis (sniffer capture and analysis) 

• Application protocols - HTTP, HTTPS, SMTP, SNMP, SSL, etc. • Network Security 
- Juniper VPN, LDAP, RADIUS 

• SSL VPN (Juniper preferred) 

• Monitoring and Alerting via SolarWinds, Cisco Prime, NetQoS, Spectrum, and 
similar

 

Thanks and Regards

 

Randhir Tiwari

D: 408 882 6434

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

 

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


[android-developers] Hiring for Lead Informatica Developer at La Jolla, California

2017-02-14 Thread USIT Recruiter
*Hi *



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



*Position: Lead **Informatica Developer*

*Location: La Jolla, California*

*Duration : 6+ Months *



*Roles & Responsibilities :*

· Lead development of an Informatica based ETL architecture.

· Develop solution in highly demanding environment and provide
hands on guidance to other team members.

· Analyze complex ETL requirements and design.

· Implement an Informatica based ETL solution fulfilling stringent
performance requirements.

· Collaborate with product development teams and senior designers
to develop architectural requirements to ensure client satisfaction with
product.

· Client satisfaction with product.

· Assess requirements for completeness and accuracy.

· Determine if requirements are actionable for ETL team.

· Conduct impact assessment and determine size of effort based on
requirements.

· Develop full SDLC project plans to implement ETL solution and
identify resource requirements.

· Perform as active, leading role in shaping and enhancing overall
ETL Informatica architecture.

· Identify, recommend and implement ETL process and architecture
improvements.

· Assist and verify design of solution and production of all design
phase deliverables.

· Manage build phase and quality assure code to ensure fulfilling
requirements and adhering to ETL architecture.

· Resolve difficult design and develop issues.

· Identify bugs when developers are not able to do so.



*MUST HAVE:*

· Minimum 10 years of experience in Development.

· Experience of working with Data Warehousing/Data Integration,
Data Profiling, Data Quality, Metadata Management, Master Data Management,
Data Virtualization, Data Protection and Data Security, Data Modeling,
Data/Application migration

· Experience of working with data integration strategies / ETL

· Extensive experience of working with Informatica Power Center

· Ability to participate in multiple projects to build solution and
review solution architecture

· Hands on experience with Informatica and ability to review the
code and scripts

· Experience and expertise with Linux  and shell scripting

· Exposure to various reporting and analytics

· Experience with automation tools







Thanks and Regards,



Abhishek Kumar
Last Word Consulting Inc.

Email: *abhis...@lastwordconsulting.com *

[image: Description: cid:image002.jpg@01D100EB.3059C880]
[image:
Description: cid:image003.jpg@01D100EB.3059C880][image: Description:
cid:image004.gif@01D100EB.3059C880]


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


[android-developers] Need: Agile Coach

2017-02-14 Thread Aman Bhattacharya
Hello,
Please share resume to a...@resource-logistics.com

*Title:* *Agile Coach*

*Location: Houston, TX*

*Position: Contract  *

*Interview: Phone/Face to Face/Skype*



*We are looking for an Agile Team Coach to work with Infrastructure Service
Delivery Management teams to both learn/use Agile approaches and
participate in assisting these teams who are trying to become Agile. This
individual would be expected to become an embedded team coach and may also
contribute (or have a role) for a number of squads. Though the scope of
each coaching engagement varies (project vs. base support, training vs.
consulting, etc.), the coach would be guided by the customer’s IT
Applications DevOps/Agile team, and a coach would be expected to:*



· Spend time with the team / team leadership to understand their
needs, problems, and wants

· Devise a strategy (consistent with customer’s recommendations) to
help transform the team to Agile or enhance the team's performance

· Train the team on Agile concepts

· Help the team set up tooling to track their work

· Support the team as they go through their Agile transformation

· For all of the above, early in the activities/process, also
mentor team members in developing their understanding and capability in
Agile coaching.

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


[android-developers] Looking for ::: OpenSpan developer :::Florida & Atlanta

2017-02-14 Thread SALMA BHAT
Hi Partners,


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



OpenSpan Technology Lead Job Description:



· Should have minimum 7-10 years of overall experience in IT.

· Should have minimum 1-2 years of Hands-on experience in OpenSpan
tool.

· Should have experience of end to end implementation of 1-2
projects using OpenSpan

· Should have strong communication skills

· Should have experience of working with offshore/remote team

-- 
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-X3ghQjmhNh%2Bkn1cUW0AAZoyC-GaT-M%2BfwPnkvmNMiWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Available Consultant HotList from “vTech Solution Inc.

2017-02-14 Thread Nirmal Patel


Hello Associate,

 

Available Consultant HotList from “vTech Solution Inc.” So Send me 
requirement on nirma...@vtechsolution.com

Ph: (202) 241.2419 (D)

 

Name :- Kebede

 

Technology Skill :-  GIS Analyst / SQL DBA

 

Work Authorization :- Green Card Holder

 

Current Location :-  VA

 

Relocation :-   VA DC MD

 

Total Exp :-  16+

 

 

 

Name :- MARC B

 

Technology Skill :-  SERVICE NOW DEVELOPER/ BMC REMEDYDEVELOPER

 

Work Authorization :- U.S Citizen

 

Current Location :-  NJ

 

Relocation :-   EASTERN USA

 

Total Exp :-  17+

 

 

Name :- MARK H

 

Technology Skill :-  Sr. SharePoint Admin / project Manager

 

Work Authorization :- U.S Citizen

 

Current Location :-  CO

 

Relocation :-   Any- Where

 

Total Exp :-  22+

 

 

 

Name :- Donald

 

Technology Skill :-  Technical Writer / Trainer

 

Work Authorization :- U.S Citizen

 

Current Location :-  DC

 

Relocation :-   MD, DC, VA

 

Total Exp :-  22+ 

 

 

Name  :- Gbenga

 

Technology Skill :-  Sr. Project Manager (Agile, CSM, PMP)

 

Work Authorization :- U.S Citizen

 

Current Location :-  MD

 

Relocation :-   MD, DC, VA

 

Total Exp :-  12+

 

 

Name :- Andrew

 

Technology Skill :-  Data Server Administrator

 

Work Authorization :- U.S Citizen

 

Current Location :-  IA

 

Relocation :-   IA

 

Total Exp :-  10+

 

 

Name :- Ernest

 

Technology Skill :-  Sharepoint Admin / Architect

 

Work Authorization :- U.S Citizen

 

Current Location :-  AZ

 

Relocation :-   Houston, CA AZ NV

 

Total Exp :-  15+

 

 

 

 

 

 Name :- Adrain

 

Technology Skill :-  System Admin (CCNA Certified )

 

Work Authorization :- U.S Citizen

 

Current Location :-  Houston, TX

 

Relocation :-   Houston, TX

 

Total Exp :-  10+

  

 

*Thanks & Regards,*

 

*Nirmal Patel*

*Technical Recruiter*

 

*vTech Solution Inc.*

*You Seek, We Deliver**.s*

 

(202) 241.2419 (D)

866.733.4974 Fax

*r...@vtechsolution.us*

nirma...@vtechsolution.com

 

1100 H street, N.W. Suite 450,

Washington DC 20005

 

www.vTechSolution.com 


This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind vTech to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.

 

 

-- 
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/8b0e1552-24c1-4056-aefc-ee5b9c585d7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Meaning of File Sharing in this documentation

2017-02-14 Thread Digital Paper
In the documentation of Setting Up File Sharing 


"To securely offer a file from your app to another app."

What does this line means. Generally we send files from one mobile to 
another mobile. But what is the meaning of sending file from app to another 
app.



.
.
.
.
Read books  , documents, article, blogs, poems, 
  comics, stories and much more only on Digital 
Paper .

Get your book published for free and earn  80% royalty on each sale of 
your book. 

-- 
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/c565d35d-4227-478b-b562-26f6b7ed558d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] saubhagya.sha...@systemsamerica.com

2017-02-14 Thread sammy
*microservice architecture*

*Location: Pittsburgh, PA*

Client: PNC /  6 months

 Mail me

* saubhagya.sha...@systemsamerica.com *



*Job Description:*

*Technical Experience:*

· Strong understanding of microservice architecture

· Hands-on experience in developing and deploying microservices

· Experience working on legacy Java EE / JMS based systems

· Experience in performing technical assessment of current state of
legacy systems

· Knowledge on transforming a legacy monolithic application to a
microservice based application

· Expertise in design and development of Spring Boot and Spring
Cloud applications

· Expert is design and development of RESTful APIs using JAX-RS and
JSON

· Strong understanding of SOA, EAI and EIP

· Strong understanding of DevOps, CI/CD (Jenkins), VCS (Git) and
build (Gradle) systems



*Submit MS word resume with the following details.*

·  Full Name  :

·  Contact number :

·  Email Id :

·  Skype id:

·  Rate Expectation   :

·  Current location :

·  Relocation :

·  Citizenship/Visa Status :

·  Availability for Phone Interview :

·  Notice Period

*With Regards..**?*

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

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


[android-developers] MicroStrategy Architect__Need Urgent with 10+ Profile

2017-02-14 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.







*MicroStrategy Architect*



*Wilmington DE*


* Contract*


MicroStrategy-Specific Responsibilities
oMicroStrategy Architect
§Understand the requirements and convert them into Logical Data
Model/Hierarchies
§Must understand the concept of Slowly Changing Dimensions and
should know how to architect them in Microstrategy.
§Experience working with capturing reporting on Current and
Historical Data.
§Experience working with Transformations.
oMicroStrategy Developer
§Experience working with Complex reports.
§Experience with Report Services Documents (Dashboards).
§Experience with Rolling Metrics, Nested Metrics, Relationship
Filters, etc..
§Experience with VLDB Properties (multi-pass sql, hints, etc)
§Work on Tuning reports with Performance issues.
§Experience with Narrowcast Server( nice to have).  Should be able
to create Static and Dynamic Subscription sets.
oMicroStrategy Administration ( this position does not need to do
any administration work but good to know concepts)
§Experience with Upgrades, regression testing, etc..
§Experience with setting up Narrowcast Server.
§Experience with Object Manager
§Experience with Intelligence Server / Web Server administration.
§Experience with Security roles, Security Filters, User management,
Access Control Lists, etc..
§Experience with Enterprise Manager
oDatabase Skills
§Good Oracle SQL writing skills
§Good Oracle SQL tuning skills
ØGeneral
oAssume ownership of various initiatives across Solution Delivery
and/or BTG as agreed with team or tech lead for complete and successful
delivery.
oProvide functional expertise within his/her skills to assist
delivery team members, foster collaboration.
oWork closely and maintain ongoing communications with project
lead, project sponsor, business analyst and technical leads.
oProvide issue response and root cause analysis on Unicenter and
Quality Center tickets as assigned by team lead tech lead or project lead.
oEscalate issues on a timely basis to team lead, tech lead, and
project lead.
oCommunicate incoming work requests to team lead when requested to
work on unplanned items. Responsible to work only on tasks assigned by team
lead or tech lead.
oReport over or under allocation to the team lead, forecast work
remaining, identify and communicate variance to plan.  If colleague is a
contractor he/she should request approval prior working overtime.
oReport progress, delays and risks on assigned activities to
project lead.
oProvide feedback on lessons learned and retrospective meetings.
oRaise awareness when existing code, systems or processes do not
meet current quality expectations and standards.
oInitiate User Account/Hardware/Software requests needed to perform
the assigned tasks.
oEnsure proper Timesheet submittal by the agreed SLA, every week,
reflecting actual hours worked on any projects or assignments.

ØDevelopment
oDevelop code, configuration files, build scripts, schemas or other
artifacts associated by the features, QC and UC tickets, as assigned by
team or tech lead.
oMaintain code and all related artifacts in source control; perform
code merges and resolve conflicts as defined by development process, update
documentation and automated tests.
oDevelop unit tests for new code created; modify existing unit
tests for altered functionality.
oDevelop system integration test to verify the code running in its
functional environment.
oWork with the project lead, tech lead and team lead to schedule
features into Releases.
oCreate implementation plans and Change Management Requests as
assigned by team lead or tech lead.
oMaintain accurate feature status in Quality Center during
development by the agreed SLA.
oVerify build and deployment completeness of the features owned in
the QA environment before making it Testing Ready in Quality Center.

ØDesign
oAnalyze the feature requirements as presented by the business
analyst and the delivery team, in context of the overall project feature
set and existing implementation. Translate requirements to technical
concepts.
oHelp business analyst to refine and enhance initial requirements.
oContribute to logical/physical data models, class diagrams,
activity diagrams, sequence diagrams and UI prototypes.
oResponsible for organizing code review and obtaining sign-up on
the code he/she delivered.
oProvide follow-ups and resolution to the issues raised on design
and code reviews.
oPerform peer 

[android-developers] Hiring for Network Security Engineer for Lake Success NY |Phone and skype

2017-02-14 Thread Neha Saral
*Hi *

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

*Role   :   Network Security Engineer *

*Location   :   Lake Success NY (Long Island) *

*Duration  :   3+ Months *

*Interview:   Phone / Skype *


*Essential Skills/Experience:* 8-10 years IT experience, *5+ years in
network security*, F5, Juniper, Iron Port, Websense, Nokia, Cisco

*Job Description*

*Job Requirement*

   - Working in a small team of 4 providing network security support in F5,
   Juniper Firewall, Cisco Iron Port, Websense environment.
   - Design, build and implement various solutions on Check Point
   Firewalls, Blue Coat Proxies,
   - Work on various platforms of Checkpoint like - Nokia, Checkpoint
   (SPLAT).
   - Fully versed in the syntax of security platforms, and day to day rule
   verification
   - Continuous monitoring of CPU utilization, link utilization, connection
   table utilization, firewall clusters, cluster-XL technology
   - Experience in different VPN platforms, IPSec, SSL & Web VPN. Mobile
   VPNs solutions from Cisco and Checkpoint.
   - Configuring failover and working on SSL-VPN when in active/standby
   failover on ASA.
   - Creating Virtual IP address, Pools and Persistence profiles on F5 LTMs.
   - Create complex iRules using TCL language for URL redirections, HTTP
   header-insertion and HTTP header modification.
   - Renew certificates to ensure the security of websites.
   - Engage in various migration projects.
   - Firewall infrastructure support.
   - Implement the firewall rules.
   - Gathering details from customers and providing best security
   infrastructure solutions with F5 load balancers, Check Point/Netscreen
   firewalls and Blue Coat proxies
   - Being part of escalation team, receive calls from L2 team during on
   call time.















Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

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


[android-developers] Urgent!!!! Hadoop Developer || Englewood, CO

2017-02-14 Thread swamil singh
Hi,


Hope you are Doing well...!!!

I have urgent requirement for below position. Please go through the job
description and if you are interested kindly let me know. Please revert me
on swam...@sysmind.com

*H1B consultant Passport no. for I94 Verification *

*Please note we may ask for supporting documents/details to verify
genuineness of resume to avoid any fake submissions to our clients.*

*Valid LinkedIn ID or any online portfolio is highly desirable.*

*Thank you for your support and looking for your continued support*


*Role*: Hadoop Developer



*Location*: Englewood, CO



*JD:*

experience in software development using Java, strong in Core Java

â¿¢ 3-4 yearsâ

¿¿ experience using SQL, preferably in Oracle environment

â¿¢ Must have very strong Java development skills.

â¿¢ Understanding of Big Data analytics algorithms such as genetic
learning, machine learning, data mining

â¿¢ Familiarity with Hadoop unstructured database architectures, complex
analytics algorithms, data visualization and presentation techniques

â¿¢ Prior experience as a Hadoop and related technologies developer -
Hadoop (MapReduce) and at least one of the following: HBase, Hive, Pig,
Cassandra, Mongo DB

-- 


-- 

*Thanks & Regards*

*Swamil Singh* | SYSMIND, LLC

Phone: 609-897-9670 x 5121

Email: swam...@sysmind.com

Hangout: swamil.sysm...@gmail.com

Website: www.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/CAP_aUSy0PV1yTWxxJxCjUamoH1T1zmnN%2BsocW_%2BWmB9Artpy%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-list: Sap Abap

2017-02-14 Thread lucky khushi
Dear Prefer Vendors,

Please find attached profile of our consultant Durga. She is available
immediately and ready to relocate ASAP for the project.

Please review her profile and do let me know your valuable feedback ASAP.
Thanks and have a nice day ahead.

Thanks & Regards,
Jenny
MOON IT SOLUTIONS INC.,
www.moonitsolutions.com
Email: je...@moonitsolutions.com
Direct No: 732-645-1253
Fax: 469-294-0901

-- 
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/CAE71jDe%3DK6f-dVbJ0_cW%3Diem2kjY5C-cgba61rAYVm_BLsD%3D6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


DurgaBhavani_Andukuri.docx
Description: MS-Word 2007 document


[android-developers] Sr. IOS Developer----EAD or GC or Citizens Only

2017-02-14 Thread Saikiran Nandrolu
*Sr. IOS Developer*

*Mclean, VA*

*6+ month*

*EAD or GC or Citizens Only*



*Top Three Skills:   *

1. 5+ years of business applicable experience with IOS development. Someone
who is very passionate and has not been in a hybrid role with UI and/or
Android development. Someone who demonstrates this passion

 will be an iPhone owner.

2. Must have a computer science degree. This person must understand
software principles and the fundamentals of development including Objective
C, Swift, iOS SDK, etc.

3. This person must have participated in developing applications that have
been released in the app store. In addition, they are looking for a
candidate who has developed a number of native applications from the

 ground up and can solve complex problems.





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


[android-developers] Business Analyst with Healthcare exp. / Chicago, IL (Need locals only)

2017-02-14 Thread Rahul Modak
Hello,



Please go through the requirement and let me know your interest.



*Business Analyst with Healthcare exp.*

*Location: Chicago, IL*

*Duration: 10 Months+*

*Rate: $45/Hr*



*Face to Face interviews only, no phone, no Skype, we need locals.*



*Must have strong healthcare and must have Jira and Scrum*



*Job description:*

   - This position is responsible for functions on projects of moderate to
   high complexity by working with business partners within multiple business
   functions to align technology solutions with business strategies;
   eliciting, documenting, and refining business requirements for the IT
   organization;
   - serving as a liaison across multiple facets of the business community
   and the IT organization in order to provide technical solutions to meet
   user needs; leveraging an informed knowledge of business areas to identify
   and/or resolve problems on an ongoing basis.
   - Advanced experience with Jira tool in a scrum team setting. Writing
   user stories with clear acceptance criteria. Working with multiple
   users, acting as first line of review for requirements clarifications and
   defect triage.
   - Preferred experience in healthcare industry with provider related
   experience. Familiar with provider demographics including types,
   specialties, practice locations, network configuration, etc.



*Required skills:* Jira, Scrum team experience  (5 years experience)



--
*Thanks & Regards*



*Rahul Modak*

*ST Global LLC*

rahulmo...@stglobaltech.com

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


[android-developers] WinForms or WPF Developer----EAD or GC or Citizens Only

2017-02-14 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.



*WinForms or WPF Developer*

*Chicago, IL*

*6+ Months *

*EAD or GC or Citizens Only*





*SKILLS AND COMPETENCIES*
-   Skilled in Windows Forms (WinForms), WPF and limited Web Forms
Development.
-   Expertise in creating applications using technologies such as C#, SQL
Server, Web Services, WCF, REST, MSTest/Nunit and XML.
-   Mastery in use of development tools including Visual Studio, SQL Server
Management Studio, System i Navigator and Microsoft Office including Word,
Excel and Outlook.
-   Experience with ASP.Net, AJAX, CSS, JavaScript and rich web UI
behaviors a plus.
-   Excellent written and verbal communication skills with the ability to
communicate effectively with all stakeholders including senior leadership.
-   Proven knowledge of all stages of the software development life cycle.
Experience with waterfall and agile is a plus.
-   Working knowledge of the appropriate technical language aligning under
required qualifications below.
-   Demonstrated ability to understand and articulate details and impacts
of complex proposed software solutions.
-   History of working independently with little direction.
-   Strong planning and organizational skills with critical attention to
detail and creative problem solving skills.
-   Track record of balancing multiple priorities simultaneously with the
ability to adapt to the changing needs of the business while meeting
deadlines.
-   Demonstrated ability to mentor and coach others.



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


[android-developers] Senior QA Test Engineer __Need Urgent local to Wilmington DE with 9+ Profile

2017-02-14 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.

With banking domain experience



*Senior QA Test Engineer*

*Wilmington DE*

*Contract*

 Strong Java knowledge

•Good SQL knowledge and able to create and work with databases
•Excellent problem-solving skills
•Excellent communication and documentation skills
•Excellent team player with ability to work with multiple stake
holders
•Excellent ability to deliver under pressure
•At least 2 Co-Ops working in Technology as part of course work

Desired
•Knowledge of Test Automation
•Knowledge of testing strategies and methodologies
•Knowledge of agile development environment, preferably Scrum
•Experience with automated test tools such as Cucumber, SpecFlow,
Selenium, SoapUI
•Experience with unit testing tools such as  Junit, NUnit, TestNG
•Experience with Test Driven Development
•Expertise in one or more of: Groovy, C/C++, Python, PHP, Ruby,
Perl, VB.NET
•Experience with source control and configuration management
systems such as SVN/CVS/Jenkins/Hudson/Nolio/SONAR/Fisheye/Crucible
•Experience with Webservices
•Domain background of Banking / Credit Card industry
•Experience with TSYS
•Solid organizational skills with proven ability to multi-task,
handle multiple assignments simultaneously, and effectively bring
discussions and issues to closure
•Solid project management skills, including ability to coordinate,
negotiate, schedule and communicate with all levels of staff
•Excellent leadership skills; ability to drive quality initiatives


--

[image: Description: cid:image001.png@01CB85A7.EC3D8B00]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

Fax : 609 799 5746
*bhara...@nityo.com *


--

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

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

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

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


[android-developers] Need Local Only-------Front End Developer in NYC, NY

2017-02-14 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

JOB DESCRIPTION:
Front End Developer
NYC, NY*Need Local Only!!*
6+ Months

*Phone & In-person Interview Required!!*

*Must have:*
1. JavaScript
2. Knockout JS
3. Code Review experience of Javascript & Knockout JS

Required Skills:
5+ years of professional front-end development experience
Expert knowledge of JavaScript and web technologies (HTML5, CSS)
Experience reviewing JavaScript code along with Knockout JS.
2+ years of knockout JS.

Nice To Haves:
Experience with .NET, SQL Server
JavaScript- Angular JS or React 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/CAL4ROq4LrSxy2Rp%2BtYd%3D89LQH2cK1OYVwnZapkb2MPyZ0K7HfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Excellent Teradata consultant looking for project

2017-02-14 Thread Sudhakar Reddy
Hi,
Hope you are doing great,
My Self, *Sudhakar* from *Anira Solutions*. We have an excellent teradata
consultant who is having 10+ years of real time experience ready to take
project. please share  job description to *sudha...@anirasolutions.net
*
so that will share you the profile  can also  reach me at  *703-745-7172*.




*Thanks and Regards . . . . *



*Sudhakar.Muchumari*

*Anira Solutions,Inc*

44345, Premier Plaza,

Suite 100,Ashuburn, VA - 20147

Direct: 703-745-7172

Email: sudha...@anirasolutions.net

Visit Us: www.AniraSolutions.net 

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


Amey_teradata.docx
Description: MS-Word 2007 document


[android-developers] AWS Architect //Carrollton, TX//6+ Months

2017-02-14 Thread mounika basham
Hello Professionals,



Hope you are doing great

We have an urgent below “*AWS Architect* ” position with one of our client
for *6 +months  *at “*Carrollton, TX *” if you are interested please share
your updated resume along with contact details to
mounika_bas...@visionisys.com





*Job Title:** AWS Architect *

*Location   : *Carrollton, TX

*Duration  :* 6+ Months





Must have 10+ years





*Description*:

•AWS

•PaaS (Platform as a Service) or IaaS (Infrastructure as a Service)
solutions

•Discrete micro-services with simple repeatable cloud-native architectural
patterns

•Continuous delivery tools such as Git, Jenkins

•Infrastructure automation tools

•Scripting languages such as Python

•Distributed logging such as ELK (Elasticsearch, Logstash, Kibana)

•Distributed data stores such as Casandra, Redis, Zookeeper, or Swift

•Security best practices for cloud

•Container technology such as Docker, AWS ECS

•Cloud Monitoring such as AWS CloudWatch







Thanks & Regards,

*Mounika Basham*
visionisys Inc

PH :901-203-2867
E-mail:  mounika_bas...@visionisys.com || www.visionisys.com

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

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


[android-developers] Fwd: Required: Sr. DevOps Engineer at Austin, TX.

2017-02-14 Thread Praveen
Hi,

I have an urgent requirement mentioned below. If you find yourself
comfortable with the requirement please reply back with your updated resume
and I will get back to you or I would really appreciate if you can give me
a call back at my contact number.



*Position: **Sr. DevOps Engineer *

 *Location: **Austin, TX*

 *Duration: **Long term Contract*

* 9+ years*

*Required Skills:*

C#, or JAVA DEVELOPMENT background, Experience with Team City, Jenkins,
Octopus. Must have experience working on a windows platform. Using VIO or
VM Ware Integrated Open Stack. Experience with Open Stack Cloud platform



*Job Description: *

Looking to establish continuous integration, deployment, and delivery
processes across large interdependent software organization. Candidate will
be responsible for designing, developing, implementing and deploying end to
end build, package, and deployment systems in a large scale Microsoft
Windows environment as part of a skilled DevOps team. Candidate should be
experienced with current continuous delivery and agile best practices as
well as strategies for porting existing projects and teams onto new
toolsets.

*Responsibilities*

   - Work in a team environment, effectively dividing workload and
   integrating with team solutions
   - Work directly with software developers in the organization to
   determine and address critical needs
   - 3rd party CI/CD toolset evaluation, technical proof-of-concept work
   and demonstrations
   - Evaluation of gaps in 3rd party solutions and development of software
   solutions to fill those gaps
   - 3rd line support for DevOps tools deployed and maintained by the
   Commerce Solutions DevOps team
   - Determine, communicate, and automate enforcement of development and
   build best practices
   - Coordinate with team members to successfully deliver and bring to
   production an end to end pipeline for continuous delivery of software in
   2017

*Requirements – Demonstrate the Following*

   - 5+ years of software development in an OOP language (C#, Java, etc…)
   - 2+ years of DevOps or SCM experience with CI/CD tools (Jenkins,
   TeamCity, BuildForge, etc…)
   - Proficiency with scripting languages (Powershell, Bash, etc..)
   - 5+ years of experience among the following:
  - Experience working with pipeline tools or development of custom
  pipeline operations (GoCD, Spinnaker, TravisCI, etc…)
  - Experience with packaging and deployment of .Net or Java
  applications
  - Experience with systems administration and operating system
  configuration of Windows Server operating systems
  - Experience working with virtualization technologies and
  virtualization API’s (VMWare, OpenStack, Hyper-V, etc…)
  - Experience working with container technologies such as Docker
  - Experience with Hardware/Hosting projects.
   - Strong software development background, understanding of OOP concepts
   and software development best practices
   - Good communication skills
   - Self-motivated and able to work independently









*Thanks & Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

*W:*+ 732-767-0010 x  113 |Direct: 732-851-1637 | *F:* 732-749-8969 | *Email:
*ptiw...@sagetl.com

*Gtalk/yahoo/Skype: praveentj101*

[image: SageLogoC] [image:
cid:image004.jpg@01D26D7E.63B9BEF0]

This message contains information that may be privileged or confidential
and is the property of Sage Group. It is intended only for the person to
whom it is addressed. If you are not the intended recipient, you are not
authorized to read, print, retain copy, disseminate, distribute, or use
this message or any part thereof. If you receive this message in error,
please notify the sender immediately and delete all copies of this message.
Sage Group does not accept any liability for virus infected mails.

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


[android-developers] java Microservices

2017-02-14 Thread sammy
*Hi, *


*java Microservices*

*Location: Pittsburgh, PA*

Client: PNC /  6 months





*Job Description:*

*Technical Experience:*

· Strong understanding of microservice architecture

· Hands-on experience in developing and deploying microservices

· Experience working on legacy Java EE / JMS based systems

· Experience in performing technical assessment of current state of
legacy systems

· Knowledge on transforming a legacy monolithic application to a
microservice based application

· Expertise in design and development of Spring Boot and Spring
Cloud applications

· Expert is design and development of RESTful APIs using JAX-RS and
JSON

· Strong understanding of SOA, EAI and EIP

· Strong understanding of DevOps, CI/CD (Jenkins), VCS (Git) and
build (Gradle) systems



*Submit MS word resume with the following details.*

·  Full Name  :

·  Contact number :

·  Email Id :

·  Skype id:

·  Rate Expectation   :

·  Current location :

·  Relocation :

·  Citizenship/Visa Status :

·  Availability for Phone Interview :

·  Notice Period :



*With Regards..**?*

Sharmishtha Rawat


Systems America, Inc.

3130 Crow Canyon Place Suite 425 San Ramon, CA 94583

Sr. Technical Recruiter|Direct: 408-789-8768
Email: sam.ra...@systemsamerica.com  web: http://www.systemsamerica.com/


[image: Logo]


 *P*Please consider the environment before printing this e-mail!



Disclaimer*:* If you wish to be removed from this mailing list, please
reply with "REMOVE" in the subject line.

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


[android-developers] New Hot -List

2017-02-14 Thread rajesh m
Hello Partner,

I hope you are doing well.

Please go through the below HOT-LIST and send me the suitable requirements
to raje...@cnet-global.com  (or) reach me at
972-895-5005.

Please add my email to your Distribution List and send your daily contract
positions.



*Name*

*Title*

*Current Location*

*Relocation*

*Experience*

*Visa*

*NMRP*

*.Net Developer*

*Houston, TX*

*MD/VA/DC/NY*

*8+ Yrs*

*H1B*

*RT*

*Senior .Net Developer*

*Jefferson City, MO*

*Yes*

*8 Yrs*

*H1B*

*SM*

*.Net Developer*

*Louisville, KY*

*Yes  *

*8 Yrs*

*H1B*

*AK*

*Hadoop Administrator*

*Richardson, TX*

*Yes  *

*9  Yrs*

*H1B*

*SRK*

*Selenium Tester*

*Las Vegas, NV*

*DFW, TX*

*8+ Yrs*

*H1B*

*SM*

*Senior Manual/Automation Tester*

*Herndon, VA*

*NO*

*8+ Yrs*

*H1B*

*PR*

*Salesforce Developer/Admin*

*Austin, TX*

*Yes*

*7+ Yrs*

*H1B*

*VPPS*

*Salesforce Developer*

*Santa Clara, CA*

*Yes*

*9 Yrs*

*H1B*

*ND*

*Service Now Developer/Admin*

*Dallas, TX*

*Yes*

*7+ Yrs*

*OPT*

*ARA*

*ServiceNow Admin/Developer*

*Richardson TX*

*Yes*

*7  Yrs*

*H1B*

*AC*

*Lead Informatica Developer*

*San Jose, CA*

*No*

*9+ Yrs*

*H1B*

*CG*

*Data stage*

*Philadelphia, PA*

*NY/NJ/PA/DE*

*9+ Yrs*

*E3*

*JK*

*Senior Linux Admin*

*Long Island, NY*

*yes*

*8+ Yrs*

*H1B*

*CSG*

*Senior Middleware Administrator*

*BethPage, NY*

*Yes*

*10+ Yrs*

*H1B*

*TSB*

*Senior Web Sphere Administrator*

*Richardson, TX*

*Yes*

*8 Yrs*

*H1B*



Thanks & Regards,


*Rajesh Mudragada*

*Technical Recruiter*

*CNET Global Solutions, Inc* 

*Certified Minority Business Enterprise (MBE)*
800 E. Campbell Road, Suite # 345
Richardson, Texas 75081
Phone: 972-895-5005

Fax: 972-692-8828
Email: raje...@cnet-global.com 

*IM:* rajesh.cnet

*Gtalk:* rajesh.cnet22



*“Texas HUB Certified Business”*

*We are Leaders, We are CNETians*

*P*Please consider the environment - do you really need to print this email?



Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "remove" in the subject line
and mention all the e-mail addresses to be removed with any e-mail
addresses which might be diverting the e-mails to you. I am sorry for the
inconvenience caused to you.

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


[android-developers] Urgent Hiring - SAP Tester @ Milwaukee, WI

2017-02-14 Thread nanda kishore
Hi,

Hope you are doing good today!!



Please go through the below requirement and let me know your interest ASAP.



*Title : SAP Tester*

*Location : Milwaukee, WI*

*Duration : 6+ months*



   - Hands on *SAP* testing experience with various modules in *R/3 4.6x,
   ECC, Net Weaver & Enterprise Portal, SAP*
   - Proficient in using Quality Center for Test Planning,
   Requirements Management and Defect Reporting and Tracking
   - SAP testing including best practices for test documentation, test
   tools, and test approach.
   - Experience in testing of multi country rollouts.
   - 7-9+ years of SAP Test Automation experience
   - The engineer know about to use TOSCA would be advantage.
   - The engineer should know about HP QC [creating Test plans, Business
   Process Testing Etc.,
   - profound experience in Generating Test reports from HP QC
   - Expertise in leading and collaborating with a team of offshore Test
   Automation Engineers
   - Strong analysis skills necessary to create test data and Test plans
   already in HP QC
   - Experience, interest and adaptability to working in an dynamic
   delivery environment.
   - Experience authoring comprehensive test plans and test scripts
   - Exceptional collaboration, listening, written and verbal communication
   skills
   - Ability to work with onsite/offshore teams, and communicate using
   virtual communication tools


-- 

Kind regards,

Nanda Kishore | Technical Recruiter









*DeegitTM Inc* | Technology Consulting



1900 E Golf Rd., Suite 925 | Schaumburg, IL 60173



*Phone*: (847) 440 2436 Ext. 392



Email: na...@deegit.com



Skype:nanda.neoarden...@gmail.com

www.deegit.com



The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

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


[android-developers] Urgent!!!! System Administrator || Berkeley Heights, NJ

2017-02-14 Thread swamil singh
Hi,


Hope you are Doing well...!!!



I have urgent requirement for below position. Please go through the job
description and if you are interested kindly let me know. Please revert me
on swam...@sysmind.com


*H1B consultant Passport no. for I94 Verification *

*Please note we may ask for supporting documents/details to verify
genuineness of resume to avoid any fake submissions to our clients.*

*Valid LinkedIn ID or any online portfolio is highly desirable.*

*Thank you for your support and looking for your continued support*


*Role*: System Administrator


*Location*:  Berkeley Heights, NJ


*JD:*

* Excellent communication and conversation skills (Verbal and Written)

* Good Experience on User management (Creation, deletion, etc)

* Good Experience on Scripting like Power Shell * Good experience in
analysis, implementation and maintenance of Site and services

* Good experience in analysis, installation, implementation and maintenance
of Windows2003 Server, Windows 20008 Server and Windows 2012

* Strong experience using Active Directory, DHCP, DNS, Group Policy.

* Good practices on Configuration and Change Management, Incident and
Problem Management. SLA metrics and Escalations for Manage Service Now
Ticketing tool.

* Experience of Installation, configuration, Migration and deployment of
Windows 2008 Server.

* Software and Hardware Troubleshooting of Enterprise Servers Environment.

* Sound Knowledge of DCHP setup and troubleshooting, Active
Directory/Domain Controller Configuration.

* Good Knowledge in Documentation for Installation, Testing, deployment and
troubleshooting Windows servers.

* Establish and implement policies, procedures, and technologies to ensure
Windows system security.

* Strong knowledge of active directory concepts and configuration, i.e.
need to understand membership in security groups, inherited groups, OU
structure, etc.

* Knowledge of Windows Registry, including knowledge of modifying system
registry to support installed applications and document configuration
changes.

* Experience on Merger and Demerger of active directory Environment

* Expert on migrations tools (Ex. ADMT etc.)

* Excellent skills on windows 2003 and windows 2008 designing & planning

* Good understanding on reporting tools

* Excellent troubleshooting skills

* Hands on experience on migration and consolidation project.

* Should have expertise in backup of AD

* Sound Knowledge of RMS setup and troubleshooting

* Sound Knowledge of KMS setup and troubleshooting

* Sound Knowledge of Active Directory Certificate Services setup,
troubleshooting, and CA Configuration.

* Good experience in analysis, implementation and maintenance of Trust types

-- 


-- 

*Thanks & Regards*

*Swamil Singh* | SYSMIND, LLC

Phone: 609-897-9670 x 5121

Email: swam...@sysmind.com

Hangout: swamil.sysm...@gmail.com

Website: www.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/CAP_aUSw%3D5EhejLpvDnJnt%2B0R49d_uG-7LB4GjvAQy%3DqzKuOykA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Today Interview || Microstrategy Developer || Sanjose, CA || NO OPT || Local Prefferd

2017-02-14 Thread Vishal Ji Awasthi
Microstrategy developer

LOCALS Preferred
​phone Interview
Long term contract
Location: Pasadena, CA  and Sanjose, CA


Description:
Extensive experience in Microstrategy development.
Some prior administration experience preferred.
Experience with *SDK* development *toolkit* preferred but not a must





*Needed some details for submission process -*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

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

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

Web: www.srimatrix.com

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


[android-developers] Urgent Need: Project Manager with financial services industry and in Investment Management __Jersey City, NJ_ 6-12+ Months

2017-02-14 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

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



*Requirementdetails:*

*Title:* *Project Manager with financial services industry
and in Investment Management*

*Location: **Jersey City, NJ*

*Duration   : 6-12+ Months*



*Immediate Interviews*



Technical skills and Knowledge:



*Primary Skills**:*   *Project Manager with financial services industry and
in Investment Management*



*Responsibilities:*



 Plan, drive, manage, and ensure successful execution of project process

 Monitor project progress to ensure accordance with goals, schedules, and
budget

 Possess knowledge of IIT Business and Technology will be aligned by Line
of Business (LoB)

 Responsible for developing the business case and organizing business
project groups

 Establish positive working relationships with customers, stakeholders and
team members

 Responsible for creating a business case, organizing business groups, and
managing stakeholders

 Orchestrate and prepare stakeholder status meetings (e.g. steering
committee, program budget review)

 Lead project team to deliver business and technical objectives on-time
and within budget

 Track and execute complete life cycle of project (initiation, planning,
estimation, execution, monitoring, controls, lessons learnt, post
production close out)

 Follow established project management practices including management of
scope, requirements, issues, and risks

 Create MS Project schedule and utilize the schedule to communicate and
manage work efforts

 Provide oversight of project budget and maintaining ongoing cost benefit
analysis

 Report status, baseline variances, issues and risks according to PMO
practices

 Ensure that all required project deliverables are created and kept up to
date

 Communicate expectations, plans and requirements of various projects and
manage multiple concurrent projects

 Project Managers are expected to have knowledge of IIT Business and
Technology aligned by LOB



Experience

 5+ years Project Management experience within financial services industry
and in Investment Management

 Demonstrated ability to lead IT implementations and large complex project

 Ability to manage multiple projects

 Proven experience with MS Office, SharePoint, Visio, or like software

 Experience in leading change and managing transitions is highly desirable

 Hands-on experience in developing business case with RoI, TCO,
Cost-Benefit, Build-Buy, Estimations

 Experience with vendor sourcing cycle (RFI, RFP, Proposal reviews) in
partnership with vendor management

 Experience working in matrixed resource model and managing expectations
of stakeholders across divisions

 Experience working with Web Services, ACORD Standards and 3rd Party
Providers

 In depth understanding of IT Infrastructure, Application Development
processes and methodologies including Agile and Traditional SDLC is
desirable

 Detailed understanding of real estate asset lifecycle (example:
Commercial Real Estate Loans)

 Strong leadership skills









Thanks & Regards



*Shawn Marsh*

Insoursys Inc

Ph: 972-427-1801

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

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

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


[android-developers] Required:::Java Architect with Oracle at Harrisburg, PA

2017-02-14 Thread priyadarshani . s145


Hi, 

 

Hope you are doing Good! 

 

This is Priya Technical Recruiter form MSYS Inc. We have come across your 
profile on LinkedIn/Job Boards and we found your profile matching to the 
below job description. 


* Title: Java Architect with Oracle*




*  Location: Harrisburg, PA Duration: Long term*

 

*Description:*

This is a professional level non-supervisory position which will require 
mentoring and coordinating of programming activities being conducted by the 
Java development team. Responsibilities also include J2EE development, 
working in a WebSphere environment utilizing IBM rational products as the 
development tools.  Because s heavily data dependent, the position involves 
database analysis, using Oracle PL/SQL, developing and maintaining tables, 
views, queries, stored procedures, triggers and functions.  

Specific Duties:

   - Responsible for designing, developing, and implementing application 
   infrastructure to provide highly-complex, reliable, and scalable 
   applications. 
   - Able to perform a variety of complicated tasks with minimal or no 
   direct supervision. 
   - Consult with management to clarify systems and programs intent, 
   identify problems, suggest changes, and determine extent of application 
   systems changes required. 
   - Work with stakeholders and management to ensure projects are completed 
   on time and according to organization standards. 
   - Manage the revision of existing PCIT program to increase operating 
   efficiency or adapt to new requirements. 
   - Provide vision, problem anticipation, and problem solving ability to 
   manage issues/risks affecting the project. 
   - Establish development schedule, and allocate work of personnel based 
   on project plans and timelines, then coordinate project activities with 
   development team members. 
   - Analyze and write Java code, Java script, ORACLE PL/SQL and stored 
   procedures. 
   - Serve as a mentor to team members by conducting code reviews, sharing 
   industry best standards and practices and training junior developers in 
   systems analysis, programming, and program coding. 
   - Foster a positive work environment by mentoring, supporting, and 
   committing to the professional development of application team members. 
   - Utilize configuration management tools, design tools, debugging tools, 
   and any other environment specific tools necessary to create, test, and 
   implement an application. 
   - Diagnose, analyze, troubleshoot and choose appropriate solution to fix 
   data related issues. 
   - Develop Oracle SQL and PL/SQL code, including packages, procedures, 
   functions, views and complex analytical queries. 
   - Consult with personnel in other information systems groups to 
   coordinate activities and ensure that all approved development and 
   deployments are delivered. 

Required Skills

   - 8 years working with Java/J2EE. 
   - 3 years as Architect 
   - Experience defining systems and application architecture 
   - 2 years ORACLE development experience that includes writing complex 
   SQL and PL/SQL, and doing performance tuning. 
   - Working with IBM RSA development IDE preferred. 
   - Working with IBM Rational JAZZ RTC. preferred 
   - Crystal reports preferred 

Thank you!!

Priya S.

Technical Recruiter

MSys Inc.,

Direct (972) 544 7798

pr...@msysinc.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/4e62af4b-bba9-4e44-b25a-529d05131dc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need : Python - Spark Developer- Hartford - CT

2017-02-14 Thread shajisherin0


*MIN 10- 12 Years’ Experience required*

 

*Role  * : Python-Spark Developer

*Location*   : Hartford, CT

 

*Must Have*

Phyton - Hands on

Spark -Hands on

Hive   -Hands on

Pig  -Hands on

 

*Regards,*

 

*Sherin Shaji*

*Sr. Technical Recruiter*
--

*KAnand Corporation*

*[image: Description: Description: Description: Description: Description: 
cid:image007.jpg@01D11270.6585A6F0]*

Office: 512-355-0036| Fax: 208-441-4114 | Email: she...@kanandcorp.com

Web: www.kanandcorp.com  |

 

 

 

*Regards,*

 

*Sherin Shaji*

*Sr. Technical Recruiter*
--

*KAnand Corporation*

*[image: Description: Description: Description: Description: 
cid:image007.jpg@01D11270.6585A6F0]*

Office: 512-355-0036| Fax: 208-441-4114 | Email: she...@kanandcorp.com

Web: www.kanandcorp.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/5077b66c-0af4-47f8-bdfd-f0330e48a97a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Backfill Position: - UI Architect / San Francisco, CA / Long-term

2017-02-14 Thread Rahul Modak
Hello,



Please go through the requirement and let me know your interest.



*UI Architect*

*Location: San Francisco, CA*

*Duration: Long-term*

*Experience Level: 10+ Years*



*Required deep understanding and real 3+ years experience of*:

· JavaScript, HTML, CSS

· Angular 1.x

· Server-side development in Java

· Micro-services architecture (design, REST, monitoring, security)

· Automated testing (unit, integration and end-to-end)

*Optional (we use it but I think it can be learned on the fly)*:

· GIT

· SCRUM

· CI (Continues Integration) practices

· Virtualization (Delphix, Parasoft Virtualize), AWS

· bootstrap, ES6, nodejs, gulp, browserify, jasmine, protractor,
responsive design

· gradle, Mybatis, spring DI, jmockit, testing







--
*Thanks & Regards*



*Rahul Modak*

*ST Global LLC*

rahulmo...@stglobaltech.com

www.stglobaltech.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/CADi-YPxaTv_mKP%2B1A_31kuYi8Y807rXLSZ2%2BHEj%2BfK_JULC_NA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle CRM Developer NJ

2017-02-14 Thread Lisa Ray


Hi


Here is an urgent requirement with our client Immediate opening 


Sure- closure for the candidate having below experience


Below is the requirement

 

We are looking for an Oracle CRM Developer for an opportunity for our 
client in Jamesburg, NJ


   - · Strong PL/SQL technical skills
   - · knowledge of the Oracle 11i CRM modules such as Contracts, 
   Field Service, Install Base
   - · Knowledge of Service billing a plus
   - · Solid communication and presentation skills
   

Ple  Please submit the resume immediately on l...@techpunditsinc.com . 
Interviews ongoing.

Thanks & Regards
Lisa
732 659 8650
TechPundits
www.techpunditsinc.com

   

Pl

-- 
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/f0ec9037-fb07-4d50-80dd-00f87dc1d26d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Oracle Service Bus/SOA Developer in OH

2017-02-14 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

JOB DESCRIPTION:
Title: Oracle Service Bus/SOA Developer.
Duration: 6+ months
Location: Columbus, OH

*Must have – SOA Suite, Oracle Service Bus, OSB design, OSB development.*
*Need EAD, GC, TN or Citizen Only!!*

Top Skills:
1. Mid-Sr. level Oracle Service Bus / SOA Suite integration experience.
preferably Oracle SOA Suite 11g / 12c
2.Translation of Oracle Service Bus design for offshore teams. Refine and
optimize existing SOA projects, including OSB and SOA composites
3. some Java

Qualifications
• BS in Computer Science or related field
• 3+ years experience in SOA and/or Java development
• Strong background in XML, XSD, XSL, XQuery, YAML, JSON, Rest Framework
• OSB and BPEL Experience, preferably Oracle SOA Suite 11g / 12c
• Experience with API Management tools like Apigee , Mulesoft etc
• Experience working with Oracle JDeveloper
• Experience with industry-standard application servers, Oracle WebLogic
preferred
• Strong problem solving skills and desire to innovate new solutions
• Great communication skills and the ability to work in a highly
collaborative team
• Motivated to learn new technologies and processes

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/CAL4ROq7kmzT3_WwmNGta9xnzdiBrGF%3D2d%3DEouF%2B0xHx1AQ%2BLLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Senior VMWware Infra tech lead for Cloud IaaS offerings __Need 10 + Profile local to NY/NJ

2017-02-14 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 VMWware Infra tech lead for Cloud IaaS offerings*

*NYC*

*1 year Contract*





*Technical/Functional Skills-*

Expert in defining IaaS on VMWare cloud for below services
·Compute, network and Storage (initially private on premises, but
eventually hybrid)
· Database
· Messaging
· Firewalls
· Service Discovery and Proxy
· DNS (dynamic)
·Config + config distribution
· Inventory
· Log management
· Monitoring
· Billing usage

Senior VMWware Infra tech lead for Cloud IaaS offerings
--

[image: Description: cid:image001.png@01CB85A7.EC3D8B00]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

Fax : 609 799 5746
*bhara...@nityo.com *


--

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

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

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

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


  1   2   >