[android-developers] Detect if bluetooth device has been powered off

2017-02-06 Thread Markus B.
Hi all,

I have to connect my app to a mobile zebra printer. Print via bluetooth 
works fine.
The bt-connection will be established directly with the mac address of the 
bluetooth printer:



minSdkVersion 16
targetSdkVersion 24

public class BluetoothConnection{

private BluetoothAdapter btAdapter = null;
private BluetoothSocket btSocket = null;
private OutputStream outStream = null;
private Context context = null;

// SPP UUID service
private static final UUID MY_UUID = UUID.fromString(
"1101--1000-8000-00805F9B34FB");


public BluetoothConnection(String pAddress, Context pContext){
this.address= pAddress;
btAdapter = BluetoothAdapter.getDefaultAdapter();
this.context = pContext;
checkBTState();
}


private BluetoothSocket createBluetoothSocket(BluetoothDevice device) 
throws IOException {
if(Build.VERSION.SDK_INT >= 10){
try {
final Method  m = device.getClass().getMethod(
"createInsecureRfcommSocketToServiceRecord", new Class[] { UUID.class });
return (BluetoothSocket) m.invoke(device, MY_UUID);
} catch (Exception e) {
}
}
return  device.createRfcommSocketToServiceRecord(MY_UUID);
}

public boolean connect() {

boolean retVal = true;
if (btAdapter == null){
return false;
}

// Set up a pointer to the remote node using it's address.
BluetoothDevice device = btAdapter.getRemoteDevice(address);

try {
btSocket = createBluetoothSocket(device);
retVal = true;
} catch (IOException e1) {
   retVal = false;
}

// Discovery is resource intensive.  Make sure it isn't going on
// when you attempt to connect and pass your message.
btAdapter.cancelDiscovery();

// Establish the connection.  This will block until it connects.
try {
btSocket.connect();
} catch (IOException e) {
try {
btSocket.close();
retVal = true;
} catch (IOException e2) {
retVal = false;
}
}


try {
outStream = btSocket.getOutputStream();
retVal = true;
} catch (IOException e) {
retVal = false;
}

return true;
}


 .




The printing works fine now. I keep the bluetooth connection alive when the 
app runs, because establishing the connection costs 4 - 6 seconds. This 
works fine.
My problem is, I cannot detect if the printer is powered off.

I want to check before each print job if the bluetooth connection to the 
printer still exists & works. btSocket.isConnected() always returns true 
(even if the printer is powered off). I can send data to the outstream with 
write() without getting an IOException.

I tried to use a BroadcastReceiver too. Unfortunatly 
ACTION_ACL_DISCONNECTED is raised when the printer is powered on, not when 
it is powered off. ACTION_ACL_DISCONNECT_REQUESTED is never raised.

registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.
ACTION_ACL_DISCONNECTED));
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.
ACTION_ACL_DISCONNECT_REQUESTED));

private final BroadcastReceiver mReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
String action = intent.getAction();
BluetoothDevice device = intent.getParcelableExtra(
BluetoothDevice.EXTRA_DEVICE);

if (BluetoothDevice.ACTION_FOUND.equals(action)) {
Logger.d("Device found");
}
else if (BluetoothDevice.ACTION_ACL_CONNECTED.equals(action)) {
Logger.d("Device is now connected");
}
else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(
action)) {
Logger.d("Done searching");
}
else if (BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED.equals(
action)) {
Logger.d("Device is about to disconnect");
}
else if (BluetoothDevice.ACTION_ACL_DISCONNECTED.equals(action)) 
{
Logger.d("Device has disconnected");
}
}
};





What can I do to detect if the bluetooth connection exists and works?


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

[android-developers] question about NsdManager, the network service discovery

2017-02-06 Thread Zhihong GUO
Hello all,

There is NsdManager in android.net.nsd, which can be used for service
discovery.

There is WiFiP2PManager ( Wi-Fi Direct ) can used for service discovery in
P2P wi-Fi connection.

I found there is android.net.wifi.p2p.nsd, so first maybe stupid
question: what's
the relationship of the two function, the NSD and the WiFiP2P ?

I found only WiFiP2P has nsd module, does that mean NSD only work for Wi-Fi
P2P, not for Wi-Fi LAN?

 if only the WiFi P2P support NSD function, what's the purpose of
NsdManager? will the NsdManager support the Bluetooth or NFC or other kinds
of connections?

If I use NsdManager, what kind of service I can found? any service in Wi-Fi
LAN? or only the service register as Wi-Fi P2P service?

Regards,

Zhihong

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


[android-developers] Hiring Cassandra Admin at Philadelphia, PA

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

*Title: **Cassandra Admin*

*Location: Philadelphia, PA*

*Duration: 6+ months*



*Job Description:*

   - Hands on experience in database administration in particularly no sql
   Cassandra and strong CQL knowledge
   - Experience with Oracle, Sybase or MS SQL server.
   - Excellent Linux skills, preferably with RedHat/CentOS;
   - Mandatory Scripting experience: Bash/Perl or Ruby.
   - Mandatory knowledge of monitoring tools like Splunk, Nagios, Zabbix.
   - Excellent skills on Java or C++
   - Good knowledge about hardware (CPU, memory, disk, network, Firewalls
   etc).





*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com 


2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] C#/.Net Angular Developer in Omaha, Nebraska - GC or US citizen ONLY

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

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



Hi,



Hope you are doing well today.



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



Quick Response is appreciated.





*  I found your resume on Dice & I feel you are a good fit for the position
I am working on.Please find below Job Description below and let me know
your interest.Looking forward to hear from you soon*



*Below are the Position Details:*



*Position: C#/.Net Angular Developer*

*Location: Omaha, NE*

*Duration: 6 month contract *

*Visa*  :*GC or US citizen ONLY*



· C#/.NET

· Angular

· Entity Framework

· Type Script

· SQL

· Good communication skills

· Out of the box thinker

· *some front end experience*



*bi...@vertexg.com* 

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





































































-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

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

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

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



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

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

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


[android-developers] Immediate Need: Technical Account Manager - Chicago, IL - Full Time

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

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

*Role: Technical Account Manager*
*Location: Chicago, IL*
*Duration: Full Time *

*Responsibilities:*
Experience 8+ to 10+ Years
Minimum 4+ or more years of experience in NetSuite development
Stay abreast of all strategic customer initiatives, helping to promote the
most effective deployment of NetSuite to solve business challenges.
Help the customer executive to identify and report on measurable results
that demonstrate the efficiencies gained and business challenges overcome
utilizing our solutions.
Keep the customer informed of new functionality in upcoming product
releases and develop a roadmap for successful adoption of the latest
enhancements.
Measure and report on customer satisfaction by meeting with key customer
stakeholders to understand challenges they face and, as required, create
detailed service improvement plans with measurable goals.
Analyze design alternatives and recommend best approaches based on
knowledge of business requirements.
Review open incidents, problems and enhancement requests, communicating
priority and direction to responsible NetSuite teams to ensure necessary
visibility, priority and outcomes.
Help ensure ongoing performance optimization via engagement of NetSuite
Advisory Service Specialists.
Measure and report on total customer satisfaction by meeting with key
stakeholders within the company to understand challenges they face and,
where required, create detailed service improvement plans with measurable
goals.
Partner with NetSuite Sales and Account Managers to optimize customer
success and provide insight and key information on the account’s strategic
direction.
Partner with Professional Services or System Integrator and the customer
during the final stages of implementation to ensure a seamless transition
to post implementation support.
Develop deep relationships within the account from C-level executive
sponsors to front-line administrators, building credibility and confidence
to be the trusted “go-to” champion.
Provide ongoing guidance to project team in setting up development, test,
training and production environments.
Experience with large Account and Project Management.
Experience with escalation management with strong problem solving skills.
Experience with web services via API’s a plus.
Familiarity with Oracle database constructs advantageous.
Familiarity with programming and web technologies a plus (JavaScript).
Familiarity with Cloud/SaaS deployments and supporting architecture.
Familiarity with ERP/CRM/eCommerce systems and deployments.
A team player with excellent collaborative skills.
A fast learner, able to come up to speed rapidly on new technologies.
A strong personal commitment to achievement of successful customer outcomes
by ‘doing’.
Excellent customer service and interpersonal skills.
Excellent written and oral communication skills.
Ability to effectively work with tight schedules within a fast-paced
environment to minimize problem impact on the customer.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

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


[android-developers] Urgent hiring - Oracle DBA @ IL

2017-02-06 Thread nanda kishore
Hi,

Hope you are doing good!!!


Title : Oracle DBA

Duration : 6+ months

Location : IL

*GC's and USC are preferred.*

JD:

• Minimum 5-year experience and strong expertise in Oracle DataBase
Administration,

• initial setup,

• monitoring and platform support.

• Excellent communication skill is must



Kind regards,

Nanda Kishore | Technical Recruiter









*DeegitTM Inc* | Technology Consulting



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



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



Email: na...@deegit.com



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



www.deegit.com



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

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


[android-developers] Ambient display edit settings proximity wake activates touchscreen

2017-02-06 Thread Agent BuBu
Could anyone help me solving this annoying useless bothering "issue" that 
activates the touchscreen whenever i use ambient display ? What i mean is 
that, unlike before ( marshmallow i guess ), when you're using ambient 
display and a notification pops up or if you take out your phone out of 
your pocket, if you unavoidable touch the screen, it directs you into the 
lock screen. I want to disable this thing just like it used to be before. 
Unfortunately i have almost no start point. Afaik i have to edit some apks, 
i took a look into firmware-res.apk into values folder for some strings but 
i couldn't find anything related to ambient display which seems to be 
attached to doze. If anyone can help by any mean i would be very pleased. 
Thanks.

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


[android-developers] Senior Java Consultant - Thousand Oaks, CA

2017-02-06 Thread Sekhar Reddy
Hi

*Sekhar *here from *Metasis Informations*, one of our client has an opening
for *Senior Java Consultant*

Below is the job description for your reference and please let me know your
interest.



*Job Title   : Senior Java Consultant*

*Job Location   : Thousand Oaks, CA*

*Start Date: 12 months*

*Interview: Telephonic/Skype*



*Requirement:*

*9+ Years of Java Development experience with below Skills:*

•  Spring integration patterns

•  Spring boot

•  NoSQL

•  Mongo DB

•  Spark

•  Java 8  features

•  Micro services architecture



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


[android-developers] Urgent Need: .Net developer(Angular Js) _ Minneapolis, MN/Waltham MA _ 12+ months

2017-02-06 Thread Shawn Marsh
Hi Friend,

Hope your are Doing Good…!

I have an urgent opening on *.Net developer(Angular Js)  *Position with my
client. Please send me the resumes with full name, contact details, Salary,
and availability date.



*Requirementdetails:*

*Title:* *.Net developer(Angular Js) *

*Location: **Minneapolis, MN/Waltham, MA*

*Duration   : 12+ Months*

*No OPT’s*

*Technical skills and Knowledge:*



*Online Test for Today and Tomorrow*



*Primary Skills**:*  * .Net Developer*



*Responsibilities:*



Expert ->, C#.NET, REST Web API, HTML5, CSS3, JavaScript

Moderate -> Angular JS, xUnit, SQL, Oracle, Agile, Entity Framework

Entry -> TFS, Angular Material Design, Jasmine Unit test, Bootstrap, OAuth
2.0





Thanks & Regards



*Shawn Marsh*

Insoursys Inc

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

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

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


[android-developers] SAP Quality Management Analyst

2017-02-06 Thread VIKAS GUPTA
Here is a new role if you have anyone. The manager could hire over the
phone,



Short term project onsite in St Louis.

Job Description:   SAP Analyst with minimum 4 years experience in SAP QM
and DMS modules



Additional optional experience in PLM Records Management Functionality
desired.



Capable or writing Functional specification for developments and SAP
workflow



Must be self sufficient with leadership skills to independently execute
small project with minimal supervision.



Good communication skills, easy to understand (English Language) and able
to interact with multiple groups of users is required.



Person will execute a project SAP combining Quality Management and Document
Management System modules interfacing to multiple systems. Need to pick up
the preliminary outline already established and build into a robust
process. Then implement that design in the production system







*Thanks and Regards*

*Vikas Gupta*

*Phone: 4692098270*



*[image: srimatrix-logo]*

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


[android-developers] Urgent Need :: MS Power BI Developer @ San Jose, CA

2017-02-06 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: MS Power BI Developer *

*Location: San Jose, CA*

*Duration: 12+ Months*



Total Experience Required  5+ Years



Job Description:

Mandatory Technical Skills

4+ years experience in Data Warehousing/Business Intelligence 5+ years MS
Business Intelligence, Power BI + Passionate on latest technologies and
understanding of trends in market including Data Science, Machine Learning,
and Cloud BI + Experience with Power BI and exposure to Azure Data Platform
is a plus!



Good to have skills*

+ Excellent time management and communication + Troubleshooting and problem
solving abilities + Excellent communication and interpersonal skills



Desirable Technical Skills   Certified Power BI Developer

Mandatory Functional Skills

Develop complex, effective and standardized SSRS driven reports, dashboards
and analyticsWrite complex T-SQL code and stored procedures to be utilized
in reports and data mart structuresAssist the data management team in
functional and performance testing strategies for new and existing
reportsReview, recommend and implement changes to existing T-SQL code and
stored procedures for performance improvementsGather and document reporting
requirements from customer meetings regarding report development and ad hoc
requests.Results-Driven with ability to take initiatives and meet deadlines
in a fast-paced changing environment.Assist various stakeholders by
providing them with data as requested.

Desirable Functional Skills







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


[android-developers] Required::: PeopleSoft Functional Financials Consultant with Upgrade experience at Atlanta, GA

2017-02-06 Thread priyadarshani . s145


Hi, 

 

Hope you are doing Good! 

 

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






* Title: PeopleSoft Functional Financials Consultant with Upgrade 
experience Location: Atlanta, GA Duration: Long term *

 

*Description:*

*** Government Agency - Candidate must be willing to sign a background 
check consent form at the time of submission 

We are seeking a functional PeopleSoft professional with proven experience 
in several PeopleSoft Financial Modules (i.e., Accounts Payable, General 
Ledger, Purchasing, Commitment Control, etc.), with extensive experience 
working with the Accounts Payable and Asset Management modules, to join our 
Financial Systems Division. *MUST HAVE PRIOR EXPERIENCE WITH FINANCIALS 9.2 
UPGRADE*

   - 7+ years of hands-on experience with PeopleSoft AP, AM and/or KK 
   modules 
   - 5+ years of Oracle DBMS SQL experience 
   - Bachelor’s degree in Accounting or Information Systems or equivalent 
   - 3+ years of experience with MS Office products (Word/Excel/Visio), 
   full life-cycle development methodologies, and functional specification 
   development 
   - 4+ years of experience in Public Sector 
   - Prior experience working with the State of GA PeopleSoft Financials 
   system 
   - Experience working with PeopleSoft technical tools such as Application 
   Designer, Application Engine, People Code etc 
   - Translates business needs into business and functional requirements 
   - Conducts application design and architecture component configuration 
   for related modules/business processes 
   - Writes and interprets functional and business requirements as an input 
   to application design 
   - Develops and tests detailed functional designs for business solution 
   components and prototypes 
   - Completes tasks in an efficient and timely manner, and reporting 
   progress at least weekly to the implementation Project Manager, Project 
   Sponsor, or designated employee 
   - Seeks innovative approaches to improve the process of delivering 
   PeopleSoft financial accounting and reporting solutions to customers 
   - Willingness to share suggestions and knowledge capital to help 
   optimize the Financial Systems Division’s implementation and project 
   methodology 
   - Update UPK or other relevant training material related to PS 
   - Ability to develop queries using PeopleSoft Query 
   - Demonstrated proficiency in relevant analytical abilities 
   - Demonstrated ability to communicate clearly and effectively in both 
   oral and written formats 
   - Demonstrated ability to work effectively with functional and technical 
   teams. 

Thank you!!

Priya S.

Technical Recruiter

MSys Inc.,

Direct (972) 544 7798

pr...@msysinc.com 

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


[android-developers] Need: Sr. SIEM Security Engineer (GC or USC only)

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

*Title:* *Sr*. *SIEM* *Security Engineer*

*Location: Dallas, TX*

*Position: Contract  *

*Interview: Phone/Face to Face/Skype*



*Minimum 10 yrs of candidate required.*



*Technical Skill requirement:*

Firewalls– Cisco, Palo Alto.

VPN  – Cisco (IPSec/SSL).

IDS/IPS  – Tipping point, IBM Proventia

Access Control   – Cisco Secure ACS, RSA Authentication Manager

Network Access Control   - Cisco ISE

Vulnerability Assessment  – Nessus, Qualysgard.

Security Event Monitoring – Q Radar

Traffic Analysis   - Wireshark

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


[android-developers] Urgent Requirement :: Front End Java Developer(USC,GC Only) :: EDEN PRAIRIE, MN :: RTH

2017-02-06 Thread Sharad Rajvanshi
Hi

Hope you are doing fine!!
Please share your consultant resume at sharad.ya...@contech-it.com


C2C is workable


Position:-  *Front End Java Developer(USC,GC Only)*

*Position Type:- Right To Hire*

Location:- *EDEN PRAIRIE, MN*

*Primary Responsibilities:*
• Develop web applications, and UI using JavaScript, Angular JS, CSS,
Bootstrap, HTML5 within all phases of the Software Development Life Cycle
(SDLC)
• Communicate effectively with other engineers and QA
• Provide technical support and consultation for Java application and
infrastructure questions
• Provide estimates for software development efforts
• Create User Stories and Tasks using Rally (tracking software used by
Optum Technology teams)
• Participate in an Agile / Scrum methodology to deliver high - quality
software releases every 2 weeks through Sprints
• Work on large, complex projects to achieve key business objectives
• Develop Java Restful APIs

*Required Qualifications:*
• Undergraduate degree or equivalent experience
• 5+ years of experience with HTML, CSS, JavaScript
• 3+ years of experience with AJAX, JQuery, AngularJs , Bootstrap
• 3+ years of Java J2EE programming experience
• 2+ years’ experience with JSP development
• 1+ year experience in Web Service
• Good communication and collaboration skills
*Preferred Qualifications:*
• Health care industry experience
• Experience with Spring
• Experience developing public-facing websites
• Experience with mock data frameworks for unit testing
• Application Server experience with JBoss or Tomcat
• Experience with MySQL, Web Services/APIs


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

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


[android-developers] An android App that can help Aikido practitioners with exercise solutions

2017-02-06 Thread Inspiration for_young_and_old
 

Dear Android Programmers,

 

I would like to ask the following question please:

I have been working on a project to create an Android APP which can perform 
the following tasks:

It is for people who love to practice aikido and would like to get 
information about how to practice certain exercises and movements. 
Therefore the app should have the following possibilities:

 

-  That has an internal storage within the App itself which can 
contain pictures containing text and images.

-  Buttons on the screen which can be assigned with the task after 
the initial welcome screen, to get the image from the storage and display 
on the screen.

“The buttons will display questionnaires which the user can press if the 
question been asked is valid for him or her” 

-  And in order to have this buttons displayed, I would like the 
user interface to be as such that the user can keep getting a number of 
question-buttons before they reach the final button that will display the 
photo/picture with the text on it that can give a solution.

 

Does anyone know about any kind of Android app codes that could perform 
this tasks, and if so could you please help me by telling me where I could 
find this particular code?


Last but not least it should work on android version as low as 2.3 so that 
more people around the world can use it.

 

Thank you in advance for your help.

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


[android-developers] URGENT REQUIREMENT : Technical Writer: Tools Lead || Portland,OR

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



Hi Saba,

Hope you are doing great !!!



My name is Varun and I'm a Recruiter at Diverse Lynx. We have a position
for *“**Technical Writer: Tools Lead* *"* at *Portland, OR**.*



I have listed out the job description below, so if you are interested,
please reply back with your most up-to-date resume and best contact
number.  Please also feel free to pass this email along to anyone else you
might think would be interested if it’s not right for you.  Thank you so
much! J





*Title :* *Technical Writer: Tools Lead*
*Duration*:   6 months
*Location:*   *Portland, OR*


*Job Description :*


*Purpose:*
We are looking to improve the user assistance for the applications we
support. This requires that we migrate from Adobe Frame Maker to an
authoring toolset that will integrate with a component content management
system in the future. (We currently output online Help from structured
Frame Maker using RoboHelp.) We need a technical expert who has experience
setting up and transitioning a team from Frame Maker to a single-source
authoring and multi-channel publishing toolset and workflow.

*Functions:*
* Work with direction of the User Assistance Lead to implement tools and
define processes that contribute to departmental goals and success
* Assess current state of authoring environment and makes recommendations
for next steps
* Collect and analyze requirements and define scope
* May need to research toolsets in order to provide recommendations based
on constraints like budget
* Contact and collaborate with chosen toolset companies to schedule demos,
discuss requirements, et cetera
* Assist User Assistance Lead with writing proposal and plan for future
authoring toolset

*Qualifications:*
* Bachelor’s degree in Communications, Journalism, English, or Technical
Writing
* Three+ years of experience as a lead for implementing and troubleshooting
Help development tools
* Three+ years of experience leading teams, implementing improved
processes, and researching use of tools best practices
* Ability to use interpersonal, oral, and written communication skills to
persuade and influence others
* Customer oriented
* Ability to multi-task, organize, and prioritize
* Understanding of software development processes and methodology such as
Agile and Waterfall

*Tools:*
* Technical proficiency in migrating Adobe FrameMaker (structured and
unstructured) to Help files to a new toolset in order to publish to
multiple output types, in addition to troubleshooting any problems that
might occur
* Experience with component content management systems
* Experience using an XML editor such as XMetal
* Working knowledge of HTML, CSS, and JavaScript a plus



*Thanks and Regards,*

*Varun Jain*

*Diverse Lynx LLC*



Email is the best way to reach me…

*Phone: 732-452-1006  ext 288*

*Fax: 732-452-0684*

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





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



“For our open jobs please visit Diverselynx Jobs

”





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

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


[android-developers] Hiring for Android Developer for Dover, DE || Face to Face Interview

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


*Role   :   Android Developer
Location   :   Dover, DE   *



*Duration  :   12+  Months Interview:
Phone then Face to Face *
 MUST BE LOCAL FOR AN IN PERSON INTERVIEW



*Job Requirement*

· Experience with *Android Marshmallow (6.x) and Lollipop (5.x).
APK and ADT,*

· Needs experience with *Google Maps API, *

· J2EE and Core Java Required

· Will be working on updating and enhancing current application.

· Familiarty with WAZE app a plus.

· No minimum years of experience, portfolio of work would be nice

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


[android-developers] Tools Architect with exp on BMC/CA__Need Urgent for c2c

2017-02-06 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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



*Tools Architect with exp on BMC/CA and Splunk tools and components*

*Kansas City,MO*

*Contract*



We are looking for Monitoring and Tools experience.  The qualifications
would be to understand components that are listed in the Job Spec



This role requires 10+ years of Relevant Experience in Deployment,
configuration, administration, support of CA and BMC tools. Windows/Linux,
SQL basic skills are fundamental requirements.
CA tools include CA SPectrum, CA Netflow, CA Netvoyant, CA Introscope, CA
Autosys and CA APM
*BMC tools include BMC Remedy, BMC ADDM, BMC proactivenet performance
monitor, Bladelogic, ATRIUM CMDB, Splunk tools*
Specification and implementation of interfaces to other systems management
solutions
Life cycle management for all above mentioned products.
Good interpersonal and communications skills.
Excellent analytical troubleshooting skills and ability to own escalated
problems through to resolution
Good to have experience in other tools like HP network automation, MS SCCM,
RHEL Sat, Flexera etc
Successful track record of taking enterprise tools products from concept to
demonstrating product readiness.
Responsible for technology evaluations, proof-of-concepts (PoC), and full
integration of new tools solution.
--

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

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


--

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

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

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

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


[android-developers] Embedded C Programmer in Valley City, OH !

2017-02-06 Thread Abhishek ojha
*Embedded C Programmer Valley City, OH 3+ months*

*EAD GC, GC, TN and USC only *



Essential Functions and Assigned Work will include:

   - Software development for sensors
   - Embedded Firmware drivers
   - Embedded systems algorithms
   - Robotic behavior algorithms
   - Robotic Development
   - Motor control systems software





Requirements

   - Strong knowledge of software quality and best coding practices in C
   required
   - Experience programming C code for ARM based processors from companies
   such as Texas Instruments,  ST Microelectronics or Freescale required
   - Bachelors, Masters  or Ph.D. in Electrical Engineering, Robotics,
   Physics, C.E., or a related field
   - Capable of solving complex problems with efficient code
   - Knowledge of design patterns and advanced data structures


   - Knowledge of real time operating systems such as FreeRTOS  or OpenRTOS
   - Basic knowledge of analog and digital electronic circuits required
   - Ability to use basic electronic test equipment



Additional skills desired

   - *Experience programming Texas Instruments Tiva series ARM core
   processors*
   - Experience programming standard communications protocols such as SPI,
   I2C, UARTs
   - Experience with RF systems and wireless communications technologies a
   plus
   - Familiarity with Zigbee, Bluetooth Low Energy and similar short range
   wireless radios a bonus
   - Knowledge of programming safety critical software and IEC compliance
   requirements
   - PCB layout with tools such as Eagle a plus
   - Knowledge of MEMS sensors such as accelerometers, compasses and
   gyroscopes
   - Knowledge and passion for developing robotics system software
   - Familiar with GIT repository


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


[android-developers] Urgent need: Business Analyst, Thousand Oaks, CA

2017-02-06 Thread aman tanwar
Share resume on

*ama...@nityo.com *





*Position: Business Analyst, Location: Thousand Oaks, CA Duration: 12+
Months Summary:*
The IS Business System Analyst works within the Development Information
Systems (DevIS) group to support informational IS initiatives for regulated
document management and submission dossier management across multiple
functional areas. The IS Business Analyst acts as an intermediary between
the initiative work streams and affected business clients to elicit,
clarify, and translate business requirements into documentation and
conceptual design (using appropriate tools and models) from which
applications and solutions will be developed. Contributes to the success of
the business by defining fundamental improvements in how information is
managed and business processes are operated. Leverages the combination of
prior experience, problem solving skills, and client engagement skills to
drive our business towards excellence. Is a keen learner and thrives in
dealing with ambiguity:-

Serves as a key IS contact for business partners to provide expertise in
business requirements reviews, research new applications and services to
improve business capabilities.
Lead requirements elicitation workshops with business and technology
partners to elicit, analyze, translate, and document business requirements
into functional and non-functional requirement.
Identify key data (information) objects that support the affected business
process, determine data objects used by each business process, identify
data objects to be utilized by multiple applications and how they are to be
shared/interfaced.
Serve on project teams and assist with workshop planning and facilitation
as well as project deliverable production.
Define opportunities for, plan, and support proof-of-concepts to help the
business evaluate the feasibility of new technology as needed.
Perform cross system analysis, feasibility analysis, scope projects,
prioritize deliverables, and recommend optimal solution.
Assist with technology solution evaluation and recommendation.
Escalate as appropriate problems and issues to management.

*Preferred Qualifications*
Experience in the Regulatory Affairs process within a biopharmaceutical
development organization, including a solid understanding of regulated
document management and regulatory submission dossier management business
processes.
Experience with deploying latest generation of Enterprise Document
Management (EDM), regulatory submission dossier management, and Structured
Content Management (SCM) systems.
Self-starter with a high degree of initiative.
Consulting experience or management consulting experience highly preferred.
Solid understanding of business process mapping, requirements elicitation
and management, agile software development.
Ability to prioritize and manage multiple tasks.
Team-oriented, placing priority on the team’s success.
Excellent verbal, written, and interpersonal communication skills.
Strong communication and presentation skills and ability to communicate
with Business users in non-technical language.
Strong leadership and organizational change management skills.
Highly analytical with attention to detail

*Thanks & Regards Aman Tanwar*

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


[android-developers] Automation QA - Omaha, NE - GC or USC only

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

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



Hi,



Hope you are doing well today.



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



Quick Response is appreciated.





*  I found your resume on Dice & I feel you are a good fit for the position
I am working on.Please find below Job Description below and let me know
your interest.Looking forward to hear from you soon*



*Below are the Position Details:*



*Position: Automation QA*

*Location: Omaha, NE*

*Duration: 6 month contract *

*Visa: GC or USC only*



· 1 Automated Tester

· This person will be on the Ion Title team – order processing,
vendor portal, workflows

· Experience with Regression testing

· Creating Test Cases

· Developing Test Scripts

· Tool used – Test Architect (they do not need to have experience
with this, the person they hired was heavy UFT and Selenium)


*bi...@vertexg.com* 

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



























-- 







Regards,

*Bilal Qamar*

Technical Recruiter



*VERTEX CONSULTING INC.*

www.thevertexgroup.com

935 N. Plum Grove Rd, STE # D,

Schaumburg, IL-60173.

*bi...@vertexg.com *

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

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

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



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

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

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


[android-developers] Immediate Interview:: Cassandra Admin at Philadelphia, PA

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

*Title: Cassandra Admin*

*Location: Philadelphia, PA*

*Duration: 6+ months*



*Job Description:*

   - Hands on experience in database administration in particularly no sql
   Cassandra and strong CQL knowledge
   - Experience with Oracle, Sybase or MS SQL server.
   - Excellent Linux skills, preferably with RedHat/CentOS;
   - Mandatory Scripting experience: Bash/Perl or Ruby.
   - Mandatory knowledge of monitoring tools like Splunk, Nagios, Zabbix.
   - Excellent skills on Java or C++
   - Good knowledge about hardware (CPU, memory, disk, network, Firewalls
   etc).





*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com 


2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] Hiring for Android Developer for Dover, DE || Face to Face Interview

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


*Role   :   Android Developer
Location   :   Dover, DE   *


*Duration  :   12+  Months Interview:
Phone then Face to Face *


 MUST BE LOCAL FOR AN IN PERSON INTERVIEW



*Job Requirement*

· Experience with *Android Marshmallow (6.x) and Lollipop (5.x).
APK and ADT,*

· Needs experience with *Google Maps API, *

· J2EE and Core Java Required

· Will be working on updating and enhancing current application.

· Familiarty with WAZE app a plus.

· No minimum years of experience, portfolio of work would be nice

[image: 318bafe]

*Regards , *

*Umang Goswami*

*Technical Recruiter*

*VSG Business Solutions*

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

*Gmail ID : umang@gmail.com *

*Phone: 302-261-3207 x 112*

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


[android-developers] Hiring for Android Developer for Dover, DE || Face to Face Interview

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


*Role   :   Android Developer
Location   :   Dover, DE   *



*Duration  :   12+  Months Interview:
Phone then Face to Face *
 MUST BE LOCAL FOR AN IN PERSON INTERVIEW



*Job Requirement*

· Experience with *Android Marshmallow (6.x) and Lollipop (5.x).
APK and ADT,*

· Needs experience with *Google Maps API, *

· J2EE and Core Java Required

· Will be working on updating and enhancing current application.

· Familiarty with WAZE app a plus.

· No minimum years of experience, portfolio of work would be nice













Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

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


[android-developers] Looking for Exact Target consultant in Costa mesa Ca

2017-02-06 Thread SALMA BHAT
Hi Partners,


Please share profile at


naseer.ah...@nityo.com



Position: Exact Target

Location: Costa mesa Ca

Duration:12 months

Description



   Good Hands-on experience with Exact Target

· Hands on experience with HTML

· Email marketing experience at an operational level focused on a
subscription / retention business model

· Strong hands on experience with Database (SQL)

· Execute cross-channel, data-driven campaigns, email, mobile push,
sms

· Experience with A/B testing including test design, list splits,
deploy, results

· Strong QA process experience and adherence

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


[android-developers] (USC OR GC) (.Net) IT Application Analyst @ Des Moines, IA

2017-02-06 Thread ANUDEEP
*Title : IT Application Analyst*

*Location: Des Moines, IA*

*Duration : 6+ Months (Contract to Hire position)*



*NEED PROFILES FROM **MIDWEST*


*NEED USC OR GC*


*.Net, SQL, MVC, Rest Services *



*Skills: SQL, analytical, MVC, Rest*



*Qualifications:*

Basic knowledge of financial services products preferred. Advanced
planning/organizational, problem-solving, analytical, time management,
decision-making, and communication skills required, as well as solid
leadership and basic presentation skills. Must be able to effectively
communicate technical plans, strategies, and designs to all levels of the
company. Basic knowledge of Real Estate applications preferred. Must be
able to maintain a high degree of accuracy and confidentiality. Proficiency
with database applications; knowledge of distributed, web programming
languages. May be required to provide on-call support. Bachelor's degree in
a computer related field plus 6-10 years of experience in IT field
required. Proven experience as a senior IT professional.



*Responsibilities:*

Under general direction, identify and provide complex technical and
business solutions to meet business strategy. Provide leadership in areas
of expertise throughout all phases of application systems development,
including an offshore team.

Comments/Special Instructions

Contract to hire position - we'd like to receive candidates who are open to
a full time position, should we all agree skills are a good match.



*Thanks *

*Anudeep | Anblicks | www.anblicks.com *

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

*anudee...@anblicks.com *

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


[android-developers] URGENT NEED: Oracle DBA in OH

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

Title: Oracle DBA
Location: Columbus, OH
Duration: 18 months

*Need EAD, GC, TN or Citizen Only!!*
*Must have: Teradata or Netezza Exp.*

Top Three Skills:
1. Oracle Application DBA experience
2. Experience loading and extracting data from DB's like Teradata, Netezza,
and Oracle
3. Pl/SQL experience
4. Analytical skills to be able to reverse engineer problems


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


[android-developers] Senior ETL (Informatica) Testers at Texas

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

Hope you are doing  well !!!

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

*Role: Senior ETL (Informatica) Testers*

*Location: Texas*

*Duration: Long-Term*

*Visa: GC, GCEAD or Citizen*

*Interview: Phone/Skype*

*Must Have Healthcare Exp.*





Strong healthcare background and extensive ETL/Informatica Testing
experience is required

-- 

*Regards,*


*Rajesh Kumar*

*Sr. Technical Recruiter*

*TEK Inspirations LLC*

Cowboys PKWY, #3074, Irving, TX 75063

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


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

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


[android-developers] REQUIREMENT : Argus Configuration Engineer ||Groton, CT

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



Hi,

Hope you are doing great !!!



My name is Varun and I'm a Recruiter at Diverse Lynx. We have a position
for *“**Argus Optimization track**"* at *Groton, CT**.*



I have listed out the job description below, so if you are interested,
please reply back with your most up-to-date resume and best contact
number.  Please also feel free to pass this email along to anyone else you
might think would be interested if it’s not right for you.  Thank you so
much! J



*Title :   *  *Argus Optimization track (Argus Configuration
Engineer)*
*Duration*:Long Term contract
*Location:*   *Groton, CT*


The two Configuration Analysts must have the following Argus Safety skills:

o   Ability to define system configurations to meet requirements in
functionalities including, but not limited to:

   - Field / system validations
   - Follow up process
   - Queries process
   - Security model updates
   - Automation of Action Items
   - Hyperlinking
   - Autolistedness
   - Workflow
   o   Strong Argus Safety knowledge including detailed knowledge of Argus
   database and internal technical processes

o   Strong oral, written and analysis skills associated with the
implementation of  Argus configuration changes and enhancements



*Thanks and Regards,*

*Varun Jain*

*Diverse Lynx LLC*



Email is the best way to reach me…



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





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



“For our open jobs please visit Diverselynx Jobs

”





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

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


[android-developers] Require :Senior DOT Net Application Developer(s) at Illinois

2017-02-06 Thread annimbuesys


This is  Bindu from Peterson, I have the below 2 positions on long term 
contract basis *at Illinois*. *If you have any, please send me their 
updated resume along with the Visa copy and rate.* Must be local to 
Illinois as a Face to Face interview is a must- This is a long term 
contract position. Those interested can submit your resume to 
bi...@ptechpartners.com/ binduatptechpartnersdotcom

  

*Position _1. Senior DOT Net Application Developer above 10+ yrs with 
recent eCommerce experience.-*At least recent 5 years of strong experience 
with enterprise grade, highly performant web applications. eCommerce, MVC 
and Restful Web Services

 

*Position _2. Sr. Application Developer above 12+ yrs with strong 
experience in Multi-threading*- At least 5 yrs of experience in : WPF, C#, 
SQL Server, Web Services, WCF, REST, MSTest/Nunit, XML, Visual Studio, SQL 
Server Management Studio.


Bindu.

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


[android-developers] Solution Architect - Windows/AD/VMware @ Richardson, TX

2017-02-06 Thread ANUDEEP
*Title : Solution Architect - Windows/AD/VMware*

*Location: Richardson, TX*

*Duration : 6+Months*



*Description*

Weekend coverage is a requirement as well.

There is a rotation of resources, that handle weekend work/calls, so
resources supplied to us should be prepared for that.

Customer is looking to start immediately and current contract would run
thru at least May 21, 2017.

Experienced technical Windows Server Operations Engineer

Responsible for 24x7 operational Incident/Event management and Service
request fulfillment for the global Windows server environment.

Develop and deliver technical excellence within the Technical Management
team through cultural, organizational and technology evolution in support
of the next generation Hosting Services Windows platform whilst maintaining
stability within the traditional environment.

Define and globally implement strong operational procedures, management and
governance routines and strong adherence to quality and risk control
routines.

Define and develop a proactive service orientated support of Windows
servers, utilizing correlated data sources with predictive analytics to
ensure maximum operational uptime and adherence to SLOs and SLAs.

Develop and deliver operational event automation for incident avoidance.



*Skills:*

Deep Expert knowledge of Windows 2008/2012/2016 Operating Systems in a
10,000+ server environment

Expert knowledge of Active Directory, MS Clustering, WINS, DNS, EFS, DFS

Strong scripting knowledge, Powershell, WMI, etc

Strong Operational knowledge of networking and storage technologies

Strong verbal / written communication with ability to effectively interact
with individuals at all levels of responsibility and authority

Deep Experienced with IBM X Series, HP ProLiant & Dell hardware platforms

Strong scripting experience – Powershell, VB, WSH

Expert knowledge of VMWare & virtualization technologies (VMWare Cloud
Operations vCentre, vRealise , vOPS, vCAC , vSphere, vSAN, SDN)



*Competencies:*

BS in Computer Science preferred 4-year degree or equivalent MCSE
experience required.

Ability to work in a high pressure environment where time to delivery is of
paramount importance

Experience in defining and executing technical strategy

Experience in managing global teams within large organization.

Meticulous attention to detail

Strong leadership, communications and collaboration skills

Experience in performance analysis and troubleshooting. Able to quickly
identify network or infrastructure related problems and manage the
remediation/escalation.

Ability to as the bridge in explaining symptoms, application infrastructure
to the external support and global operations teams if necessary. JOBID:
7014



*Thanks *

*Anudeep | Anblicks | **www.anblicks.com* 

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

*anudee...@anblicks.com *

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


[android-developers] Fwd: Required: Cassandra DBA at Hicksville, NY (long island).

2017-02-06 Thread Praveen
Hi,

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



*Position: **Cassandra DBA*

 *Location: **Hicksville, NY (long island)*

 *Duration: **Long term Contract*





*Required: *

· Design, document and implement new installation for Cassandra
infrastructure.

· Architect backup solutions and database health checks.

· Strong knowledge of Apache Cassandra and datastax Cassandra.

· Strong knowledge of Cassandra schema, CQL query, Cassandra
command line utility and datastax ops center.

· Proactively analyze performance to identify bottlenecks.

· Handle incidents, bugs and provide solutions with root cause
analysis.

· Required knowledge of Java, Linux administration and back end
software.

· Works closely with application development teams to support
applications.









*Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

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

*Gtalk/yahoo/Skype: praveentj101*

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

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

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


[android-developers] Phone Interview:::::Senior Network Engineer || Edwardsville, IL || EAD-GC , GC or USC

2017-02-06 Thread Vishal Ji Awasthi
*Senior Network Engineer*

*Edwardsville, IL*

*March 1st – End of the Year*

*Interview Process: 3 Phone Screens*

*Pay: $55/Hr*



*The engineer needs to be able to convert Catalyst 6500, ACE load balancing
and FSWM to N7K, F5 and Checkpoint R75 GAIA*
--

*Tasks*

• Meet with customer to determine migration schedule

• Develop plan to migrate configuration

• Meet and communicate with customer to keep customer appraised
of status

• Receive Catalyst 6500 configuration from customer

• Convert Catalyst 6500 config to Nexus 7K configuration

• Convert Catalyst 6500 Ace Load Balancing module config to F5
Configuration

• Convert Catalyst 6500 Firewall Services Module config to
Checkpoint configuration

• Assist ITC technicians in the setup and configuration of
equipment with new configs so that customer can remotely test the
configuration

• Test configuration using Customer supplied test criteria

• Remotely support cutover activities after normal working hours



*Required Credentials*

• Located in St. Louis metro area

• 5+ years working with Cisco data center networking

• Catalyst 6500 and Nexus 7K configuration experience required

• Experience migrating complex switch, load balancer and
firewall configurations from one platform to another

• Experience working in the finance industry or other large
regulated enterprise

• Fundamental project management experience (planning migration
tasks, communication, tracking and escalating actions)

• Cisco 6500 ACE modules and Firewall Services Modules
configuration

• Checkpoint Firewall configuration

• F5 Load balancer configuration

• Good spoken and written English language skills





*Needed some details for submission process -*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

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

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

Web: www.srimatrix.com

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


[android-developers] HANA developer- URGENT NEED- San Jose, CA- (12 Months)

2017-02-06 Thread shajisherin0


*Will Need their H1B copy and Government Photo ID,  ONLY 100% GENUINE 
CANDIDATES AS THERE WILL BE BACKGROUND VERIFICATION*


*We have a Urgent Requirement for a HANA developer*

*ROLE - Hana Developer *

*DURATION: I year (12 Months)*

*LOCATION: San Jose, CA*

 

- Hana Developer and Modeling
-7 to 10 years’ experience in Hana
- Experience with Enterprise scale development projects
- Tech industry experience preferred
- Strong communication skills

 

 

Please let me know if you will be Interested in this position J

 

*Regards,*

 

*Sherin Shaji*

*Sr. Technical Recruiter*
--

*KAnand Corporation*

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

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

Web: www.kanandcorp.com  |

 

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


[android-developers] Bench list

2017-02-06 Thread Kavitha csr
Hi Partner,

Greetings from CSR Infotech Inc,

Below are the consultants available immediately

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


*CONSULTANT NAME*

*LOCATION*

*RELOCATION*

*AVAILABILITY*

*Windows Admin*

*NY*

*OPEN*

*IMMEDIATELY*

*VMWare/Citrix Admin*

*CA*

*OPEN*

*IMMEDIATELY*

*Oracle Pl/Sql DEv*

*NY*

*OPEN*

*IMMEDIATELY*

*Workday Consultant*

*NY*

*Open*

*IMMEDIATELY*

*.Net Developer*

*MN*

*Open*

*IMMEDIATELY*

*QA Analyst*

*NC*

*NJ,NY*

*IMMEDIATELY*

*San Storege/Adm*

*IL*

*Open*

*IMMEDIATELY*

*.Net Developer*

*MN*

*Open*

*IMMEDIATELY*

*Java Fullstack dev*

*VA*

*Open*

*IMMEDIATELY*

*Salesforce Dev/Admin*

*CA*

*Open*

*IMMEDIATELY*

*Tableau Dev/Admin*

*CT*

*Open*

*IMMEDIATELY*

*Business Analyst*

*CA*

*Open*

*IMMEDIATELY*

-- 

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


[android-developers] IMMD NEED: QA Tester with Hyperion Exp in IL

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

QA Tester with Hyperion Exp.
Chicago, IL
6+ Months

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

Top Skills:
1. 5+ years of Manual Testing - this person will need to load data into the
system manually and then test it.
2. Hyperion Planning testing experience - they will be implementing
Hyperion Planning (budgeting and forecasting)
or
2. Hyperion Financials (AR, AP, etc.) - if the individual does not have
Hyperion Planning, the manager is open to looking at someone with Hyperion
Financials
3. Agile - they will be operating in an agile environment

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


[android-developers] Microsoft Dynamics CRM @ Chicago IL 60604

2017-02-06 Thread amit yadav
Hi,

Hope you are doing great!



Job Title: IT - Microsoft Technologies | Microsoft Dynamics CRM
Start/End Dates: 2/17/2017
Work Location: Chicago, IL 60604

Duration : 6+ months
Target Start Date* 17 Feb 2017
*Mandatory

Job Details:

Must Have Skills (Top 3 technical skills only) *
1. o35 years of architecting & designing experience as an architect with
Dynamics CRM versions 2011 or later required.
2. Implementation experience in CRM version 2015 and exposure to Dynamics
CRM 2016 is a huge plus
3. oExperience with CRM on premises is required. Online version shall be an
added advantage
Nice to have skills (Top 2 only)
1. oMust have excellent communication and interpersonal skills
2. oAbility to quickly adapt to new requirements and changing situations.
Detailed Job Description:
Should have functional and architectural knowledge on Dynamics CRM other
CRM domains with Industry verticals  horizontals. Deep experience in
implementing multiple modules of MSCRMShould have been involved in 45 full
length MS Dynamics CRM implementations including multiple rollouts andor 23
Dynamics CRM complex support projects.Understands and is able to articulate
best practices related to application enhancementscustomizations,
integration with other applications are must.At least 5 years of
Desired years of experience*:
Above 5 years
Education/ Certifications (Required):
Bachelors of EngineeringMCAMCS degree or foreign equivalent required from
an accredited institution.
Top 3 responsibilities you would expect the Subcon to shoulder and execute*:
1. Ability to move between high level architectural review and design to
roll up the sleeves level and helping with all phases of a Dynamics CRM
delivery project.
2. Articulating architectural differences between solution methods and the
challenges and approaches to integrating solutions built on different
platforms.
3. Envisioning, architecting, and evangelizing Dynamics CRM solutions
within prospects and customers.




*Best Regards,*

*Amit Yadav* | SYSMIND, LLC

Team Lead

[image:
ttps://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/CAKAv6EQLa87-AzgMD96V%2B5YeAM0reY3UpH0G9Yi_1dhB_ROsdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Data Analyst, at Leawood, KS

2017-02-06 Thread Shaik Salam
Hi Everyone ,
Hope you are doing great,

We have an immediate opportunity for *Data Analyst, at  Leawood, KS*. Below
is the job description and if you’d like to pursue this
Requirement, please include a word copy of your latest resume along with a
daytime phone number and rate in your response.

*Job role:Data Analyst*
*Duration: 12+ months*
*Location: Leawood, KS*

*Job Description*

   - Creating new and editing existing logical and physical models, XML,
   file formats - using ER/Studio, XML Spy or other equivalent enterprise
   tools.
   - Identifies, analyzes, and profiles data sources.
   - Creates standard SQL to query, update, insert, and delete data.
   Creates Stored Procedures.
   - Facilitating business and technical teams when necessary towards
   solution. The ability to extract and document data requirements to fulfill
   business need or requirement.
   - Promoting and applying AMC enterprise architecture best practices and
   standards at a project, program and department level.
   - Ensure best practice and data governance is followed. This also
   includes the use of the toolset provided by the enterprise.  Promoting the
   use of industry and internal data standards and internal enterprise data
   services
   - Minimum Job Requirements
   - Proficient in data modeling for both transactional and dimensional
   data warehouse databases.
   - Proficient in creation of ETL mappings; mapping of tables, files, XML
   schemas, etc. from source to target
   - Working experience of a standard data modeling toolset, working
   knowledge of ER/Studio a strong plus.
   - Data mining skills (including data auditing, aggregation validation
   and reconciliation)
   - Strong ability to work with SQL databases including working SQL
   knowledge of SQL Server and/or Netezza DBMS a plus.
   - Data Analysis experience with data profiling and data validation.
   - Data Quality understanding of DQ concepts and familiarity with DQ
   tools and methods.
   - Communicate with customers to obtain data requirements and perform
   data analysis on data provided
   - Working knowledge of Hadoop Platform and data components like Hive,
   Hbase, or Impala a strong plus
   - Knowledge of real-time analytics and BI platforms such as Tableau
   - Strong oral and written communication and presentation skills
   - Ability to communicate complex findings and ideas in plain language
   - Ability to work with teams towards a shared goal
   - Ability to change direction quickly based on data analysis
   - Ability to proactively seek clarification of requirements and direction
   - Bachelor’s degree in computer science, engineering or networking
   related technologies or equivalent
   - 7+ years’ IT development experience.
   - 5+ years’ experience with Data Modeling tools
   - 2+ year’s management of technical/support personnel.
   - 2+ year’s project management.



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


[android-developers] SAP PI/PO with cloud integration - Santa Clara, CA

2017-02-06 Thread Sekhar Reddy
Hi,

*Sekhar *here from *SPAR INFOSYS*, one of our client has an opening for *SAP
PI/PO with cloud integration*

Below is the job description for your reference, please let me know your
interest.



*Role: SAP PI/PO with cloud integration*

*Location: Santa Clara, California*

*When: immediate*

*Duration: 9+ Months*



*Job Description:*

· Candidate should have minimum 5 years of experience in PI, at
least 2 years in PO

· Should have worked with multiple cloud integrations platforms
with PO, such as Salesforce, Oracle etc.

· Expertise with working on multiple synchronous integrations in
real time scenario

· Hands-on experience with Consumer integrations

· Able to work independently and drive the project from design,
solution, implementation to go-live

· Document each step of integration and related process flows,
impart KT to team

*Example:*

*Consider a case like Amazon:*

When a consumer browses amazon for a product, Amazon checks for the same on
its partners’ systems real time and gets the information real time to
provide it to the consumer.

This it does will multiple partner systems simultaneously real time.



Thanks & Regards,

Sekhar

Email : *sek...@sparinfosys.com *

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


[android-developers] Immediate Req:: Devops Engineer at Houston, TX (Need USC/ GC only. NO EAD, GCEAD, OPT, CPT, H1b for this position.)

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

*Need USC/ GC only. NO EAD, GCEAD, OPT, CPT, H1b for this position*.

*Title: Devops Engineer*

*Location: Houston, TX*

*Duration: 6+ months*



*Job Description:*

Strong skills in Bash / Shell scripting

GIT - must

Puppet, Python scripting

Ansible scripting (preferred)

Ruby scripting is a plus

SQL skills





*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com 


2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] Urgent Hiring:: UI Developer at Houston, TX (Need USC/ GC only. NO EAD, GCEAD, OPT, CPT, H1b for this position)

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

*Need USC/ GC only. NO EAD, GCEAD, OPT, CPT, H1b for this position*.

*Title: UI Developer*

*Location: Houston, TX*

*Duration: 6+ months*



*Job Description:*

Angular 2

Node JS Experience

JAVA Script

Agile Development experience

Experience in using Open-source framework / technology (Bootstrap / Jasmine
etc..)





*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com 


2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] Hot-list: Salesforce Developer

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

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

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

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

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


Mounika-SFDC.docx
Description: MS-Word 2007 document


[android-developers] Urgent Need :: SCCM Admin @ Franklin Lakes, NJ

2017-02-06 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: SCCM Admin*

*Location: Franklin Lakes, NJ*

*Duration: Long Term*



Role & Responsibilities



[Hint: -

Describe the Challenges, Key Result Areas, Decisions he can make, Team
Size, Future growth in our organization.

Give the Project/Account Description, wherever possible, else describe the
activities scheduled in the Project/Account.

Mandatorily specify the domain/technology areas the candidate will work
on.]

*Role:*

•   Package, test and coordinate deployment of Windows
patches/critical updates and service packs to all endpoints in the
enterprise environment on a timely basis, and follow up on any issues
encountered

•   Package, test and coordinate deployment of 3rd party patches
and updates to all endpoints in the enterprise environment on a timely
basis, and follow up on any issues encountered

•   Provide reporting and or statistical usage pertaining to
application use as well as patch deployments

•   Build and maintain task sequences to be used in the deployments
of endpoints within the enterprise.

•   Implement, manage and monitor new distribution points into the
enterprise

•   Assist with IT system security related issues, threat
mitigation and reporting, analyzing data to spot trends, data collection
and reporting.

•   Maintain ongoing communications with support teams regarding
application issue resolution and general SCCM management support

•   Work with key platform vendors for support to resolve issues as
well as platform strategy development

•   Coordinate application and update releases with key
stakeholders and business owners

•   Provide technical assistance to other support groups and team
members as needed

•   Monitor ticketing queue to ensure issues are resolved in a
timely manner

•   Monitor Microsoft SCCM Platform health and mitigate identified
problems

•   Participate in new application and hardware rollouts, testing,
and special projects as needed.

•   Off-shift coverage may be required for on-call support of
systems and maintenance work in supported change windows.

•   On call support 24x7.

•   Provide weekly activity reports describing activities
accomplished.



Required Candidate Profile

(Job Requirements/Descriptions)



[Hint: -

Mandatory to specify what Domains/technology areas/skills/projects the
candidate should have worked on.

What Knowledge of job, Market/Industry knowledge he must possess.

Specify the required skill levels he must possess w.r.t Communication, Team
Management, Business Development. Etc.

Describe in detail what his current role should have been in his current
organization.]

Competencies

Service Process automation and ITIL Process consultancy



*Mandatory Skills: SCCM 2012 Administration*



•   Ability to communicate effectively both orally and written

•   Strong attention to detail, customer service focused, and
skilled problem solver





Key criteria for evaluation required for Senior / Functional hires



List top 4 qualities for evaluation in order of importance



Rank  Criteria for Evaluation

1  Hands on development, standardization, and
management of all core software deployments, images, and patching standards

2  Experience in working on support project

3  Excellent verbal and written Communication Skills

4

Very good team player







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


[android-developers] Hot-list: SAP ABAP

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

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

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

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

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


DurgaBhavani_Andukuri.docx
Description: MS-Word 2007 document


[android-developers] Urgent ||||||Java / J2EE Developer MUST HAVE ADOBE FLEX || Chicago, IL || LOcal for F2F || OPT,EAD,GC or USC

2017-02-06 Thread Vishal Ji Awasthi
*Java / J2EE Developer MUST HAVE ADOBE FLEX*

*Client: BCBS*

*LOCAL Candidates only *

*Position: Java / J2EE Developer MUST HAVE ADOBE FLEX*

*Location: Chicago, IL*

*Type: 6 month contract*



Demonstrates full understanding of SDLC. Possesses detailed knowledge of
software design and best practices (including advanced software security
techniques). Possesses knowledge of system and database management
concepts. Provides design recommendation based on long term IT organization
strategy. Provides expertise regarding the integration of applications
across the business. Assists in determining specifications for software
solutions.  Provides advanced programming services for a variety of
specific systems and business applications. Participates at all levels in
systems analysis, design definition, software development, systems test,
implementation, and maintenance. Demonstrates hands-on experience with
software automation (e.g. unit testing, continuous integration). Exercises
independent judgment. May supervise subordinate programming staff. Prepares
milestones status report and presentations on system concepts.



Project Description

•  Work is project-oriented and actual tasks must be committed to a
defined schedule. Person who can quickly adapts and learn the J2EE
environment and can utilize general instructions on new work. Uses judgment
and creativity and sound technical knowledge to recommend solutions.

•  This individual will participate at all levels in systems
analysis, design definition, software development, systems test,
implementation, and maintenance. Demonstrates hands-on experience with
software automation (e.g. unit testing, continuous integration).



Requirements include

o Bachelor’s Degree in Computer Science, Information Systems, Business
Administration or equivalent work experience in similar work environment.

o Minimum of 7 years of IT work experience focused in systems development
and programming.

o Required Experience will multiple of the following components

· J2EE, Batch Java

· AngularJS or JQuery

· Spring and STRUTS

· Javascript/HTML 5

· WebSphere and TomCat Application Servers

· IBM MQ Series



o Preferred Experience

· Prior Insurance Industry background





*Needed some details for submission process -*






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

*Relocation   :*



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

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

*Srimatrix Inc.*

[image: Logo.png]

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

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

Web: www.srimatrix.com

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


[android-developers] Hotlist of consultants

2017-02-06 Thread Yogindra Gowd
*Name*

*Skills*

*Visa*

*Exp*

*Relocation*

*loc*

*Bhavya*

*Java Developer*

*H1B*

*8+*

*YES*

*TX*

*Shilpa*

*SQL DBA*

*H4-EAD*

*7*

*Yes*

*CA*

*Shruthi*

*BA*

*H1B*

*8+*

*Yes*

*TX*

shruthi

SQL Developer

H1B

8+

yes

TX

Manoj

Android Developer

OPT- EAD

6

Yes

TX

Varsha

IOS

OPT-EAD

5+

yes

UT

-- 
*Thanks*
*Yogindra*
*yogind...@lorava.com*
*Direct:- (469) 718-2869*102*
*Hangout : ygow...@gmail.com *
*Talent Acquisition| LORAVA, INC.*
*300 East Royal Lane, Suite # 113 IRVING TX 75039*
*WWW.LORAVA.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/CAN52aWiH5dmiDk-UrQPTnw-g%3DZis%2BCFBC05k5PmWFmoOAbmtow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgently Hiring:: GIS Technical Consultant at Waltham, MA

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

*Title: GIS Technical Consultant*

*Location: Waltham, MA*

*Duration: 6+ months*

· An experienced 7+ years GIS technical resource who has strong
design, development, testing and implementation skills on GIS ESRI suite of
application including Desktop and Portal.

· The candidate should be able to handle complex product and custom
development issues, work with offshore team and lead delivery.

· A good communication is a must as the role in US need to be very
interactive with Business users, Customer IT services manager, partners and
vendors.





*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com 


2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] NEED: Automated Test Lead @ Plano, TX 75024 --- Contract

2017-02-06 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



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



*Job Title: Automated Test Lead*

*Location:* Plano, TX 75024

*Duration:* 6+ Months

*Interview Type: *Phone+ Skype



*Primary Skills:  Automation framework design, Selenium, Core Java*



*Job Description:*



*Must Have Skills:*

1. Automation framework design

2. Selenium

3. Core Java



*Nice to have skills:*

1. Web service automation

2. Database skills



*Detailed Job Description:*

Automation framework design, Test scripting and execution, Report generation



*Education Required: BE*



*Top 3 responsibilities:*

1. Automation Framework design

2. Test scripting, dry runs and execution

3. Report Generation









Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

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


[android-developers] Role : Java lead developer

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

Role : Java lead developer
Location:Torrance, CA, USA
Duration: 6months

Note:-
Only USC & GC

job description:
• About 8 years of experience as a Java software developer in
Java/J2EE technologies.
• 4+ yrs experience with Web services, Proficient in SOA, REST API
• Required Experience with server-side architectures and web
application development utilizing: Spring, Spring Integration, Hibernate,
Java/J2EE, REST/SOAP, Service Oriented Architectures.
• Required Java and related web application engineering skills:
Spring, Spring Integration, Spring Batch, Boot, Hibernate, JSP, JSR
portlets, JSP, AJAX
• Experience in App Servers, Web Servers, Databases, Web Services,
UML and Development tools (Ant, Maven, Eclipse), CVS
• Experience with JUnit and test driven development
• Experience working in No-SQL like couchbase or mongodb
• Integration build – optional Hudson/ Jenkins, Bug Tracking
• Proficient in Enterprise Integration patterns

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.com

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


[android-developers] Senior ETL (Informatica) Testers

2017-02-06 Thread Shekhar Chaudhary
*Role: Senior ETL (Informatica) Testers*

*Location: Texas*

*Duration: Long-Term*

*Visa: GC, GCEAD or Citizen/OPT*

*Interview: Phone/Skype*

*Must Have Healthcare Exp.*





Strong healthcare background and extensive ETL/Informatica Testing
experience is required



*Regards*

 *Shekhar Chaudhary*

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

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

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

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


[android-developers] Need: Automation Tester --POS @ Plano, TX 75024

2017-02-06 Thread praveen sistla
Hi,

This Is Praveen sistla from Agile Enterprise Solutions,

This is Reference for Following Position



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



*Job Title: Automation Tester --POS*

*Location:* Plano, TX 75024

*Duration:* 6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills: * POS testing, Agile Methodology, Retail





*Job Description:*



*Must Have Skills:*

1.POS testing

2.Agile Methodology

3.Retail



Nice to have skills (Top 2 only)

1. Automation Selenium

2. Core Java



Detailed Job Description:



Should be able to do test planning, test execution, defect reporting and
test result reporting as part of POS releases. Good client handling skills.



Education/ Certifications (Required): BE



Top 3 responsibilities

1. Test Planning

2. Test Execution

3. Defect Reporting and Test Result Reporting





Thanks & Regards,

Praveen Sistla
Agile Enterprise Solutions Inc
PH: 972-427-1806
E-mail:  praveen_sis...@aesinc.us.com

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


[android-developers] Immediate Interview:: Service Desk Support at San Ramon, CA

2017-02-06 Thread Vikalp Sharma
Greetings,
My name is Vikalp and I'm an IT recruiter at *ACS Global Tech Solutions.*
Please go through this job description and respond me back with your most
updated resume if you are interested and available.
Feel free to call me for any further query.

Title: Service Desk Support

Location: San Ramon, CA

Duration: 6+ months



The successful candidate will be part of a team that implements, maintains,
monitors and administers Chevron’s Enterprise Security systems located
within Chevron and Joint Venture sites worldwide.


Position Details:
Lenel Enterprise OnGuard systems administration and technology integration
including
• Ability to perform the application upgrade, programming for access
control system Reader configuration, mustering, time schedules, triggers
and macros, data integrity maintenance, reporting development, CCTV,
Visitor Management, and other security technologies as needed.
• Perform License management installation and usage reporting
• Fargo Badge Printer diagnostic and repair, badge profile creation,
designing data driven templates used to print security badges.
• Use of Axis Encoders, Axis Security camera management console, PELCO
camera controls and other brands to deploy and maintain an expanding camera
product line.
• Ability to administer Voice Recording technology, intercoms, and other
security layers as needed.
• Ability to provide Level 1-3 support of security applications that
includes all aspects of workstation compatibility issues, deploying
software, working with application servers, and database technologies.
• Maintains functional and technical requirements for CBRES sponsored
applications with primary focus on IP compliance design of the access
control systems.
• Meeting import/export compliance regulations on International shipping of
goods
• Ability to create and perform Quality Assurance testing of changes to
security systems


Required Qualifications:
• Physical Security experience with a minimum of 2-3 years administering
and configuring Lenel’s Enterprise OnGuard application.
• Demonstrated experience in supporting Enterprise Access Control systems
and technologies.
• Demonstrated experience in working with internationally based staff in
Asia, Africa, Central/South America, Middle East and Australia to deploy
and support security systems which will require multiple time zone
flexibility.
• Strong people skills. Ability to work with all layers of security support
that includes site security, enterprise security design and implementation
teams, vendors, and corporate IT.
• Knowledge of Chevron’s standards, policies, and procedures for deploying
the Enterprise security system a plus.
• Lenel Certifications a plus



*Thanks and Regards, Vikalp Sharma Technical Recruiter*

*ACS Corp*

*Work: 218-288-1494*

vikalp.sha...@acsicorp.com



www.acsicorp.com [image: cid:image001.png@01D27E40.D750D010]
  *[image:
cid:image002.png@01D27E40.D750D010]* 

2400 Meadowbrook Parkway,Duluth, GA 30096

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


[android-developers] IMMD NEED Backfill Role Start ASAP !! Java Architect - Cherry Hill, NJ

2017-02-06 Thread Shaan Malik
Hi,
Hope all is well..

I have an exciting new opportunity that I wanted to share with you and your
network. Our top client, located in the (Cherry Hill, NJ). is currently
seeking a (Java Architect) resource to join their organization. I have
included a complete job description below in case you or someone you know
might be interested in learning more.




*Subject: Java ArchitectLocation: Cherry Hill, NJ Duration: One year
plusStart: ASAP*
*Immediate Closable Position !*

*AEM skills are a huge plus. Spring, Hibernate and MVC are critical hands
on skills.*

*esponsibilities:*
Primary responsibilities include designing and developing the software
components that drive the client's multi-tier web environment.  This person
will create distributed applications and services, develop back-end API
specifications for downstream system interfaces, and will be responsible
for design and development of various aspects of core application
services.  The person will be responsible for web and middleware
engineering activities for development, test and production environments.
Responsibilities also include acting as a knowledge expert and liaison to
other areas within the client's Information Technology for web-based
technologies.
Must be open to providing off-hours production support.

*Skill Requirements:*
Experience with large distributed applications and building/operating
highly available systems.
Strong knowledge of data structures, algorithm, enterprise systems, and
asynchronous architectures.
Core competencies in Java, XML, HTTP, Web Services (REST/SOAP).
Strong working knowledge of Spring framework.
Experience with HTML, JQuery, JSTL, JavaScript, AJAX and front-end
frameworks.
Experience building web applications for mobile devices.
Deep understanding of web services software architecture and design,
including security based implementations.
Strong experience implementing transaction and management and persistence
using lightweight frameworks such as JPA and Hibernate.
Strong data modeling and database programming skills (Oracle database and
PL/SQL experience a plus).
Experience with Tomcat, Apache HTTP Server, AEM a plus
Familiarity with UNIX systems (system security model, systems
administration, and advanced scripting skills) a plus.
Understand TCP/IP networks and concepts with the ability to provide basic
troubleshooting assistance to infrastructure disciplines.
Experience with CDN’s a plus.

*Education/Experience:*
The ideal candidate will posses a BA/BS degree in Computer Science (Masters
degree in Computer Science a plus) with 6 to 8 plus years of overall
development and 3 to 5 plus years of enterprise software experience.  Must
have excellent verbal communication, written communication, and social
interaction skills.




*Best Regards,Shaan Malik - Talent Acquisition SpecialistAYR Global IT
Solutions Inc. | *
1431 Opus Pl, Suite 110, Downers Grove, IL -  60515
Direct: (331) 481-6635 | Email: sma...@ayrglobal.com

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


[android-developers] Immediate Need: SAP CRM Functional Consultant - Tallahassee, FL - 7+ Months Contract

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

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

*Subject: SAP CRM Functional Consultant*
*Location: Tallahassee, FL*
*Duration: 7+ Months Contract*

*Must be: USC, GC.*
*Must SAP (6+); SAP CRM (3+ years)*

*Requirements: *
Experience in multiple *modules of SAP (6+ years)*
Experience in* SAP CRM (3+ years)*
Experience in planning, leading and coordinating *projects (3+ years)*
Experience configuring in the *CRM module*
Experience with *SAP CRM architecture*
Functional SAP experience
Experience with *Data Analysis*
Experience with *ERP* applications or object-oriented analysis and design
Experience in the maintenance of the *SAP* Organizational Model
Experience in the functional and/or business process areas of the Child
Support Program (preferred)
Experience with *CAMS (preferred)*
Experience with *HP ALM (preferred)*

*Responsibilities: *
Provides professional level support to the *ESSP* Process Manager or
designee; provides oversight for functional design; leads special projects;
develops strategies to improve business process performance and system
integration and provides executive reporting;
Responsible for planning and directing the classroom instruction,
electronic learning, and other computer-aided instructional technologies,
and workshops;
Responsible for the development of written materials to include but is not
limited to presentations, instructional user guides, job aids and practical
exercises;
Responsible for the transfer of knowledge by conducting presentations,
facilitating workshops, and mentoring;
Responsible for ensuring that the subject matter content delivered meets
standards of quality and is consistent throughout the knowledge transfer
life cycle.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

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


[android-developers] Service Now Developer ::: Orlando, FL ::: Contract Opportunity

2017-02-06 Thread Soumya Sp
*Service Now Developer*



*Location: Orlando, FL*

*Type : Contract*



*ITIL Certification (Practitioner or Service Manager Certification) *

*ServiceNow certification (Implementation certification) *



· Bachelor's degree in Information Systems or related field.

· 8+ years of experience in IT Infrastructure and Application
Development space.

· *5+ years of Consulting experience (client facing) *

· 5+ years of leadership level experience with Enterprise
Management tools (such as IBM Tivoli, BMC, CA, Client) and IT Service
Management tools such as ServiceNow, BMC Remedy etc.,

· ITIL Certification (Practitioner or Service Manager
Certification)

· ServiceNow certification (Implementation certification)

· Strong knowledge of SDLC Methodologies such as Waterfall, Agile,
Scrum etc.,

· Expert level knowledge in ServiceNow scripting and Web
Technologies (XML, HTML, JAVA Script, AJAX, CSS, HTTP/S, etc.)

· Deep understanding of the application development lifecycle
process, including requirement analysis, quality assurance, design,
scheduling, implementation, issue tracking, version control and deployment

· Demonstrated Enterprise Architecture skills, especially in
Enterprise System Management and IT Service Management space

· Ability to socialize ideas, make recommendations and gather team
consensus to move projects forward

*Thanks,*



*Ranjan*
--

[image: cid:image001.png@01D22941.763232A0]

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

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

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.com

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


[android-developers] L3 Network Engineer with Good exp in Juniper

2017-02-06 Thread Priyanka Katiyar
*L3 Network Engineer with Good exp in  **Juniper*

*2-3 months*

*Phone interview*

*H-1b ok but must have 8-10 comm skills. *

*Sacramento, CA is the primary location but they can also be in Dallas, TX
(Consultant will be spending 50% of the time at either location)*



The L3 Network Engineer will provide temporary support while the customer
fills the position with a full time employee.  This person will also
provide knowledge transfer to the new full time resource, as well as
support during the ramp up and training period.

Client is implementing a Juniper Network for their client in their Dallas,
TX co-lo data center.  The equipment will either be set up and configured
in Sacramento, CA then shipped to Dallas for implementation or (if the
engineer is located in Dallas, TX) the equipment will be shipped directly
to them and they will configure it onsite.

Candidates must have the following background and experience:



· *Juniper certification highly desired*

· *Must have strong Juniper experience with moderate experience in
Cisco.*

· Excellent Route/Switch, ASA/Palo Alto firewall implementation and
configuration experience is REQUIRED.

· *Must have excellent communication and listening skills*.







Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

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

Gtalk: puja123h...@gmail.com

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


[android-developers] Need Strong UI Developer Location: SFO,CA

2017-02-06 Thread Staidlogic Team
Hi Professionals,

Hope you are doing well.

Please go through the JD and reply me if you have any suitable profiles
with you.



Need Strong UI Developer

Location: SFO,CA

Long term contract position.

Experience: 9+  Years (This is Sr Role so I need a Strong Resource)

*Mandatory Skills: *

*-Backbone JS Experience*

- MVC Framework
-Angular JS, JQuery

Email me your consultants resume at va...@staidlogic.com

For every submission we need Three Professional References, Valid Visa Copy
and Photo ID.



Thanks and Regards,
Vamsi M
va...@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/CAAcnS2B9WgfsXM5pMFDQPY5_y0X02OgjOAozoWEy%2BYrw%2BMvFZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. ETL Developer----Reston, VA ---Locals Only

2017-02-06 Thread Saikiran Nandrolu
*Job Title: Sr. ETL Developer *

*Location: Reston, VA ---Locals Only*

*Duration:   12+ months*

*F2F Interview*



*looking for a Senior Ab Initio ETL Developer with proven past experience
in *

1) Creating ETL code for data ingestion and data extraction for DB2 sources
and targets.

2) Creating high throughput initial historical and daily incremental ETL
jobs.

3) Prior experience with Inmon and Ralph Kimball method Operational Data
Store, Data Warehouse and Data Marts

4) Excellent SQL, UNIX shell scripting and performance tuning skills.

5) Should be a team player to deliver high quality deliverables within
schedule.

6) Following best practices in developing ETL code, documentation, etc.



*Qualifications/Required Skills:*

•   Candidate must have ten + (10+) years of overall industry
experience

•   Candidate must have eight+ (8+) years of experience of hands-on
work designing and implementing data integration, data warehouse and
business intelligence systems

•   Candidate must have eight+ (8+) years of experience with
various RBDMS, Cobol (very important skill), XML, MQ/MB and Columnar
databases

•   Candidate must have five+ (5+) years of recent hands-on
experience with Ab Initio ETL tool, SQL, UNIX Shell scripting and data
modeling skills like 3rd normal form and dimensional modeling

•   Candidate must have four+ (4+) years of Data quality, Data
profiling, data lineage, metadata and promoting high data quality data
integration and date warehouse interfaces

•   Candidate must have four+ (4+) years of experience with Rocket
shuttle or TOAD and IBM Data Studio

•   Candidate must have four+ (4+) years of business intelligence
reporting experience with top industry leading Business Intelligence
reporting (highly preferred)

•   Candidate must have four+ (4+) years of experience working with
Health Insurance (Payer) organizations or a highly related field including
knowledge of HL7 and / or related Claims, Enrollment, and Benefits
Administration industry data models / taxonomies is preferred (not required)

•   Bachelor’s degree in computer science, decision support systems
(DSS), information engineering, business administration, or other related
discipline. Master’s degree in a related discipline is a plus.

•   Proven ability to work closely with others, to work through
design challenges, to solve problems, and to mentor and guide.

•   Proven ability to work in agile framework, both independently
and in groups as a self-motivated and highly engaged contributor to deliver
work on time and escalate issues impacting the deliverable end dates.

•   HealthCare experience a plus

•   Big Data experience with Sqoop, Hive, Impala, MapReduce, HDFS,
NoSQL Databases, Kafka, etc. a plus









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


[android-developers] Mean Stack Developers__Need Urgent Local to NJ/NY with 8+ Profiles

2017-02-06 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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







*Mean Stack Developers*

*New York City, NY*

*6 months*



*Candidates must have prior experience developing applications using the
following technologies: *
· MEAN stack (i.e. Mongo DB , Express.js , Angular.js, Node.js)
· Bootstrap CSS
· JSON
· RESTful APIs
· Python
· Linux OS environment
· Elastic Search
· Git

Prior experience with UI design preferred.

A typical user facing application is MEAN stack based using Bootstrap for
browser based (Chrome) interaction, it also utilizes LDAP for
authentication and role based authorization.


--

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

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


--

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

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

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

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


[android-developers] Urgent Need :: MEAN Stack Developer @ York City, NY

2017-02-06 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: MEAN Stack Developer*

*Location: York City, NY*

*Duration: 12+ Months*



Job Description:

Candidates must have prior experience developing applications using the
following technologies:

· MEAN stack (i.e. Mongo DB , Express.js , Angular.js, Node.js)

· Bootstrap CSS

· JSON

· RESTful APIs

· Python

· Linux OS environment

· Elastic Search

· Git



Prior experience with UI design preferred.



A typical user facing application is MEAN stack based using Bootstrap for
browser based (Chrome) interaction, it also utilizes LDAP for
authentication and role based authorization.





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


[android-developers] Senior Cassandra Developer //Bellevue, Seattle //6 months

2017-02-06 Thread mounika basham
Hello Professionals,



Hope you are doing great

We have an urgent below “*Senior Cassandra Developer *” position with one
of our client for* 6 months  *at “*Bellevue, Seattle”*if you are interested
please share your updated resume along with contact details to
mounika_bas...@visionisys.com



*Job Title*: *Senior Cassandra Developer *

*Location*: *Bellevue, Seattle *

*Duration  * : *6 months*



*Primary Skills:*

*Senior Cassandra Developer*



*Description:*











*•Expert-level implementation knowledge of SQL and NoSQL concept.
•Hands-on experience with Cassandra architecture, internals,
Cassandra data modeling principles and performance tuning concepts.
•Configure backup, alerts, repairs, replication and monitoring of
Cassandra clusters. •Development experience with DataStax
Cassandra. •Experience with Rabbit MQ, Spring boot, and PCF is a
plus. •Knowledge of how to assess the performance of data
solutions, how to diagnose performance problems, and tools used to monitor
and tune performance. •Knowledge of Oracle DB, Java, Application
development using Cassandra as data storage •Migrating parts of
data from Oracle DB to Cassandra schema to improve performance •
Using data loader and another approach to fetch, load and update data in
Cassandra. •Using spark or other tool fetch data from Oracle and
load into Cassandra. •Experience working with Cassandra UDT (User
Defined Data types),  Cassandra schema design, performance tuning, and CQL
query experience.*





Thanks & Regards,

*Mounika Basham*
visionisys Inc

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

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

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


[android-developers] Phone and F2F : User Experience Designer/Richfield, Minnesota

2017-02-06 Thread Rajan Kumar
Position:User Experience Designer
Location:   Richfield, Minnesota (55423)
Duration:  6 months
Interview: 30 minute phone interview with HM followed by 1 hour in-person
interview panel

LOCAL ONLY and MUST be able to perform F2F interview in Richfield, MN

Job Description:
What are the MUST have skills that you are looking for in a candidate?
-Online portfolio required for submission (or PDF of IA samples)
-Axure experience required 1 year
-Axure prototyping skills preferred
-8-10 years experience delivering digital solutions to a variety of
industries
-Experience working in task/workflow oriented interfacesImportant to have
-Touch and mobile first experience including multi-device responsive
designImportant to have
-Understanding of HTML/CSS (position does not include front-end
development)

Preferred Qualifications
-Bachelors Degree in graphic design, marketing, human factors or similar
-Agile/Iterative experience
-Adobe Creative Suite Skills

Business Overview:
Tell me about your department:
As a member of the Retail User Experience team, you will join a growing
Retail UX Center of Excellence charged with improving and transforming
digital products used within our retail locations across the United States.
The products we deliver are retail sales associate facing. We are a fast
paced, highly collaborative, and ultimately positive group of UX
Strategists, Researchers, Information Architects, and Visual Designers.

Responsibilities
-Produce a variety of Information Architecture documents for mobile, tablet
and desktop applications. Must understand mobile first and be proficient in
designing exclusively for touch devices.
-Ability to work with business product owners, IT developers, business
analysts, service architects and other UX resources to drive the definition
of a variety of applications.
-Ability to translate business requirements, business strategy, and UX
strategy documents into simple, concise and compelling Information
Architecture documents.
-Ability to present Information Architecture documents and findings to
variety of audience, including business product owners, IT resources, and
senior leaders in the Best Buy enterprise.
-Perform UX quality assurance against developed applications and log
defects with development teams
-Collaborate with other UX resources to deliver the optimal UX solution
based on requirements

Collaboration is at the center of how we develop experiences and you will
be able to hold conversations with, and present to, information architects,
strategists, writers, developers, business analysts, business stakeholders,
and project managers. You should also be comfortable working in a
fast-paced environment and have the ability to self-define tasks,
deadlines, and next steps as needed.

What would a normal day for this position look like??
70% heads-down wireframe work
15% collaboration with Team Members
15% meetings

Skills Overview:
What are the technologies and the depth of the technologies that a
candidate must have in order to be successful in this role?
1.Axure-1 plus years experience
What are the soft skills that you feel candidates must-have in order to be
successful in this role?
1.Must be able to balance multiple projects with different stakeholders
2.Strong ability to collaborate and assert a point of view positively
3.Comfortable with ambiguity
4.Must have good presentation skills
Regards,


Rajan Mishra |Technical Recruitment  | Apetan Consulting LLC |
Phone: 201-620-9700 * 154  |
Email ID: ra...@apetan.com |
Mailing Address: 72 Van Reipen Avenue pmb#255, Jersey City, NJ 07306
Corp. Office:  15 Union Avenue, office # 6, Rutherford, New Jersey 07070
Web link:  www.apetan.com

Disclaimer: We respect your Online Privacy. This e-mail message, including
any attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message. If you are not interested in receiving our e-mails
then please reply with a "REMOVE" in the subject line at rem...@apetan.com
and mention all the e-mail addresses to be removed with any e-mail
addresses, which might be diverting the e mails to you. We are sorry for
the inconvenience.

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


[android-developers] Hiring for PHP Web Developer for Princeton, NJ || Face to Face

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




*Role   :   PHP Web Developer
Location   :   Princeton, NJ Duration
:   6+  Months Interview:   Phone then
Face to Face*



*Job Description*

· This position is responsible for all aspects of development,
including requirements definition, application coding, testing and
deployment, maintenance and upkeep, using a combination of coding and
productivity tools. In addition, this position will provide support to
members of the University who use the University's content management
systems, the blog system, and the mobile web.

· As senior developer this position bridges any gaps between the
developers and designers by informing the developers of best practices in
issues such as usability, web standards, and information architecture.

· The senior developer advises the developers on best practices
regarding latest technology trends in web development.


*Duties and Responsibilities *

· Analyzes project requirements and technical needs, as well as
develops solutions.

· Analyzes CMS and mobile web platforms to meet project needs.

· Ensures development tasks are aligned with a project's goals and
scopes the effort required.

· Performs coding, testing, and debugging for multiple systems -
Roxen, Drupal, WordPress, and Movable Type.

· Makes recommendations regarding the improvement of the CMS
systems.

· Creates and improves processes in relation to web development.

· Guides the overall mobile technology strategy and decision making

· Leads the Client’s Mobile Project which provides information to
the campus community and to the public via mobile devices.

· Performs testing and debugging across multiple browser platforms.

· Maintains and upkeeps code using a combination of coding,
deployment, and productivity tools.

· Oversees and maintains the University’s blog CMS (currently
WordPress).

· Uses best practices in maintaining and improving the blog CMS.

· Partners with the group's web designers for website and interface
design.

· Provides end-user technical support online, via phone, and
in-person for multiple systems - Roxen, Drupal, WordPress, and Movable Type.

· Follows project management methods and technologies.

· Provides occasional one-on-one or group application training.

· Keeps abreast of rapidly changing technologies; integrate new
technology to support the evolving needs of the campus; actively exchanges
knowledge and shares expertise with campus community. Adapts to evolving
needs.

· Maintains positive working relationships and provides service to
individuals of diverse backgrounds.

· Develops solutions for adapting content and presentation to
mobile devices and browsers.



*Job Requirement*

· Five years of hands-on web development experience.

· Very strong background in programming tools such as XML, XLST,
HTML, XHTML, CSS and JavaScript.

· Strong experience with PHP and JQuery.

· Strong technical expertise with content management systems and
blogs.

· Strong interpersonal, organizational and planning skills. The
ability to work well in a collaborative team environment.

· The ability to maintain positive working relationships with and
provide service to individuals from diverse backgrounds.

· In-depth knowledge of existing and upcoming web standards.

· Enthusiasm for learning and developing new skills and keeping
abreast of new and emerging technologies.

· Strong knowledge of best practices with mobile and responsive web
development.

· Demonstrated knowledge of current web-design trends and
techniques.

· Ability to communicate effectively verbally and in writing.

· Professional experience in Higher Education.

· Developing applications using database technologies Oracle and
*MySQL.*

· Knowledge of RXML (Roxen CMS) and Pike.

· Experience with *Drupal.*

· Experience with Movable Type or WordPress.

· *Bachelor's Degree*

· *XML, XLST, HTML, XHTML, CSS, JavaScript, PHP, MySQL, Oracle,
JQuery, Kurogo, Roxen CMS, Drupal, Moveable Type, and WordPress.*

*Regards , *

*Umang Goswami*

*Technical Recruiter*

*VSG Business Solutions*

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

*Gmail ID : umang@gmail.com *

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

[android-developers] IMMD NEED: ETL Developer with Alteryx Exp in MD

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

Title: *ETL Developer with Alteryx Exp*
Location: Baltimore, MD
Duration: 6 Months—likely extensions

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

*Required Skills: *
 Alteryx
SQL
ETL
Following formal IT process experience - SDLC
IT Background - Examples: .NET Developer, Java Developer, SQL Developer, BI
Developer but must be a part of a team that is within IT and use to
following standard IT processes - Ex. SDLC
Experience creating automated solutions - Using CTL M or other scheduling
tools


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


[android-developers] Urgently Looking for PragmaCAD in Baltimore.

2017-02-06 Thread SALMA BHAT
Hi Partners,


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


PragmaCAD

•  Minimum 7  years of IT experience with 4-5 years of experience
in CGI’s PragmaCAD mobile workforce management product support

•  Strong knowledge of CGI PragmaCAD technology, architecture and
development experience primarily in support, upgrade and customization

•  Strong Knowledge on enterprise asset, work and mobile workforce
management business processes.

•  Participate in Business Process discussion and provide the
expertise in making informed decisions related to PragmaCAD.

•  At least 6 year experience in full software development
lifecycle from requirement gathering, design, development, testing, to
production implementation and support

•  At least 6 year experience in SQL skills in Oracle and/or SQL
Server

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


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

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

Hope you’re having a great day.



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

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



* Technology: DevOps*

Name: Navya Y

Contact No: 630-506-6098

Email id: buildrelea...@gmail.com

* Technology: Penetration Tester*

Name: Pavani R

Contact No: 630-506-6098

Email Id: secuanal...@gmail.com

* Technology: Java*

Name: Sandeep Maram

Contact No: 630-506-6098

Email id: javadev...@gmail.com

* Technology: SAS*

Name: Vishnu Vardhan

Contact No: 630-506-6098

Email id: sasmprs...@gmail.com



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


Thanks & Regards,

Krishna
630-506-6098.
kris...@mprsoft.com

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


[android-developers] Urgent Need: .Net developer with strong AngularJS _Waltham ,MA/Cleveland, OH/ Indianapolis, IN/ Minneapolis, MN _ 12+ months

2017-02-06 Thread Shawn Marsh
Hi Friend,

Hope your are Doing Good…!

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



*Requirementdetails:*

*Title:* *.Net developer with strong AngularJS *

*Location: **Waltham ,MA /Cleveland, OH/* *Indianapolis, IN/*
*Minneapolis,
MN*

*Duration   : 12+ Months*





*10  years Profiles Only *



*Technical skills and Knowledge:*



*Primary Skills**:*  * .Net Developer*



*Responsibilities:*



Role: .Net developer with strong AngularJS

Expert -> Angular JS, C#.NET, REST Web API, HTML5, CSS3, JavaScript

Moderate -> xUnit, SQL, Oracle, Agile, Entity Framework

Entry -> TFS, Angular Material Design, Jasmine Unit test, Bootstrap, OAuth
2.0





Thanks & Regards



*Shawn Marsh*

Insoursys Inc

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

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

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


[android-developers] Sr. Systems Analyst--Locals to DC, VA, MD, DE

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


*Job Title: Sr. Systems Analyst*

*Location: Washington DC –Locals Only*

*Duration:   9+ months*

*F2F Interview*



*Abilities/Skills: *

•   8+ years of IT experience working to support and enhance
infrastructure and DR capabilities within an organization.

•   Systems engineering and technical expertise in the planning,
design, and implementation of high availability IBM mainframes & AIX open
systems.

•   Knowledge of backup and recovery methodologies and business
continuity concepts.

•   Experience in the development, testing, and execution of DR
plans with IBM’s Metro Mirror, Global Mirror, and SVC Global Mirror with
Change Volumes in order to verify functionality, timeliness, and accuracy
of recovery processes and procedures.

•   User acceptance testing and application verification to meet
SLA/RPO/RTO objectives.

•   Operational support in the planning, design, replication, and
synchronization of secure, high-availability systems and applications.

•   Demonstrated ability to manage infrastructure-related projects
including installation of hardware and software solutions (for mainframe,
distributed servers, storage, middleware, and networking)

•   Knowledge of and experience in managing DR
environment/configuration projects and/or other data center operations
projects.

•   In-depth of knowledge of system development methodologies;
understanding of technologies employed at the FEPOC; experience in managing
and leveraging cross-functional teams in a matrix environment.

•   Ability to lead dynamic, energized, and highly creative
multi-discipline high-performance work teams in learning and applying new
skills/techniques to respond to business needs.

•   Leadership skills, including:  coaching, organizing,
integrating, directing, controlling and motivating.

•   Ability to effectively adapt to rapidly changing technology and
to apply it to business needs.

•   Solid teamwork and interpersonal skills, with the ability to
communicate and persuade customers, employees, and management at all levels
and thrive in a cross-functional environment.

•   Excellent oral and written communications; an ability to
present and discuss technical information in a way that establishes
rapport, persuades others, and gains understanding.  Must be able to
influence and partner with Functional Managers to achieve wins for not only
own objectives and deliverables but also those of the broad organization.

•   Ability to analyze project requirements and determine resources
needed to meet objectives, possessing good technical skills, including
scheduling, estimating, and costing.

•   Strong analytical, problem-solving, and conceptual skills.

•   Knowledge of technology product offerings and experience with
hardware, software and software development methodologies to understand the
impact of a new project.

•   Proficiency in project management planning and estimation tools.



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%2BorBTh6J9YJ_%2By3YzXW-rLAQYm_cUDA4-gf2nCE-L1-D4Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Required: Senior Oracle SCM Functional Consultant at Cleveland, OH.

2017-02-06 Thread Praveen
Hi,

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



*Position: **Senior Oracle SCM Functional Consultant *

 *Location: **Cleveland, OH*

 *Duration: Long term Contract*



*Required Skills:*

Oracle Applications,Oracle Supply Chain, Procure to Pay



*Job Description: *

Apex Systems is seeking a qualified resource for a contract Oracle SCM
Functional Consultant in Cleveland, OH. Our client is looking to bring on a
resource for their phased re-implementation of Oracle SCM. They are moving
data from multiple legacy systems to Oracle EBS. Ideally, they would like
to bring on a resource that has expertise in the Procure-to-Pay process.



*Summary*

One of our clients in the Cleveland area is going through an Oracle ERP
Implementation. This would be a functional role for support and enhancement
of the Supply Chain Management area. This is an exciting opportunity to
work with a large, growing Fortune 500 company in the Cleveland area.

*Desired Qualification:*

• Looking for a Functional resource who also understands the basics of SQL,
has the ability to retrieve data, and is able to test the application.
• The candidate should have in-depth experience with Sourcing / Procurement
Contracts / Purchasing / Inventory / Advanced Pricing
• They should have basic knowledge in Costing, Accounts Receivables
Accounts Payables modules
• Providing hands-on configuration – performing design and build work for
the business processes associated
• Gathering requirements, creating functional specs, performing manual
testing


*Technical Experience/Skills Required*

Technical Experience/Skills Required:
·Senior level (Overall experience 10+ years out of which 6+ years desired
in Oracle Application) Oracle E-Business Suite Functional Expert with
Implementations experience possessing the following skills:
·Techno-functional in nature; 70% Functional 30% Technical; Should be aware
of the most important Oracle Apps table structure and joints in the
relevant modules; However no coding experience required
·Multiple Implementations or Upgrade experience; Oracle E-Business Suite
Release 12 (Preferred) or 11.5.10
·Gather requirements, create design documents, and perform impact analysis
for Oracle functionalities for the implementation
·Develop solutions to leverage Oracle applications functionality for the
Oracle Supply Chain areas; Module specific knowledge in P2P.
·Expert level knowledge in IR-ISO cycle; Accounting impact, customization
options and reporting requirement for Internal Requisition – Internal Sales
Order Cycle
·Possess associated basic knowledge in Oracle Costing, Accounts Payables
modules
·Facilitate user sessions for requirement gathering, training and testing.
·Prepare functional specification documents (MD50) for the desired
customizations and present to the group of the Pros and Cons of a specific
approach
·Guide technical team in the development of reports, conversions,
interfaces, and extensions for Oracle Applications.
·Develop Functional Specification documents for RICEW objects and
Application Setup documents for the modules implemented
·Understand and implement/modify the Application Configuration as required
(includes system setups, flex-fields, workflow builder, custom library,
profile options, etc.).
·Assist users with problems and resolve issues independently.
·Create test plans, test cases, test scripts and performs functional
testing.
·Work with existing systems to track and manage requirements and issues



*Technical Experience/Skills Preferred*

Technical Experience/Skills Preferred
Knowledge and familiarity with Oracle R12 Multi-org Architecture
Previous working/consulting experience in Paints, Coatings or Other
Manufacturing Industries
consulting background with any Consulting firms
Relevant R12 Oracle Certification



*Non-Technical Skills Required*

EXCELLENT Verbal and written communication skills. Someone who is a team
leader, self-motivated, ability to work with large number of experienced
business users conduct workshops, presentation, testing sessions. The
ability to analyze pros and cons of a specific Oracle solution and convince
the business users.









*Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

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

*Gtalk/yahoo/Skype: praveentj101*

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

This message contains information that may be privileged or confidential
and is the property of Sage Group. It is intended only for the person to
whom it is addressed. If you are not the intended recipient, you are not
authorized to read, print, retain copy, disseminate, distribute, or use
this message or any part thereof. If you receive 

[android-developers] Immediate Interview and Start ASAP!! Java Architect and Developer

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

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

*Job Role: Java Architect and Developer*
*Location: Cherry Hill, NJ *
*Duration: One year plus*

*AEM skills are a huge plus. Spring, Hibernate and MVC are critical hands
on skills.*

*Must be open to providing off-hours production support.*

*Skill Requirements:*
Experience with large distributed applications and building/operating
highly available systems.
Strong knowledge of data structures, algorithm, enterprise systems, and
asynchronous architectures.
Core competencies in *Java, XML, HTTP, Web Services (REST/SOAP).*
Strong working knowledge of Spring framework.
Experience with *HTML, JQuery, JSTL, JavaScript, AJAX and front-end
frameworks.*
Experience building web applications for mobile devices.
Deep understanding of web services software architecture and design,
including security based implementations.
Strong experience implementing transaction and management and persistence
using lightweight frameworks such as *JPA and Hibernate.*
Strong data modeling and database programming skills *(Oracle database and
PL/SQL experience a plus)*.
Experience with *Tomcat, Apache HTTP Server, AEM *a plus
Familiarity with UNIX systems (system security model, systems
administration, and advanced scripting skills) a plus.
Understand *TCP/IP* networks and concepts with the ability to provide basic
troubleshooting assistance to infrastructure disciplines.
Experience with* CDN’s *a plus.

*Education/Experience:*
The ideal candidate will posses a *BA/BS* degree in Computer Science *(Masters
degree in Computer Science a plus)* with *6 to 8 plus years of overall
development and 3 to 5 plus* *years of enterprise software experience*.
Must have excellent verbal communication, written communication, and social
interaction skills.

*Best Regards,*

*Kaazmi Kahn - Recruiter*
*AYR Global IT Solutions Inc.*
*1431 Opus Pl, Suite 110, Downers Grove, IL -  60515*
*Direct: (281) 670-9343 | Email: kk...@ayrglobal.com *

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


[android-developers] Need Local Only-----------Sr. Systems Engineer in DC

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

Job Title: Sr. Systems Engineer
Location: Washington DC  *Need Local Only!!*
Duration:   9+ months

*Abilities/Skills: *
8+ years of IT experience working to support and enhance infrastructure and
DR capabilities within an organization.
Systems engineering and technical expertise in the planning, design, and
implementation of high availability IBM mainframes & AIX open systems.
Knowledge of backup and recovery methodologies and business continuity
concepts.
Experience in the development, testing, and execution of DR plans with
IBM’s Metro Mirror, Global Mirror, and SVC Global Mirror with Change
Volumes in order to verify functionality, timeliness, and accuracy of
recovery processes and procedures.
User acceptance testing and application verification to meet SLA/RPO/RTO
objectives.
Operational support in the planning, design, replication, and
synchronization of secure, high-availability systems and applications.
Demonstrated ability to manage infrastructure-related projects including
installation of hardware and software solutions (for mainframe, distributed
servers, storage, middleware, and networking)
Knowledge of and experience in managing DR environment/configuration
projects and/or other data center operations projects.
Ability to lead dynamic, energized, and highly creative multi-discipline
high-performance work teams in learning and applying new skills/techniques
to respond to business needs.
Leadership skills, including:  coaching, organizing, integrating,
directing, controlling and motivating.
Ability to effectively adapt to rapidly changing technology and to apply it
to business needs.
Solid teamwork and interpersonal skills, with the ability to communicate
and persuade customers, employees, and management at all levels and thrive
in a cross-functional environment.
Excellent oral and written communications; an ability to present and
discuss technical information in a way that establishes rapport, persuades
others, and gains understanding.  Must be able to influence and partner
with Functional Managers to achieve wins for not only own objectives and
deliverables but also those of the broad organization.
Ability to analyze project requirements and determine resources needed to
meet objectives, possessing good technical skills, including scheduling,
estimating, and costing.
Strong analytical, problem-solving, and conceptual skills.
Knowledge of technology product offerings and experience with hardware,
software and software development methodologies to understand the impact of
a new project.
Proficiency in project management planning and estimation tools.

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


[android-developers] Required:::BA with PMO, Public Sector experience at Des Moines, IA

2017-02-06 Thread priyadarshani . s145


Hi, 

 

Hope you are doing Good! 

 

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






* Title: BA with PMO, Public Sector experience Location: Des Moines, IA 
Duration: Long term *

 

*Description:*

Must be self-driven, disciplined, assertive and goal oriented -- 
individuals with a focus on delivering solutions that meet the user’s needs.

As a Business Analyst in the PMO, you will define and document business 
specifications, application functionality, workflow requirements, and 
configuration of business rules, and may perform some level of testing. You 
will be working in a team environment where you will be the vital link 
between IT and business, as well as third parties.

As a Business Analyst in the PMO, you will participate in initiatives in 
multiple areas of the organization – and support initiatives of various 
sizes, types and complexities. With the PMO’s primary function of quality 
and timely delivery, the projects supported are often high profile and 
visible.

Required Skills

   - 7 years BA 
   - experience working in PMO setup 
   - public sector experience 
   - Working with stakeholders, project managers, technical staff and users 
   - Create and maintain artifacts such as requirements documentation, use 
   cases, test cases, data flow diagrams, UI wireframes 
   - Define and document business specifications, application 
   functionality, workflow requirements, and configuration of business rules 

 

 Thank you!!

Priya S.

Technical Recruiter

MSys Inc.,

Direct (972) 544 7798

pr...@msysinc.com 


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


[android-developers] Hiring for SAP ABAP for Detroit, MI |Phone Than Skype

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




*Role   :   SAP ABAP Location
:   Detroit, MI Duration  :   6+
 Months Interview:   Phone / Skype*

*USC are highly Preferred*

*Job Functions / Responsibilities:*

· Gather project requirements from end users / SAP Functional
consultants for SAP ABAP Developments.

· Develop Technical Specifications, Unit Test Case documents for
RICEFW developments.

· Develop ABAP Code for project requirements.

· Perform Code Reviews, Debugging and locationzation / resolution
of identified / reported issues.

· Perform peer review and validation of developments done by other
team members.

*Job Requirement*

· At least 10 years of experience in ABAP developments.

· Must have good knowledge of SAP SD,WM,PP and MM processes.

· Must work independently without supervision.

· Should be well versed in developing Reports, Interfaces, Forms,
Enhancements and Dialog Programs.

· Should have expert skills in fixing complex technical issues
including Performance issues, Object Oriented Program development and
implementing automations and workflows.

· Expert debugging and problem analysis skills.

· Knowledge of SAP PI.

· Good communication skills.











Regards ,

Neha Saral

Technical Recruiter

VSG Business Solutions

Email ID :  n...@vsgbusinesssolutions.com

Phone: 302-261-3207 x 107

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


[android-developers] BizTalk Developer - Philadelphia, PA

2017-02-06 Thread Sekhar Reddy
*Hi,*

*Sekhar* here from *METASIS INFORMATION SYSTEMS,* one of our client has an
opening for *BizTalk Developer*

Below is the JD for your reference, do let me know your interest.



*Job Title   : BizTalk Developer*

*Job Location   : Philadelphia, PA*

*Duration  : 8 Months*

*Interview: Telephonic/Skype*



*JD for BizTalk Developer:*

•   8 years of IT experience

•   Hands-on experience on Installation, Configuration,
migration, Designing, Administering and Managing BizTalk Server
2006/2009/2010/2013R2 etc

•   Expertise in developing applications. Implemented the
Presentation Layer (Windows and Web Forms), Business layer and Database
Layer.

•   Experience in *Migration of BizTalk server 2006 Artifacts
to BizTalk server 2013 R2*

•   Knowledge in BAM, BizTalk Administration

•   Used TFS for software versioning, Tracking.

•   Well versed in developing Complex Orchestrations
implementing Error Handling, Compensation and Failed Message Routing.

•   Expertise implementing solutions leveraging the benefits of
BRE and invoking Policies using Call Rules Shape in Orchestrations and in
.NET Assembly.

•   Proven IT experience in various phases of software
development including System Analysis and Design, Coding, Testing,
Implementation and Documentation.

•   Excellent analytical and programming abilities in using
technology to create elegant, flexible and maintainable solutions for
complex development problems.

•   Excellent Communication and Interpersonal skills.



Thanks & Regards,

Sekhar

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

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


[android-developers] Tibco Spotfire Developer in Raleigh, NC

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

Tibco Spotfire Developer
Raleigh, NC
6+ Months

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

Required Skills:
1) Tibco Spotfire BI tool
 2) CRO/Pharma clinical data
3) Complex data sets/modeling Candidate should have a minimum of 5-7 years
of business experience, combined with relevant education, training and
applicable industry certification.
Candidate should possess a Bachelor's degree.
Minimum of 5-7 years of data visualization experience,
Spotfire required
Strong communication, organizational, prioritization and leadership skills
Detailed orientated with strong analytical aptitude, an understanding of
statistical methods is highly desired
Knowledgeable in both object-oriented analysis & design and database design
methods ? Possess strong data analysis and technical skills
Possess good written and oral communication skills as well as presentation
skills
Ability to learn quickly and adapt to new environments
Self-driven and motivated individual that takes pride in the development of
high quality, on time, within budget projects
Pharma/CRO or healthcare experience within a regulated industry preferred
Additional proficiency in Iron Python and R scripting is a plus
Familiarity with SCRUM agile development methodology is highly desirable

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


[android-developers] Local Only :: .Net Application Developer :: Plano, TX

2017-02-06 Thread Yagya Gupta
Hi Team,


Please share profile for below position.


*LOCAL ONLY TO PLANO, TX*


*Position: .Net Application Developer*

*Location: Plano, TX*

*Duration: Long term Contract*



*Note: .Net with strong ANGULAR JS, UI ,JQUERY*



*Job Description*

•C#, .NET development experience using VS 2010/2012/2013 and
framework 3.0 and higher

•Strong experience with ADO.NET, LINQ and AJAX

•Strong experience developing WCF, Web Service, ASP.NET & Windows
Service applications

•Strong experience with jQuery, JQGrid and Enterprise Library

•Clear understanding of architectural concepts and the fundamentals
of good software design

•Experience with Agile/iterative and waterfall development processes

•Candidate must have strong analytical and problem solving
abilities.

•ability to think through and solve complex technical problems.

•Able to multi task and work independently.

•Candidate shall be able to handle tasks on his/her own and take up
responsibilities.

•Deliver solutions as per schedule.



*In addition to the above qualifications, the desired skills for this
candidate include:*

•Exposure to underscore.js, Cross Browser Script Library, Angular
JS and other JS libraries

•Working knowledge on SQL server/Oracle

•Power Shell

•.NET 4.5

•RESTful API



*Thanks & Regards, *

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

*y...@pro-tekconsulting.com *

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


[android-developers] Security Architecture Analyst –@New York __FULLTIME n Contract Both with 10+ Profile

2017-02-06 Thread Bharat Chhibber
Hello,

Hope you are doing well.

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



*Security Architecture Analyst –*

*New York *

*Full Time N Contract Both*



*Must-Have* -

·In depth knowledge in *two* of following security domains
oApplication security
oCloud Security
oMobile security
oInfrastructure security (network, database and OS level)
·Excellent knowledge of application, network and platform security
vulnerabilities. Ability to explain these vulnerabilities to developers
·Experience in conducting Information Security, IT Security, Audit
assessments. Presenting the outcomes of the assessment and obtaining buy
in.
·*Superb communication skills*, interpersonal skills and *written
skills*.
·The candidate must have working experience in the following
application/network security domains:
oAuthentication: SAML, SiteMinder, Kerberos, OpenId Entitlements
and identity management Data protection, data leakage prevention and secure
data transfer and storage
oApp Security: validation checking, software attack methodologies
oCryptography: encryption and hashing .

*Good-to-Have* –

·*In-depth knowledge of web technologies such as Web Browsers, Web
Servers, Web Services*
·*Frameworks, protocols and subsystems:  J2EE, .NET, Spring, RPC,
SOAP,  MQSeries, JMS, RMI, JMX, Hibernate.*
·*Knowledge of JSP /Servlet/EJB or ASP.NET ,
HTTP/HTTPS, Cookies, AJAX, JavaScript, Flex / Silverlight.*
·*Database design and programming experience*
·*Knowledge of standard network model and the risks that present at
each layer, the functions of network equipment such as switches, routers,
firewalls, proxies, vpn, and load-balancers, and to understand network
architecture.*
·*The candidate must have working knowledge of the primary
operating systems (Unix, Windows, z/OS, Mac OS), the configuration and
management of that platform at an enterprise scale, the security risks to
that platform, and how to mitigate those risks.*
·*experience in testing tools, at least one of Veracode, Fortify,
OunceLabs, AppScan, WebInspect, Burp*
--

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Bharat Chhibber*
Desk : 6098530818 Extn 2111

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


--

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

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

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

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


[android-developers] Java Developer with AWS :::: Beaverton, OR :::: Contract

2017-02-06 Thread Soumya Sp
*Java Developer with AWS  *



*Location : Beaverton, Oregon*

*Type : Contract*



*Skill set:*

- Spring

- MVC

- Java Backend

- Spring Framework

- AWS



• 8-12 years of experience

• Deep knowledge of SOA & Micro services, REST Services Development

• Expertise in implementing solution on AWS

• AWS Component Usage, Configurations and Deployment - ElasticSearch, EC2,
S3, SNS, SQS, API Gateway Service, Kinesis, EMR, Cloud Formation** and
Lambda**

• Desire to grow in any of the following areas: AWS,  Continuous Delivery

• Spring MVC, Spring Boot

• Developing Micro service using Spring / AWS technologies and deploying on
AWS platforms

• Java backend developer ,  Spring framework

• Competent Java level developers who need to hit the ground running
immediately

• Unit Testing and Mocking frameworks experience

• Excellent Communication skills

• Knowledge on agile and scrum

• Continuous integration and deployment

• Experience using the latest debugging development tools

• Should be willing to learn new techs, help propose solution to business.
Forward thinking. Semi Architect

• Proficient with Git

• JIRA/Confluence

• Jenkins





*Regards,*



*Ranjan*

*Next Level Business Services Inc*

*Staffing|Consulting|Outsourcing*

*Jacksonville, FL*

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

E-mail: soumya.ran...@nlbservices.com |Web:www.nlbservices.com

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


[android-developers] Fwd: Required: Data Architect / Data Modeler at Wilmington, DE.

2017-02-06 Thread Praveen
Hi,

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



*Position: **Data Architect / Data Modeler*

 *Location: **Wilmington, DE*

 *Duration: Long term Contract*



*F2F Required (need locals)*



*Required Skills:*

Data Modeling

Erwin

Oracle Database

Terabyte Size

Want someone with 7-10 years experience anything over 12 they will not be
interested in (if someone has that much experience they should be a Data
Architect, which is not what they need in this role)



*Basic Qualifications*:

We are looking for a focused Data Modeler - someone who will do 100% data
modeling moving from project to project internally doing Data Modeling.

Must have Terabyte size database experience.



*MUST BE LOCAL - PERSONAL INTERVIEW TO TAKE PLACE TUESDAY OR WEDNESDAY *

*HIRING DECISION NEXT WEEK - 2 WEEK ONBOARDING*





*Job Description: *

*Qualifications*

* Minimum 7+ years experience modeling complex databases using 3rd party
modeling tools such as ERWin 9.2

* Experience designing and building large financial services data
warehouses with very strong data analysis skills

* Have good knowledge of ER/Dimensional modeling and have extensive
experience in developing logical and physical data models in complex,
multi-application environments.

* 3-5+ years of hands-on experience in data management, data warehousing,
data transformation, metadata and reference data management and business
intelligence tools.

* 3+ years of experience with advanced SQL query techniques using TOAD, SQL
Navigator. Basic UNIX would be a Plus.

* Previous experience as a hands-on Oracle DBA of large database is a plus.

* Must have good understanding of leading 3rd party products in the
relevant areas (e.g. Datastage, Business Objects, Microstrategy).

* Significant experience with System Development Life Cycle (SDLC)



*Responsibilities:*

* Capture business requirements and rules, design the associated logical
models, and create all required documentation to support, communicate, and
validate the data model.

* Design, build and maintain the logical and physical data models to
support the business requirements in a dynamic, expanding business
environment.

* Map data elements of data sources into the domain data models.

* Maintain documentation of data models, including relationships,
constraints and metadata.

* Publish and conduct model reviews with business and technical project
teams.

* Review database design changes with the team to determine the impact to
the physical database and other systems.

* Coordinate with development/implementation team to improve model formats
and approaches with regard to implementation issues.

* Participate in performance tuning activities including partitioning
strategies, indexing strategies, and SQL optimization

* Architect with an eye toward high performance, scalability, and high
availability.









*Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

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

*Gtalk/yahoo/Skype: praveentj101*

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

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

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


[android-developers] Role : Java lead developer

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

Role : Java lead developer
Location:Torrance, CA, USA
Duration: 6months

Note:-
Only USC & GC

job description:
• About 8 years of experience as a Java software developer in
Java/J2EE technologies.
• 4+ yrs experience with Web services, Proficient in SOA, REST API
• Required Experience with server-side architectures and web
application development utilizing: Spring, Spring Integration, Hibernate,
Java/J2EE, REST/SOAP, Service Oriented Architectures.
• Required Java and related web application engineering skills:
Spring, Spring Integration, Spring Batch, Boot, Hibernate, JSP, JSR
portlets, JSP, AJAX
• Experience in App Servers, Web Servers, Databases, Web Services,
UML and Development tools (Ant, Maven, Eclipse), CVS
• Experience with JUnit and test driven development
• Experience working in No-SQL like couchbase or mongodb
• Integration build – optional Hudson/ Jenkins, Bug Tracking
• Proficient in Enterprise Integration patterns

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.com

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


[android-developers] Role : Java lead developer

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

Role : Java lead developer
Location:Torrance, CA, USA
Duration: 6months

Note:-
Only USC & GC

job description:
• About 8 years of experience as a Java software developer in
Java/J2EE technologies.
• 4+ yrs experience with Web services, Proficient in SOA, REST API
• Required Experience with server-side architectures and web
application development utilizing: Spring, Spring Integration, Hibernate,
Java/J2EE, REST/SOAP, Service Oriented Architectures.
• Required Java and related web application engineering skills:
Spring, Spring Integration, Spring Batch, Boot, Hibernate, JSP, JSR
portlets, JSP, AJAX
• Experience in App Servers, Web Servers, Databases, Web Services,
UML and Development tools (Ant, Maven, Eclipse), CVS
• Experience with JUnit and test driven development
• Experience working in No-SQL like couchbase or mongodb
• Integration build – optional Hudson/ Jenkins, Bug Tracking
• Proficient in Enterprise Integration patterns

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.com

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


[android-developers] Role : Java lead developer

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

Role : Java lead developer
Location:Torrance, CA, USA
Duration: 6months

Note:-
Only USC & GC

job description:
• About 8 years of experience as a Java software developer in
Java/J2EE technologies.
• 4+ yrs experience with Web services, Proficient in SOA, REST API
• Required Experience with server-side architectures and web
application development utilizing: Spring, Spring Integration, Hibernate,
Java/J2EE, REST/SOAP, Service Oriented Architectures.
• Required Java and related web application engineering skills:
Spring, Spring Integration, Spring Batch, Boot, Hibernate, JSP, JSR
portlets, JSP, AJAX
• Experience in App Servers, Web Servers, Databases, Web Services,
UML and Development tools (Ant, Maven, Eclipse), CVS
• Experience with JUnit and test driven development
• Experience working in No-SQL like couchbase or mongodb
• Integration build – optional Hudson/ Jenkins, Bug Tracking
• Proficient in Enterprise Integration patterns

Thanks & Regards
Mahesh
Sage IT Inc,
3011 Internet Blvd, Ste 110
Frisco, TX 75034, USA
Direct: 972-996-0650|Ext:347
Fax : 214-619-2033
Email: mampago...@sageitinc.net | Web: www.sageitinc.com

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


[android-developers] Fwd: Required: Senior DBA at Tampa, FL.

2017-02-06 Thread Praveen
Hi,

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



*Position: **Senior DBA*

 *Location: **Tampa, FL*

 *Duration: Long term Contract*



*Required Skills:*

SQL Server



*Job Description: *

*Client Job Description:*

   - Designs, documents, implements, monitors, secures and supports MS SQL
   relational, OLTP, OLAP, and star schema databases and other database
   systems.
   - Plans and manages patch application on all database servers.
   - Creates, distributes, and enforces standards for user account, group,
   and database security and configuration for all production databases and
   for non-production databases that may contain PHI or other sensitive data
   protected under HIPAA, Sarbanes Oxley, or other state or federal regulatory
   requirements.
   - Designs, documents, implements, and monitors archive and other
   essential log file configuration, operation, and location.
   - Designs, documents, implements, and monitors backup of critical
   database files to tape or other approved media, and other database
   protection or high availability solutions such as replication, mirroring,
   shadowing, or RAC.
   - Monitors performance issues on all production and non-production
   databases (as applicable) implementing performance monitoring and trending
   on all production and applicable non-production databases with tools such
   as Stats Pack, Enterprise Manager, and appropriate third party OS and
   Oracle or MS SQL and other performance monitoring tools.
   - Provides monthly reports to management on performance on production
   databases including any performance exceptions and all requested
   performance data in a summarized, easy-to-read format.
   - Designs, documents, and implements performance enhancing hardware, OS,
   or database configuration changes to improve performance using performance
   data collected to verify performance improvements.
   - Creates, documents, and implements standard, secure, high-performance
   configurations for all Oracle and MS SQL and other database installs.
   - Assist development and reporting groups in optimizing SQL statements
   in applications, batch jobs, and reports and in designing and using
   databases and database applications and processes for maximum performance,
   security, reliability, and availability.
   - Additional duties as needed.



*Additional Responsibilities:*

   - Responds to alerts or emergency issues within 15 minutes during normal
   business hours and when on-call
   - Provides project management support for database and database systems
   projects
   - Transfers knowledge to other IT staff
   - Reviews new technologies against business requirements to identify
   opportunities for process, performance, reliability, or data management,
   storage or backup improvements and to identify opportunities to improve
   performance or reduce costs.
   - After hours work may be required for upgrades to production systems to
   avoid system downtime during business hours
   - Must be able to be available for after-hours support via cell phone or
   pager 24x7 when on call.
   - A valid driver's license and the ability to drive are required to
   allow for infrequent (less than 5%) travel to remote sites for support and
   installations as necessary.



*Candidate Experience:*

   - Required 6 years of experience in Database administration
   - Required 3 years of experience in Information technology (in addition
   to the database administration experience required)



*Candidate Skills:*

   - Intermediate Other Must be able to understand and follow verbal
   instructions and written polices and procedures to ensure adherence to
   standards and to instructions from management.
   - Intermediate Other Must be able to document and diagram solutions
   using standard formats. Documentation must be grammatically correct,
   factually accurate, and appropriate to the target audience.
   - Advanced Ability to work independently
   - Advanced Demonstrated analytical skills
   - Advanced Ability to work in a fast paced environment with changing
   priorities



*Technical Skills:*

   - Advanced Other Must have advanced level experience in at least 1
   database technology and at least intermediate level experience in another
   database technology.
   - Must have a good understanding of database design for relational,
   OLAP, OLTP, and star schema databases
   - Advanced MS SQL Knowledge









*Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

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

*Gtalk/yahoo/Skype: praveentj101*

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

This message contains information that 

[android-developers] immediate closer||Hadoop Architect with Blue prism @ Atlanta GA 30313

2017-02-06 Thread amit yadav
*Hi,*

Hope you are doing great!





Job Title* *Hadoop* *Architect*
Work Location & Address* *Atlanta GA 30313*
Contract duration (in months)* *12*
Target Start Date* *13 Feb 2017*
*Mandatory

Job Details:




*Must Have Skills (Top 3 technical skills only) * 1. Blue prism 2. Splunk
3. Service now*

Detailed Job Description:
Looking for an architect who has good experience on Blue prism. client is
looking for evaluating BP for their RPA. Need to provide inputs and
suggestion on the evaluation
Desired years of experience*:
Above 5 years
Education/ Certifications (Required):
BE
Top 3 responsibilities you would expect the Subcon to shoulder and execute*:
1. Responsible for implementing Blue Prism on client
2. Setup integrations with other systems like Splunk
3. Integrate the system with Service now



*Best Regards,*

*Amit Yadav* | SYSMIND, LLC

Team Lead

[image:
ttps://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/CAKAv6ESgQfqiNbNqNZVwhTUoXnOEuV0ptffKy6A8D%3DgJN52BiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] I Do Need help for google play developer registration!

2017-02-06 Thread nightlab101
i always get this error when register to google play developer. so this is 
the error " *Correct this Card info Or Try Different Card* ".

Note
+ I sure that my Card number is Correct (*Human Verification*) but i always 
get that *error.*
+ I use *master Card.*

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


[android-developers] Re: UI Developer//Bothell, WA//6 months

2017-02-06 Thread Se Jo


Hi Mounika,

 

As per your Developer's requirement, please go through the profile of Gerry 
and let me know your interest.

 

On Thursday, February 2, 2017 at 7:47:01 PM UTC+5:30, mounika basham wrote:
>
> Hello Professionals,
>
>  
>
> Hope you are doing great
>
> We have an urgent below “*UI Developer*” position with one of our client 
> for* 6 months contract  *at “*Bothell, WA “*you are interested please 
> share your updated resume along with contact details to 
> mounika...@visionisys.com 
>
>  
>
> *Job Title*: *UI  Developer*
>
> *Location*: *Bothell, WA*
>
> *Duration  * : *6 months*
>
>  
>
> *Technical Skills:*
>
> Angular preferably 2.0, JSP, Servlets, CSS, JSTL, custom TAGs creation, 
> Jquery, bootstrap, Analytics (Tagging, PDL)
>
>  
>
>  
>
> Thanks & Regards,
>
> *Mounika Basham*
> visionisys Inc
>
> PH :901-203-2867
> E-mail:  mounika_bas...@visionisys.com  || www.visionisys.com 
>
> Note: If you have received this mail in error or prefer not to receive 
> such emails in the future, please reply with "REMOVE" in the subject line 
> and the email id(s) to be removed. All removal requests will be honored 
> ASAP. We sincerely apologize for any inconvenience caused.
>
>  
>

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


Gerry G  - Sr UIUX Frontend Web Developer.docx
Description: MS-Word 2007 document


[android-developers] Excellent Sr. Salesforce Developer/Admin Consultant Available with 9+ Years of Experience at Santa Clara, CA

2017-02-06 Thread Acha Hotlist
Hello All,



Please find the attached resume of my consultant for the Sr. /Lead
Salesforce Developer/Admin positions.



*Name: Pavan Kumar*

*Availability: Immediately*

*Visa Status: H1B*

*Relocation: Yes*

*Current Location: Santa Clara, California*



· *Over* *9* years of IT experience in Insurance, Banking, public
sector and financial domain.

· Proven functional/technical knowledge with full life cycle
implementations on *SalesForce.com*.

· Expertise in *Configuration, Customization, Custom Development *and
*Support* experience on *Salesforce.com* platform and building *custom
objects, complex workflows, fields, ensuring high quality performance,
maintainability, scalability, *and* best practices.*

   - Well versed with analyzing company processes, translating business
   workflows into accurate CRM workflows & configuring CRM applications to
   meet business needs.

· Expert in generating and analyzing *Custom reports* and
*Dashboard* for management and various business unit personnel to provide
detail information on key performance indicators.

· Strong *Requirements gathering* experience and *documentation*
skills which includes Conducting User Interviews*, *transforming business
requirements into user requirement specification, Functional Requirement
Specifications Document *(FRD) *and *Use Case Narratives.*

· Experience in creating *Custom objects* and integrating existing
desktop and web apps with legacy mainframe systems.

· Implemented pick lists, dependent pick lists, lookups, junction
objects, master detail relationships, validation and formula fields to the
custom objects

· Strong experience in implementation and Integration using*
Standard & Custom Objects, Triggers, workflows, approvals, Visual force
Pages, Apex Controller Classes.*

· Experience in *integrating SFDC* with application like Microsoft
Outlook etc.

· Comprehensive experience to integrate *3rd* party systems from
within Salesforce.

· Experience in *Data Migration* using* Import Wizard, Apex Data
Loader, Force.com IDE and Eclipse IDE, Force.com Explorer, and ANT.*

· Expert level of interacting and educating clients on
salesforce.com architecture and best practices.

· Experienced customizing standard objects *Accounts, Contacts,
opportunities, Products, Price books, Cases, Leads, Campaigns, Reports* and
*Dashboards*.

· Ability to work with business analyst team to become familiar
with the application requirement to analyze and recommend efficient
solution within Salesforce configuration changes in support of enhancement
requests.

· Implemented *security and sharing* rules at object, field, and
record level for different users at different levels of organization, also
created various profiles and configured the permissions based on the
organizational hierarchy.

· Expertise in Force.com technology stack: *APEX, Visual Force*, *SOQL,
SOSL*. .

· Comprehensive knowledge in, *APEX REST API, Web services API,
SOAP API, Metadata API, Force.com Sites, and Analytic Snapshots*.

· Knowledge in developing *web-based* applications using* HTML,
HTML5, CSS, CSS3, Core Java, XML, JSON, JavaScript, Ajax and jQuery*.

· *Salesforce Platform Developer I (Dev401) Certified.*

· Proficient in *TSO/ISPF, COBOL, VSAM, JCL, CICS, EAZYTRIVES* and
other *Mainframe* tools/Utilities like *File AID, File Manager ,CHANGEMAN,
ENDEVOR,SPUFI and TWS*.

   - Strong working experience in the Enhancement, Implementation, Support
   and Testing of Sales force and mainframe Applications.

· Excellent team player, self-motivated, adaptive, quick learner
with good communication skills and trouble-shooting capabilities

   - Proven ability to work in both independent and team environment.



*Technical Skills:*



*SALESFORCE.COM *

Salesforce CRM, Salesforce Admin, Service Cloud Console, SSO, Apex
Language, Visual force (Pages, Component & Controllers),Apex triggers,
Batch Apex, Schedule Apex, Custom Settings, Custom Metadata Types, Outbound
Messaging Salesforce.com Data Loader, Workflow & Approvals, Reports, Custom
Objects, Custom Tabs, Email Services, Salesforce Chatter, Analytic
Snapshots, Case Management System, Campaign Management, SOQL, SOSL,
Salesforce1.

*Operating System*

Z/OS, MVS/ESA (IBM OS/390), Windows, and Linux.

*Database*

VSAM, DB2

*Programming Languages*

Visual force, APEX, HTML5, CSS3, jQuery, JSON, Java Script, SOAP, REST,
COBOL, JCL, CICS, EASYTRIEVE.

*TOOLS*

Eclipse IDE, Ant, Apex Data Loader, File-AID, CHANGEMAN, File manager,
XPeditor, IBM Debug tool, Endeavor, TWS, GitHub, and TFS.





Thanks & Regards,

*Acha Ayyappa*

*CNET* *G**lobal **S**olutions, **I**nc*  ||
*Phone*: 972 782 4306|| *Fax*: 972-692-8828

*Email*: a...@cnet-global.com  || *Hangouts:*

[android-developers] Hotlist

2017-02-06 Thread Kavitha csr
Hi Partner,

Greetings from CSR Infotech Inc,

Below are the consultants available immediately

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


*CONSULTANT NAME*

*LOCATION*

*RELOCATION*

*AVAILABILITY*

*Windows Admin*

*NY*

*OPEN*

*IMMEDIATELY*

*VMWare/Citrix Admin*

*CA*

*OPEN*

*IMMEDIATELY*

*Oracle Pl/Sql DEv*

*NY*

*OPEN*

*IMMEDIATELY*

*Workday Consultant*

*NY*

*Open*

*IMMEDIATELY*

*.Net Developer*

*MN*

*Open*

*IMMEDIATELY*

*QA Analyst*

*NC*

*NJ,NY*

*IMMEDIATELY*

*San Storege/Adm*

*IL*

*Open*

*IMMEDIATELY*

*.Net Developer*

*MN*

*Open*

*IMMEDIATELY*

*Java Fullstack dev*

*VA*

*Open*

*IMMEDIATELY*

*Salesforce Dev/Admin*

*CA*

*Open*

*IMMEDIATELY*

*Tableau Dev/Admin*

*CT*

*Open*

*IMMEDIATELY*

*Business Analyst*

*CA*

*Open*

*IMMEDIATELY*
-- 

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


[android-developers] immediate closer :::: DB2 System Administrator. @ Moline (IL-USA)

2017-02-06 Thread amit yadav
*Hi,*

Hope you are doing great!





*Job Title* DB2 System Administrator. Work Location & Address* Moline
(IL-USA) Contract duration (in months)* 6**+*
* Months *

Job Details:

Must Have Skills (Top 3 technical skills only)*
1. Evaluate and implement new features/functions of DB2 and associated
third party products.
2. Consultant on DB2 database applications architecture
3. Knowledge of SMP/E and can prepare for and apply maintenance to a DB2
subsystem

Nice to have skills (Top 2 only)
1. Engineer and execute the processes to upgrade and/or apply maintenance
to releases / versions of mainframe database system software, and
associated third party products
2. Maintain DSNZPARMs

Desired years of experience* : 8 Years

Education/ Certifications (Required) : Graduate

Top 3 responsibilities you would expect the subcon to shoulder and execute*:
1. Evaluate and implement new features/functions of DB2 and associated
third party products.
2. Consultant on DB2 database applications architecture
3. Knowledge of SMP/E and can prepare for and apply maintenance to a DB2
subsystem




*Best Regards,*

*Amit Yadav* | SYSMIND, LLC

Team Lead

[image:
ttps://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/CAKAv6ESmijbXPbTV0XqUei-kZ6k%2B-fJx%2Bz_YztDd9rL9-qdb%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SQL DEVELOPER// HEALTHCARE MUST// FACE TO FACE will be required// Need Local to Conshohocken, PA 19428

2017-02-06 Thread Priyanka Katiyar
*Hi,*


*Please share profile on priyanka.kati...@nityo.com
.*


*POSITIONSQL DEVELOPER *

*LOCATION*   Conshohocken, PA 19428

*INDUSTRY*   *HEALTHCARE*

*CONTRACT*  6+ month (s) *CONTRACT *

*INTERVIEW* local *HIGHLY *preferred,  but FACE/FACE will be
required



· Our client in the Philadelphia area is looking for a *SQL
Developer with Object Oriented Programming* experience to join their team.

· This role is located in Conshohocken with a growing company in an
in-demand industry. This is a new role to help the growth, developing a new
platform.

*Position Description:*

· Hands-on development on a new platform for a growing company

· Solutioning (problem solving) to make the new platform efficient
and effective

· Heavy *SQL Development*

· Working with big data & relational data (How many rows of data at
a time - the  more the better)

*Required Skills:*

· Strong *SQL Development experience a must* (Oracle will be
considered too, but this is a SQL shop)

· *Strong hands-on object oriented programming OOP* experience
(could be C++, C#, .Net, or Java – to show that you have the engineering
ability in a high level language)

· *Big data experience a must* – working with a large number of
rows at one time

· Extensive *Analytical/Batch processing experience is a must* (not
Transactional)

· Technical or Analytical degree from an accredited school a must



· Analytical mind - ability/interest in brain teasers and riddles

· Senior level engineering mindset – analytical processing of the
work to be done.

· Excellent communication skills & a good personality – very
important to this team

· Problem solving mentality – ability to create solutions and
maximize efficiency on your own

* Bonus Skills:*

· Any exposure to C++, VBA, and/or Access a bonus

· Any relevant industry experience a bonus

* 
-*

*Combo of 3 things needed for hire: *

· VERY technical in SQL Development (or very strong Oracle willing
to work  SQL.. but this is a SQL shop!)

· Big data – working with a high number of rows

· Batch/analytical processing - working on many rows at one time.

· OOP of some kind



Priyanka Katiyar

Technical Recruiter

Nityo Infotech Corp.

Direct: 609-378-1139

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

Gtalk: puja123h...@gmail.com

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


[android-developers] Re: How to use strace for android application

2017-02-06 Thread Omkar Mozar
Not yet.
Let me know if you have something so that we can discuss it here. 

On Monday, February 6, 2017 at 11:34:14 AM UTC+5:30, Saba Arshad wrote:
>
> i think i'm late. let me know if you got the answer to your question. as i 
> am working on the same thing.
>
> On Wednesday, November 2, 2016 at 6:06:38 PM UTC+5, Omkar Mozar wrote:
>>
>>
>> I have searched a lot on internet about how to use "strace" to find 
>> system calls made by my android application but there is no proper tutorial 
>> for this. Internet stuff seems to be more confusing. To be more specific 
>> what i am looking for is how my application interacts with system? what 
>> calls it makes to system to run higher level functions? I think I should 
>> use "strace" but please guide me how to use it exactly? what platform 
>> should I use? how to use it?
>>
>> If anyone have done something similar to this please post an example of 
>> it.
>>
>> kindly let me know , if my question is not clear enough to understand.
>>
>> Thanks 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/14451365-4cc6-4c17-9962-ace1b47bf66c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Technical Lead

2017-02-06 Thread Shekhar Chaudhary
*Role: Technical Lead*

*Location: Columbus, OH*

*Duration: Long-term*

*Visa: GC, GC EAD or Citizen*

*Interview: Phone/Skype*


Required Skills:



Must have experience writing code in Java, C, C++, C#, VB. Net; and
databases like SQL Server / Oracle; and testing tools.


*Regards*

 *Shekhar Chaudhary*

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

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

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

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


[android-developers] C++ developer wit UNIX Shell Scripting in Salt Lake City, UT !

2017-02-06 Thread Abhishek ojha
*C++ developer wit UNIX Shell Scripting*

*Salt Lake City, UT*

*2 year*



*Required Skills:*

· Strong UNIX Shell Scripting experience - 5+ years

· Strong skills with C and other relevant skills to expertise in
UNIX Shell Scripting


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


[android-developers] Fwd: Required: Program Manager at Austin, TX.

2017-02-06 Thread Praveen
Hi,

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



*Position: **Program Manager *

 *Location: **Austin, TX*

 *Duration: Long term Contract*



*Description*

*They’re now looking for a Program Manager who has implemented Sabrix or
Vertex recently, and on multiple occasions.*



Drives the overall project delivery. Oversees all aspects including
collaborating and coordinating across all IT and business segments.
Responsible for validating the quality and content of the requirements and
then working with DEV to provide solutions. Ensures adherence to quality
standards and reviews project deliverables. Provides technical and process
guidance to project teams.



*Key Deliverables/Responsibilities:*

   - Accountable for delivery of program and project dependencies
   - Works with the Product Owner / BSA to manage dependencies across teams
   - Is a technical resource to the team for questions and guidance
   - Facilitates and ensures the effectiveness of the Scrum Team
   - Monitor Burn down, message project / sprint status to program team
   - Owns risk impediment management



*Required Skills Knowledge:*

   - Project management working with global teams'
   - Strong eperience as an Oracle Program manager
   - Advanced facilitation and communication skills
   - Experience with Agile, Scrum and / or other software development
   methodologies.
   - Able to work collaboratively across divisions, functions levels in a
   global organization
   - Always able to listen, negotiate compromise to ensure quality and
   business value



*Preferences:*

   - PMI certification
   - Experience with Product Life cycle Management processes and tools
   - Bachelor's Degree in Information Systems or Computer Science,
   desirable Master degree
   - 9-12+ years of relevant experience or equivalent combination of
   education and work experience









*Regards,*



*Praveen Tiwari*

Senior Technical Recruiter

*Sage Group*

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

*Gtalk/yahoo/Skype: praveentj101*

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

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

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


[android-developers] Urgent Requirement : Ruby on Rails Developer @ Santa Clara, CA

2017-02-06 Thread gayathri . mudrasys


Hi


Greetings from Mudrasys!


We have the follwing urgent requirement.  If you have any suitable 
profiles, please share with us.


*Ruby on Rails Developer*

*Santa Clara, CA*

*Long Term*


*Need Local Resumes.*

 

   - 9+ years of experience developing the UX for Web-based and/or Mobile 
   applications with progressively increasing responsibilities,
   - 4+ years experience leading project teams of Web / Mobile Developers 
   to produce dynamic consumer-facing products.
   - Portfolio of work that displays these skills, eCommerce and/or payment 
   products experience is a strong plus, 
   - Development experience using object oriented techniques,
   - Understanding of multi-tier, client-side and server-side development 
   patterns, tools, and technologies, 
   - *Experience with JRuby, JavaScript, HTML, CSS, XSLT, AJAX, jQuery, 
   etc,* 
   - Extensive experience interfacing with Web Services, specifically REST 
   and/or SOAP APIs,
   - Knowledge and demonstrated experience with cross-browser and 
   cross-platform issues (Internet Explorer, Firefox, Safari, Chrome),
   - experience working in an Agile Scrum environment is required,
   - Strong analytical and problem solving skills,
   - Excellent verbal and written communication skills, Self starter with 
   excellent interpersonal, motivational and facilitation skills,
   - 4 year degree in computer science, engineering, graphic design, or 
   related discipline 

Looking forward to your reply.

Regards

*Gayathri*

*Sr.Recruiter*

*A WMBE & MBE Certified and an E-Verify Company*
Email:gayat...@mudrasys.com
Tel : 925 353 3888 Ext: 108
Direct : 925 264 6058
Fax : 888 266 5126
www.mudrasys.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/72498da9-e4b1-4fa8-8ad5-619018c675d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle DBA-------EAD or GC or Citizens Only

2017-02-06 Thread Saikiran Nandrolu
*Oracle DBA*

*Dublin, OH*

*18 months*

*EAD or GC or Citizens Only*



*Top Three Skills:*

1. Oracle Application DBA experience

2. Experience loading and extracting data from DB's like Teradata, Netezza,
and Oracle

3. Pl/SQL experience

4. Analytical skills to be able to reverse engineer problems





Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

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


[android-developers] UPDATED HOT-LIST 2/6/2017

2017-02-06 Thread Acha Hotlist
Hello,



Hope you’re doing great today.

Please find the below HOT-LIST and let me know any suitable requirements
for our consultants.



*Name*

*Technology*

*Location*

*Experience*

*Relocation*

PR

Salesforce Developer

Austin, TX

8

Only TX

NM

Sr. .Net Developer

 Wayne, PA

8+

Yes

MJG

Hadoop Developer

Lisle, IL

7+

Yes

PR

Openstack Admn

Richardson, TX

7+

Yes

VPP

Salesforce Developer

Santa Clara, CA

9+

Yes


SRM



Linux Administrator



Stamford, CT



7+



Yes

HD

DevOps Engineer

San Ramon, CA

8+

Yes

RA

Selenium Automation Test

Pittsburgh, PA

7+

Yes

HC

.Net Developer

Los Angeles, CA

7+

Yes

AK

Sr. WMB Developer

Columbus,  Ohio

7+

Yes

URR

Service Now Developer/Admin

 Richardson, TX

7+

Yes



Thanks & Regards,

*Acha Ayyappa*

*CNET* *G**lobal **S**olutions, **I**nc*  ||
*Phone*: 972 782 4306|| *Fax*: 972-692-8828

*Email*: a...@cnet-global.com  || *Hangouts:*
acha.requireme...@gmail.com 

*Certified Minority Business Enterprise (MBE)*
800 E. Campbell Road, Suite # 345 Richardson, Texas 75081

*“Texas HUB Certified Business”*



*We are Leaders, We are CNETians*



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




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

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


[android-developers] RESUME

2017-02-06 Thread pooja . logicque


Location is Lansing MI

 

Phone then face to face

 

Must be Citizen or GC or TN

 

Expert in developing efficient, service-oriented applications, with 
in-depth knowledge of HTTP, REST and JSON. Experience with JSON+API is a 
plus. 

• Experience with ASP.NET Web API, and NHibernate, or similar, a plus. 

• Experience with event-driven/message-based, service-oriented development 
a plus. 

• Solid foundation in computer science, with competencies in design 
patterns, data structures, algorithms and software design. 

• Software development and testing experience using .NET, C# and SQL. 

 Regards,

*Pooja R*

Technical Recruiter

LOGICQUE 

*2200 N. Canton Center Road, Suite 110, Canton, MI 48187*
*eMail : po...@logicque.com   Phone : **(734) 928-21 
<%28734%29%20404-5625%20X%20107>28**Fax : **(734) 344-5333* 
<%28734%29%20344-5333>

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


[android-developers] Project Manager with Facets

2017-02-06 Thread Shekhar Chaudhary
*Role:* *Project* *Manager* *with Facets*

*Be on location 100% of the time*

*In Raleigh / Durham NC*

*With our Client BCBS NC*

*Visa: GC, GC EAD or Citizen/OPT*



 *Project* *Manager* *(FACETS) Job Description*

 The Project Manager of Individual Refresh Products and Benefit
Configuration creates a consultative partnership with stakeholders and
delivery partners to define, plan, and execute on deliverables throughout
the project life cycle. This position leads a highly visible work stream of
the Individual Program, which is highly complex and requires flexibility,
resiliency, and excellent communication skills. This project has
enterprise-level impacts, involving multiple vendors, delivery partners and
business areas. The project team structure includes matrixed resources from
across the company, and this position reports into the Principle Enterprise
Project Manager for the project.



*Must have experience for this position includes:*

 ·Health Insurance experience (2+ years)

 ·Facets

 ·Benefit Configuration

 ·5+ years of Project Management

 ·5+ years of SDLC

 ·Experience working with vendors, holding
them accountable for deliverables

 ·MS Project, building and maintaining
project schedules

 ·Ability to work in a program environment
with other PMs on parallel workstreams

 ·Executive level status reporting and
communication skills



Engages delivery partners within information technology, architecture,
analytics and enterprise security areas for software development
projects according
to industry best practices.



Accountable for ensuring that deliverables from business and technology
partners are

produced and approved according to multiple project schedules. This
includes requirement documents, functional and technical design documents,
test plans, etc.



Proactively identifies and manages project risks and dependencies and
raises awareness around projects across the portfolio.



Proactively manages the change request process for project level scope,
schedule and budget changes throughout the project life cycle.



Accountable for ensuring compliance with all regulatory requirements and
mandates which includes all internal and external audit requirements.



Accountable for monitoring and effectively representing project as well as
works with the project team to develop mitigation strategies for any risks
and dependencies across the portfolio.



Accountable for driving project deliverables and compliance through the
vendor contracting process for multiple vendors at a time.



Manages the execution of contracted work to ensure contract compliance as
well as timely receipt of deliverables and funds.



Assembles, mobilizes, and motivates teams to set direction, approach,
identify skill gaps, and resolve conflict in a highly matrixed environment
to lead projects to conclusion.



Accountable for managing allocated resources from multiple delivery
partners while working within approved hours and scope.



Mentors and provides feedback to team members to create a highly
functioning team in a heavily matrixed environment.

assignment through 2017, possible extension, possible FTE.



*Regards*

 *Shekhar Chaudhary*

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

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

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

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


[android-developers] HOT-LIST -Lead QA Analyst/java frontend/web developer/java J2EE developer consultants available for new project

2017-02-06 Thread Sudheer Kumar
Hello,







*MALIKARJUN -H1B  -AR*







*   QA Project Lead - Mobile  / Automation *



 Experience:

12+ years

Skills:

Lead QA analyst : QTP, Selenium,AMS, Winrunner 7.0, HP ALM

*Osman - H1B - CA*







* Sr Java J2EE Deveoper*



Experience:

8.4 Years

Skills:

Java 1.7, J2EE, JSP,Struts 2.0, Agile-Scrum Methodology,Eclipse, Oracle
11g, Tomcat v7.Spring3.0, Hibernate3.0, EJB 2.1, Servlet, J2SE 6, DB2, JMS,
WebSphere, JBoss App Server.Spring3.0,  WebLogic Server , Oracle11G,
LDAP, JDBC,
JUnit, Unix.JDK/J2EE, JDBC, Struts 1.1, WebLogic Server 8.1, Apache Tomcat
Plug In 4.0, Code Logic, Eclipse, EJB, Java Beans, MySQL v5.2 CE, CVS, SVN,
Agile

*Shreya -H1B -NY*







*  Java UI Developer*



 Experience:

9 +  Year

 Skills:

 
HTML5,CSS3,JavaScript,JQuery,JIRA,JSP,XML,Bootstrap,D3.JS,GitHub,AngularJS,Require.js,YUI,Ext.js,AJAX,AdobeFlash,Dreamweaver,
agile, SQL, PL/SQL, Windows,*SASS, **Node js**,Bootstrap, XML, **J2EE, JSP,
Apache** Tomcat, Eclipse, Oracle, Microsoft Azure, Tortoise SVN, Agile
methodology, IntelliJ, Adobe Photoshop, Adobe Dreamweaver.*



Thanks & Regards





*Sudheer M*



*TEKTREE LLC*

*Work* : (734) 661-7973

*Fax*: (302) 397-2097
*Email *: sudh...@tektreeinc.com

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


  1   2   >