[android-developers] FileObserver issue in Samsung and LG Marshmellow 6.0

2016-11-07 Thread Shyam Kumar
Hi Developers,
 
This is about FileObserver Bug. I am using FileObserver in my application 
to keep track of newly created, deleted and modified files (images, video, 
MS Word document and PDF files). I am successful in handling these events 
in Lollipop but partially successful in Marshmallow.
 
The detailed issue in Marshmallow.

   1. I have tested this in Nexus 6 Marshmallow and it works fine.
   2. But, when it comes to* LG Marshmallow and Samsung s7 (Marshmallow) *I 
   am not able to capture the files.
   3. When I tested in these mobiles, below events are not triggered, the 
   events number are referred from this link. 
   https://developer.android.com/reference/android/os/FileObserver.html


   - *Create - 256 *
   - *Delete - 512*
   - *Modified - 2 *

These event numbers are *not triggered.* Is this a bug in Marshmallow 
itself ? Why it's not working in Samsung s7 and LG marshmallow devices? Is 
Samsung and LG devices with Marshmallow restricting us from capturing using 
file observer?
 
Please share your suggestions and help me to resolve these issues
 
Thank You
Shyamkumar M

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


[android-developers] File observer issue in Samsung and LG Marshmallow and above

2016-11-07 Thread Shyam Kumar
Hi Developers,
 
This is about FileObserver Bug. I am using FileObserver in my application 
to keep track of newly created, deleted and modified files (images, video, 
MS Word document and PDF files). I am successful in handling these events 
in Lollipop but partially successful in Marshmallow.
 
The detailed issue in Marshmallow.

   1. I have tested this in Nexus 6 Marshmallow and it works fine.
   2. But, when it comes to* LG Marshmallow and Samsung s7 (Marshmallow) *I 
   am not able to capture the files.
   3. When I tested in these mobiles, below events are not triggered, the 
   events number are referred from this link. 
   https://developer.android.com/reference/android/os/FileObserver.html


   - *Create - 256 *
   - *Delete - 512*
   - *Modified - 2 *

These event numbers are *not triggered.* Is this a bug in Marshmallow 
itself ? Why it's not working in Samsung s7 and LG marshmallow devices? Are 
Samsung and LG devices with Marshmallow restricting us from capturing using 
file observer?
 
Please share your suggestions and help me to resolve these issues
 
Thank You
Shyamkumar M

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


[android-developers] Re: FileObserver

2016-11-07 Thread Shyam Kumar
Hi Developers,
 
This is about FileObserver Bug. I am using FileObserver in my application 
to keep track of newly created, deleted and modified files (images, video, 
MS Word document and PDF files). I am successful in handling these events 
in Lollipop but partially successful in Marshmallow.
 
Detailed issue in Marshmallow.

   1. I have tested this in Nexus 6 Marshmallow and it works fine.
   2. But, when it comes to* LG Marshmallow and Samsung s7 (Marshmallow) *I 
   am not able to capture the files.
   3. When I tested in these mobiles, below events are not triggered, the 
   events number are refereed from the this link. 
   https://developer.android.com/reference/android/os/FileObserver.html


   - *Create - 256 *
   - *Delete - 512*
   - *Modified - 2 *

These event numbers are *not triggered.* Is this a bug in Marshmallow 
itself ? Why its not working in Samsung s7 and LG marshmallow devices? Is 
Samsung and LG devices with Marshmallow restricting us from capturing using 
file observer?
 
Please share your suggestions and help me to resolve these issues
 
Thank You
Shyamkumar M

On Thursday, May 3, 2012 at 7:20:50 PM UTC+5:30, Meryeme wrote:
>
> hey everyone!!
>
> I have been reading the doc about fileObserver but I did not have 
> enough information about that. so I am wondering how can we use 
> FileObserver, can we use for any file I mean even .xml or .db files? do you 
> konw any tutorial about that?
>
> -- 
> Meryeme Ayache.
>
> *Third year Computer Science Student Engineer at  **Ecole Nationale 
> Supérieure d'Informatique et d'Analyse des Systèmes (Rabat)*
>
> *Information Security System Major.*
>
>
>
>

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


[android-developers] Re: fileobserver

2016-11-07 Thread Shyam Kumar
Hi Developers,
 
This is about FileObserver Bug. I am using FileObserver in my application 
to keep track of newly created, deleted and modified files (images, video, 
MS Word document and PDF files). I am successful in handling these events 
in Lollipop but partially successful in Marshmallow.
 
Detailed issue in Marshmallow.

   1. I have tested this in Nexus 6 Marshmallow and it works fine.
   2. But, when it comes to* LG Marshmallow and Samsung s7 (Marshmallow) *I 
   am not able to capture the files.
   3. When I tested in these mobiles, below events are not triggered, the 
   events number are refereed from the this link. 
   https://developer.android.com/reference/android/os/FileObserver.html


   - *Create - 256 *
   - *Delete - 512*
   - *Modified - 2 *

These event numbers are *not triggered.* Is this a bug in Marshmallow 
itself ? Why its not working in Samsung s7 and LG marshmallow devices? Is 
Samsung and LG devices with Marshmallow restricting us from capturing using 
file observer?
 
Please share your suggestions and help me to resolve these issues
 
Thank You
Shyamkumar M

On Thursday, February 5, 2009 at 4:43:25 PM UTC+5:30, and.pradeep wrote:
>
> thanks solved it. instead of creating in separate threads i did it in 
> single thread by creating an instance of fileobserver for each 
> directory and calling startwatching(); in a loop. 
>
> On Feb 4, 11:03 pm, Dianne Hackborn  wrote: 
> > You don't need to create any threads to use FileObserver -- it is 
> > callback-based. 
> > 
> > On Tue, Feb 3, 2009 at 11:27 PM, pradeep  wrote: 
> > 
> > > i need to observe a sdcard i.e all the folders inside. i am creating 
> > > fileobservers for each folder in saparate threads, but i don't think 
> > > it is efficient. is there any other method for do so? 
> > 
> > -- 
> > Dianne Hackborn 
> > Android framework engineer 
> > hack...@android.com 
> > 
> > Note: please don't send private questions to me, as I don't have time to 
> > provide private support.  All such questions should be posted on public 
> > forums, where I and others can see and answer them. 
>

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


[android-developers] Urgent Need IOS DEVELOPER (San Francisco, CA) 12+ Months

2016-11-07 Thread Javed Khan
Please share profile to ja...@globalwebmaster.us

Direct: (312) 428-7795



Hope you are doing great!

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



VERY URGENT AND IMMEDIATE NEED



Job Title: IOS DEVELOPER

Location: San Francisco, CA

Duration: 12+ Months Contract



*Job Description:*

Client is looking for a *Sr. IOS DEVELOPER* who has more than

*Total over All 12-15 years of working experience*



---

Warm Regards,

*Javed Khan (Sr. Technical Recruiter)*

Global Webmaster Inc.

160 Beach, Rockaway Park, NY 11694

Direct: (312) 428-7795

Email: ja...@globalwebmaster.us

Skype ID: *javeedkhan.khan2*

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

www.globalwebmaster.us

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


[android-developers] (SAP and SAG) Retail Architect level consultants needed in Illinois

2016-11-07 Thread Thiru Moorthy
Hi Friends,

Hope you doing fine.

Kindly share the resumes of your consultants for the below Simple JD.



Please submit the resumes after checking the JD.

Kindly don’t expect my call for unsuitable resumes.

We are looking for a retail Architect (SAP and SAG is mandatory) for an
urgent requirement at Deerfield, IL location. Please share suitable
profiles.



· 16+ years of IT experience with 10/12+ years in Software AG
Webmethods. Strong experience in webMethods 9.9 product Suite (Integration
with SAP PO is must).

· 5+ years of experience in Software AG architecture and solutions.

· Understanding the interactions and dependencies among components
within an Software AG architecture

· Working experience implementing major SAP programs with
webmethods.

· Working experience in dynamic and fast phased environment.

· Must be highly organized with excellent technical, analytical,
problem solving, presentation, communication and decision making skills and
be able to interface with all levels of technical teams.

· Very strong experience with technical team leadership required.​

· Strong ability to drive decisions through consensus and to
influence change required.​

· Strong ability to design pragmatic solutions to complex business
problems required.​

Thanks

*--*

*Tiru Moorthy | Talent Acquisition*



*Systems Software Solutions Inc D/b/a 3S USA INC*

*One Tiffany Pointe, #106, Bloomingdale, IL-60108*

*Work: 630-506-6115| Fax: (630)-246-662**4*

t...@3susa.com | http://www.3susa.com/ |

*Certified MBE/DBE|FBE|8a (SBA) | Honored to serve US Military*

*Disclaimer: *We at 3S USA INC., respect your On-line Privacy. Under
Bills.1618, Title III passed by the 105th U.S. Congress this mail cannot be
considered spam as long as we include contact information and a remove link
for removal from our mailing list, so we do not believe this email is
unsolicited. If you wish to be removed from this mailing list, please reply
with "REMOVE" in the subject line. Any inconvenience caused is regretted.

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


Re: [android-developers] Immediate Need - Ruby Developer

2016-11-07 Thread Erik TSomik
REMOVE

On Mon, Nov 7, 2016 at 5:36 PM, Mohammad Imran <
mohammad.ima...@idctechnologies.com> wrote:

>
>
> Hi Partner, I hope you are doing great! Please share profiles for the
> below position.
>
>
>
> *Position: Ruby Developer*
>
> *Contract: C2C*
>
> *Visa: H1/GC/USC*
>
> *Location: Richfield, MN local*
>
> *Interview: Phone and face to face (Local Profiles only)*
>
>
>
> *Ruby Developer* for Client's Website Operations. Help build operational
> tools for website.
>
> We are currently looking for a Ruby Developer to work on our web
> Automation Tools. The goal of our Deployment Automation projects are to
> provide zero downtime deployments of all Client's Website Applications in
> the fastest, safest, and most repeatable way for the Customers and Client.
> These projects depend heavily on Ruby in an environment that doesn't use
> Rails or ActiveSupport for Process Orchestrations.
>
> The ideal candidate:
> • Is self-directed and shared collective ownership for design decisions
> • Uses the best tools for the job, be those open source or otherwise
> • Comfortable in a simi-paired programming environment
> • Strongly favors TDD and BDD development methodologies
> • Up to date with current tools and techniques
> • Comfortable working in an agile environment
>
> Responsibilities/Deliverables that the resource will be responsible for:
> •Developing
> •Working in Simi-Paired Programming Environment
> •Unit testing
> •Quality Assurance of unit testing
> •Deployments
> •Work with infrastructure provisioning tools such as Chef, Vagrant,
> Kitchen, and Fog.
>
> What would a normal day for this position look like??
> •Heads down developing
> •Collaboratively working with, reporting to, and taking direction from
> current Sr. Ruby Developer
> •Status update meetings
>
> Skills Overview – Required Skills.
> 1. Experienced Ruby Ninja - Writing pure ruby without Rails or
> ActiveSupport dependencies. 5+ Years Ruby Developer Experience.
> 2.Strong Object Oriented Programming
> 3.Experience with MVC Architectural Patterns.
> 4.Experience working with and creating web services.
> 5.Understanding of Client / Server Communications
> 6.Experience with one of the following: OpenStack, AWS, or other Cloud
> Providers
> 7.Engrained understanding of Deployment Automation concepts and patterns
> 8.Continuous Integration
> 9.Experience with Fog gem (Bonus)
> 10.Experience with Message Queuing Technologies - (Bonus)
> 11.Understanding of Concurrent and Parallel programing concepts. (Bonus)
> 12.Chef or Puppet (Bonus)
>
> Current suite of tools in continuous development include but not limited
> to:
> •Custom command line applications for deployment and management tools.
> (Ruby)
> •Custom web based deployment and management portal. (Ruby)
> •Custom monitoring portal (PHP)
>
> What are the soft skills that you feel candidates must-have in order to be
> successful in this role?
> 1.Collaborative
> 2.Ability to Listen
> 3.Ability to offer ideas on technical direction
> 4.Team Player
> 5.Desire to contribute to overall direction of project
>
>
>
>
>
>
>
>
>
> *Best Regards,*
>
> *Mohammad Imran Uddin*
>
> *Manager Talent Acquisition*
>
> *IDC Technologies Inc.*
>
> 1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.
>
> *Ph* - 408-459-5636 *Fax* - 408-608-6088
>
> *Email* - mohammad.ima...@idctechnologies.com 
>
> *URL*- . www.idctechnologies.com
>
> CMM LEVEL 3 Company & ISO 9001-2008 Certified
>
>
>
> "Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
> can not be considered spam as long as we include a way to be removed from
> our mailing list. Simply send us an e-mail with REMOVE in the subject and
> we will gladly REMOVE you from our mailing list."
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/58210221.c94e240a.8d38b.
> 6256SMTPIN_ADDED_BROKEN%40gmr-mx.google.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 

[android-developers] Urgent Requirement :: Ruby Developer :: Richfield, MN

2016-11-07 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: Ruby Developer

 

Locations  : Richfield, MN

 

Interview: Phone and face to face

NEED LOCAL ONLY

 

JOB DESCRIPTION: 

 

Ruby Developer for Client's Website Operations. Help build operational tools 
for website.

We are currently looking for a Ruby Developer to work on our web Automation 
Tools. The goal of our Deployment Automation projects are to provide zero 
downtime deployments of all Client's Website Applications in the fastest, 
safest, and most repeatable way for the Customers and Client. These projects 
depend heavily on Ruby in an environment that doesn't use Rails or 
ActiveSupport for Process Orchestrations.

The ideal candidate:
• Is self-directed and shared collective ownership for design decisions
• Uses the best tools for the job, be those open source or otherwise
• Comfortable in a simi-paired programming environment
• Strongly favors TDD and BDD development methodologies
• Up to date with current tools and techniques
• Comfortable working in an agile environment

Responsibilities/Deliverables that the resource will be responsible for:
•Developing
•Working in Simi-Paired Programming Environment
•Unit testing
•Quality Assurance of unit testing
•Deployments
•Work with infrastructure provisioning tools such as Chef, Vagrant, Kitchen, 
and Fog.

What would a normal day for this position look like??
•Heads down developing
•Collaboratively working with, reporting to, and taking direction from current 
Sr. Ruby Developer
•Status update meetings

Skills Overview – Required Skills.
1. Experienced Ruby Ninja - Writing pure ruby without Rails or ActiveSupport 
dependencies. 5+ Years Ruby Developer Experience.
2.Strong Object Oriented Programming
3.Experience with MVC Architectural Patterns.
4.Experience working with and creating web services.
5.Understanding of Client / Server Communications
6.Experience with one of the following: OpenStack, AWS, or other Cloud Providers
7.Engrained understanding of Deployment Automation concepts and patterns
8.Continuous Integration
9.Experience with Fog gem (Bonus)
10.Experience with Message Queuing Technologies - (Bonus)
11.Understanding of Concurrent and Parallel programing concepts. (Bonus)
12.Chef or Puppet (Bonus)

Current suite of tools in continuous development include but not limited to:
•Custom command line applications for deployment and management tools. (Ruby)
•Custom web based deployment and management portal. (Ruby)
•Custom monitoring portal (PHP)

What are the soft skills that you feel candidates must-have in order to be 
successful in this role?
1.Collaborative
2.Ability to Listen
3.Ability to offer ideas on technical direction
4.Team Player
5.Desire to contribute to overall direction of project

.

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

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

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

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

 

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


[android-developers] Immediate Need - Ruby Developer

2016-11-07 Thread Mohammad Imran
 

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

 

Position: Ruby Developer

Contract: C2C

Visa: H1/GC/USC

Location: Richfield, MN local

Interview: Phone and face to face (Local Profiles only)

 

Ruby Developer for Client's Website Operations. Help build operational tools
for website.

We are currently looking for a Ruby Developer to work on our web Automation
Tools. The goal of our Deployment Automation projects are to provide zero
downtime deployments of all Client's Website Applications in the fastest,
safest, and most repeatable way for the Customers and Client. These projects
depend heavily on Ruby in an environment that doesn't use Rails or
ActiveSupport for Process Orchestrations.

The ideal candidate:
. Is self-directed and shared collective ownership for design decisions
. Uses the best tools for the job, be those open source or otherwise
. Comfortable in a simi-paired programming environment
. Strongly favors TDD and BDD development methodologies
. Up to date with current tools and techniques
. Comfortable working in an agile environment

Responsibilities/Deliverables that the resource will be responsible for:
.Developing
.Working in Simi-Paired Programming Environment
.Unit testing
.Quality Assurance of unit testing
.Deployments
.Work with infrastructure provisioning tools such as Chef, Vagrant, Kitchen,
and Fog.

What would a normal day for this position look like??
.Heads down developing
.Collaboratively working with, reporting to, and taking direction from
current Sr. Ruby Developer
.Status update meetings

Skills Overview - Required Skills.
1. Experienced Ruby Ninja - Writing pure ruby without Rails or ActiveSupport
dependencies. 5+ Years Ruby Developer Experience.
2.Strong Object Oriented Programming
3.Experience with MVC Architectural Patterns.
4.Experience working with and creating web services.
5.Understanding of Client / Server Communications
6.Experience with one of the following: OpenStack, AWS, or other Cloud
Providers
7.Engrained understanding of Deployment Automation concepts and patterns
8.Continuous Integration
9.Experience with Fog gem (Bonus)
10.Experience with Message Queuing Technologies - (Bonus)
11.Understanding of Concurrent and Parallel programing concepts. (Bonus)
12.Chef or Puppet (Bonus)

Current suite of tools in continuous development include but not limited to:
.Custom command line applications for deployment and management tools.
(Ruby)
.Custom web based deployment and management portal. (Ruby)
.Custom monitoring portal (PHP)

What are the soft skills that you feel candidates must-have in order to be
successful in this role?
1.Collaborative
2.Ability to Listen
3.Ability to offer ideas on technical direction
4.Team Player
5.Desire to contribute to overall direction of project

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

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


[android-developers] IMMMD NEED: Automation SDET Engineer in Chicago, IL

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

Automation SDET Engineer
Chicago, IL
6+ Months

*Need EAD, GC or Citizen Only!!*

Required Skills and Experience
8+ years experience in QA/Development experience.
5+ years of experience with automation including advanced knowledge of when
it is appropriate to automate and actual implementation of automation.
Good knowledge of java, XML, JavaScript, CSS and HTML.
Experience working in an Agile/Scrum development process.
Demonstrated ability to lead a team of QA engineers, this includes work
delegation, coordination of test strategy and day to day execution.
Education: BS/MS degree in Computer Science, Engineering or a related
subject.
Computer Skills Needed to Perform this Job
Mobile Android / ios Device and Tablet testing
JIRA, Selenium Webdriver
Saucelabs, Jenkins, Docker, AWS

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


[android-developers] no of position open

2016-11-07 Thread amit yadav
Hi,

Hope you are doing great!





*Location - Hoboken - New Jersey*

   - Informatica Powercenter (Mandatory)
   - Oracle SQL
   - Unix Shell Scripting
   - Good Data Analysis skills
   - Need to clear customer discussion

*Location: Boise, Idaho*

   - NET (Mandatory)
   - WCF - Windows Communication Foundation
   - Web Services





*Detroit, MI*



   - Information Management Architecture (Mandatory)
   - Information Management





*Round Lake*



   - Liferay Portal Server (Mandatory)
   - IBM WebSphere Portal Admin
   - Oracle Admin





*O fallan, MO*

   - Data Integration (Mandatory)
   - ETL
   - Oracle SQL





*Atlanta, GA*



OBIEE (Mandatory)







*Weston, Florida*



cognos BI (Mandatory)





Best Regards,

*Amit Yadav* | SYSMIND, LLC

Team Lead

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



Phone: 609-897-9670 x 4009

Email: am...@sysmind.com

Gtalk: amitkumaryadav489

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Urgent requirement ::J2EE Developer @:: Bellevue, WA

2016-11-07 Thread ashish gautam
Hello,

Hope you are fine today.

Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP. Please revert me on
*ashish04.sysm...@gmail.com
*


*Role:-   J2EE Developer*

*Location:-Bellevue, WA*



There is been a change in the job description again. Apologies for going
back & forth.



Please withdraw your previously submitted candidates and submit new
candidates as per the new job description.



*Required Skills and Experience:_*


•6+ years of hands-on Software Development experience in Java/J2EE platform

•2+ years of hands on development experience in Micro Services, SpringBoot,
SOA & any Native Cloud Architecture.

•Experience in working with XML, HTML5, and JavaScript frameworks.

•Knowledge on Pivotal Cloud Foundry (PCF) is a plus

•Knowledge on at least one Relational Databases and ORM technologies

•Experience in designing and developing web/Data Warehouse applications.

•Good working knowledge of OO concepts, Design Patterns, UML.

•Experience in working in Agile Development Methodologies

•Experience with continuous integration and build tools such as Ant, Maven,
Jenkins, etc.

•Experience with Red hat Linux, Unix or Windows operating systems

•Experience with application performance tuning, debugging and
troubleshooting

•Experience in working with Geo-diversified teams

•Excellent Oral and Written communication skills, Customer Interfacing
Skills and Documentation Skills

•Ability to communicate complex ideas to technical and non-technical
audience.



*Job Description:*

•Participate & drive requirements discussion with end-users/customers

•Guide the development team

•Document requirements

•Develop UI wireframes

•Design and Development of system

•Create Test Plans

•Perform Functional Testing including regression testing

•Prepare build and deployments scripts

•Deployment, Implementation and Post-production support



*Nice to Have/Skills:*Exposure to Hadoop eco system

*Thanks & Regards *
*Ashish Gautam*

*ashish04.sysm...@gmail.com *

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


[android-developers] IMMD NEED: iOS Developer in Orlando, FL

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

iOS Developer with *UI & Animation Exp*
Orlando, FL
6+ Months

*Need EAD, GC, TN or Citizen Only!!*
*Must have: UI & Animation Exp.*

Required Skills:
1.)At least 2 years of experience as an iOS Developer in the United
States
2.)UI Development and Animation Experience in their last project
3.)Good communication


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


[android-developers] Phone than F2F Interview:Informatica Developer |Fremont| California

2016-11-07 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: Informatica Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Fremont| California*

*START :ASAP*





*Job Overview:*



*Must be local*



*Job Description*



Acts in the highest level technical role as an individual contributor
and/or team lead for the most complex computer applications and/or
application initiatives.Utilizes a thorough understanding of available
technology, tools, and existing designs.  Works on the most complex
problems where analysis of situations or data requires evaluation of
intangible variance factors.  Plans, performs, and acts as the escalation
point for the most complex platform designs, coding, and testing.  Leads
most complex multiple modeling, simulations, and analysis efforts.  Acts as
expert technical resource to programming staff in the program development,
testing, and implementation process.: 10+ years application development and
implementation experience.  Resource will be responsible for development
and implementation of data marts in an ETL environment.  Resource should be
a good team player and includes production support responsibilities,
troubleshooting and fixing issues.  Ability to perform code review and
identify design or development issues.  Prior Wells Fargo experience will
be an added advantage.



*Additional Job Details*



*Minimum Qualifications*



   - 1*0+ years technical background with majority directly related to
   Informatica or Teradata*
   - Experience in creating reusable transformations and complex mappings
   - Experience in versioning and managing/deployment groups in informatica
   environment
   - Experience in writing Teradata queries
   - Ability to work independently and collaboratively
   - Ability to multi-task in a fast-paced environment
   - Skilled in authoring technical documentation and performing reviews,
   design, data manipulation, and creative problem solving
   - Excellent communication skills, both written and verbal
   - Ability to do production support and resolve issues during
   non-business hours
   - Bachelor’s degree in Computer Science or equivalent



*Preferred Skills*



   - Expertise in working with Teradata using TPT
   - Experience on working with native TPT and BTEQ on unix/linux
   - Knowledge on Teradata architecture will be a plus
   - Experience in tuning of ETL processes and optimization of SQL queries
   - Understanding of various SDLC methodologies and their respective
   trade-offs



  Thanks,





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

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

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


[android-developers] Need : .Net Developer -Harrisburg, PA

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

*Hope you are doing well…..*

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



*ROLE*

*.Net Developer*

*LOCATION*

*Harrisburg PA*

*DURATION*

*LONG TERM*

*RATE*

*$45/hr on C2C*

*CLIENT*

*DIRECT*

*INTERVIEW TYPE*

*Phone*

*State Experience Highly Preferred*

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

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

The Application Developer will provide support to existing production
applications and perform complex technical analysis, design, development,
documentation, testing, deployment and implementation of new applications
using existing and emerging platforms. This category includes web
application and database development.



Must have experience using Visual Basic .NET, ASP.NET WebForms, .NET
Framework 4.5+, WCF, HTML5, JavaScript, jQuery, T-SQL 2012, SSRS 2012.



*Role Description*

•  Proven track record of hands-on technical design and code work
within large complex systems.

•  Proven hands-on technical work with a variety of technologies.

•  Able to make best practice recommendations based on past work.

•  Proven ability to present complex technical constructs to business
and non-technical users.

•  Proven ability to collaborate with business users, project managers
and technical architects.

•  This is a professional level non-supervisory position which may
require coordination of programming activities being conducted by the team

•  Supports team in modification of enhancements and changes to
applications.

•  Leverages excellent written and verbal communication skills. May
coordinate activities of other application developers

•  Supports business process, problem analysis and consultation.

•  Processes open defect/maintenance tickets and correct technical
errors.

•  Reviews and understands the Application Team’s work plan.

•  Provides status of work to Team Lead.

•  Anticipates, identifies, tracks, and resolves issues and risks
affecting own work and work of the Application Team.

•  Develops contingency plans as necessary.

•  Engages in ongoing process improvement.

•  Detailed functional and process knowledge.

•  Utilizes deep modeling, design and coding skills.

•  Provides expertise in one or more database environments.



*Skills*

*Required*

*Years Used*

*Last Used*

4 year college degree or equivalent technical study with advanced study

*Required*





Experience with Visual Basic .Net

*5 Years*





Experience with ASP.Net WebForms

*5 Years*





Experience with T-SQL

*5 Years*





Experience with .NET Framework 4.5+

*3 Years*





Experience with WCF

*3 Years*





Experience with HTML5

*3 Years*





Experience with JavaScript

*3 Years*





Experience with jQuery

*3 Years*





Experience with SSRS 2012

*3 Years*





Experience with MVC

*3 Years*





Experience with SharePoint

*2 Years*





Experience with OOP design patterns

*2 Years*













Thank You,

Warm Regards,

Mani

Technical Recruiter

HCL Global Systems Inc.

Desk: (248)473-0720 Ext: 157

Email: r...@hclglobal.com

Web: http://www.hclglobal.com



*Certified Minority Business Enterprise (MBE)*

___


DISCLAIMER: This message is intended only for the addressee and may contain
confidential, privileged information. If you are not the intended
recipient, you may not use, copy or disclose any information contained in
the message. If you have received this message in error, please notify the
sender by reply e-mail and delete the message.

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


[android-developers] Immediate interview - Java Webservices Developer in GA - Need only locals.

2016-11-07 Thread David wil
*Hello*



*We have an urgent need with one of our client in Atlanta, GA.  Please go
through the requirement and send me back your updated resume ASAP!!!*



*We closed 4 positions this year with this client for the same skill.*

*Client needs 2 more resources…!!!*



*PHONE Interview followed by F2F Interview*





*Only GC or US Citizens or EAD-GC*

*NO 3rd Party resumes ( Unless they are ready to release the candidate for
Conversion to PERM after initial contract )*



· Java Web Services Developer *(* Key Skills – SOAP and RESTful Web
Services )*

· Atlanta, GA

· 9 months contract

· 2 positions (3 position closed)





*REQUIREMENTS*

J2EE/Services Developer



* Plans and documents Software Component Deployments across multiple
environments and coordinates with Infrastructure deployment and release
management team.

* Create distributed web services for multichannel Consumer applications to
consume

** Develop solutions using Java, XML, HTTP, Web Services, SOAP, REST, JSON,
SOA , API Management and other web technologies*

* Translate functional and technical requirements into architectures and
designs

* Work with engineering team to participating in designs, development, and
implementation

* Develop and deliver quality applications on-time and that meets project
plans and delivery commitment

* Experience with *WebSphere, RAD, JAX-WS and JAX-RS*

* Experience with frameworks like Spring, Hibernate, Camel

* Experience with Maven, Junit..





*Thanks*

*David Wilson*

*Manager – IT Recruiting.*

Software Programming Group LLC (SPG) America

15 Corporate Place South, Suite #421, Piscataway, NJ - 08854

(: 732-343-7688 x 3047|| Fax: 732-343-7689

Email: | da...@spgamerica.com  | URL :
www.spgamerica.com |

IT Services ||  Consulting

USA || INDIA

*** Please reply with *"REMOVE"* in the subject, if you don’t want to
receive the email in future. Sorry for the inconvenience caused *

[image: Description: description: description: description:
cid:image002.png@01d0a20c.bcfc4120][image: Description: description:
description: description: cid:734355319@25112009-111a][image: Description:
description: description: description: description: description:
description: e-verify logo_small]

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


[android-developers] Urgent requirement :: Hadoop Architect @ Englewood, CO

2016-11-07 Thread swamil singh
Hello,

I have urgent requirement for the below position. if you have any
consultant kindly share the resume.

Role: Hadoop Architect
Location: Englewood, CO
Experience: 10+ years

Mandatory Skills:

   1. HDFS, Pig , Hive on HDP platform.
   2. JAVA, SQL, Hbase/ Streaming

JD

   - Design and Solution Architect experience in Hadoop platforms.
   - Strong experience in Hadoop Core components – HDFS, Pig , Hive on HDP
   platform.
   - Hands-on experience on JAVA, SQL, Hbase/ Streaming. Would be required
   to do POC on various aspects of Hadoop work apart from creating strategic
   vision.
   - Working experience in different analytics tools on Hadoop
   -  Work under client team guidance on evolving big data architecture


-- 

*Thanks & Regards*

*Swamil Singh*

*SYSMind LLC*

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


Re: [android-developers] Database

2016-11-07 Thread Mark Phillips
Read the docs!

https://developer.android.com/training/basics/data-storage/databases.html

Mark

On Mon, Nov 7, 2016 at 2:12 PM, Vasil Vasilev  wrote:

> Hello Developers,
>
> I am new in android developing, but I already learned many things about it!
> So what I want is help with what database can I use for my Shopping List
> application?
> I am planning to store a shopping list that the user create to a database
> and also store goods into categorys for suggestion in to the search bar.
> Can you suggest me ant Database tool that I can use with android studio?
>
> Thank you in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/8453d090-e666-4d2e-a2b6-
> 94fe984f9353%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/CAEqej2PVdhm5Vq%2BtFvkiPxMFxPus1x0ZAdBkUs5jU0akfi9tWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Selenium automation Lead__Need Urgent with 9+ Profile

2016-11-07 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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





*1) Selenium automation Lead *


*Location: Eden Prairie, MN 6 to 12 months *



*Job Description:*



· Minimum 8+ years of Testing experience (Including 6+ years in
automation testing as lead)
· Hands on experience in Selenium automation (minimum 2+ years in
Selenium)
· Experience in any one development language with average coding
skills (Java, C#)
· Mobile test Automation is an added advantage (SeeTest/Appium
preferred)
· Web services Automation with tools such as JMeter or SOAP UI is
an added advantage
· Experience in managing a global team
· Strong reporting skills
· Strong analytical skills
· Understand requirements and create test strategies that include
identification of Efficiencies via test automation
· Able to come up with automation estimations & plans
· Experience in performance testing is an added advantage

*If you are interested in the above opening please send me your 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 :

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


[android-developers] Urgent Need---iOS developer---EAD or GC or Citizens only

2016-11-07 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.


*iOS developer*

*Location **– Cincinnati, Ohio*

*Duration **– 12 month contract*

*EAD or GC or Citizens only*



Top Three Skills:

iOS Development experience

Xcode

Solid Agile / Scrum background



*Minimum Position Qualifications*
• 7 or more years’ experience in systems analysis, design or programming
and the associated development methodologies.
• Familiarity mobile application development platforms
• Familiarity with Mac OSX
• Passing score on a selected entry test for new hires. (Test selected
based on Project requirements.)

*Desired Previous Job Experience*
• 5 – 7years experience in systems analysis, design or programming and the
associated development methodologies with large size or highly complex
projects.
• Prior experience with project planning with large size or highly complex
projects
• Prior experience developing mobile applications for iOS or similar
platform
• Prior experience with Xcode, Mac OSX and iOS
• Prior experience with Mobile Optimized Web applications
• Prior experience with Scrum



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


[android-developers] Database

2016-11-07 Thread Vasil Vasilev
Hello Developers,

I am new in android developing, but I already learned many things about it!
So what I want is help with what database can I use for my Shopping List 
application?
I am planning to store a shopping list that the user create to a database 
and also store goods into categorys for suggestion in to the search bar.
Can you suggest me ant Database tool that I can use with android studio?

Thank you in advance

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


[android-developers] Immed Req- IBM Infosphere Devloper with JAVA @ Brooklyn Park, MN

2016-11-07 Thread tej mishra
*Hi, *


*Hope you are doing Great..*

*Role:  IBM Infosphere Devloper with JAVA*

*Location: Brooklyn Park, MN*

*Duration: long term*
*Client- Wipro*

*Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP. Please revert me  on tej.sysm...@gmail.com
 *


*JD*:


*1- 2-3 years’ experience with IBM's Infosphere DataStage product
require2-Experience with Java required *

*3-Experience with Camel preferred*




Best Regards,

*Tej Mishra* | SYSMIND, LLc



Phone: 609-897-9670 x 2167

Email: tej.sysm...@gmail.com 

Gtalk: tej.sysmind

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/CAFJiUk%2BObxRH_7TD-y6xXs%3Djbx02SNFHh%2BWoBCxJabZjXsGFBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Business System Analyst__Need Urgent

2016-11-07 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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





*Subject:* BSA -



6 Months CTH



BSA position. Location Dallas, TX  .



*Qualifications:*

· Bachelor’s Degree within a technical field.

· Proven strong analytical and problem solving skills.

· Have played a Lead role in a large program.

· 7 years of hands-on experience as a Business Systems Analyst,
Systems Analyst, Technical Analyst or a related discipline with an emphasis
on delivering cutting edge technology within finance.

· Superior verbal and written communication and negotiation skills
with the ability to forge lasting relationships at all levels of seniority.

· Experience of working with Agile Development teams.

· SOAP, XML, JSON and other similar web service
protocols/technologies

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


[android-developers] Urgent requirement :: Teradata DBA @Richardson, TX

2016-11-07 Thread swamil singh
Hello,

Hope you are fine today...!!!

Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP. Please revert me on*
recruiter.swa...@gmail.com *
* *


*Role:* Teradata DBA

*Location:* Richardson, TX

*JD:*

*Database Object Management:*

The creation, update and deletion of database objects such as Databases,
Views, Users, Roles and Profiles etc.

*System Performance:*

System monitoring using view point, Performance tuning of queries,
identified potential bottlenecks with queries from the aspects of query
writing, skewed redistributions, join order, optimizer statistics, physical
design considerations (PI and USI and NUSI and JI etc) etc. Analysing
explain

*Workload Management:*

Resource partitions, classify and govern the query before its execution in
the database.

*Resource Monitoring:*

Database Query Log(DBQL) , ResUsage, Access Logging

*User Management:*

Creation and managing Users, Databases, Roles, Profiles and Accounts.
Assigning profiles, granting or revoking access rights or roles, changing
of passwords etc.

*Space Management*:

Managing the allocation of database space (Permanent Space, Spool Space and
Temporary Space) across the entire system.Recording and
tracking of Space Movements to assist with capacity planning and
forecasting. Using techniques such as Multi-value compression (MVC) to
reduce unnecessary disk space usage.

*Access of Database Objects*:

Granting and Revoking Access Rights on different database objects.

*Security Control:*

Handling logon and logoff rules for Users.

*System Maintenance:*

Specification of system defaults, restart etc.

*Capacity Planning & Management*:

Analyze the past and current data to predict the future capacity (CPU
processing and Storage ) requirements

*Data Storage and Management:*

Archiving and restoring data using the Teradata DSA and ARCMAIN utility.

*Load/Unload utilities:*

In depth knowledge of TPT,Multi Load,Fastload , etc.. Utilities

*Incident Management:*

Experience in handling live incident related to Teradata system


-- 

*Thanks & Regards*

*Swamil Singh*

*SYSMind LLC*

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


[android-developers] Urgent need of java developer

2016-11-07 Thread ranjeet majumdar
Hi ,



Hope you are Doing good!



Please find below JD and Let me know your interest



*Job Title: Core Java Developer*

*Location: Boston, MA*

*Duration: contract*



*Need Locals only*



*Job Description*



*Core Java, Auto sys, database developer*



1.   Experience and good technical knowledge with Core Java (1.6 and
1.7)

2.   Experience or good technical knowledge with JDBC

3.   Experience with Scheduler, like Autosys. Quartz or similar event
based scheduler will be a big plus.

4.   Experience and good technical knowledge with Oracle Database (11g).

5.   Experience and some technical knowledge with Linux or UNIX and
scripts.



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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] QA SIMCORP

2016-11-07 Thread sammy
Hi,





Lead QA

Weehawken NJ



Simcorp exp

Simcorp Lead Tester



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


[android-developers] Urgent requirement || .Net Developer (Healthcare) @ Anywhere in US (OPT also fine)

2016-11-07 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 * *(Send profiles with
LinkedIn)*

*Role: .Net Developer (Healthcare)*

Location: Anywhere in US

Duration: 6+ months contract

* ***LinkedIn profile must*

*Job Description:*

§  Strong working knowledge of ASP, C#.Net

§  Excellent knowledge on MVC

§  Hands on experience in Javascript

§  Good communication skills



Looking forward to hear from you!



Thanks & Regards,



Vasanth || Associate Manager - TAG

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

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


[android-developers] Need Sr. Java Developer at Stamford Connecticut

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

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

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

*Title: Sr. Java Developer (Core Java)*
*Duration:   6 - 12 + months*
*Location:  Stamford, Connecticut*

*Description:*

*Experience Guidelines:  *

   - Java-DEEP Core java is a must have
   - Must have financial services experience.
   - Agile
   - Minimum 6 years of experience in system integration and development
   - Minimum 5 years of experience with Java and Java-based technologies
   - Works with key owners and stakeholders to document requirements
   - Ability to learn new technologies quickly


*Education:*

   - Bachelor’s Degree required from college or University


Thanks and Regards,

Sam
New York Technology Partners – Rochester
T1: (201) 680-0200 x 7026
s...@nytpartners.com
www.nytp.com

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


[android-developers] Phone/Skype Interview:Systems Analyst in Oakland, CA|$40/hr on c2c

2016-11-07 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: Systems Analyst*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Oakland, CA*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*





The systems analyst position is in the Enterprise Application Services team
which is responsible for the development and

maintenance of several system wide University applications. The small team
of developers is responsible for several back end

transaction processes as well as data transformation for key interface
files.



The back end transaction processes are written in Linux shell scripts that
execute native SQL server stored procedures, native

SQL functions, PERL and Java. The shell scripts, PERL and Java batch
programs will be executed against new data sets and

prior to the execution of the batch jobs analysis must be performed to
determine the validity of the data sets. You will analyze the

data sets to confirm adherence to specific business rules and perform data
validation by using comparison tools.



Responsible for developing unit, regression and acceptance testing
scenarios and plans and document the results of the

scenarios. Perform project management functions by ensuring team members
are on track with their deliverables.



Required Qualifications

   - Minimum of 5 years experience, 2 of those years should be recent
   experience in analysis of complex data sets that support critical
   - business functions. Ability to operate in the Linux environment using
   native Linux command, shell scripts and SQL.
   - The candidate should also be knowledgeable in ETL concepts and have
   experience in IBM Data Stage and/or SQL Server
   - Integration Services.
   - Demonstrates an understanding of complex, data-driven application
   development and strong analytical skills with the ability to
   - draw conclusions in a logical, systematic way.
   - Excellent oral and written communication skills to effectively convey
   and explain technical information to non-technical customers
   - and to draft clear and concise technical specifications.
   - Demonstrates the ability to operate under general direction, develop
   creative solutions to problems and tackle issues in a
   - self-motivated manner in line with the direction of the team and the
   organization.
   - Collaborate with core team members, subject matter experts and
   business partners. Excellent interpersonal skills as demonstrated
   - by the ability to interact with others in a consistently positive
   manner, exercising discretion and tact.



Thanks,





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

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

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


[android-developers] Urgent Requirement :: Senior Salesforce Developer :: San Jose CA

2016-11-07 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 Salesforce Developer

 

Locations  : San Jose CA

 

NEED LOCAL ONLY

 

JOB DESCRIPTION: 

 

Senior Salesforce Developer: Resource should play on-shore developer role 
working with on-shore and offshore team members. Need to have 3 years of hands 
on experience. There is specific ask for the candidate to have Configuration, 
Apex, integration (Soap/Rest API) and CRM functionality skill set.

The candidate should be from the Bay Area itself or ready to move to Bay Area 
as the client doesn’t fund any expenses or travel.

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

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

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

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

 

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


[android-developers] Re: Urgent-Core Java -Angular JS -NJ

2016-11-07 Thread ratedr nikhil
Hi,

Please find the resume of my consultant for your requirement.

On Monday, November 7, 2016 at 11:21:16 AM UTC-5, Lisa Ray wrote:
>
> Hello,
>
> Hope you are doing
>
> We have an urgent requirement for our client  Please find the JD below 
> and if you have any consultant available then please let me know ASAP at 
> li...@techpunditsinc.com 
>
>
> *Position:  Core Java & Angular .JS Developer*
>
> Location : New Jersey
>
> *12+ months*
>
> *Visa Copy also need at the time of submission.*
>
>  
>
> Core Java  Development experience with Angular. JS and javascript Strong.
>
> The candidate should have hands on development with Advanced Angular JS. 
> The candidates need to have strong experience in core Java as well
>
> They will be asked in interview or be  given an online code test and they 
> have to develop Angular JS directive. The code should be in compilable 
> state upon completion. 
>
> -Strong expertise with Web and REST ful services
>
> -Experience working in fast paced, agile teams 
>
>
> *Please submit the profile only with 10+ years exp.*
>
>
> Thanks & Regards
>
> Lisa
>
> TechPundits
>
> 732-659-8650
>
>

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


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Re: Required Java Developer @ St. Louis, MO

2016-11-07 Thread ratedr nikhil
Hi,

Please find the resume of my consultant for your requirement.

On Monday, November 7, 2016 at 12:04:59 PM UTC-5, anura...@gmail.com wrote:
>
> *Hi,*
>
> *Please find below our client requirement and if available and interested 
> please share updated resume along with details.*
>
>  
>
> *Job Title: Core Java Developer*
>
> *Location: St. Louis, MO*
>
> *Type: Contract*
>
> *Start: ASAP*
>
>  
>
> *Job Roles / Responsibilities:   *
>
>  
>
> Java/J2EE, Multiple DB’s Agile/SDLC, Angular JS Onsite Offshore 
> Co-Orientation Client Interaction, Mutiple Webserver’s, web Services, MVC, 
> Spring Hibernate, Maven.
>
>  
>
> •  Solid experience in Core Java, Java Thick Client (Swing), 
> J2EE, Hibernate/ Spring, WebLogic, Maven
>
> •  Good experience in Oracle / SQL Server DB SQLs/ Stored 
> Procedures
>
> •  Responsible for end to end services for the application 
> cluster / portfolio being managed
>
> •  Coordinate with onsite and offshore teams as necessary during 
> project delivery, including daily connect calls
>
> •  Ensure assigned tasks are completed within targets set
>
> •  Conduct periodic data analysis, perform RCA for any targets 
> missed and customer escalations; Report the findings to the Service 
> Manager; Implement all Corrective and Preventive actions
>
> •  Strong analytical and project management skills required, 
> including a thorough understanding of how to interpret customer business 
> needs and translate them into application and operational requirements
>
> •  Demonstrated ability to communicate, articulate and work with 
> external and internal stakeholders,
>
> •  Experience in managing Agile/ Dev Ops programs would be an 
> added advantage but not mandatory
>
>  
>
>  
>
> *Thanks & Regards*
>
>  
>
> *Anurag Barve*
>
> *___*
>
> *Ztek Consulting Inc.*
>
> *Phone:* 678-685-8765 Ext: 223
>
> Visit us at www.ztek-inc.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/3f2ef98f-1d5d-4bd7-86de-71bc24b7ffbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Vishnu JavaUIDeveloper.docx
Description: MS-Word 2007 document


[android-developers] Job| Life Sciences Senior Consultant | Jersey city , NJ

2016-11-07 Thread Sam
*Hit reply to all Or send resumes on h...@smdconsultants.com
*


Please let me know if you have any one available for the following opening.





Position : Life Sciences Senior Consultant

Location : Jersey city , NJ

Duration- 6 + months

Rate – Open

Client name will be disclosed later ( it’s a health care client )







· Engage with  HealthCare  to drive consultancy and global
services/support in the area of Life Sciences Hub (LSH) for ensuring
definition of and population of all study-integrated data structures,
including patient and non-patient data in the CIE-LSH data warehouse;

· Participate in user requirements and specification meetings,
produce user specification documentation based upon client business
requirements and work closely with various departments to coordinate
efforts to meet deadlines;

· Access and analyze the requirements needed to implement changes
and advice on the options available to support the request within the
system constraints while assessing potential risks and impacts;

· Assist with root cause analysis of technical problems (2nd level
support) in development, test, quality assurance or production environments;

· Work with 3rd party support as needed to own and resolve
technical issues that may arise either from the existing implementation or
ongoing product enhancements;

· Steer all required activities to develop risk mitigation options
for the business;

· Serve as a consultant to management within the Data Management
area.



*Required Qualifications:*

· Bachelor’s degree in Information Technology or related degree
with 10+ years of relevant professional experience OR a Master’s degree
with at least 8+ years of relevant professional experience OR a Ph.D. in
with 2-7 years of relevant work experience;

· Expert in Oracle’s Life Science Hub (LSH);

· Technical knowledge and understanding about Clinical Data
Warehouse, Reporting and Regulatory Submission requirements as it relates
to systems and data information provision;

· Ability to interact with business and understand BHC business
processes and basic terms. Candidate must possess a proven track record in
terms of technical implementation as well as the ability to interact well
with business clients;

· Understand LSH Security as it pertains to Groups/Roles(System &
Functional Roles)/Adapters/subtypes - Need to know how to create all the
objects -  Program(Parameters/Outputs)/Load set/Table Descriptor/Table
-Instance/DataMart/Workflow/Business Area - Create remote
locations/database account -User account creation/database role assignment
(need SQL knowledge) - Update containers and contains security - LSH DB
query results – understand some CDR tables (need SQL knowledge) - Opening
Oracle Service request and Perficient support ticket - Review job logs and
backlogs for trouble shooting;

· Excellent verbal and written communication (fluency in English)
in addition to building and maintaining strong relationships in a global
context, reconciling competing ideas on problems to a mutually beneficial
conclusion are critical in this role;

· Strong analytical skills with proven global teamwork skills and
ability to develop and foster networks in a global context;

· Experience working in a regulated environment (e.g. GxP);

· Ability to do support activities concurrently and adapt easily to
changing priorities;

· Ability to facilitate the translation of business requirements
into technical solutions;

· Ability to think creatively in challenging and changing
situations;

· Strong facilitation skills;

· Capable of sensing cultural awareness and obtaining feedback.



*Preferred Qualifications:*

· 2-3 implementation reference projects;





Thanks and Regards

Sameer Sinha

Manager (Talent Acquisition)

Contact Number: +1 347-809-6832

Skype: sam18jan |E-mail: h...@smdconsultants.com

Website: www.smdconsultants.com



*[image: cid:image001.jpg@01D1EFDA.EA57D9F0]*

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


[android-developers] Business Intelligence Developer in Houston,TX !

2016-11-07 Thread Abhishek ojha
Business Intelligence* Developer*
*Houston,TX*
*Long Term *

*NEED USC GC TN ONLY  ONLY*

Looking for BI developer that is experienced with Netezza & Tableau coupled
with experience with an off-the shelf BI tool stack



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

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


[android-developers] Urgent need ::Performance Engineering Architect @400 Value Way, Marlborough, MA 01752.

2016-11-07 Thread ranjeet majumdar
*Roll -**Performance Engineering Architect*
*Location-400 Value Way, **Marlborough, MA 01752.*
*Duration - Long term*

Perform software quality assurance and testing to develop performance test
strategies for Merchandise Planning applications and specifically for
Oracle RPAS. Work with development and business analysts to understand the
architecture of applications in order to develop the best approach for
simulating production usage and implement test automation architecture on
systems applications.

• Develop core methods for driving and verifying application components.



• Discover, isolate, document and report defects through the execution of
both manual and automated test scripts.



• Provide advanced troubleshooting capabilities.



• Participate and review application architecture, design and requirements
documents from performance perspective.



• Understand the scope of the release and then plan/prepare/design/validate
performance tests to mimic the expected production environment.



• Work closely with the development, IT, QM teams to analyze the
performance issues, diagnose, debug and resolve issues.

• Ensure execution of Test Plans (Performance Testing) and deliver highest
quality software.



• Design and develop performance test plans, test cases based upon
requirements.



• Analyze, innovate, architect, design and develop software programs for
testing frameworks, technology components and end user applications.



• Analyze how operating systems, including: AIX, Linux and windows can
contribute to performance.

*Experience must include:*



• Business use cases, internal/external performance benchmarks, debugging
performance issues, decision making on issues, technical assistance in
performance analysis, and tuning databases and applications stack.



• Core Java, JavaEE components, JVM statistics and JVM tuning on app
servers Websphere, Weblogic or JBoss.



• Enterprise databases, such as: Oracle, DB2 or SQL.



• Operating systems, including AIX, Linux and Windows.



• Industry standard performance testing tools like LoadRunner or Silk
Performer.



• Experience in testing rich internet applications or Oracle Fusion is
desired.



• J2EE diagnostics tools, including Dynatrace, app dynamics, or HP
Diagnostics will be a plus.

This position requires extensive hands on work in creating, validating and
troubleshooting RPAS “Test Data”. The person should be proficient in shell
scripting with good RPAS internals knowledge (for e.g. using various RPAS
utilities). Performance tuning/testing experience will be a plus. Other
responsibilities include:

• Develop core methods for driving and verifying application components.

• Discover, isolate, document and report defects through the execution of
both manual and automated test scripts.



• Provide advanced troubleshooting capabilities.



• Participate and review application architecture, design and requirements
documents from performance perspective.



• Understand the scope of the release and then plan/prepare/design/validate
performance tests to mimic the expected production environment.

• Work closely with the development, IT, QM teams to analyze the
performance issues, diagnose, debug and resolve issues.



• Design and develop performance test plans, test cases based upon
requirements.



• Analyze, innovate, architect, design and develop software programs for
testing frameworks, technology components and end user applications.



• Analyze how operating systems, including: AIX, Linux and windows can
contribute to performance.



Experience must include:



• Direct performance testing of distributed software systems and solutions
using Java and/or Microsoft technology.



• Business use cases, internal/external performance benchmarks, debugging
performance issues, decision making on issues, technical assistance in
performance analysis, and tuning databases and applications stack.



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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] IMMD START: Java Developer with .NET Exp in WI

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

*Java Developer with .NET Exp.*
Madison, WI
Duration: 18 months

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

Top Three Skills:
1) Java
2) Struts
3) .NET - *Migrate from Java to .NET*

Required Skills:
• HTML / CSS
• JSP / Servlets / Struts
• MVC / DAO development patterns
• JQuery / Prototype Javascript libraries
• Websphere Studio / Eclipse / Rational Application Developer IDE (All
based off of eclipse)
• Websphere Application Server or other application server experience a
plus (JBoss, TomCat)
• SQL Server stored procedures
• Experience with external facing sites (B2B, B2C)

Nice-to-Have Skills:
• C#.NET, ASP.NET, MVC
*SSRS, Business Intelligence Reporting
*SQL Server Administration
*Rest Web Services/ JSON / XML
*Experience working on web order entry sites

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


[android-developers] IMMD NEED: Jr Ruby on Rails ( RoR ) Developer in Dearborn, MI

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

Jr Ruby on Rails ( RoR ) Developer
Dearborn, MI
Long term contract

*Need EAD, GC, TN or Citizen Only!!*
*Max rate is $40/hr on CTC*

Contract with option to hire, and eventually 80% remote work possible.
Must be local to Michigan/Northern Ohio/ Ontario or relocate.

Multi-talented individual, ability to develop and create in depth with
Rails, capable of planning and completing day to day and long term
priorities.
Oversees deployed Rails based application lifecycle
Requires solid experience with integrated Database, excellent analytical
skills and fluency with Linux.

In addition the work for this position requires the ability to converse and
articulate effectively, both in written and oral communications with
non-technical team members and clients.
This position will morph into the SME for certain applications that are
client driven.
Must be analytical to decide which business rules are included, ways to
include additional rules, and design modules that meet client needs but
also are fully incorporated into the application. The work is
intellectually demanding in that it requires analytical and trouble
shooting skills to ensure that the existing base of hundreds if not
thousands of application tests are maintained and employed with each code
change to ensure fully and accurate application function.

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


[android-developers] Phone Hire || Java Developer || Omaha, NE || USC or GC || 8+ Exp

2016-11-07 Thread Vishal Ji Awasthi
*Java Developer*

*Location: Omaha, NE*

*Length: 6-12 months - CTH*

*Start: 12/5*

*Interview: phone *



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

Job Specific Responsibilities

   - Maintain strong familiarity with EFTPS applications, infrastructure,
   code migrations and processes.
   - Develop middleware application software using Java/J2EE middleware,
   HTML, Javascript, JQuery and frameworks (foundation and bootstrap) used to
   render responsive pages.
   - Experience with Fundamentals of Responsive Web Design, experience with
   responsive libraries like Foundation, Bootstrap a must.
   - Interact heavily with all other organizations supporting the overall
   EFTPS solution, including the client
   - Collaborate with Business Analysts, Project Managers, Application
   Developers, Architects across various teams to come up with a solution
   design, solution architecture
   - Write technical and functional specifications
   - Sizing new projects, determining risks and developing estimates for
   the projects
   - Develop prototypes and research on proof of concepts
   - Perform and participate code reviews
   - Drive process improvement projects to help streamline or automate
   complex EFTPS processes
   - Perform Service Desk record creation and review to ensure approval
   wand appropriate EFTPS change area, priority is correct and content is
   satisfactory.
   - Focus on risk mitigation for production changes which includes review
   of time of changes, type of change, impact of change to production system,
   impact of change to taxpayers, impact of change to input channels, change
   during peak periods.
   - Complete special projects as assigned by leadership.
   - Participate in audit compliance activities.
   - Disseminate process communications when change occurs (process
   excellence, change management, bank requirements impacting changes, etc),
   to keep EFTPS team members informed. Documentation of process and other
   communications is stored and maintained on the EFTPS SharePoint site under
   the specific Tech Ops team site.
   - Document steps for all SDLC changes and how change is managed for the
   EFTPS program. This is due annually and requires significant review and
   editing due to changing FS requirements.
   - Attend implementation and post mortem meetings



Candidate Requirement

   - *Java/J2EE – 6-7 years of experience*
   - *Web Development – 4+ years*
   - *Experience developing Responsive Websites using responsive frameworks
   such as bootstrap, foundation, modernizer 2+ years*
   - *SOA/SOAP Web Service Development – 2-3 years*
   - *Experience with Web sphere application server – 2+ years*
   - *Experience working with Spring – 2-3 years *
   - *Experience working with Spring Web Flow 1+ year*
   - *Experience developing Junit tests 3+ year*
   - *Experience with build tools Maven/ANT 3+ years*
   - *Experience Developing Javascript for web apps – 4+ years*
   - *Experience Developing HTML 5+ years*
   - *Experience writing functional and technical specifications – 4+ years*
   - *Ability to collaborate and various team members and brain storm
   solutions will be a very big plus*
   - *Strong communication skills is a must. *
   - *Deep/working knowledge about Java multi-threading is a plus*
   - *Experience working with open-source technologies is a plus*
   - *Experience developing complex algorithms is a plus*
   - *Experience working on application performance tuning is a plus*
   - *Experience working with Project Managers and Product Managers is a
   plus*
   - *Experience working with Enterprise Architects is a plus*





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


[android-developers] Urgent requirement || Python Developer @ Chicago, IL (Locals only)

2016-11-07 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: Python Developer*

Location: Chicago, IL

Duration: 6+ months contract



*Responsibilities*

§  Translate application storyboards and use cases into functional
applications

§  Design, build, and maintain efficient, and reliable Python code

§  Ensure the best possible performance, quality, and responsiveness of
applications

§  Identify bottlenecks and bugs, and devise solutions to these problems

§  Help maintain code quality, organization, and automation



*Required skills*

•   Proficient in Python

•   Proficient understanding of code versioning tools (GIT)

•   Familiar with various design and architectural patterns

•   Familiarity with Elastic Search / ELK stack

•   Understanding fundamental design principles behind a
scalable application

•   Understanding of network protocols

•   Fluent English



*Desirable Attributes*

•   Experience in developing distributed software

•   Experience with Unix Systems

•   Familiarity with Messaging Queues

•   Understanding of Ubuntu platform and application packaging



Looking forward to hear from you!



Thanks & Regards,

 Vasanth || Associate Manager - TAG

American IT Resource Group, Inc.

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

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

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


Web: www.aitrg.com

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


[android-developers] Urgent Need---Security Engineer ----EAD or GC or Citizens Only

2016-11-07 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.



*Security Engineer *

*6 Month Contract *

*Minneapolis MN*

*EAD or GC or Citizens Only*



• Experience in designing, managing, supporting Web Application Firewalls
(WAFs)

• Intimate knowledge of how Content Delivering Networks (CDN) work,
specifically Akamai.

• Experience or knowledge of Software Development lifecycles on ecommerce
web site



• Develop and test code to deliver functionality that meets the overall
business strategy and objectives

• Build the work needed to implement features from the product backlog

• Size user stories

• Unit test code, create automated test scripts, and execute all other
testing-related tasks

• Test deliverables against a user story’s acceptance tests

• Execute necessary project documentation

• Work closely with other team to ensure that features meet business needs

• Follow industry-standard agile software design methodology for
development and documentation

• Work with infrastructure, security, and other partners

• 3-5 years in an engineering role

• 1-3 years participating in agile development

• Scrum certification, a plus

• Experience with test-driven development and software test automation

• Deep experience working in an agile environment (e.g. user stories,
iterative development, etc.)



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


[android-developers] Hiring for VoIP/UC Engineer at Denver, CO || Contract Position

2016-11-07 Thread USIT Recruiter
*Hi *



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



*Job Title: VoIP/UC Engineer*

*Duration: 6+ months*

*Location: Denver, CO*



*Job Description :*

• Excellent problem solving skills with desire to take on
responsibility.

• Good understanding on process.

• Excellent communication skills, should have worked in global
delivery model.

• Good understanding on product SLA’s and support metrics.

• Ability to grasp problems and understand issues quickly and
provide solutions.

• Ability to reason and think logically

• Strong attention to detail in regards to project planning and
documentation





*Must Have :*

· Vast experience in Unified Communication domain with hands on
expertise on Oracle ACME SBC and ASC products.

· Should be well versed with SIP protocol and call flows and
trouble shooting.













*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

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

 *f: *+1 (608) 646 8326

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

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

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


[android-developers] Urgent Requirement--Java Architect need 9+ Profile

2016-11-07 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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



Java Architect

Kansas City,MO

3 months Contract



1.Java Architect with 10-12 years of experience.
2.Proficient in architecting Web Applications
3.Hands-On experience in developing J2EE applications
4.Experience with Web Applications, Java, Spring, AJAX, Jquery,
Weblogic , WebServices

   5.Experience with architecting and delivering end to end enterprise
J2EE solutions
   6. Good onsite-offshore coordination experience
   7.  Experience in leading and mentoring the 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/CAEmgVe0WjNtaFNjOz_nwN8vQWS%2B748C-V4pXMf1MSyNGEJNNzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Sr. SQL Server DBA (90% SQL Server/10% Oracle) Vernon Hills, IL

2016-11-07 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. SQL Server DBA (90% SQL Server/10% Oracle)*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Vernon Hills, IL*

*DURATION:6 MONTHS*

*START :ASAP*



*Job Overview:*



Our environment is 90% SQL Server, 10% Oracle. Ideal candidate will be
highly skilled in both SQL Server and Oracle. Current team is proficient in
SQL Server, not so much in Oracle. Ideal candidate will be able to help
teach/mentor other team members in Oracle. After hours and weekend "on call
" support duty will be required. Weekly rotation among several team
members. Long-term demands of this duty may be expected to decline over
coming year or so as we try to shift it offshore. Working with offshore
contractors a plus. Communication is critical. Need someone who can listen
and understand, and adeptly translate technical jargon to plain direct
business language, summarize and tailor communications to different
audiences (other DBAs, users, management), in both verbal and written
forms. Ability to work well with others, be diplomatic and tactful and be
able to weigh technical versus business considerations.

Responsibilities
Mentor and coach junior team members.
Identify areas of opportunity and recommend appropriate improvement
suggestions.
Report project/task status to the appropriate Development Manager on a
weekly basis (at minimum).

For SQL Server
o Drive code improvements mostly related to stored procedures and SSIS
packages.
o Install database software and supporting tools as well as service packs
and supporting patches.
o Develop and optimize stored procedures, triggers, and automation jobs to
aid in maintenance and support of the database systems.
o Experience with at least one upgrade

For Oracle
o Install database software and supporting tools as well as service packs
and supporting patches.
o Be familiar with installations on both Windows and Linux/Unix based
operating systems
o Experience with at least one upgrade

Minimum Qualifications
7 years of experience in database maintenance, design, SQL coding/tuning.
3 years of experience with structured methodologies and participation in
design and development of large-scale applications in a distributed
computing environment.
A degree (preferably in Computer Science) or the equivalent in work
experience

Other Required Qualifications
Experience with High Availability and Disaster Recovery
Excellent written and verbal communication skills with the ability to
effectively interact with all stakeholders.
Strong organizational and creative problem solving skills with the
demonstrated ability to be resourceful.
History of balancing priorities with the ability to adapt to the changing
needs of the business while meeting deadlines.
Advanced working knowledge of the software development life cycle.
Demonstrated ability to build and maintain productive cross-functional
working relationships.
Strong analytical skills with critical attention to detail.
Proficient in Microsoft Office applications.

Preferred Qualifications
Experience with SQL Server “Always On” is a plus.
Understanding of object-oriented design and programming techniques.
Background in leading medium to large size projects and implementation.

This is an immediate need and the manager is seeking to set up interviews
and make a hiring decision ASAP.  For immediate consideration, please email
your resume in Word format, along with the best time and number to reach
you.  Thanks, I look forward to hearing from you.

Thanks,



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

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

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


[android-developers] Urgent :: CCM Modelling at Detroit, MI

2016-11-07 Thread Amit Kumar
*Hi,*

Hope you are fine today.

Please find the JD as below if you are comfortable send me your updated
Resume ASAP.


*Position : CCM Modelling*


*Location : Detroit MI*

*Duration : 6+ Months*


*Job Title*

CCM Modelling

*Relevant Experience*

(in Yrs)

5 years +

*Technical/Functional Skills :*

*Must*:

Experience in Design & Development of Climate Control Strategies,
Calibration of Climate Control ECU and Vehicle test/road trip or Wind
Tunnel Testing.


*Preferred*:

Domain :

   -

   Climate Control Module domain knowledge e.g. AC compressor control,
   Blower Motor Control, Heated backlight, heated steering wheel, conditioned
   seats etc.
   -

   Climate comfort algorithms and its calibration
   -

   Plant modeling, design of control algorithms for dynamic systems,
   creation of model integration framework for Model-In-Loop testing


Tools: CANape, dSPACE MicroAutobox, Control Desk, ATI Vision/Inca

Software Standards: CMMI, Automotive SPICE


*Optional:*

Tools : RTW or TargetLink, DOORS, MATLAB Stateflow/Simulink 2007 and up,

Domain :

   -

   Experience in auto-code generation for ECUs
   -

   Experience in MATLAB Model Based Calibration

*Experience Required*

5 years +

*Roles & Responsibilities*

   -

   Participate in Functional reviews to make sure that the functionalities
   defined are testable and a suitable test strategy can be identified
   -

   Create the strategy of validation/Verification
   -

   Create a test plan to make sure that the component/ ECU/
   Subsystem/system can be verified for all the functionalities
   -

   Plan the tools and consultants to execute the verification activity
   -

   Find innovative methods to get best results and also to automate areas
   where regression testing is needed
   -

   Determine type and methods of tests and execution of test cases to
   derive the best results and ensure traceability to requirements
   -

   Responsible for test reports generated by the test team and product
   quality

*Generic Managerial Skills*

Assist in resource plan for efficient utilization of the skills/ resources
in project

*Education*

B. E. or higher










*Best Regards,*

*Amit Kumar *
Technical Recruiter* - SYSMIND, LLC.*

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


[android-developers] Looking for ::DataStage Consultant in Peoria IL, US

2016-11-07 Thread SALMA BHAT
Hi Partners,

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

Job Title: DataStage Consultant (Technology->Data Management - Data
Integration->DataStage)
Location: Peoria IL, US
Target Start Date 14-Nov-2016


Job Details:

Must Have Skills (Top 2 technical skills only)
1. DataStage Development
2. End to end DataStage implementation experience

Nice to have skills (Top 2 only)
1. DataStage Admin
2.

Desired years of experience : 7-9 Years

Education/ Certifications (Required) : Engineering Degree

Top 3 responsibilities you would expect the subcon to shoulder and execute:
1. Develop and Modify processes in Datastage to integrate data enhancements
2. Complete unit and system integration testing for Datastage processes
3. Support user acceptance testing, production deployment activities

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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-yizq9RM49Rob%2BDtZKC8CfKCafigRyKCYhXtqNhb2ABA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent || Netezza Database Administrator || Cincinnati, Ohio || US Citizens or Green Card Holder || Must skype interview before client submission

2016-11-07 Thread Vishal Ji Awasthi
Netezza Database Administrator

Cincinnati, Ohio.

*US Citizens or Green Card Holder.*

6+months C2H



*SKYPE Interviews – Must skype interview before client submission*



 The Netezza Database Administrator is responsible for the design,
development, installation and performance of our Netezza appliances.
Experience with Multi-Rack Netezza Administration is required.   The
successful candidate will be part of a team responsible for all appliance
support, monitoring, performance, and documentation of all Netezza
databases. Data management tasks including:  User/Group/Permissions
maintenance; Work Load Management; Database/Schema/Table design and
maintenance; monitoring and performance; installs and upgrades of all
related appliance software; collaboration with IBM Netezza support.  You
will support primarily Netezza appliance environment that will include
configuration, administration and maintenance of business-critical 24x7
non-production and production environments.

The DBA will work with project teams and collaborate with the Database Team
to deliver successful implementations. A general understanding of
underlying operating system, storage technologies, memory management, disk
arrays, NAS/SAN, networking is needed to perform the job functions.

Strong analytical and troubleshooting skill set required.  Ability to work
within a cross functional team environment required.  Ability to
self-prioritize workload and manage deadlines effectively required.  Strong
communication skills, both written and verbal required.





*ESSENTIAL JOB FUNCTIONS*



· Perform database performance analysis, capacity planning, system
sizing and ongoing maintenance/tuning to ensure maximum performance on
Netezza systems.

· Recommend and implement a detailed security design for the
appliance to meet security and application needs.

· Create, test, implement and monitor an automated set of
procedures for database and server backups as well as necessary maintenance
procedures including performing backup and restore activities.

· Responsible for managing and supporting high performance, highly
available and mission critical database platforms along with DR platforms.

· Assist development teams with planning and implementing database
changes and query optimization.

· Supporting QA and DEV environments with refresh tasks.

· Use the NzAdmin/NZMigrate tool for typical administrative tasks
which include genstats, groom.

· Review and Patch of Netezzaincluding  OS and Server firmware.

· Work closely with IBM support to manage hardware/software
failures, appliance upgrades and install patches.

· Weekend support as needed. Must be flexible to meet current and
future business needs.



*EDUCATION / EXPERIENCE REQUIREMENTS*

· Bachelor's degree, preferably in Computer Science/Technology or
Engineering, or equivalent relevant work experience

· At least a minimum of 3-5 years of experience in Netezza

· Extensive experience with different backup/restore and disaster
recovery solutions.

· Expert level experience in administering large databases in
mission critical environment.

· Must have Netezza Hardware and Network component knowledge.

· Develop and define administrative and operational standard
practices using Netezza utilities (Groom, Distribution, statistics, Zone
Maps).

· Solid experience in Netezza system configuration and setup with
its utilities and tool sets.

· Strong knowledge and experience with computer hardware including
Servers, Network, SAN technologies, I/O subsystems.

· Strong communication, organizational, and time-management skills.

· Self-starter, positive attitude, problem solving skills and
self-initiative are must qualities.









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


[android-developers] Updated Hotlist 11-07 -2016

2016-11-07 Thread Balu Nela9
Greetings Partners !!



We are an IT Staffing/Consulting firm based in Plainsboro, NJ and serving
nationwide clients in US. We would like to partner with you for your
ongoing  Contract (CTC) staffing needs on sub-contracting basis.



*I request you to, kindly add me to your daily requirements distribution
list and share your requirements to me at my email  b...@pronixinc.com
 and/or call me on 609 378 1022*



Please find the current List of available W2 consultants for your contract
openings to work on CTC basis.



*Informatica Developer*









SWETHA

NJ

NJ & NY









*Java*









Pratyasa

VA

VA,DC



Sanjiv

Overland Park KS

*Open*



Asha Nath

Morganville, New Jersey.

Open



S.NATARAJAN

Long Island, NY

Open



Anshu Gupta

Greater Seattle area, WA

No









*java hadoop*

RAJ

NJ

NJ/NYC

*java hadoop*

Sowmya

CA

CA









*UI Developer*









Devendrasingh

VA

Open



Shilpa

Bellevue, WA





Shankar

NJ

Yes

*Dot Net *









Lakshmi Narayana

NC

Open



DEVESH

NJ

NJ



Hema

Mornoe, NJ

NJ



Gayatri

Secaucus, NJ

Open



Zahir Bashir

Plainsboro, NJ

Yes

*QA Lead*









Sirisha

NJ

NJ



Vikrant

North Bergen-NJ

Open



Lakshmi Vijaya

RI

Open

*Big Data/Selenium Tester*









VINODH

NJ

Open

*BigData/Hadoop Architect *









Theenathayalan

IL

IL



Veera Babu

East Rutherford, NJ

NJ/NYC

*BA/Data Analyst*









Sirisha

NJ

NJ



Narendra

OH

OPEN



Akshay

Pittsburgh, PA

Open



Sameer

Houston, TX

Yes



SATHEESH

Ossining, NY

NJ,NY

*Abinitio*









sriram k

CA

Open

*GIS Technical Lead/Architect*









Venkata

TX

Open

*As400*









RAHUL

Lake Mary, FL

Open

*Oracle*









CHAKRADHAR

Plainsboro, NJ

Open

*SQL DBA*









Vijaya bhaskara

Piscataway Nj

Open



Divya

WA

Open

*SQL Developer*









Prashant

Boston MA

Open









*Sap Basis *









Supragya

DE

Open

*Android Developer*









Sumita

NJ

Open

*Ruby on Rails *









Kiran

NJ

Open





*Thanks and Regards,*

*[image: logo.jpg]*

*Balu Nela*

*PRONIX INC*

*b...@pronixinc.com  | 609-378-1022*

*www.pronixinc.com ** |* *"E-Verify
Employer" |* *https://www.linkedin.com/in/balunela
*

*666 Plainsboro Road, Suite 615 | Plainsboro NJ 08536*

*Note: This is not an unsolicited mail. If you are not interested in
receiving our e-mails then please reply with "REMOVE" in subject line.*

[image: itsrve-member-logo-small]

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


[android-developers] TIBCO Consultant at Northbrook, IL

2016-11-07 Thread ashish gautam
*Role:   TIBCO Consultant*


*Location:  Northbrook, IL*





*Job Details:  *



Must Have Skills (Top 2 technical skills only)


*1. TIBCO BW *

*2. TIBCO EMS*



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


1. Tibco BW specialist with strong analytical and technical ability with
experience in working with Tibco BW/Suite of projects

2. Able to work independently, good communication skills

3. Must have experience in working on complex and medium to large projects

*Thanks & Regards *
*Ashish Gautam*

*ashish04.sysm...@gmail.com *

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


[android-developers] IMMD NEED: Security Engineer with WAF Exp in Minneapolis MN

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

Security Engineer
Minneapolis MN
6+ Month Contract

*Must have: Akamai WAF experience.*
Experience in designing, managing, supporting Web Application Firewalls
(WAFs)
Intimate knowledge of how Content Delivering Networks (CDN) work,
specifically Akamai.
Experience or knowledge of Software Development lifecycles on ecommerce web
site

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/CAL4ROq6V3Y8hdxOwA38F%3Diwqy%2BdiXvE%2B7M-B-JuHCUOHGc_Odw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Informatica MDM Developer (10+Yrs) - Chicago, Illinois

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Informatica MDM Developer (10+Yrs) in Chicago, Illinois, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Title: Informatica MDM Developer 
(10+Yrs) Duration: Long Term 
Mode of Interview: Phone and Skype Job Type: 
Contract (Remote) Description We 
are looking for an Informatica MDM Developer relevant 
experience 8+ Yrs.  This is a client facing role  the 
consultant will have regular interactions with various client managers and work 
remotely. Responsibilities: 
Should have experience in playing the role of a MDM Developer and MDM 
Implementation for a full SDLC lifecycle.
Able to provide data architecture solution to large scale project 
independently
Good Knowledge of Informatica MDM
Good Knowledge of IDD, HM, Match / Merge Process.
Good Knowledge on various models of MDM implementation
Good Knowledge of at least one ETL Tool (Informatica Power Centre)
Awareness of MDM trends, MDM Concepts and other tools in the market.
Providing guidance and assistance to team members.
Knowledge of Data Management Concepts
 Desired Qualifications: 
Must have 8+ years of experience in Informatica 9.X, MDM on in large/medium 
scale implementations.
Working knowledge of Oracle, SQL server, and other major databases.
Perform root cause analysis and resolution of issues with reports and data 
model.
Excellent query writing skills.
Excellent communication skills and experience in onsite - offshore team 
coordination.
Good Team Player.

[android-developers] Re: Available consultants for JAVA Developer , QA Tester and SQL DBA

2016-11-07 Thread anuragztek


On Monday, September 19, 2016 at 6:25:18 AM UTC-7, Yogindra Gowd wrote:
>
> *NAME*
>
> *SKILLS *
>
> *EXP*
>
> *VISA STATUS*
>
> *RELOCATION*
>
> *Divya *
>
> *QA Analyst*
>
> *8+*
>
> *USC*
>
> *YES*
>
> *Sarath*
>
> *Sr. Java Developer*
>
> *10+*
>
> *USC*
>
> *YES*
>
> *Shashank*
>
> *SQL Server DBA/dev*
>
> *9+*
>
> *USC*
>
> *YES*
>
>
> -- 
>
> *Thanks *
>
> *mike*
>
> *mi...@atekus.com **(773) 800-9149*
>

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


[android-developers] Urgent Requirement for Senior .Net Developer at Cheshire CT

2016-11-07 Thread Rajesh Kumar Behera
*Hi partners,*



*Hope you are doing well!!*





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





*Job Title: Senior .Net Developer*

*Location: Cheshire CT. ( Local )*

*Visa: USC/GC only*

*MOI: **Phone+F2F*









*Position Responsibilities: *
• Serving as a senior development resource for the design and application
development and maintenance
• Defining and completing software application activities related to the
implementation, ongoing support, measurement, and continuous improvement of
thehosted infrastructure used to support clients.
• Evaluating projects from a technical stance, guaranteeing that the
development methods used are correct, practical, well-documented and
scalable.
• Implementing structured, high-quality software.
• Working with a scrum team in a professional manner.
• Performs other related duties when assigned.

*Qualifications: *
• 5 to 7 years of direct experience in software design and development
• Strong SQL and C# experience
• 5 or more years' experience designing, developing, and delivering
software products on a .NET solution stack
• Experience developing and delivering SaaS products

*Skills: *
• Extensive development knowledge and project experience in the following:
.NET Framework 3.5 or greater, LINQ, SQL Server 2008, TSQL, Entity
Framework 4.x, C#, MS IIS 7.x, ASP.NET MVC with Razor syntax, WCF, SOA, Web
services (REST & SVC), XML, Ajax, W3C Compliant HTML/CSS, JavaScript, SSRS
– SQL Server Reporting Services;  SSIS – SQL Server Integration Services
• Knowledge of one or more of the following: Iterative SDLC, User-Centered
Development,  and Agile/SCRUM methodologies
• Firm understanding and familiarity of SOLID design principles
• Knowledge and experience of UML version 2.0
• Experience with automated configuration management/code management
systems or application lifecycle management systems such as Microsoft
Visual Studio ALM
• Experience in data conversion
• Knowledge of performance tuning, technology scalability, capacity
planning
• Ability to quickly assimilate and practically utilize new information
• Willingness to learn and utilize information technology best practices •
Ability to work under pressure
• Ability to work in a team environment with offshore resources

*Principal Duties and Responsibilities: *

   - Manage various projects as assigned including Guidewire configuration,
   development, regulatory changes, rate changes, etc.
   - Work with internal customers to design, develop, make program and/or
   configuration changes and maintain complex integration software working
   within Guidewire software integration frameworks.
   - Utilize diverse technical experiences to build and maintain
   integrations to multi-platform applications.
   - Write documentation to describe program development, logic, and
   modifications. Update story cards or other related documentation.
   - Coordinate the implementation of all new development across client
   interfaces (Gosu, Java, etc.)
   - Support testing activities and resolve issues identified as assigned.
   - Provide support through internal application users in order to make
   our processes more efficient and better serve our customers.
   - Assist others in programming and configuration of Guidewire Insurance
   Suite applications.
   - Maintain a working knowledge of advances in information technology.
   - Create manuals for clients that describe installation and operating
   procedures.
   - Assist clients with issue resolution. Recreate steps taken by client
   to locate and modify software inconsistencies.
   - Support the training of end-user clients to use programs and provide
   technical assistance.
   - Install and complete preliminary testing of software development.
   Support IT and departmental testing of development before implementation
   into live environment. Monitor performance of program after implementation.
   - Ensure system/application availability through business continuity
   planning and annual tests.
   - Monitor and communicate project status to IT management, sponsors, and
   vendors, as appropriate.
   - Balance schedules, scope, budgets, and resources.
   - Perform other duties as assigned.
   - Position may require some after hours' availability.



-- 

*Regards,*


*Rajesh Kumar*

*[image: Techlogo]*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

Phone: *408-771-0897* E: raj...@tekinspirations.com


W: www.tekinspirations.com

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

[android-developers] Java Architect in Palo Alto, CA

2016-11-07 Thread Murali Recruiter
Hi,



I hope you are doing great today.



We are looking for a *Java Architect in Palo Alto, CA*



Job Title : *Java Architect*

Location : * Palo Alto, CA*

Contract  :  6+ Months



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



*Job Description*:–

•Hands on experience required for Architect.

•Total experience should be > 10 yrs considering
customer facing role  not > 5 yrs

•Experience in providing solutions based on JEE
Architecture including corresponding Environments

•Preferred with Experience in Web Content
Management and Content Delivery Products, preferably in SDL Tridion

•Having 8-10 yrs of Strong experience using   Java,
JSP, JDBC, spring, Hibernate, struts

•Knowledge of JAX-RS (Jersey), JAX-WS, JAXB, JMX
technologies and frameworks

•Performance & memory analysis, JVM tuning,
optimization strategies for Back End components/services and caching.

•SQL programming using Oracle and/or SQL Server

•Experience in JBOSS & WebLogic

•Experience in development of n-tiered web
applications.

•Excellent communication skills (both verbal and
written), distributed team collaboration and coordination/leadership skills



Looking forward to hear from you!



Thanks & Regards,

* Murali*

Direct:  *408-868-5124*

EMail: *mur...@idctechnologies.com* 

IDC Technologies Inc

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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%2BR6gFL-awxkLF97DhjkEXf45Zi0ifU8Wps4xFi30v3gX%2BbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement :: Java Consultant @Englewood CO :: passport no. must

2016-11-07 Thread swamil singh
Hello Dear,


Hope you are fine today...!!!

Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP.

Role: Component Owner

location: Englewood CO

Exeperience: 6+ years

*skills:*

· The candidate should have very good Agile / TDD experience right
from collecting the requirements to mapping it to stories and implementing
the same in production.

· Very good in documentation work / BA with domain knowledge

· Good Knowledge in JSON

· Knowledge on Java, Linux / Mac, Web services / REST, XML, HTML 5


-- 

*Thanks & Regards*

*Swamil Singh*

*SYSMind LLC*

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


[android-developers] C2C :: Integration Platform Support Specialist - Portland, Oregon

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Integration Platform Support Specialist in Portland, Oregon, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: Integration Platform Support Specialist 
Location: Portland, OR Duration: 9 
months Required Skills (must haves): 
Experience with procedural or declarative systems and configuration management 
languages o Python, Ruby, NodeJS, Bash shell experience a plus 
Experience with automated infrastructure configuration management platforms 
such as Puppet, Chef, Ansible Experience integrating with XML-Based SOAP or 
RESTful web APIs Must have a working knowledge of relational databases, 
client-server, and n-tier concepts. Experienced and comfortable operating 
in environments that employ: o Continuous Integration o Continuous 
Delivery o Source/Configuration Version Control (Subversion / Git) o 
Test-Driven Development  Preferred job skills (nice to 
have): Experience with Jenkins, Groovy, and WebLogic Scripting 
Tool Experience with provisioning compute resources in a virtual 
(hypervisor) environment such as VMWare, Hyper-V or VirtualBox Evidence of 
contribution to active “DevOps” open source tools/components highly 
desirable Novice to 

[android-developers] SSIS/ SSRS Developer/BI Developer- Philadelphia, PA

2016-11-07 Thread Sekhar Reddy
Hi*,*
*Sekhar *here from *Metasis Informations,* one of our client has an opening
for *SSIS/ SSRS Developer/BI Developer*

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



*Job Title   : SSIS/ SSRS Developer/BI Developer*

*Job Location   : Philadelphia, PA*

*Duration  : 12+ months*

*Interview: Telephonic/Skype*

*Openings: 2*



*SSIS/ SSRS Developer/BI Developer: *

· 8+ years of experience architecting, developing and/or managing
the implementation of Business Intelligence solutions.

· Excellent .Net programming skills.

· Expertise in the Microsoft BI solution offerings including SQL
Server 2012/2008 R2 stack (SSRS, SSAS, SSIS), PowerView/ PowerPivot,
Decomposition Tree, SharePoint, Excel.

· Dimensional Modelling.



*Thanks & Regards,*

*Sekhar*

*Email : sek...@metasisinfo.com *

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


[android-developers] Req::Network Engineer/ C Programming Location: SANTA CLARA, CA

2016-11-07 Thread Anand Singh
Hello,



Hope you are fine today.



Please find the JD as below if you are comfortable please revert me ASAP.



*Role:Network Engineer/ C Programming*

*Location: **SANTA CLARA, CA*


*Job description:*

Strong knowledge in TCP/IP, Routing & Switching

- Live debugging / troubleshooting on the customer's environment,
collecting additional information about the problem

 - Ability to analyze network traffic vie Wireshark or any other tool

- Ability to reproduce customer reported issues in the lab environment,
work with development and QA to verify and fixes before they are rolled out
to our customers

- Should have good knowledge on L2L3 protocols (STP,RSTP,LACP,LDP,OSPF, BGP
and MPLS).

-  Multicast - Conceptual Knowledge.

- MPLS - Basic understanding of LDP, TDP, MPLS L2 VPNs.

- strong  communication skills need to interact with the customer.


Thanks & Regards

*Anand Singh *| SYSMIND, LLC

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

Phone: 609-897-9670 x 3505

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

Website: sysmind.com
Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Hiring for Network Admin with EMS (Element Management Systems) at Atlanta, GA

2016-11-07 Thread USIT Recruiter
*Hi *



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



*Job Title: Network Admin with EMS (Element Management Systems)*

*Duration: 6+ months*

*Location: Atlanta, GA*



*Job Description* :

· Develops, implements, integrates and maintains applications.

· Under general supervision, formulates and defines system scope
and objectives through research and fact-finding to develop or modify
moderately complex information systems.

· Prepares detailed specifications from which programs will be
written.

· Designs, codes, tests, debugs, documents and maintains those
programs.

· Designs and constructs databases to ensure integrity,
performance, accessibility, and recoverability of data.

· Establishes database definitions and tables; designs, codes,
tests, and implements custom database scripts and formal procedures.

· May perform physical or logical data modeling.

· May also develop in the following areas: Enterprise Resource
Planning (ERP), Moble Solution Services (MSS), Product Development, and
Customer Care.



*Required skills: *

· Should have the following skillsets specific to EMS (Element
Management Systems) Platforms

· Design and implement new features within the current Cox EMS
platforms.

· Maintain existing functionality within the current Cox EMS
platforms.

· Analyze and document as-is EMS architecture and baseline
performance parameters.

· 3-5 years working with EMS platform GUI user-interface.

· Work with QA team to help ensure a high quality product is tested
and delivered.

· 3-5 year experience working on and supporting carrier-grade
EMS/NMS platforms.

· Solid Experience with Unix Command Line Development.

· Strong troubleshooting, diagnostics, and performance management
skills required.

· Experience working within Solaris and Linux RHEL infrastructures.

· Experience working within Oracle DB infrastructures & maintenance.

· Experience working on Alcatel-Lucent SAM 5620, ALU AMS 5520,
Cisco CPO, Cisco CPI WiFi, Calix CMS EMS Platforms (highly desired
skillset).

· Strong SNMP Data Collection knowledge.

· Strong written and verbal communication skills.

· Strong technical documentation skills.

· Proactive problem solver with attention to detail.

· Strong API Management skills.

· Basic Network Management

· Basic EMS (Element Management Systems)

· Unix Commands, Linux Commands, Oracle (database experience), Java
(coding)

· SMNP Protocol





*Thanks and Regards,*

*Abhishek Kumar*

Next Level Business Services, Inc.

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

 *f: *+1 (608) 646 8326

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

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

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


[android-developers] Urgent need of AWS Redshift@Englewood, CO

2016-11-07 Thread ranjeet majumdar
Role- AWS Redshift

Location - Englewood, CO

Duration- 1+ year

Required skills-


Exposure in Designing and implement Table structures in AWS Redshift.

- Exposure on Creating Redshift cluster, resizing cluster, snapshots and
restore

- Exposure on AWS Services EC2, EMR, SQS, SNS, Lambda, S3, Glacier.

- Exposure on developing transformation jobs in map reduce to transform
input data to output format using business rules

- Have developed Postgres scripts, procedures and functions in Redshift to
make Scalable and flexible solution.

- Defined and build data acquisitions and consumption strategies

- Work with architecture/engineering leads and other teams on capacity
planning

- Exposure to Hive, pig and sqoop is a plus


NOTE- Passport no. is compulsory for h1b consultant.





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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] C2C :: Integration Platform Support Specialist - Portland, Oregon

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=Integration%20Platform%20Support%20Specialistpco=tbxnj-1.0;>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Integration Platform Support Specialist in Portland, Oregon, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/598082-integration-platform-support-specialist-at-endure-technology-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: Integration Platform Support Specialist 
Location: Portland, OR Duration: 9 
months Required Skills (must haves): 
Experience with procedural or declarative systems and configuration management 
languages o Python, Ruby, NodeJS, Bash shell experience a plus 
Experience with automated infrastructure configuration management platforms 
such as Puppet, Chef, Ansible Experience integrating with XML-Based SOAP or 
RESTful web APIs Must have a working knowledge of relational databases, 
client-server, and n-tier concepts. Experienced and comfortable operating 
in environments that employ: o Continuous Integration o Continuous 
Delivery o Source/Configuration Version Control (Subversion / Git) o 
Test-Driven Development  Preferred job skills (nice to 
have): Experience with Jenkins, Groovy, and WebLogic Scripting 
Tool Experience with provisioning compute resources in a virtual 
(hypervisor) environment such as VMWare, Hyper-V or VirtualBox Evidence of 
contribution to active “DevOps” open source tools/components highly 
desirable Novice to 

[android-developers] Urgent requirement :: Component Owner @Englewood CO

2016-11-07 Thread swamil singh
Hello Dear,


Hope you are fine today...!!!

Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP.

Role: Component Owner

location: Englewood CO

Exeperience: 6+ years

*skills:*

· The candidate should have very good Agile / TDD experience right
from collecting the requirements to mapping it to stories and implementing
the same in production.

· Very good in documentation work / BA with domain knowledge

· Good Knowledge in JSON

· Knowledge on Java, Linux / Mac, Web services / REST, XML, HTML 5






-- 

*Thanks & Regards*

*Swamil Singh*

*SYSMind LLC*

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


[android-developers] Java consultant----- Madison, WI---Locals Only------1 in-person or skype

2016-11-07 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.



*Java consultant*

*Madison, WI---Locals Only*

*18 months*

*EAD or GC or Citizens Only*

*Interview: 1 in-person or skype*



*Top Three Skills:*

*1) Java *

*2) Struts *

*3) .NET*



Required Skills:

• HTML / CSS

• JSP / Servlets / Struts

• MVC / DAO development patterns

• JQuery / Prototype JavaScript libraries

• WebSphere Studio / Eclipse / Rational Application Developer IDE (All
based off of eclipse)

• WebSphere Application Server or other application server experience a
plus (JBoss, Tomcat)

• SQL Server stored procedures

• Experience with external facing sites (B2B, B2C)





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


[android-developers] Required Java Developer @ St. Louis, MO

2016-11-07 Thread anuragztek


*Hi,*

*Please find below our client requirement and if available and interested 
please share updated resume along with details.*

 

*Job Title: Core Java Developer*

*Location: St. Louis, MO*

*Type: Contract*

*Start: ASAP*

 

*Job Roles / Responsibilities:   *

 

Java/J2EE, Multiple DB’s Agile/SDLC, Angular JS Onsite Offshore 
Co-Orientation Client Interaction, Mutiple Webserver’s, web Services, MVC, 
Spring Hibernate, Maven.

 

•  Solid experience in Core Java, Java Thick Client (Swing), J2EE, 
Hibernate/ Spring, WebLogic, Maven

•  Good experience in Oracle / SQL Server DB SQLs/ Stored Procedures

•  Responsible for end to end services for the application cluster 
/ portfolio being managed

•  Coordinate with onsite and offshore teams as necessary during 
project delivery, including daily connect calls

•  Ensure assigned tasks are completed within targets set

•  Conduct periodic data analysis, perform RCA for any targets 
missed and customer escalations; Report the findings to the Service 
Manager; Implement all Corrective and Preventive actions

•  Strong analytical and project management skills required, 
including a thorough understanding of how to interpret customer business 
needs and translate them into application and operational requirements

•  Demonstrated ability to communicate, articulate and work with 
external and internal stakeholders,

•  Experience in managing Agile/ Dev Ops programs would be an added 
advantage but not mandatory

 

 

*Thanks & Regards*

 

*Anurag Barve*

*___*

*Ztek Consulting Inc.*

*Phone:* 678-685-8765 Ext: 223

Visit us at www.ztek-inc.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/1df62de7-46d0-4d06-9b7a-c0451ef8e57a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for C# .NET lead in Houston ,TX

2016-11-07 Thread SALMA BHAT
Hi Partners,

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

*Max rate $50/hr*

NET TA/TL @ Houston – C#, .NET, SQL Server or Oracle PL/SQL, .NET
Webservices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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-AbEgDScfKbQ44b6rLtyK%3D3ryde9esf_ArmXojZT%2Bw%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Role: Scrum Master, Washington DC Area

2016-11-07 Thread Ram-StaidLogic
Dear Business Partners,

Hope you are doing great.

Share profiles with r...@staidlogic.com

Please find the below JD. If you have suitable candidate for the below
position kindly share me the resume ASAP, thanks.

*Role:* Scrum Masters

*Start Date:* 11/14

*End Date:* 3/31/17

Rate: DOE

*Location:* Washington DC Area

*Requirements:* *US Citizen*


Must hold a Scrum Master certification and have hands on SCRUM experience

*Skills:*

Must have program management skills of software projects

The candidate must have worked in agile development along with exposure to
scrum

The candidate must have full lifecycle experience - sizing, estimation,
project plan, new application, maintenance / enhancement, experience of
managing application release

The candidate should have Stakeholder management skills - must have handled
business, product, development, QA teams

The candidate must be a team player with excellent communications skill and
ability to run a meeting and note down minutes

Technical Skills:

-Minimum 5 years* experience in the IT business capacity or SCRUM MASTER
role

-Minimum 5 years* experience in Business Process Management design and
modelling

Thanks and Regards,
Ram
309 200 0598 (Direct)
866 SD LOGIC x 125 (Toll Free)
r...@staidlogic.com

www.staidlogic.com

Note: This is not an unsolicited mail. If you are not interested in
receiving our e-mails then please reply with "Remove" in 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/CANR69jm9bEW0LAn1qp9rnSpeb_KfbQAkiN%3DecDHaY5JZU9cs_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java lead_ Rate $48/hr on C2C

2016-11-07 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

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



*Role: Java lead*

*Location: Chicago, IL*

*Work Duration: Contract *

*Interview: Phone/ Skype *

*Rate :- $48/hr on C2C*



*Required Experience and Technical Skills*:-

*AngularJs, JSON, Java Webservices, Spring, Hibernate *



*Thanks &
Regards,
*

Manisha Budhwar

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160

Gtalk ID:- manishanityo16

E Mail:- manish...@nityo.com

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


[android-developers] BI Developer with Tableau in Houston, TX !

2016-11-07 Thread Abhishek ojha
*Position : **BI Developer* *with* *Tableau*
*Location : Houston, TX*
*Duration : Long Term*

*NEED USC GC TN ONLY  ONLY*

Looking for BI developer that is experienced with XML coupled with
experience with an off-the shelf BI tool stack (preferably Tableau, less
somewhat with SAP/BOBJ)

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

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


[android-developers] C2C :: Informatica MDM Developer (10+Yrs) - Chicago, Illinois

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-incpubid=ra-56e8d0c36464f675ct=1title=Informatica%20MDM%20Developer%20(10+Yrs)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Informatica MDM Developer (10+Yrs) in Chicago, Illinois, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/598059-informatica-mdm-developer-10-yrs-at-pamten-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Title: Informatica MDM Developer 
(10+Yrs) Duration: Long Term 
Mode of Interview: Phone and Skype Job Type: 
Contract (Remote) Description We 
are looking for an Informatica MDM Developer relevant 
experience 8+ Yrs.  This is a client facing role  the 
consultant will have regular interactions with various client managers and work 
remotely. Responsibilities: 
Should have experience in playing the role of a MDM Developer and MDM 
Implementation for a full SDLC lifecycle.
Able to provide data architecture solution to large scale project 
independently
Good Knowledge of Informatica MDM
Good Knowledge of IDD, HM, Match / Merge Process.
Good Knowledge on various models of MDM implementation
Good Knowledge of at least one ETL Tool (Informatica Power Centre)
Awareness of MDM trends, MDM Concepts and other tools in the market.
Providing guidance and assistance to team members.
Knowledge of Data Management Concepts
 Desired Qualifications: 
Must have 8+ years of experience in Informatica 9.X, MDM on in large/medium 
scale implementations.
Working knowledge of Oracle, SQL server, and other major databases.
Perform root cause analysis and resolution of issues with reports and data 
model.
Excellent query writing skills.
Excellent communication skills and experience in onsite - offshore team 
coordination.
Good Team Player.

[android-developers] Looking for Salesforce Technical Lead Costa Mesa (CA) USA

2016-11-07 Thread SALMA BHAT
Hi Partners,
Good Morning

Please share lead profiles on* naseer.ah...@nityo.com
*


Looking for a Salesforce Technical Lead , details below. Could you share
suitable profile.

Candidate will have to work closely with client and must have below
skillset:

· 4-6 years of experience in Salesforce development and
implementations Skills with good command on Apex, Visual force,
controllers, triggers, batch processes, APIs and web services.

· Thorough understanding on the Life Cycle of Development including
Salesforce Deployment/Packaging effectively using Metadata API, ChangeSet
and Ant.

· Knowledge of Development/Coding standards and best Practices in
VF/Apex and governor limits

· Knowledge of ETL tools such as Informatica/Cast Iron

· Should be experience in in translate functional requirements and
business rules into technology solutions and develop a technical strategy

· Should be able to support Technical Consultants and leads in
building solutions and providing technical mentoring and guidance.

· Familiarity with Salesforce latest product launches including
Wave Analytics, Lightning framework.

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


[android-developers] Urgent need ConceptWave Solution Architect@Bellevue, WA

2016-11-07 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



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





*Role: ConceptWave Solution Architect*

*Location: Bellevue, WA*

*Duration: Long Term*



Total Experience Required  8-10 years (Good domain ConceptWave
experience )



Mandatory Technical Skills

1.ConceptWave Order Care & Catalog Management expereince

2.Weblogic, Java/JavaScript, XML/HTTP, JSON

3.Experience on Spring Web Service Framework /Equivalent



Desirable Technical Skills

1.Good knowledge of Telecom OSS and BSS Domain

2.Good knowledge of Operator Networks

3.Experience on Telecommunications IT systems( Ordering,
Provisioning)



Role' Responsibilities

1.Analyze complex customer business requirements and formulate
detailed requirement specifications that serve to enhance customer's
competitive position.

2.Select or propose 3rd party suppliers/products for the Customer
Solution.

3.Responsible to work with and manage customized solutions and
products, including 3rd party products.

4.Managing customer requirements utilizing Ericsson’s OSS and BSS
portfolio

5.Entailing a high level of interaction with Regions, Product
Units, Systems Integration teams as well as Customer, Technical, Marketing
and Business Development teams

6.Participate in technical reviews and provide technical support to
our customers, third party partners and Ericsson organizations.





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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] New Position - JAVA BPM Consultant

2016-11-07 Thread Rizwan Dawood
*JAVA BPM Consultant*

*North Quincy, MA*

*Long Term Contract*



*The candidate should ready to go for F2F interview today or tomorrow with
in their city WIPRO office*



*Job Description:*



• Java-J2EE (Mandatory)

• jBPM and Drools experience is mandatory

• Minimum work experience:>=8- 10 Years

• He should be well versed with Java, J2EE frameworks, design
patterns, problem solving, Cloud

• Writing technical specifications.

• Knowledge / exposure to middleware technologies and concepts

• As an Architect you are responsible for providing technical
leadership to small-mid size/complexity projects. Expected to have depth of
knowledge of specified technological area, which includes knowledge of
applicable processes, methodologies, standards, products and frameworks.

• Responsible for defining and documenting architecture, capturing
and documenting non-functional (architectural) requirements, preparing
estimates and defining technical solutions to proposals (RFPs).

• Provide technical leadership to project team to perform design to
deployment related activities, provide guidance, perform reviews, prevent
and resolve technical issues.


*Thanks and Regards,*



Rizwan

Themesoft Inc

Call: (214) 666-6634

Mail: rizwan.daw...@themesoft.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/CANpokiC%3Dd3M989MZM0-ExG8dZP_7g6r07gTBS%2BaMk8v23GGk0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent-Core Java -Angular JS -NJ

2016-11-07 Thread Lisa Ray


Hello,

Hope you are doing

We have an urgent requirement for our client  Please find the JD below and 
if you have any consultant available then please let me know ASAP at 
l...@techpunditsinc.com


*Position:  Core Java & Angular .JS Developer*

Location : New Jersey

*12+ months*

*Visa Copy also need at the time of submission.*

 

Core Java  Development experience with Angular. JS and javascript Strong.

The candidate should have hands on development with Advanced Angular JS. 
The candidates need to have strong experience in core Java as well

They will be asked in interview or be  given an online code test and they 
have to develop Angular JS directive. The code should be in compilable 
state upon completion. 

-Strong expertise with Web and REST ful services

-Experience working in fast paced, agile teams 


*Please submit the profile only with 10+ years exp.*


Thanks & Regards

Lisa

TechPundits

732-659-8650

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


[android-developers] Re: 11/07/2016-Available Candidate List

2016-11-07 Thread Riza Muhammad
>
> Hello,   Hope you are doing great.
>
> Please find the below available consultants in various technologies, let
> me know if you have suitable requirements.
>
> Please send requirements to *r...@moxieit.com * and add
> my mail ID into your distribution list.
>
>
>
> I Request you to keep me posted with all your Contract C2C requirements so
> that I can submit right candidates and to have business relationship which
> will be mutually beneficial.
>
>
>
> Looking forward to work with you.
>
>
>
> *S. No*
>
> *Technology*
>
> *Years of Experience*
>
> *Relocation*
>
> *Current Location*
>
> *1*
>
> *Hadoop Developer*
>
> *8 Years*
>
> *Open*
>
> *IL*
>
> *2*
>
> *Hadoop Developer*
>
> *8 Years*
>
> *Open*
>
> *VA*
>
> *3*
>
> *Dot Net Developer*
>
> *8 Years*
>
> *Open*
>
> *NY*
>
> *4*
>
> *Java Developer*
>
> *8 Years*
>
> *Open*
>
> *IL*
>
> *5*
>
> *Java Developer*
>
> *8 Years*
>
> *Open*
>
> *CA*
>
> *6*
>
> *Java UI Developer*
>
> *8 Years*
>
> *Open*
>
> *TN*
>
> *7*
>
> *VM Ware Admin*
>
> *8 Years*
>
> *Open*
>
> *CA*
>
> *8*
>
> *SQL BI Developer*
>
> *8 Years*
>
> *Open*
>
> *VA*
>
> *9*
>
> *Mainframes Developer*
>
> *8+ Years*
>
> *Open*
>
> *NY*
>
> *10*
>
> *Hadoop Admin*
>
> *8+Years*
>
> *Open *
>
> *WA*
>
> *11*
>
> *Hadoop Admin*
>
> *8+Years*
>
> *Open*
>
> *IL*
>
> *12*
>
> *AWS Devops Developer*
>
> *8+ Years*
>
> *Open*
>
> *WI*
>
> *13*
>
> *AWS Developer*
>
> *5 Years*
>
> *Open*
>
> *IL*
>
> *14*
>
> *AWS Engineer*
>
> *8+ Years*
>
> *Open*
>
> *BO*
>
>
>
> *Thanks & Regards,*
>
> *Rizwan Ahmed Muhammad*
>
> *(Sales Recruiter)*
>
> *MoxieIT Solutions Inc.*
>
> *IT Staffing & Development*
>
> *Dir: **571-934-6041** | Gtalk :  **riza55...@gmail.com
>  **| Email : **r...@moxieit.com   *
>
> *Tel: **703-763-0777** | Fax: **703-773-6966 **| **www.moxieit.com
> *
>
> *[image: cid:image001.png@01D1F498.5745E5E0]*
>

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


[android-developers] C2C :: SAP SD/FI Billing (IS Utilities) Consultant - Seattle, Washington

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=SAP%20SD/FI%20Billing%20(IS%20Utilities)%20Consultantpco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
SAP SD/FI Billing (IS Utilities) Consultant in Seattle, Washington, if 
you have matching candidates please submit their profiles http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: SAP SD/FI Billing (IS Utilities) Consultant 
Location: Seattle WA Duration: 6 Months with 
possible extensions Mon – Fri onsite required 
 
The primary focus is SAP SD with Billing and IS-Utilities exp. on at least 
1 / 2 projects. 
They are in need of a SAP SD/FI Billing consultant that has worked within 
IS Utilities
Candidate needs to know the IS- Utility billing engine inside out!!
http://www.job4tech.com/jobs/589120-sap-sd-fi-billing-is-utilities-consultant-at-endure-technology-solutions-inc?utm_source=JA47-Downutm_medium=Groups-emailutm_campaign=Job-Alerts;>http://i.imgur.com/hh3Zxn3.png; border="0" alt="Submit Resume">
Connect with ushttps://j4t.co/2dKXni9;>http://i.imgur.com/2ocYyEZ.png; 
height="64" width="64" alt="Mailing List"> https://j4t.co/2aKBc8z;>http://i.imgur.com/gZN62gb.png; 
height="32" width="32" border="0" alt="LinkedIn"> https://j4t.co/290PJQd;>http://i.imgur.com/KBYhvGp.png; 
height="32" width="32" border="0" 

[android-developers] Urgent Need :: ConceptWave - Developer/ Senior Developer@ Bellevue, WA

2016-11-07 Thread satish kumar
Hi ,



Hope you are doing great!



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





*Role: ConceptWave - Developer/ Senior  Developer*

*Location: Bellevue, WA*

*Duration: Long Term*



Total Experience Required  8-10 years (Good domain ConceptWave
experience )



Mandatory Technical Skills

·ConceptWave Order Care and Catalog Management Development
Experience
·Weblogic, Java, XML/HTTP, JSON, REST
·Experience on Framework



Desirable Technical Skills

·ConceptWave Order Care Experience
·Weblogic, Java, XML/HTTP, JSON, REST
·Experience on Framework



Role' Responsibilities

·Analyze ordering requirements and design the ConceptWave Order
Care architecture to support the same
·Build complete ordering solution using ConceptWave Order Care
together with other IT systems to support the business operation.
·Analyze the specification and requirement, working with peer IT
organization to produce system design and interface specification
·Assist in the design of user interface functionality and the
implementation of business rules.
·Resolve cross system technical issues throughout the project life
cycle including ongoing post-deployment project support
·Analyze current ordering systems/data together with client
requirement and propose a Technical solution for OSS solution based on
ConceptWave.





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

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

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Phone than F2F Interview:Hyperion Developer |NYC

2016-11-07 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: Hyperion Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: NYC*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*





*Scheduled Work Hours: 9:00 am to 5:00 pm *



The consultant will be utilized for the following Agencies providing
support for Hyperion Planning, Essbase, SmartView, Financial Reporting,
Oracle Data Integration and Financial Data Management Enterprise Edition:



· Develop, validate and implement Financial Reports and Business
Rules for MTA Department of Management and Budget

· Develop, validate and implement Financial Reports and Business
Rules for MTA Office of Management and Budget

· Develop new Hyperion Applications for MTA Budget Group (CDOT and
EMPL)

· Validate and Troubleshoot integrations for all Agencies

The duration of the consulting request is for 12 months, however the
consultant will be utilized on an “as needed” basis throughout the year.

 Initially, the duration of consulting work has been estimated to be 12
weeks with provision for extension.



*RESPONSIBILITIES *

· Develop building Dimensions, Attributes, Shared Member using Rule
Files in an outline by means of several build methods such as Generation,
Level and Parent-Child references

· Develop complex financial reports

· Develop Business Rules, Web Forms and maintenance of Metadata
using Hyperion Planning

· Participate in analyzing, designing, updating, testing and
migrating Essbase Cubes in different environments including performance
tuning and optimization of Essbase applications

· Develop Rule Files, Outlines , Calc Scripts, and Automation
Scripts

· Validate and troubleshoot Hyperion integrations in ODI and FDMEE





*SPECIAL REQUIREMENTS *

*THE FOLLOWING EXPERIENCE IS MANDATORY:*

*Mandatory Skill/Expertise*





*Actual # Years & Months Experience*

*Dates*

*From through*

*Where*

*Employed*

 Must have advanced level working experience with the following Oracle
Hyperion products: Hyperion Essbase Database, Hyperion Planning, Hyperion
Financial Reporting, Hyperion Smartview, Oracle Data Integrator (ODI),
Financial Data Quality Management Enterprise Edition (FDMEE).







Develop 2 Hyperion Applications for MNR







Develop Rules and Reports for NYCT OMB







Develop Rules and Reports for MTA DMB







Validate/troubleshoot All Agency Integrations









*Thanks,*





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

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

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


[android-developers] Urgent Need :: Linux/Unix Admin with MySQL Exp @ Austin, TX

2016-11-07 Thread satish kumar
Hi ,



Hope you are doing great!



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





*Role: Linux/Unix Admin*

*Location: Austin, TX*

*Duration: Long Term*



Competencies   Unix Administration, MySQL Database.

Experience (Years)6-8



-Must Possess Strong Unix Skills Should be able to install/configure/Manage
Unix Boxes, Application Software

-Installation/Configuration/Management of Application Software
(Hadoop/MySQL etc

-Strong Communication Skills







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

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

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] UPDATED HOTLIST

2016-11-07 Thread Kavitha csr
Hi Partner,

Greetings from *CSR Infotech Inc,*

Please share your direct client requirements to *kavi...@csrinfotech.com*


*SKILL*

*LOCATION*

*RELOCATION*

*AVAILABILITY*

*QA ANALYST*

*NJ,NY*

*Yes*

*Immediately*

*QA SELENIUM TESTER*

*IL*

*Yes*

*Immediately*

*BUSINESS ANALYST*

*IL*

*Yes*

*Immediately*

*ETL QA*

*NC*

*Yes*

*Immediately*

*SALESFORCE DEV*

*NY*

*YES*

*Immediately*

*JAVA/J2EE DEV*

*CT*

*YES*

*Immediately*

*WORKDAY*

*FL*

*YES*

*Immediately*

*LINUX*

*NC*

*YES*

*Immediately*

*VMWAER ADM*

*GA*

*YES*

*Immediately*

*.NET DEV*

*WI*

*YES*

*Immediately*



Looking forward to work with you soon!
-- 

*Thanks & Regards*

*​KAVITHA*
*Professional Recruiter *
*CSR INFOTECH INC​*
Ph: ​​305-851-3786 / E: kavi...@csrinfotech.com
​450 West Broad St, suite# 214 Falls church VA 22046.

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


[android-developers] Phone/Skype Interview:GIS Analyst|Atlanta, Ga|NO H1B

2016-11-07 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: GIS Analyst*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Atlanta, Ga*

*DURATION:12 MONTHS*

*VISA:NO H1B*

*START :ASAP*





*Job Overview:*





Principal Duties:

-  The incumbent will personally perform and be responsible for the
creation, modification, and quality control of essential geospatial
infrastructure data for company wide use for a variety of critical
applications, including the analysis and assembly of geospatial data
utilized to create PTC compliant Subdivision Files.

-  The incumbent will utilize a variety of GIS software tools to
perform topology corrections and make geometric modification as part of the
data quality review and acceptance process.

-  Assist in the creation, validation, modification, and quality
control of essential geospatial infrastructure data for company wide use
for a variety of critical applications

-  The incumbent will be called upon to work with other involved
groups and departments in a collaborative manner to help develop efficient
workflows which fully utilize and properly reflect the technical skill sets
of the Geospatial Data Group toward the Enterprise GIS goals.

-  Demonstrate proficiency of GIS specific software to solve
problems and maximize efficiency

-  Adopt practical railroad knowledge into a functioning
theoretical, digital system

-  Work with programmers to build relevant and user accessible GIS
tools

-  Create informative and accurate maps that assist readers in
visualizing the full project scope

-  Computer programming experience in C#/.net or Python is desired
but not a requirement







Education Preferences:

-  Bachelor’s Degree – required

-  Graduate Degree – preferred



Preferred Major:

-  GIS

-  Other relevant major with GIS Certificate



Job Related Experience:

Preferred Level:  2+ years



Skills and Abilities:

-  ESRI ArcGIS Desktop

-  Microsoft Excel

-  Microsoft Access

-  Understanding of database fundamentals

-  Programming C#/.net or Python (optional)

-  Detail oriented

-  Analytical thinking

-  Multi-tasking

-  Strong initiative



THANKS,





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

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

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


[android-developers] Immediate Need - Software Developer (mid-level)

2016-11-07 Thread Mohammad Imran
Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

Title:  Software Developer (mid-level)

Location:  Dallas, TX

Hourly Rate: $48/Hr. (W2)

Visa: GC/USC

Interview Process: 30 minute phone interview with the director. In person
interview with the Director and VP 

JOB DESCRIPTION:

Top Three Skills:

 

1.   C# fundamentals

2.   SQL query and stored procedures

3.   JavaScript 

 

Looking for a mid-level .NET Developer with:

. 3-5 years C#: Strength in fundamentals, able to really understand
language, and understand advantages and disadvantages

. 3-5 years SQL Server and data structures - good understanding of
inserts and updates

. All the other standard stuff... OOA/OOD, single page architecture

 

Nice to haves are: 

. 3-5 years ASP.NET MVC

. 2-5 years AngularJs, ReactJS, KnockoutJs, EmberJs, BackboneJs
(prefer AngularJs as there have already been a few SPAs written here with
AngularJs)

. Any experience working within a LINUX/UNIX environment would be a
plus

. Looking for someone who has or is interested in full stack
development. Wanting them to be strong in client side/web development.
Someone who understand and describe how the Angular digest cycle works and
have a good grasp on its performance. 

 

Work Environment:

Very upbeat, high energy IT environment. Under new executive leadership that
has an innovative vision for the IT department. Open works spaces and
collaborative team environment. 

 

Who is the Internal/External Customer:

Corner Bakery Cafe store employees, as well as CBC store customers. 

 

Impact to the Internal/External Customer: Creating awareness and
understanding around want the customer really values, and increasing the
customer experience.  First project in the pipeline is to create a web, MVC
application with integration using Quick Tag that will allow their stores to
scan documents (such as receipts, invoices) and integrate with their API. 

 

Business Challenge: CBC's IT department has fallen behind when compared to
their competitor's, and as a company they are not growing as quickly as they
would like. This individual will heavily contribute to helping CBC rebuild
it's IT department, and play a key role in multiple BI initiatives as well. 

 

EVP: Flexible work hours, family oriented, 2 weeks PTO from day 1 with 1
week PTO for "sick days", potential for up to a 15% bonus based on personal
and company performance. 

 

Non-Technical Skills: Team mentality, understands the vision of the company
and department, problem solver, desire to learn new technologies and make a
large impact within a smaller environment. Looking for someone who he can
hand off all of the development to and they will run with it. 

 

Why is position open? Backfill 

 

Technical Environment: .NET, SQL. C#, AngularJS, JavaScript 

 

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

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


[android-developers] Urgent Need: Network Security Engineer (10+ years) @ Durham, NC | Contract Position

2016-11-07 Thread Ateeq Rehman
*Hello Associate,*

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



*If you have any Network Security Engineer with 10+ years of experience,
please share his/her profile at ateeq.reh...@diverselynx.com
*



*Job Description:*



*Title: Network Security Engineer*

*Location: Durham, NC*

*Duration: 12 months*

*Hiring: Contract*

*Experience: 10+ years*



*Description:*


· 10 - 12  years’ experience in  network engineering experience
with an emphasis in security

· Demonstrated ability to have completed multiple, complex
technical projects.

· Excellent oral and written communication skills.

· Project management skills.

· As a subject matter expert, act as a leader with other Security
Engineering team members to support ongoing and long-term initiatives and
projects.

· Strong understanding of documentation procedures for systems,
changes and desk level procedures.

· Solid operational knowledge of common security technologies and
advanced support and complex change configuration ability in at least one
security platform;

· Competent at intermediate change configurations in more than one
security platform.

· Operational experience with multiple security platforms that can
affect change management, security management, audit and control,
encryptions, etc.

· Administrative experience in multiple versions of operating
systems such as Windows, Solaris, BSD, Linux, SCO, HPUX, etc.

· Solid scripting ability in Shell, PERL, Python, or other similar
use language.

· Demonstrated technical writing skills required for documentation,
troubleshooting guides, acceptance procedures, upgrade procedures, and
process.

· Ability to follow documented daily procedures and policies;
monitoring tools and response guidelines, escalation and notification
processes; and Trouble/Ticket management processes and guidelines.



*Responsibility: *

· The tasks this individual is responsible for are often
unstructured and the issues addressed are less defined requiring new
perspectives and creative approaches.

· This individual will apply attained experiences and knowledge in
solving problems that are complex in scope requiring in-depth evaluation.

· Demonstrate good judgment in solving problems as well as
identifying problems in advance, and proposing solutions.



*Required:*

· 10 +   years of experience in network engineering with an
emphasis in security

· A Graduate Degree

· Certifications in CISSP, CCSP, CISA, CISM, GSEC, CCIE, CCNP, or
other security related ( Any of the certifications)





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


[android-developers] Urgent Need---COBOL Developers, specialist -----EAD or GC or Citizens only

2016-11-07 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.



*COBOL Developers, specialist *

*Duration: 18 months*

*Columbus, OH*

*EAD or GC or Citizens only*



4-6 years of experience



*Top three skills:*

COBOL, JCL and CICS



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


[android-developers] Urgent Requirement :: Peoplesoft HCM :: Lyndhurst, NJ

2016-11-07 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: Peoplesoft HCM

 

Locations  : Lyndhurst, NJ

 

 

JOB DESCRIPTION: 

 

MUST BA ABLE TO INTERVIEW IN PERSON AFTER PHONE

 

Reviews, analyzes, and modifies programming systems including encoding, 
testing, debugging and documenting programs.  May require a bachelor's degree 
in area of specialty and 8+ years of experience in the field or in a related 
area.  Familiar with a variety of the field's concepts, practices, and 
procedures.  Relies on extensive experience and judgment to plan and accomplish 
goals. Performs a variety of tasks.  May provide consultation on complex 
projects and is considered to be the top level contributor/specialist. 
Typically reports to a manager or head of a unit/department.

 

Template to Submit Candidates:

CANDIDATE FULL LEGAL NAME:

PHONE:

EMAIL:

CURRENT LOCATION:

PROJECT COMPLETION DATE:

SUMMARY AS TO WHY THEY FIT:

Preference is to have full legal name, phone, email on resume

 

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

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

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

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

 

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


[android-developers] Immediate Need - Senior Programmer Analyst

2016-11-07 Thread Mohammad Imran
 

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

 

 

Title: Senior Programmer Analyst
Location: Lyndhurst, NJ

Visa: H1/GC/USC
MUST BA ABLE TO INTERVIEW IN PERSON AFTER PHONE

 

 

 

MUST have the Peoplesoft HCM  module exp!!

 

 

Reviews, analyzes, and modifies programming systems including encoding,
testing, debugging and documenting programs.  May require a bachelor's
degree in area of specialty and 8+ years of experience in the field or in a
related area.  Familiar with a variety of the field's concepts, practices,
and procedures.  Relies on extensive experience and judgment to plan and
accomplish goals. Performs a variety of tasks.  May provide consultation on
complex projects and is considered to be the top level
contributor/specialist. Typically reports to a manager or head of a
unit/department.

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

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


[android-developers] Urgent Requirement for Data Warehouse Developer at Eden Prairie, MN

2016-11-07 Thread Rajesh Kumar Behera
*Hi partners,*


*Hope you are doing well!!*


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





Job Title: Data Warehouse Developer

Location: *Minnesota (Candidates MUST be local to Minnesota)*

*Visa : USC/GC *

*MOI: F2F*





This position is located in Eden Prairie, MN and is exclusive to us.
Therefore, there is no need to worry about double submissions.

The client is looking for a seasoned developer who is willing to take on
some administrative tasks.

Key technology skills the resource must have:

SSIS
T-SQL Programming
Ability to read/write complex Stored Procedures
Want someone who is Proactive and will reach out with questions or ideas.
Experience with multiple programming languages (shell scripts, C#, VB, TSQL
, power shell scripting)
Any experience with Microsoft PDW is a Plus! PDW is the Data Warehouse
storage technology that is used.
Also nice for someone to understand “parallel platform” experience.
This is a de-normalized structure with a custom, homegrown BI layer on top.

*Primary Responsibilities:*

Research, evaluate, identify alternative approaches, recommend, design and
code efficient and effective solutions for challenging problems ranging
from small to large work efforts for low to moderate complexity problems
Comply with standards and guidelines related to the design, construction,
testing and deployment activities within the Delivery Management
environments
Demonstrate collaborative skills working within a project team of diverse
skills and will bring communication skills including oral, written and
presentation skills, creativity, and problem solving skills to a
challenging environment.
Support development, QA, and production support teams in SDLC and
operational activities
Identify opportunities in business processes, system capabilities and
delivery methodologies for continuous improvement
Provide guidance and direction to less-seasoned staff

Required Qualifications:

Bachelor’s degree in a technical area of study ; OR equivalent professional
experience
4+ years of experience developing procedures, functions, packages and SQL
queries
4+ years of experience with ETL or ELT tool. SSIS or MS BI Stack
4+ years of experience troubleshooting
Experience with multiple programming languages (shell scripts, C#, VB, TSQL
or other)






*Regards,*


*Rajesh Kumar*

*[image: Techlogo]*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

Phone: *408-771-0897* E: raj...@tekinspirations.com


W: www.tekinspirations.com

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


[android-developers] SDN/NFV Architect @ Ashburn, VA

2016-11-07 Thread amit yadav
Hi,

Hope you are doing great!



Role : *SDN/NFV Architect*

Duration :*Long Term*

Location: *Ashburn, VA*



*Solution Architect – SDN/NFV*

*Role Definition*

  I.Build SDN/NFV value props. & solutions working closely with
customer product management teams

1.Build Processes Templates for Greenfield and Brownfield (for Legacy
Transformation) migration strategies for SDN/NFV

2.Develop Solution Architectures and Designs for Telco DC stacks to
offer new Network Services leveraging SDN/NFV Technology platforms
OpenDaylight, CISCO NSO, Cloud Platforms like OpenStack, MANO Stacks like
OpenMANO or vendor stacks like Ericson Cloud Manager (ECM) or HP NFV
Director and multi-vendor VNFs to drive use cases around ONF and ETSI NFV
ISG standards initiatives.

 II.Lead & Coordinate onsite and offshore delivery teams for
large System Integration and Transformation projects. The person will be
responsible for the following activities:

1.Responsible for key success indicators in deliverables and results
coordination with the customer

2.Support pre-sales and a/c mining activities in large Transformation
and System Integration opportunities in SDN/NFV

3.Define and drive market/account specific sales & marketing strategies
in collaboration with Service Lines and account management teams

4.Help drive business case and ROI analysis

5.Proactive lead/opportunity creation for practice value props. &
solutions

6.Coach and build competent technical presales teams within the practice

III.Measured on following KPIs:

1.Measured based on the order renewal (OR) and new deals in the a/c



*Skills:*

1.Understanding of SDN/NFV Architecture based around standards from
ONF, ETSI NFV ISG, OPNFV, TMF and IETF is a must.

2.Hands on experience with OpenSource SDN/NFV platforms like
OpenDaylight, ONOS, OpenStack/KVM, Container Architectures like Docker,
Kubernetes & OpenContrail, API Monetization Platforms like Apigee and data
modeling techniques in NetConf/Yang is a must.

3.Hands on experience in vendor SDN platforms like CISCO VMS, NSO,
APiC, Ericsson Cloud Manager, HP NFV Director are added advantage.

4.Knowledge of virtualization technologies like OpenStack/KVM,
VMware/ESXi, QEMU, libvirt, and packet processing technologies like Intel
DPDK, SR-IOV, with OVS, OpenFlow knowledge is a must.

5.Understanding of DevOps with CICD with Agile/Scrum methodologies is
mandatory.

6.Experience in virtualization of network functions & service chaining
for based on ETSI MANO architecture is mandatory and experience with
Firewalls, PE Router, vIMS, vEPC, vCDN, use cases in added advantage.

7.Experience in automation test frameworks and scripting in Python to
validate NFVI, VNFs, MANO stack and Network Services is added advantage.

8.Experience in Cloud Management and Orchestration technologies from
multi-vendor products and OpenSource projects like OpenStack HEAT, JUJU
Charms, Chef, Puppet, OpenMANO, is preferable.

9.Knowledge of Control, Data, Signaling and Storage traffic aspects in
a virtualized environment and usage of related testing tools like IXIA is
preferable.

10. Fluent in Written and Verbal Communication with a sound Telecom Domain
knowledge, sound usage of office tools like Word, PPT and Visio is
mandatory.



*Experience*

   1. 12+ years of experience in the Telco industry with minimum 2 years’
   experience in the SDN/NFV domain with referenceable contributions into
   OpenSource SDN.
   2. Pre-sales experience of 2+ years, especially in managing large
   opportunities with contract value more than $5M+ for minimum of 2 years
   with ability to engage with C-level.
   3. Experience in leading at least 1 large solution rollouts in telco
   industry
   4. Good understanding of traditional fixed, mobile and convergence
   domains and understanding of legacy migration strategies.
   5. Experience in leading Cross-functional teams for customer oriented
   goals.
   6. Must have very strong ability to network with both internal &
   external stakeholders
   7. Should have proven ability of managing senior domain specialists i.e.
   Analysts, Consultants and Architects
   8. Mature Commercial and business acumen

*Qualifications*

   1. Education:  Masters Degree in Computer Science & Engineering from
   premium University
   2. Certifications: Agile SCRUM & Product Management will be added
   advantage

Best Regards,

*Amit Yadav* | SYSMIND, LLC

Team Lead

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



Phone: 609-897-9670 x 4009

Email: am...@sysmind.com

Gtalk: amitkumaryadav489

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

[android-developers] Need Business Intelligence Developer (BI) at NYC, NY

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

We have an immediate opportunity for Business Intelligence (BI) Developer
at NYC, NY. Below is the job description and if you’d like to pursue this,
please include a word copy of your latest resume along with a daytime phone
number and rate in your response.

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

*Job Title: Business Intelligence (BI) Developer *
*Location: NYC, NY - **Locals only*
*Inperson Interview is Mandatory*

*Job Description*:

   - Investigate information issues, articulate reasons for the issue and
   come up with possible approaches to address the issues.
   - Developing, adhering to, and being a proponent for Data Warehouse
   development standards, including Cognos/Qlikview standards and best
   practices
   - Design and develop Cognos frameworks, ensure appropriate database
   views and/or tables are available to support the Framework information
   needs and that accurate information is presented through the framework
   - Design and develop Canned Reports, Analytics packages (OLAP),
   Dashboards, etc., using Report Studio, Cognos Workspace Advanced and
   Transformer
   - Provide documentation for all developed stored procedures, including
   process flow and source and target mapping, report design, etc.,
   - Conduct performance tuning and troubleshooting of all data delivery
   mechanisms Work with database administrators to make sure that the
   report/analytics are tuned and optimized
   - Conduct data analysis thru various database techniques, SQLs, etc.,
   and compile results appropriately for senior/executive management/legal
   - Work with Business Intelligence Operations team to ensure control
   objectives are implemented for all data movement processes, implement
   change control for production data, establish and follow proper incident
   management procedures
   - Ensure compliance with all applicable data privacy regulations and
   policies as they relate to both firm and client/contact data
   - Excellent understanding of navigating data warehouses and relational
   database structures
   - Experience in writing complex SQL s to analyse and troubleshoot the
   issues/problems
   - Strong data analysis and troubleshooting skills
   - Excellent understanding of report development and data delivery
   - Goal oriented and creative personality with good interpersonal skills
   - Experience in building various data delivery mechanisms in Business
   Intelligence
   - Experience working with Cognos (Report Studio, Workspace Advanced,
   Framework Manager, Transformer, etc., ) and Qlikview/Qliksense, etc.,
   - Experience working with Relational Databases like Teradata, Vertical,
   Oracle, etc.,
   - Experience in data analysis, troubleshooting, etc., by writing SQL
   statements and stored procedures
   - Knowledge of MS-Office Suite (Word, Excel, PowerPoint)
   - Equal Opportunity/Affirmative Action Employer.


Thanks and Regards,
Sam
New York Technology Partners – Rochester
332 Jefferson Rd.
Rochester, NY 14623
201 680 0200 Ext: 7026
s...@nytpartners.com
www.nytp.com

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


[android-developers] C2C :: BI Application Developer (LOCALS ONLY) - Austin, Texas

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

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

Sign up for free employer account.   Share with 
your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png;
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-incpubid=ra-56e8d0c36464f675ct=1title=BI%20Application%20Developer%20(LOCALS%20ONLY)pco=tbxnj-1.0">https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
BI Application Developer (LOCALS ONLY) in Austin, Texas, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/589565-bi-application-developer-locals-only-at-endure-technology-solutions-inc?utm_source=JA47-Uputm_medium=Groups-emailutm_campaign=Job-Alerts;>
 here.  Candidates matching the requirements will be 
contacted.  
Position: BI Application Developer (LOCALS 
ONLY)
 Location: Austin, TX  
Duration: 6 months – Long Term contract  
 Job Summary 
We are currently looking for a BI Application 
Developer in Austin, TX who would be responsible for 
the development and design of application integration. Our ideal candidate has 
a background in Fault Tolerance, Test Driven Development or Continuous 
Integration methodologies, and has a desire to solve technical problems with 
innovative solutions.  Job 
Responsibilities  Assist in the design 
and development of application integration  Responsible for data 
aggregation layers in Data Warehouse Desire to collaborate with team 
to solve technical issues with innovative solutions   
Required Skills  Qualifications 
 In depth knowledge of SQL and PL/SQL  Understanding of data 
modeling and APIs  Desire to learn new technologies and how things 
work  Ability to contribute new innovative solutions and ideas to the 
table  Experience in an Agile and fast-paced environment  
History of delivering products and features on time  Preferred-  Experience 

[android-developers] Immed requ- SAP functional Tester Location: Dublin, Ohio, USA

2016-11-07 Thread tej mishra
*Hi *


*Hope you are doing great*

*Please find the JD as below if you are comfortable send me your updated
Resume with expected  Rate ASAP. Please revert me  on tej.sysm...@gmail.com
 *


*Role: SAP functional Tester*

*Location: *Dublin, Ohio, USA

Duration: long term

*JD:*

1)  Candidate should have thorough SAP Functional Testing Knowledge in
Inventory Management Space.

2)  Should have complete understanding on Testing Process, Methods
including Test Planning, Estimates, Reporting, Business understanding.

3)  Should have good knowledge on HP ALM Test Management tool.

4)  Should have good communication skills.

5)  Should be able to work with all stakeholders at onsite seamlessly.
6)  Should be able to work with and mentor offshore team.


Best Regards,

*Tej Mishra* | SYSMIND, LLc



Phone: 609-897-9670 x 2167

Email: tej.sysm...@gmail.com 

Gtalk: tej.sysmind

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/CAFJiUk%2BC_TK8MjEx%3DM1JRtH04awA0HuAJfp81y6e363-67g%2BHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Must have Prior experience with American Express Java Developer || Phoenix , AZ

2016-11-07 Thread Santosh kumar Nityo
*Must have Prior experience with American Express.*

*On $38 on W2**(All Incl.) *



*Role: Java Developer ** with Apache Camel Exp*

*Location: Phoenix , AZ*

*Duration of contract: 6 months*

*Interview: Phone/ Skype *

*Required start date: Immediately*

* Technical Skills*:-

Experience level 4 yrs to 8 yrs

 Programming Languages - Java 1.7 +

 Development Frameworks - Spring, Spring Batch, Apache Camel, Drop Wizards
Integration JAX-RS, JMS Testing Frameworks - Junit, Mockito, PowerMockito

 Good to have - Cucumber, Load Runner Databases Any Relational DB-
(preferably Oracle)

Good to have: MongoDB or Cassandra DevOps -Jenkins, Kubernetes, ELK
Integration, Docker, Git, SonarQube Others Jira, Confluence









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


[android-developers] Urgent Need :: ConceptWave Solution Architect @ Bellevue, WA

2016-11-07 Thread satish kumar
Hi ,



Hope you are doing great!



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





*Role: ConceptWave Solution Architect*

*Location: Bellevue, WA*


*Duration: 12+ Months*



Total Experience Required  8-10 years (Good domain ConceptWave
experience )



Mandatory Technical Skills

1.ConceptWave Order Care & Catalog Management expereince

2.Weblogic, Java/JavaScript, XML/HTTP, JSON

3.Experience on Spring Web Service Framework /Equivalent



Desirable Technical Skills

1.Good knowledge of Telecom OSS and BSS Domain

2.Good knowledge of Operator Networks

3.Experience on Telecommunications IT systems( Ordering,
Provisioning)



Role' Responsibilities

1.Analyze complex customer business requirements and formulate
detailed requirement specifications that serve to enhance customer's
competitive position.

2.Select or propose 3rd party suppliers/products for the Customer
Solution.

3.Responsible to work with and manage customized solutions and
products, including 3rd party products.

4.Managing customer requirements utilizing Ericsson’s OSS and BSS
portfolio

5.Entailing a high level of interaction with Regions, Product
Units, Systems Integration teams as well as Customer, Technical, Marketing
and Business Development teams

6.Participate in technical reviews and provide technical support to
our customers, third party partners and Ericsson organizations.







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


[android-developers] Urgent Req :Freddie Mac Java Developer Mclean VA CTH or Fulltime

2016-11-07 Thread mike agilees
Hi professional,

This is MIKE MICHON from Agile Enterprise Solutions.

This is in reference to the following position.



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



Title:Java Developer

Client: Hexaware Inc/ Freddie Mac

Rate:C2H or Fulltime

Location: Mclean VA



H1B Copy and Passport number is mandatory to make submission

Job Description :

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

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

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

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

· Experience in designing architecture, reusable components and
frameworks.

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

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

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

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

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

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

· Experiences in full life cycle of application/system development

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

 Thanks & Regards



Mike Michon,

Agile Enterprise Solutions Inc.,

Ensuring Client's Success

Ph: 972-427-1853

Email: *mike_mic...@aesinc.us.com* 

Web: *www.agilees.com* 

Gtalk/YIM:" mikeagilees "

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


[android-developers] SAP Functional Tester/Lead @ Dublin, Ohio

2016-11-07 Thread amit yadav
Hi,

Hope you are doing great!



Role : *Sr. SAP Functional Tester/Lead*

Location :  *Dublin, Ohio*

Duration : *6+ months*



Skill

ACCOUNT

Exp

Positions

Location

Job description

Start Date

Application Testing, HP ALM


7-9 yrs

1

Dublin, Ohio, USA

See Below

9th Nov 2016



*JD:*

1)  Candidate should have thorough SAP Functional Testing Knowledge in
Inventory Management Space.

2)  Should have complete understanding on Testing Process, Methods
including Test Planning, Estimates, Reporting, Business understanding.

3)  Should have good knowledge on HP ALM Test Management tool.

4)  Should have good communication skills.

5)  Should be able to work with all stakeholders at onsite seamlessly.

6)  Should be able to work with and mentor offshore team.





Best Regards,

*Amit Yadav* | SYSMIND, LLC

Team Lead

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



Phone: 609-897-9670 x 4009

Email: am...@sysmind.com

Gtalk: amitkumaryadav489

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Urgent Need :: Weblogic Admin with Linux @ Palo Alto, CA

2016-11-07 Thread satish kumar
Hi ,



Hope you are doing great!



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





*Role: Weblogic Admin*

*Location: Palo Alto, CA*

*Duration: Long Term*





Primary Skill: Linux Server Administration, Web Logic Administration.

Additional Skills: Load Balancing Configuration.

Job responsibilities:

Need to work with HP Server Administration team. Should be work
independently to setup new Environments in  Dev, Test & Prod regions. These
new environments will be used to clone set of Business Critical
applications. Web Logic Administration is required & nice to have Load
Balancer Configuration skills.





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

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

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] Need :Sr Business Analyst -NYC, NY (In-perosn Only) (Atlassian JIRA and Confluence required)

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

*Hope you are doing well…..*

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



*ROLE*

*Sr Business Analyst*

*LOCATION*

*NYC NY*

*DURATION*

*LONG TERM*

*RATE*

*DOE*

*CLIENT*

*DIRECT*

*INTERVIEW TYPE*

*In-Person Only*

*Local candidates strongly preferred*

*ALL candidates MUST be able to attend a personal interview, NO phone
interviews, NO Skype, NO exceptions*

*State Experience Highly Preferred*

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

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

·   8+ years’ experience as a Technical business analyst and overall IT
real world experience in software development.

·   Extensive experience planning, facilitating, eliciting, documenting
and managing business, functional and technical requirements.

·   Expertise in modeling / mapping as-is and to-be business processes.

·   Experience with Agile methodologies.

·   Experienced in test planning, test case development and execution.

·   Working knowledge of a variety of technologies and platforms,
including legacy midrange, client / server and web services.

·   Extensive Experience with Visio and balsamic.

·   Ability to manage multiple, concurrent projects, activities and
tasks under time constraints.

·   Ability to effectively interface with staff at all levels.

·   Exceptional communication, teamwork and influencing skills that
foster a collaborative and continuous-improvement environment.

·   Excellent facilitation and organizational skills.

·   Strong critical / analytical thinking and problem-solving skills.

·   High energy level, adaptive and a strong team player with a good
work ethic.

·   Understanding of core business processes, such as order to cash,
prospect to customer and procure to pay a plus.

·   Experience with the Atlassian JIRA and Confluence is required.





Thank You,

Warm Regards,

Mani

Technical Recruiter

HCL Global Systems Inc.

Desk: (248)473-0720 Ext: 157

Email: r...@hclglobal.com

Web: http://www.hclglobal.com



*Certified Minority Business Enterprise (MBE)*

___


DISCLAIMER: This message is intended only for the addressee and may contain
confidential, privileged information. If you are not the intended
recipient, you may not use, copy or disclose any information contained in
the message. If you have received this message in error, please notify the
sender by reply e-mail and delete the message.

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


[android-developers] BUSINESS SYSTEMS ANALYST in Conshohocken, PA !

2016-11-07 Thread Abhishek ojha
*POSITIONBUSINESS SYSTEMS ANALYST*

*LOCATION*   Conshohocken, PA 19428

*INDUSTRY*   Wireless Technologies

*CONTRACT*  12 month (s) *CONTRACT *

*INTERVIEW* *face/face interviews are mandatory*




 *Job description:*

· Our client in Conshohocken, PA is looking for a *business systems
analyst* to handle the implementation of a new *ERP system* specifically
for their* Finance* and *HR groups*.

· They will be working with an outside implementation vendor to
ensure that the interests of the company are represented throughout the
process.

· They will directly manage the project lifecycle and works with IT
partners to oversee all phases of the project.

· Validates financial forecasts and provides on-going
reconciliation of resources and other related project expenditures.

· Publishes periodic project status reports proposes
recommendations and adjustments

*Job Requirements:*

· 4+ Years of IT Project Management experience.

· Extensive knowledge and expertise in the use of project
management and SDLC methodologies and tools

· Proven ability to quickly earn the trust of sponsors and key
stakeholders

· Ability to navigate a highly matrix organization effectively

· Ability to communicate at all levels with clarity and precision


*Thanks & Regards,*

*Abhishek Ojha*

*732- 837- 2138*

*ao...@sagetl.com *

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


[android-developers] Urgent need of ConceptWave Solution Architect@Bellevue, WA

2016-11-07 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



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





*Role: ConceptWave Solution Architect*

*Location: Bellevue, WA*

*Duration: Long Term*



Total Experience Required  8-10 years (Good domain ConceptWave
experience )



Mandatory Technical Skills

1.ConceptWave Order Care & Catalog Management expereince

2.Weblogic, Java/JavaScript, XML/HTTP, JSON

3.Experience on Spring Web Service Framework /Equivalent



Desirable Technical Skills

1.Good knowledge of Telecom OSS and BSS Domain

2.Good knowledge of Operator Networks

3.Experience on Telecommunications IT systems( Ordering,
Provisioning)



Role' Responsibilities

1.Analyze complex customer business requirements and formulate
detailed requirement specifications that serve to enhance customer's
competitive position.

2.Select or propose 3rd party suppliers/products for the Customer
Solution.

3.Responsible to work with and manage customized solutions and
products, including 3rd party products.

4.Managing customer requirements utilizing Ericsson’s OSS and BSS
portfolio

5.Entailing a high level of interaction with Regions, Product
Units, Systems Integration teams as well as Customer, Technical, Marketing
and Business Development teams

6.Participate in technical reviews and provide technical support to
our customers, third party partners and Ericsson organizations.





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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


[android-developers] JD Edwards Lead @ West Chester, PA

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

Role: JD Edwards Lead
Location: West Chester, PA
Duration: 6 Months+

Candidates should be strong JDE World 7.3 IT Leaders able to support
several integration and migration projects with our customer. Candidates
should be able to understand current state environment, communicate at a
business level and then lead the project build functions. This combination
of technical and business is critical as our customer’s JDE environment is
heavily modified, so candidates need the knowledge and skills of JDE in
order to be effective with these projects.



Day-to-day responsibilities will be as follows:



   - Demand capture and point of contact with the Business
   - Responsible for leading the Intake Process of every demand under his
   scope
   - For each of the demands under his scope, understand and help
   developing:
  - Business requirements
  - Business impact
  - Stakeholders impact
  - Translate the business demand into a technical solution providing
  information about technical complexity and viability
  - Prioritize demands based on the criteria defined by the Customer
   - For the demands confirmed to be executed:
  - Project Lead the initiative
  - Design technical solution
  - Liaison between the Business and the Technical Team
  - Responsible for the quality of the work provided to the Customer
  - Build Functional Specs to address the business requirements agreed
  to attend
  - Support testing cycles and integration tests.
  - Collaborate with Go Live Support and Post Go-Live Support
   - Maintain constant communication with his Customer's leadership
   - JDE Experience and In-depth knowledge
  - World 7.3
  - DB structure and Dictionary
  - Soft Coding – UDC, Processing Options, DW
  - RPG
  - IBM OS/400 (V6R1)

*Thanks,*

*Shyamsundar*
*Saligram Systems Inc*
*sh...@saligrams.com *

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


[android-developers] Lead QA Automation || Des Moines, Iowa || Local only || 10+exp

2016-11-07 Thread Vishal Ji Awasthi
*Requirement:   Lead Quality Assurance Tester*

Start Date:  *January 2015 - ASAP*

Job duration: *12 months*

Location: *Des Moines, Iowa*

Pay Rate:*$55/hr c2c*

Location: *Hoover building, Des  Moines, IA*

Interview type:  *face to face*





This QA Engineer position will be joining an Agile Scrum team in the Office
of the Chief Information Officer (OCIO) at the State of Iowa. OCIO is
committed to utilizing modern technologies and methodologies in order to
deliver secure, high-quality technical solutions to its business partners.
The QA Lead will be joining a project that is already in process. The
project consists of a new web application written in .Net, SQL Server,
Entity Framework, MVC and Bootstrap. Extensive agile scrum experience and
automated testing skills are required for the position and will be heavily
tested during the interview process. Also expected of this position is
training, coaching and guiding OCIO and other state agencies on best
practices with quality assurance and testing within both agile scrum and
waterfall methodologies.



*Required:*



· *7 years’ experience as a quality assurance leader, trainer, and
coach*

· *10 years’ experience as a quality assurance tester, in all areas
of testing (unit, integration, system, regression, performance and UAT)*

· *7 years’ experience in testing automation *

· *3 years’ experience in the following technologies: SpecFlow,
Selenium, Nunit and Jasmine*

· *5 years’ experience in Agile Scrum*

· *5 years’ experience testing web applications using the .Net
platform and SQL Server database*

· *5 years’ experience testing web applications using HTML/CSS,
JavaScript and jQuery*



*Further job requirements:*

· Strong communications skills and the ability to work closely with
a team

· Ability to read, understand, and create design documents.

· Technical understanding of infrastructure components, their
dependencies, and interactions between servers, virtual systems, networks,
databases, web applications, etc.

· Ability to proactively participate in customer engagements,
follow direction from lead technicians, work with customers, and
participate in technical planning.





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


[android-developers] Urgent need of security Engineer@ Houston, TX

2016-11-07 Thread ranjeet majumdar
Hi ,



Hope you are doing great!



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





*Role: Cyber Security Engineer*

*Location: Houston, TX*

*Duration: Long Term*



Cyber Security Engineer SIEM - Security Information Event Management,McAfee
Antivirus Endpoint Protection Solution – EPS

"As an Administrator, you should be able to do system administration,
Incident / problem determination and resolution on a 24x7 basis Incident,
Problem, Change and Configuration management, Service incidents and queries
within the agreed service levels. Perform Service Requests based on
Standard Operating Procedures. Work on scheduled tasks as part of Change
Management. Should be able to handle issues independently and suggest/
implement services improvements plans. Should be able to identify and
highlight scope of automation to lead or Manager"

Checkpoint Firewalls (L1) : Checkpoint Firewalls and VPN (ISS) - Basic
understanding of Firewall and VPNfundamentals. Basic understanding of
CheckPoint - Firewalls and VPNarchitecture. Should be familiar with the
CheckPoint - Firewalls and VPN GUI in order to support 24 X 7 operations.



SIEM - Security Info (L3) : "SIEM - Security operation support for security
operation center 24/7 Operation Support Installation, configuration and
management of SIEM product Integration and Troubleshooting of SIEM Policy
framing and implementation Expert knowledge on data collection and
intelligent storage of SIM tools



Managed Security Ser (L1) : "Managed Security Services (MSS) - Basic
understanding of firewall, IDS, Basic knowledge on Security Operations
Fundamentals Should have basic understanding of network protocols First
level Security operation support for securityopeation center

McAfee Antivirus End (L2) : McAfee Antivirus - Endpoint Protection Solution
(EPS) (ISS) - Good understanding of Endpoint Protection - Antivirus
fundamentals. Should have good understanding of McAfee Endpoint Protection
(EPS) architecture; Should have very good understanding of the McAfee
Endpoint Protection (EPS) GUI in order to support 24 X 7 operations.
Support routine administration of the McAfeeEndpoint Protection (EPS).





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

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

Phone: 609-897-9670 x 2191

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

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

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


  1   2   >