[android-developers] Software Developer / Fresher

2023-08-18 Thread adam noel
Hi Everyone,
I do have a consultant who is looking for a Software Developer / Software
Engineer Internships or fresher level positions so if you have any openings
please send me.


Best Regards
Adam
adamstarte...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGr_de27k6%2BOw-5HPWokfsf%2Bvz4jn5FCNEuxbcsZzXfyqg%40mail.gmail.com.


Rambabu Dhanavath.pdf
Description: Adobe PDF document


[android-developers] Java Developer Profile

2023-05-25 Thread adam noel
Hi Team,
I do have a candidate profile for Java Developer positions so if you have
any positions please send it to me.


Regadres,
Adam noel

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


CV.docx
Description: MS-Word 2007 document


[android-developers] The functionality of Dependent Spinner.

2021-08-05 Thread Adam Kurek


Hi, Is it possible to put functionality on the dependent spinner, I have 3 
spinners one is parent spinner and two of them are child spinners. I am 
trying to accomplish so when I choose some option of the parent spinner it 
will automatically change the child spinners depends what I choose(This is 
working). BUT the problem is that I dont know how to put functionality on 
that I am trying to create unit converter so when I choose for example 
Time(from parent spinner) it will change both of my child spinners to the 
Time units(Seconds minutes etc.). I'm trying to achieve this by adding 
functionality between the capabilities of these two child spinners and 
input from EditText. to convert units such as seconds to minutes, hours to 
minutes, etc.,and show the output of the TextView.

I hope I have explained it sufficiently...

Thank you for every answer <3


This is the code :


package org.multi.multicalculator;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.TextView;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {

//Spinner
Spinner CategorySpinner,FromUnitSpinner,ToUnitSpinner; //spinnnery
EditText EnterNumber;
TextView Output;
//Array
ArrayList CategorySpinnerList;
ArrayList FromUnitSpinnerListTime,ToUnitSpinnerListTime;
ArrayList FromUnitSpinnerListLength,ToUnitSpinnerListLength;
ArrayAdapterCategoryadapter; //categoryadapter
ArrayAdapterFromUnitSpinnerAdapter;
ArrayAdapterToUnitSpinnerAdapter;
Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.*activity_main*);
CategorySpinner = findViewById(R.id.*sp1*);
FromUnitSpinner = findViewById(R.id.*sp2*);
ToUnitSpinner = findViewById(R.id.*sp3*);
EnterNumber = findViewById(R.id.*EnterNumber*);
Output = findViewById(R.id.*Output*);
CategorySpinnerList = new ArrayList<>();
CategorySpinnerList.add("Time");
CategorySpinnerList.add("Length");
//Time
FromUnitSpinnerListTime = new ArrayList<>();
FromUnitSpinnerListTime.add("Seconds");
FromUnitSpinnerListTime.add("Minutes");
FromUnitSpinnerListTime.add("Hours");
//Time
ToUnitSpinnerListTime = new ArrayList<>();
ToUnitSpinnerListTime.add("Seconds");
ToUnitSpinnerListTime.add("Minutes");
ToUnitSpinnerListTime.add("Hours");
FromUnitSpinnerListLength = new ArrayList<>();
FromUnitSpinnerListLength.add("centimeter");
FromUnitSpinnerListLength.add("decimeter");
FromUnitSpinnerListLength.add("meter");
ToUnitSpinnerListLength = new ArrayList<>();
ToUnitSpinnerListLength.add("centimeter");
ToUnitSpinnerListLength.add("decimeter");
ToUnitSpinnerListLength.add("meter");

Categoryadapter = new ArrayAdapter<>(getApplicationContext(),R.layout.
*support_simple_spinner_dropdown_item*,
CategorySpinnerList);

CategorySpinner.setAdapter(Categoryadapter);

CategorySpinner.setOnItemSelectedListener(new 
AdapterView.OnItemSelectedListener() {

Override
public void onItemSelected(AdapterView parent, View view, int position, 
long id) {
FromUnitSpinner.setAdapter(FromUnitSpinnerAdapter);
ToUnitSpinner.setAdapter(ToUnitSpinnerAdapter);
if (position==0) {

FromUnitSpinnerAdapter = new ArrayAdapter<>(getApplicationContext(), 
R.layout.*support_simple_spinner_dropdown_item*, FromUnitSpinnerListTime);
ToUnitSpinnerAdapter = new ArrayAdapter<>(getApplicationContext(), R.layout.
*support_simple_spinner_dropdown_item*, ToUnitSpinnerListTime);

} if (position==1) {

FromUnitSpinnerAdapter = new ArrayAdapter<>(getApplicationContext(), 
R.layout.*support_simple_spinner_dropdown_item*, FromUnitSpinnerListLength);
ToUnitSpinnerAdapter = new ArrayAdapter<>(getApplicationContext(), R.layout.
*support_simple_spinner_dropdown_item*, ToUnitSpinnerListLength);
}
}

/Override
public void onNothingSelected(AdapterView parent) {
}
});
}

}

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/392630ce-51d4-47b2-8b25-234b42542236n%40googlegroups.com.


[android-developers] REQ: Hybris eCommerce Consultant- Carlsbad, California - 6+ Months

2021-05-24 Thread adam noel
Hi

I have an urgent opening on *Hybris eCommerce Consultant  *with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.



*Requirement details:*

*Job title:  Hybris eCommerce Consultant*

*Location: **Carlsbad, California*

*Duration: 6+ months*


* We have max rate is $60/hr on c2C *


*Visa: H1B, EAD-GC, USC, TN and GC*



MINIMUM YEARS OF EXPERIENCE REQUIRED? 10 YEARS



Job Description

• At least 5 years of experience with Hybris ecommerce product

• At least 7 years of experience with code development in Java, J2EE,
Spring, Spring MVC, Spring Security, Apache, Restful Web Services, Jenkins,
J2EE design patterns

• At least 2 year of experience working in Agile methodology projects and
worked on Sprints.

• At least 2 year of experience working in a project which requires onshore
offshore coordination.

• Provide oversight, planning, and technical direction to team to ensure
successful delivery of Hybris projects

• Solution Architecture and Design for the Hybris ecommerce Solutions
Components

• Strong understanding of Hybris and integration with Data hub, SAP System

• Lead technical discussions with customer architects and other
stakeholders at all stages of project to articulate solution, design,

 performance engineering results and obtain sign-off on key technical
deliverables

• Participate in discussions with key stakeholders to identify business and
IT problems associated with current systems

• Review and coding of application keeping in mind conformance to proposed
architecture and to achieve functional and non-functional requirements for
medium/

high complex projects









*E-mail is the best way to reach me*



*Adam*

*Senior recruiter | ECLOUD LABS*

*Phone: 732 607 5106*

*Email: **a...@ecloudlabsinc.com* 

Please send me an E-Mail if I miss your phone call
Email ID: *a...@ecloudlabsinc.com* 

*Note:* If you have received this email 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoGbm2F-fXYPPW2sOmAp_EWxKxOcvdeGSFXa%3DuzLANEEw%40mail.gmail.com.


[android-developers] REQ: Premium Support Consultant- Redmon, WA ( Remote is allowed – Focus is on Local candidates but non local is also fine), 12+ months

2021-05-20 Thread adam noel
Hi

I have an urgent opening on *Premium Support Consultant *with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.



*Requirement details:*

*Job title:  Premium Support Consultant*

*Location: **Redmon, WA ( Remote is allowed – Focus is on Local candidates
but non local is also fine)*

*Duration: 12+ months*



*Job Description:  *

Core expectations from this pool would be

·  Reduce product group(PG) and engineering escalations via self-help
through frontline using this pool

·  Improve quality of PG engagement / getting traction

·  Manage First Quality Response on high SEV cases for select customers

·  On bridge SEV A and customer calls

·  Conduct workshops in preview features, quality improvement and learning
programs

·  Work with frontline case owners during the handoffs

·  Should be available for weekend rotation

·  Leadership in Accountability and Ownership - not just customer obsession

·  Improve SOP documentation and assist in process improvement initiatives

Skill and Experience requirements

· Software development experience to perform Code review and
debugging, Customization analysis.

· Big transaction volumes integrations and performance improvement.

· Strong knowledge of D365 stack with CDS, PowerApps, Power PLatform

1.   L300-400 Certified techno-functional Solution Architect types or
Software Engineer (not project manager and/or issue managers)   .

2.   SME in Retail and Commerce area with implementation and
configuration experience

3.   Supply chain & warehouse









*E-mail is the best way to reach me*



*Adam*

*Senior recruiter *

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


[android-developers] REQ ::Hardware Test Engineer/Embedded Test Engineer _ Cleveland, OH _ 12+ Months

2021-03-04 Thread adam noel
Hi ::

I have an urgent opening on *Hardware Test Engineer/Embedded Test
Engineer *with
my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Any Visa is fine except CPT & H1Transfer*

*Requirement Details:*



*Role: **Hardware Test Engineer/Embedded Test Engineer*

*Location: **Cleveland, OH*

*Duration:12+ Months*



*Job Description:*



*Primary Skill Set   *

Strong experience  in embedded devices testing(preferably IOT)

Experience in programming and debugging on C++/Python

Should have strong Linux knowledge and would be good to have IoT testing
experience

Knowledge of basic electrical and electronics concepts

Familiarity with electrical measurement equipment, such as power supplies,
oscilloscopes, power analyzers, and related laboratory instrumentation

Tech Stack: IoT, Linux, Data base



*Secondary Skill Set *

Experience with wireless communications technologies and protocols such as
Bluetooth and Zigbee

Experience with CI/CD or DevOps tool chains

Experience working in an Agile/Scrum teams.

Strong with communication (verbal and written)



*Roles and Responsibilities  *



Understand product requirements and customer objectives for supported
products

Develop awareness of all product quality objectives, including hardware and
embedded software

Verify that proposed product requirements and conceptual designs are
testable

Develop product validation plans to achieve test coverage and quality
objectives

Conduct testing of new features and bug fixes according to product
requirements

Conduct acceptance testing of prototype hardware and candidate software
according to the product’s validation plan

Communicate test results with stakeholders using issue reporting tools and
test campaign reports

Collaborate with product engineers and software developers to assist in
root cause analysis and issue resolution

Develop and maintain test infrastructure, including test system equipment,
testing frameworks, and automation test cases

Maintain test coverage tracking and reporting tools to assist in release
approval process

Assist in the analysis of escaped defects and product quality issues







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGph1GKSGrjDOdn%3DBJ%2BDpa9825eKkt7ba4%3DmzxPHAOxq9w%40mail.gmail.com.


[android-developers] REQ: Embedded Engineer(C/C++) _ Sunnyvale, CA _12+ Months

2021-03-04 Thread adam noel
Hi::

I have an urgent opening on *Embedded Engineer(C/C++)* with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Requirement details:*

*Job title: Embedded Engineer(C/C++)*

*Location: Sunnyvale, CA*

*Duration: 12+ months*

*Job Description:*

Experience Range

8+  years of experience

Primary Skill Set

·Must have good experience  C and C++

·Hands on experience working on embedded and low level coding

·Good at embedded platform

·Good understanding on ARM Processor

·Understanding on Switches and Routers domain

·Have exposure to Python, test automation using Python











*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqHYnbLY%3DvB%3DH1Ht1fMY6VQnpfbWEBr8J7E2ZfCybc_2w%40mail.gmail.com.


[android-developers] REQ: :Automation Tester with AWS,Chicago, IL_12+ Months

2021-03-01 Thread adam noel
Hi

I have an urgent opening on *Automation Tester with AWS* with my client.
Please send me the resume with full name, contact details, rate, and
availability date.

*Requirement details:   *

*Job Title: Automation Tester with AWS*

*Location: Chicago, IL*

*Duration: 12+ Months*



*Job Description*:

*Roles and Responsibilities:*

*We must need 9+ years of Automation Tester with AWS Strong experience
Candidates *

   - Architects, designs, and implements test automation frameworks from
   the ground up into a continuous integration and execution model
   - Establishes a set of test suites (Sanity, integration, regression) for
   multiple applications that can run in a CI/CD environment, across various
   environments
   - Work with the development team to define and implement mechanisms to
   inject testing earlier into the software development process
   - Coordinates with development team in overseeing bug tracking, test
   prioritization, test automation, and release management
   - Develop high-quality automation test engineering best practices, test
   strategy, and principles
   - Define and track quality assurance metrics such as defect densities
   and open defect counts
   - Track and communicate test results in a timely, effective, and
   automated manner
   - Ability to communicate and collaborate with multiple teams
   - Able to offer creative solutions to solve complex problems such as
   reacting to technical limitations for test automation, late delivery of QA
   builds, scope creep, emergency changes, shifting priorities etc.



*Knowledge/Skillset:*

   - Experience building highly automated environments using virtual and
   cloud resources
   - Experience with cloud computing services like AWS
   - Experience in Ready API testing will be preferred.
   - Experience Automation frameworks with End to End testing, Web
   application, services (Appium / Auto 8 / JMeter / Selenium / API testing /
   Test complete / UI Path) testing and batch process.
   - Test Life Cycle Management, knowledge of and experience with Test
   Management Tools such as MS Office, MS MTM, Jira, TFS
   - Strong knowledge on writing and running SQL / Oracle scripts related
   to test data from front end and back end systems.
   - Experience integrating test automation in continuous testing pipelines
   (including health checks or code scanning) with CI/CD tools such as
   TeamCity, Jenkins, etc.
   - Docker Knowledge will be preferred.
   - Must be familiar with Test Metrics, Change and Release Management
   processes.
   - Developed and Maintained Test Environments.
   - Experienced on demonstrating the automation framework.
   - Perform application health check after any patching or updates.







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqJRrSSSbLgc_oTkwC_az-HFQLjgvw5dnVr4BkhQMWm8A%40mail.gmail.com.


[android-developers] REQ: :Automation Tester with AWS,Chicago, IL_12+ Months

2021-02-26 Thread adam noel
Hi

I have an urgent opening on *Automation Tester with AWS* with my client.
Please send me the resume with full name, contact details, rate, and
availability date.

*Requirement details:   *

*Job Title: Automation Tester with AWS*

*Location: Chicago, IL*

*Duration: 12+ Months*



*Job Description*:

*Roles and Responsibilities:*

*We must need 9+ years of Automation Tester with AWS Strong experience
Candidates *

   - Architects, designs, and implements test automation frameworks from
   the ground up into a continuous integration and execution model
   - Establishes a set of test suites (Sanity, integration, regression) for
   multiple applications that can run in a CI/CD environment, across various
   environments
   - Work with the development team to define and implement mechanisms to
   inject testing earlier into the software development process
   - Coordinates with development team in overseeing bug tracking, test
   prioritization, test automation, and release management
   - Develop high-quality automation test engineering best practices, test
   strategy, and principles
   - Define and track quality assurance metrics such as defect densities
   and open defect counts
   - Track and communicate test results in a timely, effective, and
   automated manner
   - Ability to communicate and collaborate with multiple teams
   - Able to offer creative solutions to solve complex problems such as
   reacting to technical limitations for test automation, late delivery of QA
   builds, scope creep, emergency changes, shifting priorities etc.



*Knowledge/Skillset:*

   - Experience building highly automated environments using virtual and
   cloud resources
   - Experience with cloud computing services like AWS
   - Experience in Ready API testing will be preferred.
   - Experience Automation frameworks with End to End testing, Web
   application, services (Appium / Auto 8 / JMeter / Selenium / API testing /
   Test complete / UI Path) testing and batch process.
   - Test Life Cycle Management, knowledge of and experience with Test
   Management Tools such as MS Office, MS MTM, Jira, TFS
   - Strong knowledge on writing and running SQL / Oracle scripts related
   to test data from front end and back end systems.
   - Experience integrating test automation in continuous testing pipelines
   (including health checks or code scanning) with CI/CD tools such as
   TeamCity, Jenkins, etc.
   - Docker Knowledge will be preferred.
   - Must be familiar with Test Metrics, Change and Release Management
   processes.
   - Developed and Maintained Test Environments.
   - Experienced on demonstrating the automation framework.
   - Perform application health check after any patching or updates.







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoW5wa%2B%3DJyGXYpPcdfZn1BePzBeWCPk4qUN411wJa2CmQ%40mail.gmail.com.


[android-developers] REQ: :Automation Tester with AWS,Chicago, IL_12+ Months

2021-02-18 Thread adam noel
Hi

I have an urgent opening on *Automation Tester with AWS* with my client.
Please send me the resume with full name, contact details, rate, and
availability date.

*Requirement details:   *

*Job Title: Automation Tester with AWS*

*Location: Chicago, IL*

*Duration: 12+ Months*



*Job Description*:

*Roles and Responsibilities:*

*We must need 9+ years of **Automation Tester with AWS Strong experience
Candidates *

   - Architects, designs, and implements test automation frameworks from
   the ground up into a continuous integration and execution model
   - Establishes a set of test suites (Sanity, integration, regression) for
   multiple applications that can run in a CI/CD environment, across various
   environments
   - Work with the development team to define and implement mechanisms to
   inject testing earlier into the software development process
   - Coordinates with development team in overseeing bug tracking, test
   prioritization, test automation, and release management
   - Develop high-quality automation test engineering best practices, test
   strategy, and principles
   - Define and track quality assurance metrics such as defect densities
   and open defect counts
   - Track and communicate test results in a timely, effective, and
   automated manner
   - Ability to communicate and collaborate with multiple teams
   - Able to offer creative solutions to solve complex problems such as
   reacting to technical limitations for test automation, late delivery of QA
   builds, scope creep, emergency changes, shifting priorities etc.



*Knowledge/Skillset:*

   - Experience building highly automated environments using virtual and
   cloud resources
   - Experience with cloud computing services like AWS
   - Experience in Ready API testing will be preferred.
   - Experience Automation frameworks with End to End testing, Web
   application, services (Appium / Auto 8 / JMeter / Selenium / API testing /
   Test complete / UI Path) testing and batch process.
   - Test Life Cycle Management, knowledge of and experience with Test
   Management Tools such as MS Office, MS MTM, Jira, TFS
   - Strong knowledge on writing and running SQL / Oracle scripts related
   to test data from front end and back end systems.
   - Experience integrating test automation in continuous testing pipelines
   (including health checks or code scanning) with CI/CD tools such as
   TeamCity, Jenkins, etc.
   - Docker Knowledge will be preferred.
   - Must be familiar with Test Metrics, Change and Release Management
   processes.
   - Developed and Maintained Test Environments.
   - Experienced on demonstrating the automation framework.
   - Perform application health check after any patching or updates.







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrepY1juq2%2BUZeiO3X7cVvS8Jvpac%2BJ8XBX0-ifa8jRfw%40mail.gmail.com.


[android-developers] REQ: : Network Testing Engineer,Sunnyvale, CA_12+ Months

2021-02-17 Thread adam noel
Hi



I have an urgent opening on *Network Testing Engineer  *Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.



*Requirement details:   *

*Job title: **Network Testing Engineer *

*Location: **Sunnyvale, CA*

*Duration: 12+ months*



*Job Description:*



*Primary Skill Set::*

   - Experienced SW Quality Assurance Engineer for *embedded R* team.


   - Experience in testing for *optical network elements or routers or L2
   switches or IOT edge devices*
   - Experience in Testing all aspects of these devices including Datapath,
   Platform, Faults, Error handling, Exception handling, Configuration,
   security etc.
   - Experience use of Test Equipment and *Traffic Generators*
   - *System level* understanding of *Linux based embedded* systems.
   - Must have Programming/Scripting Skills: *Python*.



*Roles and Responsibilities*



   - The Engineer is responsible for integration and QA for a product
   leveraging the Infinera next generation PIC technology that will
   interconnect data centers of all the cloud services providers and provide
   the backbone for the 5G traffic.


   - The scope spans across various areas like Configuration, Provisioning,
   Security, APIs, Performance & Capacity as well as Test automation.


   - Review System, Product Requirements, Design Documents and develop
   comprehensive solution test plan to validate customer and white-box
   use-cases.
   - Develop automated feature test scripts based on system requirements
   and test plans.
   - Work with System Engineering on Requirements Review, Definition and
   Test plan reviews.
   - Work  with Development team in understanding the feature
   implementation.
   - Provide detailed reports of test execution, defect analysis.





*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpWEdMgt02c_%3DsbVcc2fDzaYLvJ21jqvtqxgxfxCCrkJw%40mail.gmail.com.


[android-developers] REQ: : Validation Lead,Seattle, WA_12+ Months

2021-02-17 Thread adam noel
Hi



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

*we have interview slots, need pp no & 1 Time sheet *

*Any Visa is fine Except H1 T , & CPT’s DOB 1990 below*

*Requirement details:   *



*Job title: **Validation Lead*

*Location: Seattle, WA*

*Duration: 12+ months*



*Job Description:*



*Primary Skill Set*



· *8+ years exp*

Direct experience with CSV activities preferably with MES system, strong
knowledge of GAMP, risk-based approaches to validation and good
understanding of electronic records and signatures

• Knowledge of regulations, current industry practices, and experience with
application of guidelines and regulations related to control of
computerized systems, electronic records and electronic signatures

• Familiar with development of CSV documentation (Validation Plans,
Requirements, Design Specs, Test Scripts (IQ / OQ / PQ), Summary Reports,
Trace Matrices, SOPs)

• Familiar with diverse computerized systems: ERP, LIMS, Validation
Lifecycle Software, QMS, Learning Management System, Safety Database

• Experience in following CSV methodology for implementing and maintaining
Infrastructure (IaaS), Platform (PaaS) and SaaS systems.



*Roles and Responsibilities*



Author applicable CSV documentation.

• Assist Business Owners and Technical Owners to develop requirements and
specifications for computerized systems used in GxP operations.

• Assist Business Owners and Technical Owners during test execution,
document test failures and ensure testing aligns with internal procedures.

• Ensure the validation of computerized systems used across GxP operations
is conducted in compliance with applicable regulatory requirements and
internal procedures.







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGp-%2BtUJyA204FwRD5T%2B49K7bnfX0N%2B2dLqGWDbJvTkL6w%40mail.gmail.com.


[android-developers] REQ: :Automation Tester with AWS,Chicago, IL_12+ Months

2021-02-16 Thread adam noel
Hi

I have an urgent opening on *Automation Tester with AWS* with my client.
Please send me the resume with full name, contact details, rate, and
availability date.

*Requirement details:   *

*Job Title: Automation Tester with AWS*

*Location: Chicago, IL*

*Duration: 12+ Months*



*Job Description*:

*Roles and Responsibilities:*

*We must need 9+ years of **Automation Tester with AWS Strong experience
Candidates *

   - Architects, designs, and implements test automation frameworks from
   the ground up into a continuous integration and execution model
   - Establishes a set of test suites (Sanity, integration, regression) for
   multiple applications that can run in a CI/CD environment, across various
   environments
   - Work with the development team to define and implement mechanisms to
   inject testing earlier into the software development process
   - Coordinates with development team in overseeing bug tracking, test
   prioritization, test automation, and release management
   - Develop high-quality automation test engineering best practices, test
   strategy, and principles
   - Define and track quality assurance metrics such as defect densities
   and open defect counts
   - Track and communicate test results in a timely, effective, and
   automated manner
   - Ability to communicate and collaborate with multiple teams
   - Able to offer creative solutions to solve complex problems such as
   reacting to technical limitations for test automation, late delivery of QA
   builds, scope creep, emergency changes, shifting priorities etc.



*Knowledge/Skillset:*

   - Experience building highly automated environments using virtual and
   cloud resources
   - Experience with cloud computing services like AWS
   - Experience in Ready API testing will be preferred.
   - Experience Automation frameworks with End to End testing, Web
   application, services (Appium / Auto 8 / JMeter / Selenium / API testing /
   Test complete / UI Path) testing and batch process.
   - Test Life Cycle Management, knowledge of and experience with Test
   Management Tools such as MS Office, MS MTM, Jira, TFS
   - Strong knowledge on writing and running SQL / Oracle scripts related
   to test data from front end and back end systems.
   - Experience integrating test automation in continuous testing pipelines
   (including health checks or code scanning) with CI/CD tools such as
   TeamCity, Jenkins, etc.
   - Docker Knowledge will be preferred.
   - Must be familiar with Test Metrics, Change and Release Management
   processes.
   - Developed and Maintained Test Environments.
   - Experienced on demonstrating the automation framework.
   - Perform application health check after any patching or updates.







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoxKG8eLAUzNh%2BU4dUygCdPRk0NAnq6UPpj46fY6DkisQ%40mail.gmail.com.


[android-developers] REQ: Sr Tableau developer at Atlanta, GA_12+Months

2021-02-15 Thread adam noel
Hi



I have an urgent opening on *Sr Tableau developer  *with my client. Please
send me the resumes with full name, contact details, rate, and availability
date.



*Requirement details:   *

*Job title: Sr Tableau developer*

*Location: **Atlanta, GA*



*Job Description:*

*Candidate need to first share a Tableau report that they have created
using some dummy data like Superstore*



*Primary Skill Set :*

*Skill set:*

*We must need 9- 12 years*

   - Tableau Developer experience required, Tableau Desktop Certification a
   plus
   - Very strong in Tableau architecture
   - Build reports medium to complex using different types of data sources
   - Knowledge in different of charts, tables, filters and functions
   - 2+ years experience with Salesforce CRM (or similar) relational
   database systems required
   - Ability to collaborate with business leaders and communicate findings
   at an executive level
   - Developing, maintaining, and managing advanced reporting, analytics,
   dashboards and other BI solutions.
   - Performing and documenting data analysis, data validation, and data
   mapping/design.
   - Reviewing and improving existing systems and collaborating with teams
   to integrate new systems
   - Ability to perform data analysis and troubleshoot data integrity issues
   - Experience with programming languages (SQL, Python,) and knowledge of
   end-to-end data warehousing principles, methodologies, and practices
   (Pentaho, Adobe) a plus
   - Should have Javascript API development experience.

· *Excellent communication skills *

· *Excellent analytical skills to Analyze business needs*

· Quick learner of domain and has good understanding of ELT
processes.

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions



*Secondary Skill Set :*

Experience with SDLC in Agile model

Learn new libraries/tools & Apply them in project quickly



*Roles and Responsibilities :*

Independent contribution

Interactive Tableau dashboard development









*Thanks & Regards*

*Adam Noel*

*[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpEA8cMmzg7AE7ey%3DFYmSYH51zAo6pV1FFtaPeFR5oLBg%40mail.gmail.com.


[android-developers] REQ ::Hardware Test Engineer/Embedded Test Engineer _ Cleveland, OH _ 12+ Months

2021-02-11 Thread adam noel
Hi ::

I have an urgent opening on *Hardware Test Engineer/Embedded Test
Engineer *with
my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Any Visa is fine except CPT & H1Transfer*

*Requirement Details:*



*Role: **Hardware Test Engineer/Embedded Test Engineer*

*Location: **Cleveland, OH*

*Duration:12+ Months*



*Job Description:*



*Primary Skill Set   *

Strong experience  in embedded devices testing(preferably IOT)

Experience in programming and debugging on C++/Python

Should have strong Linux knowledge and would be good to have IoT testing
experience

Knowledge of basic electrical and electronics concepts

Familiarity with electrical measurement equipment, such as power supplies,
oscilloscopes, power analyzers, and related laboratory instrumentation

Tech Stack: IoT, Linux, Data base



*Secondary Skill Set *

Experience with wireless communications technologies and protocols such as
Bluetooth and Zigbee

Experience with CI/CD or DevOps tool chains

Experience working in an Agile/Scrum teams.

Strong with communication (verbal and written)



*Roles and Responsibilities  *



Understand product requirements and customer objectives for supported
products

Develop awareness of all product quality objectives, including hardware and
embedded software

Verify that proposed product requirements and conceptual designs are
testable

Develop product validation plans to achieve test coverage and quality
objectives

Conduct testing of new features and bug fixes according to product
requirements

Conduct acceptance testing of prototype hardware and candidate software
according to the product’s validation plan

Communicate test results with stakeholders using issue reporting tools and
test campaign reports

Collaborate with product engineers and software developers to assist in
root cause analysis and issue resolution

Develop and maintain test infrastructure, including test system equipment,
testing frameworks, and automation test cases

Maintain test coverage tracking and reporting tools to assist in release
approval process

Assist in the analysis of escaped defects and product quality issues







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpEMx-D_6oHKYBhk8Uju17ziBZoKaNKaK4rb%2BobsyU%2Brw%40mail.gmail.com.


[android-developers] REQ: Embedded Engineer(C/C++) _ Sunnyvale, CA _12+ Months

2021-02-11 Thread adam noel
Hi::

I have an urgent opening on *Embedded Engineer(C/C++)* with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Requirement details:*

*Job title: Embedded Engineer(C/C++)*

*Location: Sunnyvale, CA*

*Duration: 12+ months*

*Job Description:*

Experience Range

8+  years of experience

Primary Skill Set

·Must have good experience  C and C++

·Hands on experience working on embedded and low level coding

·Good at embedded platform

·Good understanding on ARM Processor

·Understanding on Switches and Routers domain

·Have exposure to Python, test automation using Python











*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGo7EOA24ypYUE4kjxTeE9mFv5JPtj1WrmAN1JTDKL%3DDGQ%40mail.gmail.com.


[android-developers] REQ ::Hardware Test Engineer/Embedded Test Engineer _ Cleveland, OH _ 12+ Months

2021-02-10 Thread adam noel
Hi ::

I have an urgent opening on *Hardware Test Engineer/Embedded Test
Engineer *with
my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Any Visa is fine except CPT & H1Transfer*

*Requirement Details:*



*Role: **Hardware Test Engineer/Embedded Test Engineer*

*Location: **Cleveland, OH*

*Duration:12+ Months*



*Job Description:*



*Primary Skill Set   *

Strong experience  in embedded devices testing(preferably IOT)

Experience in programming and debugging on C++/Python

Should have strong Linux knowledge and would be good to have IoT testing
experience

Knowledge of basic electrical and electronics concepts

Familiarity with electrical measurement equipment, such as power supplies,
oscilloscopes, power analyzers, and related laboratory instrumentation

Tech Stack: IoT, Linux, Data base



*Secondary Skill Set *

Experience with wireless communications technologies and protocols such as
Bluetooth and Zigbee

Experience with CI/CD or DevOps tool chains

Experience working in an Agile/Scrum teams.

Strong with communication (verbal and written)



*Roles and Responsibilities  *



Understand product requirements and customer objectives for supported
products

Develop awareness of all product quality objectives, including hardware and
embedded software

Verify that proposed product requirements and conceptual designs are
testable

Develop product validation plans to achieve test coverage and quality
objectives

Conduct testing of new features and bug fixes according to product
requirements

Conduct acceptance testing of prototype hardware and candidate software
according to the product’s validation plan

Communicate test results with stakeholders using issue reporting tools and
test campaign reports

Collaborate with product engineers and software developers to assist in
root cause analysis and issue resolution

Develop and maintain test infrastructure, including test system equipment,
testing frameworks, and automation test cases

Maintain test coverage tracking and reporting tools to assist in release
approval process

Assist in the analysis of escaped defects and product quality issues







*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrqf5Rxkxmh7%2BpT8Mo8twc0WQNBRFMBUbHzpFMu2yX6xg%40mail.gmail.com.


[android-developers] REQ: Embedded Engineer(C/C++) _ Sunnyvale, CA _12+ Months

2021-02-10 Thread adam noel
Hi::

I have an urgent opening on *Embedded Engineer(C/C++)* with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Requirement details:*

*Job title: Embedded Engineer(C/C++)*

*Location: Sunnyvale, CA*

*Duration: 12+ months*

*Job Description:*

Experience Range

8+  years of experience

Primary Skill Set

·Must have good experience  C and C++

·Hands on experience working on embedded and low level coding

·Good at embedded platform

·Good understanding on ARM Processor

·Understanding on Switches and Routers domain

·Have exposure to Python, test automation using Python











*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoYj-anz8z47nOhfH6JCDSC5%3D8ELMTWFTWJ%3DMjcbX1E5Q%40mail.gmail.com.


[android-developers] REQ :: GRC Archer Developer _ Dallas, TX(Initial Remote) _12+ months

2021-02-05 Thread adam noel
Hi ::

We do have opening on *GRC Archer Developer  *with my client. Please share
me your resume with full name, contact details, rate, and availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Requirement Details:*

*Job Title: GRC Archer Developer*

*Location: REMOTE During COVID- client is located in Dallas, TX*

*Duration: 12+ Months*

*Job Description*:

*Job Responsibilities Include:*

Member of the Enterprise Compliance Operational Risk team

Help with analysis, design, and development of new Restful API's to move
and share data between GRC Archer and other consuming applications



*Basic Qualifications:*

5 plus years of development experience with *GRC Archer*.

5 plus years of experience with *Archer API* (Restful and *SOAP* WS)

1 year of experience working in the Operational Risk function of an
organization



*Preferred Skills:*

Experience with all the core components of Archer development:
Role/Groups/Record Permissions, Fields/Layouts, Data Driven Events,
Advanced Workflow, Notifications, complex Calculations, Custom code
development, Reporting, Data Feed Management etc.

Hands-on experience in *.NET or JAVA; SQL Server; API *integrations of
Archer with other systems

RSA Archer Associate or Professional certification preferred

Experience in Java application stack

on technical requirements

Lead the items such as user accounts, data feeds, workflow & reports access
etc.

Provide development / configuration support based on technical requirements

Own technical issues/problem resolution and request management

Execute test cases and document them

Support User Acceptance Tests and implement code into production

Define/configure questionnaires/workflows/forms/reports in Archer

Participate in and support Archer version upgrades

Install, test and deploy new applications in Archer

Work with service management and infrastructure teams as needed on
technology upgrades, maintenance, and issue resolution









*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqPH70Sb5b3d_ooRRNv1BSgiL8-NNcz-j-kwu2HvAQwvQ%40mail.gmail.com.


[android-developers] REQ: : Python Backend Developer ,(Remote)_12+ Months

2021-02-05 Thread adam noel
Hi



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



*Requirement details:*

*Job title: **Python Backend Developer  (Remote)*

*Duration: 12 Months*



*Job Description:*

*Primary Skill Set*

9+ years

*React, MongoDB *



*Roles and Responsibilities*

· The Engineer in this role will be responsible for developing
web-based user interfaces for the control, monitoring and visualization of
robotic applications.

· The Engineer in this role will be responsible for building the
front-ends and back-ends for the robotic user interfaces.

· The Engineer in this role will work closely with the application
engineering team to design and develop necessary integrations between user
interfaces and main robotic applications. Skills/Technical Requirements:

· 8+ years experience in software development.

· Commercial experience in a fast paced, agile environment

· Ability to work as part of an interdisciplinary team

· Experience designing and implementing web-based user interfaces
using JavaScript and React

· Issue Tracking Systems (Jira) Preferred Qualifications:

· Expert level understanding of one or more of the following: Data
Transfer (GraphQL - Graphene, WebSockets) Asynchronous/Concurrent
Programming NoSQL Databases (MongoDB) 3D visualization (three.js,
babylon.js) Messaging Systems (Kafka, gRPC) CI/CD processes (Jenkins,
Automated Testing)

· Experience with *robotics* and *robotic solutions*

· Experience with: Modern web application frameworks Nginx, Apache
Flask *ROS* (*Robot Operating System*)





*Thanks & Regards*
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpXdedvivH_tHCNsJRY-1zpmaqxgUcPEBDjRLt_gM2KZw%40mail.gmail.com.


[android-developers] REQ: : Sr. UI developer(React, MongoDB) - Remote ,Bedford MA_12+ Months

2021-02-03 Thread adam noel
Hi



I have an urgent opening on *Sr. UI developer(React, MongoDB) *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.



*Requirement details:   *

*Job title: Sr. UI developer(React, MongoDB)*

*Location: Bedford MA(Remote)*

*Duration: 12 Months*

*Job Description:*

*Primary Skill Set*

*9+ years*



React, MongoDB

*Secondary Skill Set*

*Kafka*

*Roles and Responsibilities*

●The Engineer in this role will be responsible for developing web-based
user interfaces for the control, monitoring and visualization of robotic
applications.

● The Engineer in this role will be responsible for building the front-ends
and back-ends for the robotic user interfaces.

● The Engineer in this role will work closely with the application
engineering team to design and develop necessary integrations between user
interfaces and main robotic applications. Skills/Technical Requirements:

● 6+ years experience in software development.

● Commercial experience in a fast paced, agile environment

● Ability to work as part of an interdisciplinary team

● Experience designing and implementing web-based user interfaces using
JavaScript and React ● Linux (Ubuntu) ● VCS (Git)

● Issue Tracking Systems (Jira) Preferred Qualifications:

● Expert level understanding of one or more of the following: Data Transfer
(GraphQL - Graphene, WebSockets) Asynchronous/Concurrent Programming NoSQL
Databases (MongoDB) 3D visualization (three.js, babylon.js) Messaging
Systems (Kafka, gRPC) CI/CD processes (Jenkins, Automated Testing)

● Experience with robotics and robotic solutions

● Experience with: Modern web application frameworks Nginx, Apache Flask
ROS (Robot Operating System) Educational Requirements: Bachelor's degree in
Computer Science or a similar field





Thanks & Regards
*Adam Noel*
[image:
https://media-exp1.licdn.com/dms/image/C511BAQGnHeZ37MgQCA/company-background_1/0/1544714714064?e=1612040400=beta=hgoHliaIYlRL1iksatIknoy3WbkRphg_jFtoM6Bwxco]
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGp1vBj6EMGP_oRs-M%3DcHm0mLkyiHqr%2B12yKYsBn%3DvHHSA%40mail.gmail.com.


[android-developers] REQ: : .NET Developer with QNXT(Remote) ,San Ramon, CA _ 6+ months

2021-02-02 Thread adam noel
Hi



I have an urgent opening on *.NET Developer with  QNXT **(Remote) *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.



*Requirement details:   *

*Job title: .NET Developer with  QNXT **(Remote)*

*Location: San Ramon, CA*

*Duration: 6+ months*

*Job Description:*

.Net

QNXT

Must have 8+ Years of IT experience

Expertise in architecture blueprints and detailed documentation. Creating
BOM, including cloud Services (EBS, EC2, S3 etc)

Hands-on experience with EC2,ECS, ELB, EBS, S3, VPC, IAM, SQS, RDS, Lambda,
Cloud Watch, Storage Gateway, Cloud Formation, Autoscaling

Hands-on Experience in AWS, AWS IoT concepts like Lambda, Kinesis,
Redshift, AWS CLI, CI/CD, ML, AI tools, Athena, DynamoDB, RDS MSSQL







Thanks & Regards
Adam Noel
StarTechs Inc
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoEW7GwmvZ6mcYhJHSu6stLOk%3DWLqD3rdiascRA_fGdAQ%40mail.gmail.com.


[android-developers] REQ: : .NET Developer with QNXT ,San Ramon, CA _ 6+ months

2021-01-29 Thread adam noel
Hi



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



*Requirement details:   *

*Job title: .NET Developer with  QNXT*

*Location: San Ramon, CA*

*Duration: 6+ months*

*Job Description:*

.Net

QNXT

Must have 8+ Years of IT experience

Expertise in architecture blueprints and detailed documentation. Creating
BOM, including cloud Services (EBS, EC2, S3 etc)

Hands-on experience with EC2,ECS, ELB, EBS, S3, VPC, IAM, SQS, RDS, Lambda,
Cloud Watch, Storage Gateway, Cloud Formation, Autoscaling

Hands-on Experience in AWS, AWS IoT concepts like Lambda, Kinesis,
Redshift, AWS CLI, CI/CD, ML, AI tools, Athena, DynamoDB, RDS MSSQL







Thanks & Regards
Adam Noel
StarTechs Inc
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGo-ch5rQp3cne4xqnNq8%3DJSy%2B0LVR9qfs7KwN71qQXrrg%40mail.gmail.com.


[android-developers] REQ :: Sr.Salesforce Developer/ Lead _ Austin, TX _12+ Months

2021-01-29 Thread adam noel
Hi::

I have an urgent opening on *Salesforce Developer/ Lead* with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.

*Kindly share me the resumes only if you can share PP number for submission*

*Requirement details:*

*Job title: Sr. Salesforce Developer/ Lead*

*Location: Austin, TX*

*Duration: 12+ months*



*Job Description: *

*Primary Skill Set*

10+ Years of Experience

Salesforce Developers having experience in Marketing cloud or Health cloud.

Development and support experience in Marketing Cloud projects, preferably
in exact target.

Experience with Journey Builder, Automation, Email Studio and Marketing
Cloud setup and configuration.

Knowledge in all modules of Salesforce Marketing Cloud development and
support Email, SMS, Web & Social.

( Will assist with the creation of new campaigns, including data
configuration, email distributions, audience creation, and utilization of
capabilities in the platform.)

Development knowledge around Journey builder, Content builder, Contact
builder, Audience builder and Automation.

SFMC Reports and Dashboards, Integration with CRM (SFDC or other CRM tools)



*Secondary Skill Set*

CRM Tools



*Roles and Responsibilities *

Ability to work collaboratively in a creative, Agile environment and manage
agile stories and assignments

Comfortable virtually working with people across office locations









Thanks & Regards
Adam Noel
StarTechs Inc
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrCXE04Uyrti5XpNkov7t5EJtwKRCi8fpXU9W78GrqTSg%40mail.gmail.com.


[android-developers] REQ ::Performance Tester _ Dallas, TX_ 12+ Months

2020-03-06 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS

*Any visa is fine But need PP number and current project time sheets
mandatory for submission*

*Requirement details:   *

*Job title: **Performance Tester*

*Location: Dallas, TX*

*Duration: 12+ Months*



*Job Description:*



[image: cid:image001.png@01D58F4E.5AC57A10]









*Thanks & Regards*

*Adam Noel*

*StarTechs Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqNRbZ%3DCyw1_kQU6b%3D3OyyYynTpFMFH-g0Lh0kgDwvtYw%40mail.gmail.com.


[android-developers] REQ:: DevOps Engineer /Lead _Aliso Viejo, CA _12+ months

2020-03-06 Thread adam noel
I have the an urgent need for *DevOps Engineer/Lead * with my client. If
any of your consultants are available, Please send me the resumes with full
name, contact details, rate, and availability date.

*Need PP number Mandatory for submission*

*Any Visa is fine except (H1 Transfer & CPT Please) *

*Video Interviews*



*Requirement Details:*

*Job title: DevOps Engineer/Lead *

*Location: Aliso Viejo, CA*

*Duration: 12+ months*

*Job Description*:

Overall 8 Years of IT Exp and 6+ years of experience working in a cloud
environment AWS

A Bachelor’s Degree or higher in a related field, or professional
experience working with related technologies

Should have a strong experience in deployment, maintenance, and
administration tasks related to Docker, and Kubernetes

Should be experienced with PowerShell, Python, Bash or any programming
language such as c# or Java or Python

Should have some familiarity with monitoring and log management tools and
services such as Splunk, App Dynamics, App Insights, ELK or should have
experience building custom monitoring systems

Should have a strong understanding of all things networking including DNS,
Virtual Networks, WAF, and VPN

Strong root cause analysis, debugging and troubleshooting skills

Strong written and verbal communication and collaboration skills

Sonar

Jenkins

Dependency Management

Enrich the development lifecycle, increase velocity, and improve quality in
an organic and seamless way

Promote the efficiency, frequency, and reliability of our software
deployments through the use of CI/CD pipelines

The team works smarter, not harder, so automation is at the core of
everything we do

Introduce mechanisms to proactively mitigate risks associated with software
deployments and reactively correct deployment errors efficiently

Monitor production infrastructure, on-prem and in the cloud, in order to
proactively address systemic failures as efficiently as possible

Be continuously learning in and outside of work to keep up with the latest
DevOps tools and processes







*Thanks & Regards*

*Adam Noel*

*StarTechs Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpce5OhzYkUDT1Jz95euv88f%3D%2BzER-up1OceGg%2BiduG8Q%40mail.gmail.com.


[android-developers] REQ:: DevOps Engineer /Lead _Aliso Viejo, CA _12+ months

2020-03-05 Thread adam noel
I have the an urgent need for *DevOps Engineer/Lead * with my client. If
any of your consultants are available, Please send me the resumes with full
name, contact details, rate, and availability date.

*Need PP number Mandatory for submission*

*Any Visa is fine except (H1 Transfer & CPT Please) *

*Video Interviews*



*Requirement Details:*

*Job title: DevOps Engineer/Lead *

*Location: Aliso Viejo, CA*

*Duration: 12+ months*

*Job Description*:

Overall 8 Years of IT Exp and 6+ years of experience working in a cloud
environment AWS

A Bachelor’s Degree or higher in a related field, or professional
experience working with related technologies

Should have a strong experience in deployment, maintenance, and
administration tasks related to Docker, and Kubernetes

Should be experienced with PowerShell, Python, Bash or any programming
language such as c# or Java or Python

Should have some familiarity with monitoring and log management tools and
services such as Splunk, App Dynamics, App Insights, ELK or should have
experience building custom monitoring systems

Should have a strong understanding of all things networking including DNS,
Virtual Networks, WAF, and VPN

Strong root cause analysis, debugging and troubleshooting skills

Strong written and verbal communication and collaboration skills

Sonar

Jenkins

Dependency Management

Enrich the development lifecycle, increase velocity, and improve quality in
an organic and seamless way

Promote the efficiency, frequency, and reliability of our software
deployments through the use of CI/CD pipelines

The team works smarter, not harder, so automation is at the core of
everything we do

Introduce mechanisms to proactively mitigate risks associated with software
deployments and reactively correct deployment errors efficiently

Monitor production infrastructure, on-prem and in the cloud, in order to
proactively address systemic failures as efficiently as possible

Be continuously learning in and outside of work to keep up with the latest
DevOps tools and processes







*Thanks & Regards*

*Adam Noel*

*StarTechs Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpf7Q%3DjJa4a%2B6EhHCQc36AdunAuP643O6aUyv76HKUZSg%40mail.gmail.com.


[android-developers] REQ ::Performance Tester _ Dallas, TX_ 12+ Months

2020-03-05 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS

*Any visa is fine But need PP number and current project time sheets
mandatory for submission*

*Requirement details:   *

*Job title: **Performance Tester*

*Location: Dallas, TX*

*Duration: 12+ Months*



*Job Description:*



[image: cid:image001.png@01D58F4E.5AC57A10]









*Thanks & Regards*

*Adam Noel*

*StarTechs Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpLKTGoA1NfoiJifEdc1SJWBB4we6PoC3t3dwVPrWKA-Q%40mail.gmail.com.


[android-developers] REQ ::Sr DevOps Engineer @Emeryville, CA _12+ Months

2020-03-03 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on* Sr DevOps Engineer *Position with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.

*Requirement details:   *



*Job title: Sr DevOps Engineer Location: Emeryville, CA Duration: 12+
Months*



*We must need H1B only *



*Job Description:*

Bachelor’s or graduate degrees in Computer Science or a related field.

5+ years automated operational deployment and support

Strong Linux operating systems and platforms such as RedHat/CentOS.

Strong experience developing scripts such as Bash, Python and Ruby.

Strong experience with at least one programming language (C/C++, Java, Go,
etc.)

Solid experience with version control and repositories such as Git

Practical understanding of J2EE application servers

Strong experience with monitoring tools such as Icinga (Nagios), Ganglia,
and Prometheus, etc.

Strong experience with Automated Deployment using Puppet and Heira

Strong Hypervisor experience such as VMWare ESXi/vCenter and KVM/Openstack

Strong experience with Linux kickstart provisioning systems such as Cobbler
and Forman.

Strong experience with Linux RPM repositories such as YUM and PULP.

Solid understanding of standard networking protocols and components such
as: HTTP, DNS, TCP/IP, UDP Multicast, ICMP and Load Balancing.

Solid experience with infrastructure services such as LDAP, DNS, DHCP, NTP
and SMTP.

Practical knowledge of Container (e.g. Docker) and Resource managers (e.g.
Kubernetes, nomad)

Track record of practical problem solving, excellent communication, and
documentation skills

Strong collaboration skills and team player

Good written and verbal communication ability.

Available for on-call







Thanks & Regards

*Adam **Noel*

*Star**Techs** Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGooN0S6B5o_L7VN_rWBFvznrJF_pW%3DGMHS05UK8duqEKA%40mail.gmail.com.


Re: [android-developers] REG: Updated Hotlist

2020-03-02 Thread adam noel
if you have any QA Automation and QA Functional tester resumes
Please let me knwo

On Mon, Mar 2, 2020 at 8:28 AM Raja || Tekplay Systems 
wrote:

> Dear Vendor
>
>
>
> Greetings for the Day!!
>
>
>
> Please find below my updated Hot-list and share suitable requirements
>
>
>
> *Name*
>
> *Skill Sets*
>
> *Exp*
>
> *Availability*
>
> *Location*
>
> *Relocation*
>
> *Visa*
>
> *SenthilNathan*
>
> *SAP SD Functional*
>
> 10+
>
> Immediate
>
> Atlanta GA
>
> Open
>
> H1B
>
> *Murali*
>
> *SAP UI5 / FIORI*
>
> 5+
>
> Immediate
>
> Atlanta GA
>
> Open
>
> USC
>
> *Srini*
>
> *SAP - BI/BW*
>
> 10+
>
> Immediate
>
> Atlanta GA
>
> Open with Expenses
>
> USC
>
> Ram
>
> SAP BW / HANA Architect
>
> 14
>
> 2 Weeks
>
> Kennesaw, GA
>
> *Only Local*
>
> GC
>
> *Suresh*
>
> *SAP ABAP Technical*
>
> 12
>
> 2 Weeks
>
> Los Angeles  CA
>
> In and Around
>
> H1B
>
> Raghu
>
> Senior Hyperion consultant
>
> 13
>
> Immediate
>
> San Antonio TX
>
> Except CA and NY
>
> H1B
>
> Bruno
>
> SAP ABAP
>
> 14+
>
> 2 Weeks
>
> Atlanta GA
>
> Open
>
> H1B
>
> *KONSTANTIN*
>
> *Java MicroServices*
>
> 18+
>
> Immediate
>
> NYC NY
>
> *Only Local*
>
> USC
>
> Shanku
>
> Hadoop Technical
>
> 14+
>
> 2 weeks
>
> Princeton NJ
>
> In and Around
>
> H1B
>
> Sushil
>
> SAP HANA
>
> 10+
>
> Immediate
>
> Atlanta GA
>
> Yes
>
> GC
>
>
>
> *NOTE: KINDLY ADD MY EMAIL ID TO YOUR DISTRIBUTION LIST*
>
>
>
>
>
> *Regards*
>
> *Raja*
>
> *Phone : +1 **732-797-9959*
>
> *Emails: **kuma...@tekplay.com* 
>
> *rajakuma...@smartsoftus.com* 
>
>
>
> *Email is the best way to reach me.*
>
> www.tekplay.com
>
> www.smartsoftus.com
>
> www.globalsoft-solutions.com
>
>
>
> *CONNECT WITH ME ON: **[image: Description: Description: Description:
> Description: Description: Description: Description: Description:
> Description: Description: Description: Description: Description:
> Description: Description: Description: Description: Description:
> Description: Description: Description: Description: Description:
> Description: Description: Description: Description: Description:
> Description: Description: LinkedIn]*
> 
>
>
>
>
>
>
> **DISCLAIMER**
>
>
>
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> Solely for the use of the addressee(s).If you are not the intended
> Recipient, Please notify the sender by e-mail and delete the original
> message. Further , you are not to copy, disclose, or distribute this e-mail
> or its contents to any other person and any such actions are unlawful. This
> e-mail may contain Viruses. Tekplay Systems Limited has taken every
> reasonable precaution to minimize the risk, but is not liable for any
> damage you may sustain as a result of any virus in this e-mail. You should
> carry out your own virus checks before opening the e-mail or attachment.
>
>
>
> Tekplay systems Limited reserves the right to monitor and review the
> content of all messages sent to or from this e-mail address. Messages sent
> to or from this e-mail address may be stored on the Tekplay systems Limited
> e-mail system.
>
>
>
> *End of
> Disclaimer
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/f7c03723916c72e390b3c7ed93d7efa5%40mail.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqVKEYo8MrXzmOPWE2Vs2ynLhdi1mfwxb6NDST0decCuw%40mail.gmail.com.


[android-developers] REQ :: QA Automation Tester @Chicago IL_12+ Months

2020-03-02 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:  *


*Job title: QA Automation Tester Location: **Chicago IL *
* Duration: 12+ Months*

*Client will not consider H4 EAD and CPT Candidates *

*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Automation Experience with Selenium and Java

Must have experience in SOAP/REST API Web Services testing, Postman

Strong experience in testing concepts, testing frameworks

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqrccLKApHWjVEh39yBUjkMi7a%3D%2B-cTMJSAGkEU1Aq6QA%40mail.gmail.com.


[android-developers] REQ :: QA Functional Tester _Chicago IL & Houston TX_12+ Months

2020-03-02 Thread adam noel
I have an urgent need for a *Sr. Manual Tester(API Testing) position* with
my client. If any of your consultants are available, Please send me the
resumes with full name, contact details, rate, and availability date.

*Job title: Sr. Manual Tester(API Testing)*

*Location: Houston, TX*

*Duration: 12+ Months*

*Positions: 2*



*Job Description*:



*Functional QA/Web Services/API Tester *

   - 6  Years of hands-on experience in testing with more focus on *Manual
   testing*, Automation experience of 1-2 years if fine
   - Strong experience in testing concepts, testing frameworks
   - Must have experience in *SOAP/REST API Web Services testing, Postman*
   - Should be able to lead program/project independently
   - Automation is preferable
   - Offshore onsite model exposure



Adam Star-techs
a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoox846M2gNAPWvapJiVT1RXmSkHtsu_i_sHjGu4Vu3yQ%40mail.gmail.com.


[android-developers] REQ ::SAP S/4 TESTING LEAD - BALTIMORE, MD

2020-02-21 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *SAP S/4 TESTING LEAD *Position with my client.
Please send me the resumes with full name, contact details, rate, and
availability date.



*Requirement details:  *


*Job title: SAP S/4 TESTING LEAD Location:* *BALTIMORE, MD*
* Duration: 3+ Months *



*Job Description:*

Strong communication and client interaction skills.

Proven experience managing testing in an SAP Implementation (Test Strategy,
SIT and UAT testing)

Proven experience working with global teams (especially offshore)

SAP S4/HANA experience (will consider candidates who do not have this if
they have strong experience)

SAP Functional experience in any of the following modules. SD, MM, FI, CO a
plus (not mandatory).

Can advise on the latest use of SAP tools in the testing area









*Thanks & Regards*

*Adam Noel*

*StarTechs Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGouD5E-FcDqus4ZpciAdmnsHYO3OiMN3d2A0uMQ_1bOCg%40mail.gmail.com.


[android-developers] REQ ::QA Manager / Test manager (API Automation)_ Phoenix AZ_12+ Months

2019-11-27 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager / Test manager (API
Automation) *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job Title: QA Manager / Test manager (API Automation)*

*Location: Phoenix AZ*

*Duration: 12+ Months *

*Start Date: Immediate*



* Immediate Interviews*



*Job Description:*

· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpxvKkjdymC0%2Bmvh-MjeeHtYD_uH%3Dq25EZWV0c7R779Sw%40mail.gmail.com.


[android-developers] REQ ::QA Functional Test Lead @Houston,TX_12+ Months

2019-11-27 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead *Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.

*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Houston,TX*
* Duration: 12+ Months*



*Immediate Interviews*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpWhXQFUGe%2Bu9vkfVXxdUkGB8-f5Ve--z%2BRs-ZcPhV-fQ%40mail.gmail.com.


[android-developers] REQ ::QA Functional Tester @Houston,TX_12+ Months

2019-11-26 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: QA Functional Tester Location: **Houston,TX*
* Duration: 12+ Months*



*Immediate Interviews*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqF-VwAJF0bAw_CRT%2BOg1vqR1AUFw9bs4CW_D_KOT4YYg%40mail.gmail.com.


[android-developers] REQ ::QA Manager / Test manager (API Automation)_ Phoenix AZ_12+ Months

2019-11-26 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager / Test manager (API
Automation) *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job Title: QA Manager / Test manager (API Automation)*

*Location: Phoenix AZ*

*Duration: 12+ Months *

*Start Date: Immediate*



* Immediate Interviews*



*Job Description:*

· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGroW9gCH46WrXwbY7xtWrUwJ0HZ1CR%2BXUW7oVZhARu9gQ%40mail.gmail.com.


[android-developers] REQ ::QA Functional Tester @Houston,TX_12+ Months

2019-11-25 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: QA Functional Tester Location: **Houston,TX*
* Duration: 12+ Months*



*Immediate Interviews*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrV%3DsdvjdT7c0_S_%3Dbdcva1XugG0DgfvmpwUN78gzL-MQ%40mail.gmail.com.


[android-developers] REQ: : Mobile Tester/Automation Testing _ Chicago, IL _ 12+ Months

2019-11-25 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *Mobile Tester/Automation Testing  *with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.

*Requirement details:   *

*Job title: Mobile Tester/Automation Testing *

*Location: Chicago , IL*

*Duration: 12-18+  Months*



*Job Description:*

· QA experience in Mobile Application Functional testing ,
regression and Non-functional testing.

· *Strong experience in mobile app functional testing with various
platforms/devices like iOS, Android, iPad, Tablet. *

· Experience with *Agile *work environment is mandatory with
exposure to tools like Microsoft TFS, JIRA, office suite.

· Good experience with Selenium automation and must have experience
with Web services testing (SOAP UI/REST)

· Have good understanding of QA processes, Automation workflow
along with CI/CD platforms.

· Co-ordinate closely with project teams (Onshore and Offshore).

· Ability to work in a dynamic environment while multitasking on
different projects.

· Collaborate with up/down stream channels/consumers and conduct
Integration/E2E testing.

· Ability to validate software against business goals beyond what’s
conveyed by the development team.

· Good communication and analytical skills.







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGo4LRYXCwcaBXzS%2BEEbmgEzDPb00-Yb9KYhJV103gtHEw%40mail.gmail.com.


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-25 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



* Immediate Interviews*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGp1_wX%2BSnyf%3DarUexKZR%2B8h3NAx5py%3DfzCx-whLvoteYA%40mail.gmail.com.


[android-developers] REQ ::.NET Developer with Azure @Chicago IL_12+ Months

2019-11-22 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *

*Job title: **.NET Developer with Azure*
* Location: **Chicago IL *
* Duration: 12+ Months*



* Immediate Interviews*



*Job Description:*

Experience in Dotnet core features like -

Built in IoC container

Middleware – Add Custom middleware

Exception Handling

Serving static files

Logging in .NETCore

.NETCore Application types

Experience in SQL Server 2012

Excellent problem solving skills.

Good communication skills

Good analytical skills

Good logical and programming skills

Able to resolve the technical issues

Able to communicate with client

Able to communicate well with the client independently













Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpdc9MqcOUJ6OAHqBWz8SDQERrmFJrN0cb5zOWsoaYk_w%40mail.gmail.com.


[android-developers] REQ: : Mobile Tester/Automation Testing _ Chicago, IL _ 12+ Months

2019-11-22 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *Mobile Tester/Automation Testing  *with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.

*Requirement details:   *

*Job title: Mobile Tester/Automation Testing *

*Location: Chicago , IL*

*Duration: 12-18+  Months*



*Job Description:*

· QA experience in Mobile Application Functional testing ,
regression and Non-functional testing.

· *Strong experience in mobile app functional testing with various
platforms/devices like iOS, Android, iPad, Tablet. *

· Experience with *Agile *work environment is mandatory with
exposure to tools like Microsoft TFS, JIRA, office suite.

· Good experience with Selenium automation and must have experience
with Web services testing (SOAP UI/REST)

· Have good understanding of QA processes, Automation workflow
along with CI/CD platforms.

· Co-ordinate closely with project teams (Onshore and Offshore).

· Ability to work in a dynamic environment while multitasking on
different projects.

· Collaborate with up/down stream channels/consumers and conduct
Integration/E2E testing.

· Ability to validate software against business goals beyond what’s
conveyed by the development team.

· Good communication and analytical skills.







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGq6O8yoQqKB6zVc3m-cM3GeObU5Lp7A8uEn9FYdNC2tjg%40mail.gmail.com.


[android-developers] REQ ::Performance Tester _ Dallas, TX_ 12+ Months

2019-11-21 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS

*Any visa is fine But need PP number and current project time sheets
mandatory for submission*

*Requirement details:   *

*Job title: **Performance Tester*

*Location: Dallas, TX*

*Duration: 12+ Months*



*Job Description:*



[image: cid:image001.png@01D58F4E.5AC57A10]









*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGprvfUO--56ytm0ax5m3-7wbCd2EgtO8oYMk5D5oGovwQ%40mail.gmail.com.


[android-developers] REQ ::Sr API Automation Test Engineer@Dallas TX / Phoenix AZ_12+ Months

2019-11-21 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *Sr API Automation Test Engineer  *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*Requirement details:   *


*Job title: Sr API Automation Test Engineer Location: **Dallas TX / Phoenix
AZ*
* Duration: 12+ Months*



*Job Description:*

· Min 5+ years of  strong testing experience

· Min 3+ years of experience in Test Automation of APIs and micro
services

· Experience in scripting for automation – using JAVA/Python

· Experience with building automation framework for API/Web

· Experience in test delivery in a Agile model with focus on in
sprint automation

· Solid understanding of RESTful web services and microservice
architecture

· Strong hands-on experience with automation of APIs using
SOAPUI/Rest Assured or other API automation frameworks

· Strong in validation content from XML, data bases and flat files
using scripts

· Strong knowledge of Database and SQL queries for data validation

· Solid understanding of test process: requirement analysis, test
scenario design, test case creation, test scripting and status reporting to
stakeholders for testing services

· Experience working with Jenkins to build CI/CD pipeline

· Able to independently lead and be responsible for the quality of
deliverables including automation

· Should have working knowledge on JIRA for test and defect tracking

· Strong knowledge of AWS technology  is preferred

Knowledge on contract based testing using PACT is preferred















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGo%2BtRfW1jc71eMMc%2B4iFBed-_VAeZE5HoSGJ_Oc-EPXBg%40mail.gmail.com.


[android-developers] REQ ::Sr API Automation Test Engineer@Dallas TX / Phoenix AZ_12+ Months

2019-11-20 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *Sr API Automation Test Engineer  *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*Requirement details:   *


*Job title: Sr API Automation Test Engineer Location: **Dallas TX / Phoenix
AZ*
* Duration: 12+ Months*



*Job Description:*

· Min 5+ years of  strong testing experience

· Min 3+ years of experience in Test Automation of APIs and micro
services

· Experience in scripting for automation – using JAVA/Python

· Experience with building automation framework for API/Web

· Experience in test delivery in a Agile model with focus on in
sprint automation

· Solid understanding of RESTful web services and microservice
architecture

· Strong hands-on experience with automation of APIs using
SOAPUI/Rest Assured or other API automation frameworks

· Strong in validation content from XML, data bases and flat files
using scripts

· Strong knowledge of Database and SQL queries for data validation

· Solid understanding of test process: requirement analysis, test
scenario design, test case creation, test scripting and status reporting to
stakeholders for testing services

· Experience working with Jenkins to build CI/CD pipeline

· Able to independently lead and be responsible for the quality of
deliverables including automation

· Should have working knowledge on JIRA for test and defect tracking

· Strong knowledge of AWS technology  is preferred

Knowledge on contract based testing using PACT is preferred















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrC3TVn_DpVorpvght8y37%2BBtA2Sv0P4G-bo0T6e0hqBg%40mail.gmail.com.


[android-developers] REQ ::Performance Tester _ Dallas, TX_ 12+ Months

2019-11-20 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS

*Any visa is fine But need PP number and current project time sheets
mandatory for submission*

*Requirement details:   *

*Job title: **Performance Tester*

*Location: Dallas, TX*

*Duration: 12+ Months*



*Job Description:*



[image: cid:image001.png@01D58F4E.5AC57A10]









*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrscmuK2XRNamTpp_OFo8_dENKPXRXG_eZJx5MH%2Bdv%2BRQ%40mail.gmail.com.


[android-developers] REQ ::.NET Developer with Azure @Chicago IL_12+ Months

2019-11-19 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *

*Job title: **.NET Developer with Azure*
* Location: **Chicago IL *
* Duration: 12+ Months*



* Immediate Interviews*



*Job Description:*

Experience in Dotnet core features like -

Built in IoC container

Middleware – Add Custom middleware

Exception Handling

Serving static files

Logging in .NETCore

.NETCore Application types

Experience in SQL Server 2012

Excellent problem solving skills.

Good communication skills

Good analytical skills

Good logical and programming skills

Able to resolve the technical issues

Able to communicate with client

Able to communicate well with the client independently













Thanks & Regards

*Adam **Noel*

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


[android-developers] REQ::MobileTester _ Houston,TX _12+ Months

2019-11-19 Thread adam noel
Hi

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

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job title: MobileTester *

*Location: **Houston,TX*

*Duration: 12+  Months*





*Job Description:*

Primary Skill Set

· 6+ years of QA experience in Mobile Application Functional
testing , regression and Non-functional testing.

· Strong experience in mobile app functional testing with various
platforms/devices like iOS, Android, iPad, Tablet.

· Very good knowledge on mobile application testing.

· Experience with Agile work environment is mandatory with exposure
to tools like Microsoft TFS, JIRA, office suite.

· Experience in Leading/mentoring remote teams and working
seamlessly with them.

· Have good understanding of QA processes, Automation workflow
along with CI/CD platforms.

· Co-ordinate closely with project teams (Onshore and Offshore).

· Ability to work in a dynamic environment while multitasking on
different projects.

· Analyze various requirements and be hands-on identifying/writing
complex Test scenarios and Test cases.

· Collaborate with up/down stream channels/consumers and conduct
Integration/E2E testing.

· Ability to validate software against business goals beyond what’s
conveyed by the development team.

· Good communication and analytical skills.

Secondary Skill Set

· Send DSR and WSR with project teams and communicate risks with
mitigations along with timely follow-ups.

· Knowledge of Airline domain is preferred.

· Understand about the flight server architecture

Roles and Responsibilities

· Co-ordinate closely with project teams (Onshore and Offshore) and
conduct Functional, integration, regression, End to end and Non-functional
testing.

· Lead/mentor remote teams and working seamlessly with them.

· Participate in QA estimation and plan execution

· Facilitate Automation testing teams to speed up test case
automation and increase automated execution.

· hands-on identifying/writing complex Test scenarios and Test
cases.

· Collaborate with up/down stream channels/consumers and conduct
Integration/E2E testing.

· Validate software against business goals beyond what’s conveyed
by the development team.

Send DSR and WSR with project teams and communicate risks with mitigations
along with timely follow-ups.









Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrQN2sNDwb6CvYg2ho_tLNL1WW1n_j9EzFNGQqDGLJP%2Bw%40mail.gmail.com.


[android-developers] REQ :: Test Lead @Chicago IL _12+ Months

2019-11-19 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Job Description:*

Primary Skill Set

· API testing (SOAP, REST services with knowledge of Microservices)

· API Automation (ReadyAPI preferred)

· Understanding of JMS/EMS (GEMS or MQ tool preferred)

· Good Understanding of any scripting or programming language

· SQL/DB concepts and queries

· Able to blend in with Hands on automation, execution and mentor
team offshore.

· Co-ordinate with project team and QA counterparts onsite and
offshore for Functional, E2E and Nonfunctional testing

· Clear understanding of Agile and Software testing methodologies,
processes and terminologies

*Secondary Skill Set*  Great to also have –

· Understanding of Cloud systems

· Knowledge of Airline domain

Roles and Responsibilities

· Hands on API Automation and Manual execution.

· Reporting/communicating progress and co-ordinate testing (FT,
NFT, E2E and UAT).

· Responsibly sign-off deliverables in various environments and
help to make it Fit for customers.

· Support production deployments.

· Lead and mentor offshore team give clear directions and
co-ordinate seamlessly with offshore team.

· Escalating – Blockers, dependencies, concerns.

· Analyze requirements and Provide Estimation, execution strategy
and Plan.

Share inputs for resource planning and work allocation









*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpi9_o303ztWP3ejb0BKvO_Jj%3DZng7kRz4QzCCaL%2B1BNQ%40mail.gmail.com.


Re: [android-developers] Re: HOT LIST || Bench Sales Candidates Profile ||

2019-11-18 Thread adam noel
please send me the Prashanth and neelima resumes

On Mon, Nov 18, 2019 at 8:26 AM sujay.sof...@gmail.com <
sujay.sof...@gmail.com> wrote:

> Please send hot list to sujay.sof...@gmail.com
>
> On Friday, September 27, 2019 at 8:00:31 PM UTC+5:30, Malay Khatri wrote:
>>
>> Hello Recruiters,
>> Here is our updated Hot List of Candidates on Bench.
>>
>>   HotList
>> Candidate Name Skill Experience Visa Current Location Preferred Location
>> Contact
>> Neelima QA Test Manager  9+ H1B NY Anywhere in US 7342752181 EXT: 282
>> Ashish Front End Developer  7+ H1B WA Anywhere in US 7342752181 EXT: 282
>> Prashanth Quality Assurance 14+ H1B OH Anywhere in US 7342752181 EXT: 414
>> Shrivamsi Scrum Master 11+ H1B IL Anywhere in US 7342752181 EXT: 264
>> Durga Quality Assurance 7+ H4 EAD NJ Anywhere in US 7342752181 EXT: 405
>> Riddhi Project Coordinator 5+ OPT EAD OH Anywhere in US 7342752181 EXT:
>> 283
>> Riddhi Project Coordinator 5+ OPT EAD OH Anywhere in US 7342752181 EXT:
>> 444
>> Anubir Project Manager  9+ USC CA Only CA 7342752181 EXT: 266
>> Pinki 3D Artist 5+ OPT EAD MI Anywhere in US 7342752181 EXT: 450
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/f8e0df81-47e6-4fc1-b1d9-29396ecd47f8%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGppBgZDR0YiPcD2g8aouL-WXaHTHsUk1wrqWkQOJ4w%2B8A%40mail.gmail.com.


[android-developers] REQ ::Python Developer/Python Architect _San Jose/San Francisco/NYC, NY_ 6+ Months

2019-11-18 Thread adam noel
*POSITIONS : 1*

Hi

Hope your are Doing Good…!

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

*Requirement details:   *

*Job title: Python Developer*

*Location: **San Jose/San Francisco*

*Duration: 6+ Months*



*Job Description:*

· Strong programming experience using Python

· Experience in migrating application from Python 2.7+ to Python 3

· Familiar with backend application development frameworks
such as *Django
(must have)* or CherryPy

· Ability to learn new technologies quickly and provide mentorship

· Self-starter, passionate and always looking for new ways to
contribute to the team

· Nice to have experience with Agile DevOps engineering environment
that effectively leverages CI/CD pipelines (Jenkins, GitLab, etc…)







*POSITIONS : 2*



Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Python Architect Location: **San Jose/San Francisco*
* Duration:  6+ Months*





*Job Description:*

· Above JD for developer +

· Proven experience as software architect

· Excellent knowledge of software and application design and
architecture

· Gather technical requirements and specifications from customers
and business stakeholders.

· Own end-to-end architecture, vision and roadmap for application
migration

· Develop the technical specifications according to which solutions
are defined and delivered.





*POSITIONS : 3*



Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 8:30 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions













*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrsvFoXgncL4q8Pg-XA%3DrwGa0uXs9%3D4e-G-9W7H5FgaRg%40mail.gmail.com.


[android-developers] REQ::Mobile Apps Tester _ Chicago , IL _12+ Months

2019-11-18 Thread adam noel
Hi

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

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job title: Mobile Apps Tester*

*Location: **Chicago, IL*

*Duration: 12+  Months*



*Who can Take Video Interview Today 1:30 PM CST*



*Job Description:*

6+ Mobile Testing Experience and Functional Testing Manual

Strong experience in testing concepts, testing frameworks

Experience in tester Mobile App Testing automation using JavaScript in
Android, iOS and Python, Automated testing with Python scripts, MQTT and
familiarity with Bluetooth)

Offshore onsite model exposure

Mobile Testing Experience and Functional Testing Manual

Knowledge in JavaScript  or Python.

Frameworks .





Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGraBQi2t_nHriY%3DkMBW3tqMi1zrveF5b5mYLQMhR%2B6isA%40mail.gmail.com.


[android-developers] REQ ::Python Developer/Python Architect _San Jose/San Francisco/NYC, NY_ 6+ Months

2019-11-15 Thread adam noel
*POSITIONS : 1*

Hi

Hope your are Doing Good…!

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

*Requirement details:   *

*Job title: Python Developer*

*Location: **San Jose/San Francisco*

*Duration: 6+ Months*



*Job Description:*

· Strong programming experience using Python

· Experience in migrating application from Python 2.7+ to Python 3

· Familiar with backend application development frameworks
such as *Django
(must have)* or CherryPy

· Ability to learn new technologies quickly and provide mentorship

· Self-starter, passionate and always looking for new ways to
contribute to the team

· Nice to have experience with Agile DevOps engineering environment
that effectively leverages CI/CD pipelines (Jenkins, GitLab, etc…)







*POSITIONS : 2*



Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Python Architect Location: **San Jose/San Francisco*
* Duration:  6+ Months*





*Job Description:*

· Above JD for developer +

· Proven experience as software architect

· Excellent knowledge of software and application design and
architecture

· Gather technical requirements and specifications from customers
and business stakeholders.

· Own end-to-end architecture, vision and roadmap for application
migration

· Develop the technical specifications according to which solutions
are defined and delivered.





*POSITIONS : 3*



Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 8:30 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions













*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqxH6zGsQnDc0AxSpr6F53oZSq7%2Bjasroyk4piH5pi41w%40mail.gmail.com.


[android-developers] REQ::Mobile Apps Tester _ Chicago , IL _12+ Months

2019-11-15 Thread adam noel
Hi

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

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job title: Mobile Apps Tester*

*Location: **Chicago, IL*

*Duration: 12+  Months*



*Who can Take Video Interview Today 1:30 PM CST*



*Job Description:*

6+ Mobile Testing Experience and Functional Testing Manual

Strong experience in testing concepts, testing frameworks

Experience in tester Mobile App Testing automation using JavaScript in
Android, iOS and Python, Automated testing with Python scripts, MQTT and
familiarity with Bluetooth)

Offshore onsite model exposure

Mobile Testing Experience and Functional Testing Manual

Knowledge in JavaScript  or Python.

Frameworks .





Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrRWkSRZDf2WZh36faOLPw5yMyudSSofsqp1r4Y%2BxCY5A%40mail.gmail.com.


[android-developers] REQ ::QA Functional Tester @Chicago IL_12+ Months

2019-11-15 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: QA Functional Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Who can take Video Interview Today at 2:00 PM CST*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpp9xeckARbzK1W1QMaAbxseMfynykCVmFd_xBY8tEb%3Dw%40mail.gmail.com.


[android-developers] REQ ::QA Automation Tester @Chicago IL_12+ Months

2019-11-15 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:  *


*Job title: QA Automation Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Today we have interview slot at 2:30 PM CST *



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Automation Experience with Selenium and Java

Strong experience in testing concepts, testing frameworks

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGpmDUogE40FdfbMuOx7x9Uv%2BgaRUF5djbD9dU7f9ukLyA%40mail.gmail.com.


[android-developers] REQ: Business Analyst with Pharma Domain_Summit, NJ, USA_ 12+ Months

2019-11-15 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *Business Analyst with Pharma Domain *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:*

*Role: Business Analyst with Pharma Domain*

*Location: Summit, NJ, USA*

*Duration: 12+ Months*



*Today we have interview slot @ 4:00 PM CST*



*Job Description:*

We must need 8+ Years of experience



*Primary Skill Set:*

Collect the requirements from business.

Clean up the existing requirements in the project.

Assist in future releases for requirement gathering.

Assist in closing the CAPA’s.

Consolidate the requirement process if needed.

Working on ERES and Data integrity requirements.



*Roles and Responsibilities:*

Evaluating business processes, anticipating requirements, uncovering areas
for improvement, and developing and implementing solutions.

Leading ongoing reviews of business processes and developing optimization
strategies

Advocate for the technology needs of the business functions but also bring
balance when necessary to achieve broader enterprise benefits

Oversee and serve as primary point of contact and escalation for 3rd party
cloud vendors and service providers

Provide technical system input to the lifecycle management of systems,
including any validation and ongoing change control

Assist in writing and updating relevant documentation such as Standard
Operating Procedures and Work Instructions.

Understand agile methodology and assist project teams with effective use of
JIRA.





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqHSAv1QNzw5cTx5wFd46aCGNBLAYV9Hwp0Wi2M%3D4Mqqw%40mail.gmail.com.


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-15 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 4:00 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoLUpVyBb7aEyBi%2BKvu_234sphcRBFX%3DzF3KPmodSzzdA%40mail.gmail.com.


[android-developers] REQ ::QA Functional Tester @Chicago IL_12+ Months

2019-11-14 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: QA Functional Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Who can take Video Interview Today at 4:00 PM CST*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGreKB5bYMC_jBs0hqsTtQLJUziz_-z0-E3vJ0kTE%3DCYSg%40mail.gmail.com.


[android-developers] REQ: Business Analyst with Pharma Domain_Summit, NJ, USA_ 12+ Months

2019-11-14 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *Business Analyst with Pharma Domain *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:*

*Role: Business Analyst with Pharma Domain*

*Location: Summit, NJ, USA*

*Duration: 12+ Months*



*Tomorrow we have interview slot @ 10:00 AM CST*



*Job Description:*

We must need 8+ Years of experience



*Primary Skill Set:*

Collect the requirements from business.

Clean up the existing requirements in the project.

Assist in future releases for requirement gathering.

Assist in closing the CAPA’s.

Consolidate the requirement process if needed.

Working on ERES and Data integrity requirements.



*Roles and Responsibilities:*

Evaluating business processes, anticipating requirements, uncovering areas
for improvement, and developing and implementing solutions.

Leading ongoing reviews of business processes and developing optimization
strategies

Advocate for the technology needs of the business functions but also bring
balance when necessary to achieve broader enterprise benefits

Oversee and serve as primary point of contact and escalation for 3rd party
cloud vendors and service providers

Provide technical system input to the lifecycle management of systems,
including any validation and ongoing change control

Assist in writing and updating relevant documentation such as Standard
Operating Procedures and Work Instructions.

Understand agile methodology and assist project teams with effective use of
JIRA.





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrr10cGYoXE33vHtwxZ4TjOMXsEag3yaKD4-yv4mP9WeQ%40mail.gmail.com.


[android-developers] REQ: Business Analyst with Pharma Domain_Summit, NJ, USA_ 12+ Months

2019-11-13 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on *Business Analyst with Pharma Domain *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:*

*Role: Business Analyst with Pharma Domain*

*Location: Summit, NJ, USA*

*Duration: 12+ Months*



*Tomorrow we have interview slot @ 8.30 PM IST*



*Job Description:*

*Primary Skill Set:*

Collect the requirements from business.

Clean up the existing requirements in the project.

Assist in future releases for requirement gathering.

Assist in closing the CAPA’s.

Consolidate the requirement process if needed.

Working on ERES and Data integrity requirements.



*Roles and Responsibilities:*

Evaluating business processes, anticipating requirements, uncovering areas
for improvement, and developing and implementing solutions.

Leading ongoing reviews of business processes and developing optimization
strategies

Advocate for the technology needs of the business functions but also bring
balance when necessary to achieve broader enterprise benefits

Oversee and serve as primary point of contact and escalation for 3rd party
cloud vendors and service providers

Provide technical system input to the lifecycle management of systems,
including any validation and ongoing change control

Assist in writing and updating relevant documentation such as Standard
Operating Procedures and Work Instructions.

Understand agile methodology and assist project teams with effective use of
JIRA.





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGq_Q4%2Ba7XkhwpOxLz%2Bbfae15sYhuaC69Tu6yQO9Au3Pow%40mail.gmail.com.


[android-developers] REQ ::QA Functional Tester @Chicago IL_12+ Months

2019-11-13 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: QA Functional Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Who can take Video Interview Today at 2:00 PM CST*



*Job Description:*

7+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGr2gO55YEBOK1ec%2BKowA6a9_GKLSAkKOnny%2BGQbqAzQJA%40mail.gmail.com.


[android-developers] REQ ::QA Automation Tester @Chicago IL_12+ Months

2019-11-13 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:  *


*Job title: QA Automation Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Today we have interview slot at 2:30 PM CST *



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Automation Experience with Selenium and Java

Strong experience in testing concepts, testing frameworks

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqz%3DVrzyfeqWnODXsTTxBVeUCk6obq0GhMvOEOTgaMacg%40mail.gmail.com.


[android-developers] REQ ::iOS Developer @Chicago_IL_6+ Months

2019-11-12 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: iOS Developer Location: **Chicago_IL*
* Duration: 6+ Months*



*Job Description:*

Design and build advanced applications for the iOS platform

Collaborate with cross-functional teams to define, design, and ship new
features.

Offline Implementation experience

Unit-test code for robustness, including edge cases, usability, and general
reliability.

Work on bug fixing and improving application performance.

Continuously discover, evaluate, and implement new technologies to maximize
development efficiency.



*Primary Skill Set:*

iOS – Swift

iOS - Core Data, Core Animation, Core Graphics and Core Text, UI components



*Secondary Skill Set:*

Collaborate with cross-functional teams to define, design, and ship new
features.

Continuously discover, evaluate, and implement new technologies to maximize
development efficiency.

Good communication and interpersonal skills









*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*
*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrEt_N%2BeNVd0RiCZGsmJLAG_oL%2BCDy7Wepzb2vs2cGxTA%40mail.gmail.com.


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-11 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 8:30 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGqt6gM542oYgnGP0CrN37V0qY5XUnRUSv8ymAnmMyr7DQ%40mail.gmail.com.


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-11 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoqMExxwQEOPfdNh325Qa4FKo0zQt-PVD4BT5_g-LirMA%40mail.gmail.com.


[android-developers] REQ ::QA Functional Test Lead @Chicago IL _12+ Months

2019-11-11 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.



*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Who can take Video interview Today @ 7:00 PM CST*

*Need consultant whose DOB should 1990 & Below*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGr1wcSKs2%3DOVJ1TjnR5duJZ73PPRkv2PYO%3DwRFqy2_DrQ%40mail.gmail.com.


[android-developers] REQ :: Junior QA Tester(2+ Exp) @Dallas_TX 12+ Months

2019-11-11 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoXcng7xRwQNFk%3DGuQAoxGrtu4oEbtNaTCjMGWqvLxRCA%40mail.gmail.com.


[android-developers] REQ :: Junior QA Tester(2+ Exp) @Dallas_TX 12+ Months

2019-11-08 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology







*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.com  *

*Direct:- **614** 494 5424*

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


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-08 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 10:00 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.com  *

*Direct:- **614** 494 5424*

*Please send me an E-Mail if I miss your phone call*

*Email ID:* a...@startechsinc.com  ||
http://startechsinc.com

*Gtalk:*  adamstarte...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGp1VXgSXDONR0AEFYNLD_PgZD9WfjMtBgjB9DB1hb7zAQ%40mail.gmail.com.


[android-developers] REQ ::Dot Net Developer @Chicago IL_12+ Months

2019-11-07 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:   *


*Job title: Dot Net Developer Location: **Chicago IL *
* Duration: 12+ Months*



*Job Description:*

*Roles and Responsibilities :*

· Work as .NET Core Senior Developer

· Able to work independently

· Good communication skills

*Primary Skill Set :*

· Experience in Dotnet core features like -

oBuilt in IoC container

oMiddleware – Add Custom middleware

oException Handling

oServing static files

oLogging in .NETCore

o.NETCore Application types

· Experience in SQL Server 2012

· Excellent problem solving skills.

· Good communication skills

· Good analytical skills

· Good logical and programming skills

· Able to resolve the technical issues

· Able to communicate with client

· Able to communicate well with the client independently













Thanks & Regards

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoooH0DGKemVSvCAK6-rZvEG7NKX7Sv6G2ZFQzNwgh1eg%40mail.gmail.com.


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-07 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Today we have interview slot at 10:00 PM EST*



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions















*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGr7WFWG_6viVR1%3DArBYwK9b%2BZXu_nYV%2BHaU_9GQH%3Ds9BA%40mail.gmail.com.


[android-developers] REQ :: Junior QA Tester(2+ Exp) @Dallas_TX 12+ Months

2019-11-06 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology

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


[android-developers] REQ :: Validation Specialist _ Seattle, WA_12+ Months

2019-11-06 Thread adam noel
Hi

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



*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENING*



*Requirement Details:*

*Job title: Validation Specialist*

*Location: Seattle, WA*

*Duration: 12+ months*



*Job Description:*

Understanding of the purpose of validation.

Understanding of the overall validation approach for a project.

Understanding of IT processes and the lifecycle of IT systems.

Advanced knowledge of all IT process interactions.

Advanced knowledge of information technology areas and IT service
principles.

Familiarity with FDA regulations (such as 21 CFR 11), GxP, SOX, EudraLex
(such as Annex 11), PIC/S, including electronic records and electronic
signatures.

Strong working knowledge of good documentation practices.

*Familiarity with* testing and defect management tools such as HP ALM.

Knowledge of computer network and system security principles.

Knowledge of IT infrastructure principles.

Experience in Validation functions in regulated or controlled environments.

Experience in IT QA functions in regulated or controlled environments.

Experience in the oversight of computer systems validation strategies and
general IT quality assurance.

Experience in the creation and execution of infrastructure qualification
strategies.

Experience with IT internal audit or periodic review, authoring audit
reports or periodic review reports.

Ability to manage relationships with internal/external teams within the IT
organization.

Experience working with controlled documentation systems.

Experience of working in an ITIL setting, knowledge of ITIL practices.

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


[android-developers] REQ ::Python Developer _NYC, NY_ Contract

2019-11-06 Thread adam noel
Hi

Hope your are Doing Good…!

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



*Requirement details:   *

*Job title: Python Developer*

*Location: **NYC, NY*

*Duration: Contract *



*Job Description:*

3-5 years exp with Python Developer and T-SQL(complex queries)

String communication skills

· Ability to write complex SQL statements involving joins, using
SQL functions and producing aggregate results

· Excellent communication skills

· Data investigation involving understanding and identifying data
anomalies and working with the appropriate departments to resolve issues
and present alternative solutions to fulfill business need

· Bachelor’s degree in computer science, data science, statistics
or at least 4 years additional experience in data science, statistics or a
similar role.

· Demonstrated ability to develop complex sql to apply
problem-solving skills to complex issues

· Ability to communicate effectively and collaborate with
colleagues across job functions

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


[android-developers] REQ :: Junior QA Tester(2+ Exp) @Dallas_TX 12+ Months

2019-11-05 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Today we have interview slot @ 5:00PM EST*

*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology

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


[android-developers] REQ :: Sr.Performance Test Engineer _Phoenix, AZ _ 12+ Month

2019-11-05 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *Sr.**Performance** Test Engineer *Position
with my client. Please send me the resume with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job title: Sr.**Performance** Test Engineer*

*Location: Phoenix ,AZ*

*Duration: 12+ Months*

*Start Date: Immediate*





*Job Description:*



*Primary Skill Set   *

4+ years of experience with quality processes and testing methodologies

Experience with Postman

Experience in developing performance test suites for large scale
applications

Experience with other performance testing tools such as JMeter, LoadRunner,
Loader.io, K6, Locust etc

Experience with web service testing and SQL is a plus

Excellent analytical and problem solving skills

Excellent communication and interpersonal skills



*Roles and Responsibilities  *

Minimum of 4+ years in design, develop, and maintenance of performance
scripts using various tools such as but not limited to VSTS, JMeter, or
LoadRunner

Identify the performance test requirements and document the performance
test scenarios based on the SLA’s and benchmarks

Implement and drive performance standards

Work with multiple product teams to design, create, execute, and report on
capacity, scalability, and stress tests.

Experience with monitoring, profile, and diagnostic tools like AppDynamics,
NewRelic, etc.

Reporting meaningful results with robust first level analysis of
performance bottlenecks

Collaborate with the quality engineering team members, developers, and
DevOps teams

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


[android-developers] REQ :: QA Requirements @Chicago IL_Contract

2019-11-04 Thread adam noel
*POSITIONS : 1*



Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 2*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.



*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Who can take Video interview Today @ 7:00 PM CST*

*Need consultant whose DOB should 1990 & Below*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 3*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager/Test Manager _ Chicago, IL *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job Title: Test Manager/QA Manager*

*Location: Chicago, IL*

*Duration: 12+ Months *

*Start Date: Immediate*



* Immediate Interviews*



*Job Description:*

· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGq2gy%3DQ9qeKHv72Yjgy0%2B3RyEfsgQ_mL26dsFGoVw-13A%40mail.gmail.com.


Re: [android-developers] ReactJS Developer || Minneapolis, MN || Long-term

2019-11-01 Thread adam noel
it is an senior level position we must need below 1990 DOB candidates
if you have any one please let me know

On Fri, Nov 1, 2019 at 2:50 PM Jessy B 
wrote:

> We will provide everything please get back to me
>
>
> Thanks & Regards
> Jessy,
> je...@theegiants.com
> 515-604-7186
>
>
> On Sat, 2 Nov 2019 at 00:07, adam noel  wrote:
>
>> may i know the DOB and can you share passport number and current project
>> time sheet for submission
>> if you are interest let me know
>>
>> On Fri, Nov 1, 2019 at 1:24 PM Jessy B 
>> wrote:
>>
>>> H1B
>>> 65
>>>
>>>
>>> Thanks & Regards
>>> Jessy,
>>> je...@theegiants.com
>>> 515-604-7186
>>>
>>>
>>> On Fri, 1 Nov 2019 at 23:41, adam noel  wrote:
>>>
>>>> may i know the rate and visa status
>>>>
>>>> On Fri, Nov 1, 2019 at 12:56 PM Jessy B 
>>>> wrote:
>>>>
>>>>>
>>>>>
>>>>>
>>>>> Thanks & Regards
>>>>> Jessy,
>>>>> je...@theegiants.com
>>>>> 515-604-7186
>>>>>
>>>>>
>>>>> On Fri, 1 Nov 2019 at 23:16, Pankaj Kumar 
>>>>> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>>
>>>>>>
>>>>>> Please go through the requirement and let me know your interest.
>>>>>>
>>>>>>
>>>>>>
>>>>>> *We have interview slots available and it’s exclusive requirement.*
>>>>>>
>>>>>>
>>>>>>
>>>>>> *ReactJS Developer – 15 Positions*
>>>>>>
>>>>>> *Location: **Minneapolis, MN*
>>>>>>
>>>>>> *Duration: Long-term*
>>>>>>
>>>>>> •  At least *8 years* of professional development experience
>>>>>> with significant exposure to working on complex projects with cross
>>>>>> functional teams
>>>>>>
>>>>>> •  Extremely strong JavaScript framework and Front-End
>>>>>> Development experience
>>>>>>
>>>>>> •  *Minimum of 2 years’ experience with ReactJS *
>>>>>>
>>>>>> •  Strong Node.JS experience is highly desired
>>>>>>
>>>>>> •  Must have proven experience building smart dynamic websites
>>>>>> using JavaScript frameworks
>>>>>>
>>>>>> •  A solid background in NoSQL and/or relational databases.
>>>>>>
>>>>>> •  Experience with scripting languages like Python, Ruby, etc.
>>>>>> is highly desired
>>>>>>
>>>>>> •  Experience with SSRS would be preferred.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> *Pankaj Kumar*
>>>>>>
>>>>>> *ST Global LLC*
>>>>>>
>>>>>> Direct: 513-729-7021
>>>>>>
>>>>>> Fax: 206-319-4579
>>>>>>
>>>>>> pan...@stglobaltech.com
>>>>>>
>>>>>> www.stglobaltech.com
>>>>>>
>>>>>>
>>>>>>
>>>>>> Note: We respect your Online Privacy. This is not an unsolicited
>>>>>> mail. Under Bills.1618 Title III passed by the 105th U.S. Congress this
>>>>>> mail cannot be considered Spam as long as we include Contact information
>>>>>> and a 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 at 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,
>>>>

Re: [android-developers] ReactJS Developer || Minneapolis, MN || Long-term

2019-11-01 Thread adam noel
may i know the DOB and can you share passport number and current project
time sheet for submission
if you are interest let me know

On Fri, Nov 1, 2019 at 1:24 PM Jessy B 
wrote:

> H1B
> 65
>
>
> Thanks & Regards
> Jessy,
> je...@theegiants.com
> 515-604-7186
>
>
> On Fri, 1 Nov 2019 at 23:41, adam noel  wrote:
>
>> may i know the rate and visa status
>>
>> On Fri, Nov 1, 2019 at 12:56 PM Jessy B 
>> wrote:
>>
>>>
>>>
>>>
>>> Thanks & Regards
>>> Jessy,
>>> je...@theegiants.com
>>> 515-604-7186
>>>
>>>
>>> On Fri, 1 Nov 2019 at 23:16, Pankaj Kumar 
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>>
>>>>
>>>> Please go through the requirement and let me know your interest.
>>>>
>>>>
>>>>
>>>> *We have interview slots available and it’s exclusive requirement.*
>>>>
>>>>
>>>>
>>>> *ReactJS Developer – 15 Positions*
>>>>
>>>> *Location: **Minneapolis, MN*
>>>>
>>>> *Duration: Long-term*
>>>>
>>>> •  At least *8 years* of professional development experience with
>>>> significant exposure to working on complex projects with cross functional
>>>> teams
>>>>
>>>> •  Extremely strong JavaScript framework and Front-End Development
>>>> experience
>>>>
>>>> •  *Minimum of 2 years’ experience with ReactJS *
>>>>
>>>> •  Strong Node.JS experience is highly desired
>>>>
>>>> •  Must have proven experience building smart dynamic websites
>>>> using JavaScript frameworks
>>>>
>>>> •  A solid background in NoSQL and/or relational databases.
>>>>
>>>> •  Experience with scripting languages like Python, Ruby, etc. is
>>>> highly desired
>>>>
>>>> •  Experience with SSRS would be preferred.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *Pankaj Kumar*
>>>>
>>>> *ST Global LLC*
>>>>
>>>> Direct: 513-729-7021
>>>>
>>>> Fax: 206-319-4579
>>>>
>>>> pan...@stglobaltech.com
>>>>
>>>> www.stglobaltech.com
>>>>
>>>>
>>>>
>>>> Note: We respect your Online Privacy. This is not an unsolicited mail.
>>>> Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
>>>> cannot be considered Spam as long as we include Contact information and a
>>>> 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
>>>> at 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 view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/android-developers/CALTGpg9f4N4RcgSproYeV6%2BJ%2BozaZuooQOgkvEu833CK3pLwiQ%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/android-developers/CALTGpg9f4N4RcgSproYeV6%2BJ%2BozaZuooQOgkvEu833CK3pLwiQ%40mail.gmail.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to android-developers+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/android-developers/CA%2BgfJh7-tCdLEDzb8Xq2%3DTFeVhRJEG%3Di47DUtbeAOoR6s%3D52SA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/android-developers/CA%2BgfJh7-tCdLEDzb8Xq2%3DTFeVhRJEG%3Di47DUtbeAOoR6s%3D52SA%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the

Re: [android-developers] Re: VBeyond :: Devops Engineer with Attivio at San Jose, CA

2019-11-01 Thread adam noel
may i know the rate and visa status

On Fri, Nov 1, 2019 at 11:56 AM kishore vasa 
wrote:

>
> kindly find the subash Attached  resume
>
>
> Subhash  H1b DEVOPS,LINUX ADMIN 8 years 4692108666
> kishoreroseitcorp@gmail.comOn Friday, October 25, 2019 at 10:54:07 PM
> UTC+5:30, Patrick Jane wrote:
>>
>> Hi,
>>
>> Hope you are doing great!!
>>
>> Currently we are having a job opening of *Devops Engineer with Attivio *
>> at *San Jose, CA* with our client. If you are interested then please
>> reply me with your updated resume or you can call me at *(805) 852-7142.*
>>
>>
>>
>> *Role: Devops Engineer with Attivio*
>>
>> *Location: San Jose, CA*
>>
>> *Job Type: Contract*
>>
>>
>>
>> *Passport number is required(Not for GC/USC)*
>>
>>
>>
>> *Job description:*
>>
>>
>>
>> - DevOps for the Google Cloud Platform (GCP)
>>
>> - Perform troubleshooting, - Troubleshoot networking problems
>>
>> - Automate the deployments, infrastructure as code
>>
>> - Oversee the GCP relationship management
>>
>> - raising tickets and chasing their resolution
>>
>> - Implement automation tools and frameworks (CI/CD pipelines).
>>
>> - Analyze code and communicate detailed reviews to development teams to
>> ensure a marked improvement in applications and the timely completion of
>> projects.
>> - Collaborate with team members to improve the company’s engineering
>> tools, systems and procedures, and data security.
>> - Optimize the company’s computing architecture.
>> - Conduct systems tests for security, performance, and availability.
>> - Develop and maintain design and troubleshooting documentation.
>>
>>
>>
>>
>>
>> *Thanks & Regards*
>>
>> Avanish Pandey
>>
>> *Sr. Recruitment Executive*
>>
>> *VBeyond Corporation* I* PARTNERING FOR GROWTH*
>>
>> *Lucknow *I* Mumbai *I* Gurgaon *I* Pune *I* New Jersey, USA*
>>
>> *Office: (908) 923-0211 Ext 305*
>>
>> *Mob: (805) 852-7142*
>>
>> Email: avani...@vbeyond.com
>>
>> Hangout: avanishitrecrui...@gmail.com
>>
>> Likedin – Avanish Pandey
>> 
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/068239bc-3ad8-4b25-99df-81506731a81e%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGoTC-b-jwLeWA%3D0avz41bD-vsCnVUWScaqXpT4XYznTYg%40mail.gmail.com.


Re: [android-developers] ReactJS Developer || Minneapolis, MN || Long-term

2019-11-01 Thread adam noel
may i know the rate and visa status

On Fri, Nov 1, 2019 at 12:56 PM Jessy B 
wrote:

>
>
>
> Thanks & Regards
> Jessy,
> je...@theegiants.com
> 515-604-7186
>
>
> On Fri, 1 Nov 2019 at 23:16, Pankaj Kumar  wrote:
>
>> Hello,
>>
>>
>>
>> Please go through the requirement and let me know your interest.
>>
>>
>>
>> *We have interview slots available and it’s exclusive requirement.*
>>
>>
>>
>> *ReactJS Developer – 15 Positions*
>>
>> *Location: **Minneapolis, MN*
>>
>> *Duration: Long-term*
>>
>> •  At least *8 years* of professional development experience with
>> significant exposure to working on complex projects with cross functional
>> teams
>>
>> •  Extremely strong JavaScript framework and Front-End Development
>> experience
>>
>> •  *Minimum of 2 years’ experience with ReactJS *
>>
>> •  Strong Node.JS experience is highly desired
>>
>> •  Must have proven experience building smart dynamic websites using
>> JavaScript frameworks
>>
>> •  A solid background in NoSQL and/or relational databases.
>>
>> •  Experience with scripting languages like Python, Ruby, etc. is
>> highly desired
>>
>> •  Experience with SSRS would be preferred.
>>
>>
>>
>>
>>
>>
>>
>> *Pankaj Kumar*
>>
>> *ST Global LLC*
>>
>> Direct: 513-729-7021
>>
>> Fax: 206-319-4579
>>
>> pan...@stglobaltech.com
>>
>> www.stglobaltech.com
>>
>>
>>
>> Note: We respect your Online Privacy. This is not an unsolicited mail.
>> Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
>> cannot be considered Spam as long as we include Contact information and a
>> 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
>> at 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/CALTGpg9f4N4RcgSproYeV6%2BJ%2BozaZuooQOgkvEu833CK3pLwiQ%40mail.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 view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CA%2BgfJh7-tCdLEDzb8Xq2%3DTFeVhRJEG%3Di47DUtbeAOoR6s%3D52SA%40mail.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGraf4rFuEham7oxp14HHyQV6i%2BDoVxAcHrxg0UNS7_YmA%40mail.gmail.com.


[android-developers] REQ :: QA Requirements @Chicago IL_Contract

2019-11-01 Thread adam noel
*POSITIONS : 1*



Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 2*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.



*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Who can take Video interview Today @ 7:00 PM CST*

*Need consultant whose DOB should 1990 & Below*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 3*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager/Test Manager _ Chicago, IL *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job Title: Test Manager/QA Manager*

*Location: Chicago, IL*

*Duration: 12+ Months *

*Start Date: Immediate*



* Immediate Interviews*



*Job Description:*

· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure

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


Re: [android-developers] QA Automation Tester

2019-10-31 Thread adam noel
at this time H4 EAD is not workable
if you have any other visa candidates please let me know

On Thu, Oct 31, 2019 at 11:29 AM Jessy B 
wrote:

> H4 EAD
>
>
> Thanks & Regards
> Jessy,
> je...@theegiants.com
> 515-604-7186
>
>
> On Thu, 31 Oct 2019 at 21:45, adam noel  wrote:
>
>> may i know the rate and visa status
>>
>> On Thu, Oct 31, 2019 at 10:16 AM Jessy B 
>> wrote:
>>
>>>
>>>
>>>
>>> Thanks & Regards
>>> Jessy,
>>> je...@theegiants.com
>>> 515-604-7186
>>>
>>>
>>> On Thu, 31 Oct 2019 at 20:40, sp indu  wrote:
>>>
>>>> *Hi *
>>>>
>>>> *please share resumes for the below requirement *
>>>>
>>>>
>>>> *QA Automation Tester  *
>>>>
>>>> *Job Location:- Norfolk, VA*
>>>>
>>>> *Open Positions:- 2*
>>>>
>>>>
>>>>
>>>> *Job description *
>>>>
>>>>
>>>>
>>>> · • Expertise in complex manual and automated testing on
>>>> Android/iOS mobile applications, 2+ years of experience testing mobile apps
>>>> is required.
>>>>
>>>> · • Create, maintain, execute & extend manual and automated
>>>> tests to ensure efficient and sufficient test coverage of mobile
>>>> applications
>>>>
>>>> · • Troubleshoot, isolate, and document problems encountered
>>>> during testing
>>>>
>>>> · • Experience in web services testing
>>>>
>>>> · • Experience in an Agile, continuous integration environment
>>>>
>>>> · • Demonstrated skill using code repositories (Git)
>>>>
>>>> · •Experience with Perfecto is a must
>>>>
>>>> · • Mobile automation experience using Java + Appium or iOS
>>>> Native tools (XCUI Test)
>>>>
>>>> · • Should have in Mobile Development with iOS platform
>>>>
>>>> · • Must have experience in test framework exposure with Java,
>>>> Appium and Selenium experience
>>>>
>>>> · • 2+ years of hands-on experience with test automation tools
>>>> (Perfecto Mobile, Appium, etc.)
>>>>
>>>> · • 2+ years Object Oriented software development experience
>>>> (e.g. C#, JavaScript, C/C++, Java, Swift)
>>>>
>>>> · •Experience/exposure in JIRA & Confluence
>>>>
>>>> · •Experience/exposure in Agile & SAFe
>>>>
>>>> · •Jenkins knowledge is a plus
>>>>
>>>> · •Postman knowledge is a plus
>>>>
>>>>
>>>>
>>>>
>>>> Please consider the environment before printing this email. Go Green
>>>>
>>>>
>>>>
>>>> <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail>
>>>>  Virus-free.
>>>> www.avg.com
>>>> <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail>
>>>> <#m_1236774935483264123_m_-2901637797060235157_m_-8496182136517063745_m_-8607066589597020110_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Android Developers" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to android-developers+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/android-developers/CAAQFxjeWQL%2BOv0HYrWu3TXFLfNp4erZVUhEYWGdgP8gOMQp4uQ%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/android-developers/CAAQFxjeWQL%2BOv0HYrWu3TXFLfNp4erZVUhEYWGdgP8gOMQp4uQ%40mail.gmail.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to android-developers+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/android-developers/CA%2BgfJh67FTJbtVOR5WZ-TusxZ_6Ae8KyOTW0mRC3R6xV

Re: [android-developers] QA Automation Tester

2019-10-31 Thread adam noel
may i know the rate and visa status

On Thu, Oct 31, 2019 at 10:16 AM Jessy B 
wrote:

>
>
>
> Thanks & Regards
> Jessy,
> je...@theegiants.com
> 515-604-7186
>
>
> On Thu, 31 Oct 2019 at 20:40, sp indu  wrote:
>
>> *Hi *
>>
>> *please share resumes for the below requirement *
>>
>>
>> *QA Automation Tester  *
>>
>> *Job Location:- Norfolk, VA*
>>
>> *Open Positions:- 2*
>>
>>
>>
>> *Job description *
>>
>>
>>
>> · • Expertise in complex manual and automated testing on
>> Android/iOS mobile applications, 2+ years of experience testing mobile apps
>> is required.
>>
>> · • Create, maintain, execute & extend manual and automated
>> tests to ensure efficient and sufficient test coverage of mobile
>> applications
>>
>> · • Troubleshoot, isolate, and document problems encountered
>> during testing
>>
>> · • Experience in web services testing
>>
>> · • Experience in an Agile, continuous integration environment
>>
>> · • Demonstrated skill using code repositories (Git)
>>
>> · •Experience with Perfecto is a must
>>
>> · • Mobile automation experience using Java + Appium or iOS
>> Native tools (XCUI Test)
>>
>> · • Should have in Mobile Development with iOS platform
>>
>> · • Must have experience in test framework exposure with Java,
>> Appium and Selenium experience
>>
>> · • 2+ years of hands-on experience with test automation tools
>> (Perfecto Mobile, Appium, etc.)
>>
>> · • 2+ years Object Oriented software development experience
>> (e.g. C#, JavaScript, C/C++, Java, Swift)
>>
>> · •Experience/exposure in JIRA & Confluence
>>
>> · •Experience/exposure in Agile & SAFe
>>
>> · •Jenkins knowledge is a plus
>>
>> · •Postman knowledge is a plus
>>
>>
>>
>>
>> Please consider the environment before printing this email. Go Green
>>
>>
>>
>> 
>>  Virus-free.
>> www.avg.com
>> 
>> <#m_-8496182136517063745_m_-8607066589597020110_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/CAAQFxjeWQL%2BOv0HYrWu3TXFLfNp4erZVUhEYWGdgP8gOMQp4uQ%40mail.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 view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CA%2BgfJh67FTJbtVOR5WZ-TusxZ_6Ae8KyOTW0mRC3R6xV6_ip%2BA%40mail.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGrT2CReDaWef3ZNHC3%2BpoRQ7R4OBVhJFvr8rk8d_fahRQ%40mail.gmail.com.


[android-developers] REQ :: QA Requirements @Chicago IL_Contract

2019-10-31 Thread adam noel
*POSITIONS : 1*



Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Any Visa is fine (NO H4EAD’s & CPT’s )*

*Need 1 recent Project Timesheet and PP number*



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 2*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.



*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Who can take Video interview Today @ 7:00 PM CST*

*Need consultant whose DOB should 1990 & Below*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology



*POSITIONS : 3*



Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager/Test Manager _ Chicago, IL *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

*KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS*

*Requirement details:   *

*Job Title: Test Manager/QA Manager*

*Location: Chicago, IL*

*Duration: 12+ Months *

*Start Date: Immediate*



* Immediate Interviews*



*Job Description:*

· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure

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


[android-developers] REQ ::QA Manager/Test Manager _ Chicago, IL_12+ Months

2019-10-30 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Manager/Test Manager _ Chicago, IL *Position
with my client. Please send me the resumes with full name, contact details,
rate, and availability date.

KINDLY REFER IF YOU HAVE ANY FRIENDS INTERESTED FOR ANY OF THE BELOW
OPENINGS

Requirement details:

Job Title: Test Manager/QA Manager

Location: Chicago, IL

Duration: 12+ Months

Start Date: Immediate



Job Description:



· Minimum *10 + years* of testing experience is required

· 2 to 3 years *Test Management/QA Manager* experience at the
program level

· Hands-on experience in testing with more focus on *Manual testing*,
Automation experience of 2-3 years if fine

· Good experience in testing concepts, testing frameworks

· Must have experience in SOAP/REST API Web Services testing,
Postman

· Must have experience in Database Concepts, RTM (Requirement
Traceability), Configuration Management

· Offshore onsite model exposure

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


[android-developers] REQ :: Junior QA Tester(2+ Exp) @Dallas_TX 12+ Months

2019-10-30 Thread adam noel
Hi ,

Hope your are Doing Good…!

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



*Requirement details:   *


*Job title: Junior QA Functional Tester Location: **Dallas_TX *
* Duration: 12+ Months*



*Rate :$42/hr on C2C *

*We Must need One or Two  Genuine Project candidates *

*Need current project time sheet *



*Job Description:*

2+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology

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


[android-developers] REQ ::QA Functional Test Lead @Chicago IL _12+ Months

2019-10-30 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.

*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Today we have interview slot at 3:30 PM & 4:00 PM CST*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology

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


[android-developers] REQ ::QA Functional Test Lead @Chicago IL _12+ Months

2019-10-29 Thread adam noel
Hi ,

Hope your are Doing Good…!

I have an urgent opening on  *QA Functional Test Lead* Position with my
client. Please send me the resumes with full name, contact details, rate,
and availability date.

*Requirement details:   *


*Job title: QA Functional Test Lead Location: **Chicago IL*
* Duration: 12+ Months*



*Today we have interview slot at 3:30 PM & 4:00 PM CST*



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Strong experience in testing concepts, testing frameworks

Web services Testing

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

Agile methodology





*Thanks** & Regards*

*Adam **Noel*

*Star**Techs **Inc*

*a...@startechsinc.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOjKiGr2YZhgaDTqjnjDhqqmWSJCx%3D9JcdWmRjoNKORJexdoRg%40mail.gmail.com.


[android-developers] REQ ::QA Automation Tester @Chicago IL_12+ Months

2019-10-29 Thread adam noel
Hi ,

Hope your are Doing Good…!

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

*Requirement details:  *


*Job title: QA Automation Tester Location: **Chicago IL *
* Duration: 12+ Months*



*Today we have interview slot at 7:00 PM CST *



*Job Description:*

8+ Years of hands-on experience in testing with more Automation Experience

Automation Experience with Selenium and Java

Strong experience in testing concepts, testing frameworks

Must have experience in Database Concepts, RTM (Requirement Traceability),
Configuration Management

Offshore onsite model exposure

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


[android-developers] Re: Urgent Java Developer Position

2019-09-25 Thread adam wright


On Wednesday, September 25, 2019 at 12:52:44 PM UTC-4, nestor technologies 
wrote:
>
> *Hi,*
> We looking for Java developer with swagger and oath experience
>
> *Role: Java Engineer.*
> Charlotte, NC
> Duration: Long term
> Proficient in core Java
> Knowledge in Java Spring JSP
> Experience in Swagger and creating APIs
> Experience in Oath methods
>
> Highly desired - EC2, DynamoDB, DB2, Bitbucket, Bamboo, Jenkins
> Nice to have - cloud formation, lambda development, Dynamo db modelling, 
> setting up attunity.
> Please drop resume at su...@nestortechnologies.com 
>
adamoffiemusic1...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f964baa7-4efd-4fbd-bd6c-8e3fd8c28784%40googlegroups.com.


Re: [android-developers] Data Modeler in Plano, TX

2019-09-25 Thread adam wright
adamofficemusic1...@gmail.com

On Wed, Sep 25, 2019 at 2:55 PM VINEET SHARMA 
wrote:

> Please share profiles to *vinee...@1pointsys.com* 
>
>
>
> Looking for *Data Modeler in Plano, TX*
>
>
> *RATE: $45/hr on C2C*
>
>
> *Job: Data Modeler*
>
> Client: Verizon
>
> Location: Plano TX.
>
> Interview: Phone/Skype
>
> *Visa: GC/USC/TN/H1B*
>
>
>
> *JOB DUTIES:*
>
> Data modeler having 5 yrs. experience in design data models for
> transnational, reporting, and analytic databases.
>
> Define data mappings and transformation logic for loading the reporting
> and analytic data structures.
>
> Provide guidance to the ETL developers during development and
> implementation of the data flows that automate the movement of data between
> systems and data stores in an enterprise ETL tool.
>
>
>
> *MUST HAVE SKILLS:*
>
> Interact as necessary with key business resources to analyse application
> and reporting requirements and translate these into the technical designs
> of transnational or reporting and analytic databases.
>
> Augment conceptual models based on elements, metrics, and relationships
> from requirements gathering
>
> Design staging, relational, and dimensional data structures at both
> logical and physical levels.
>
> Good understanding of ETL process.
>
> Design, develop, and document processes that consolidate and integrate
> data per requirements.
>
> Develop SQL to load and validate data in the newly designed database
> structures.
>
> Provide timely project and task updates to all concerned parties
>
> Tune and troubleshoot functional and performance problems with the SQL for
> loading the databases.
>
> Work with the DBA team to tune and refactor SQL used in ETL jobs
>
>
>
> *DESIRED SKILLS:*
>
> Best to use bullet points and same basic format as the previous section
>
> This section would describe the perfect candidate.
>
> These skills are not required to perform the role, but would be helpful
> and in some cases could supersede a missing must have skill
>
>
>
> *EDUCATION/CERTIFICATIONS:*
>
> BS Computer Science or BS Information System
>
>
>
>
>
> *Vineet Sharma*
>
> *IT Recruiter*
>
> *1 Point System LLC*
>
> Unit 103, 206 N College St, Pineville, North Carolina,
>
> United States - 28134.
>
> *P* : 803-818-3474 Ext : 112
>
> Text Now : (315) 987-0024
>
> *E* : vinee...@1pointsys.com
>
> *Gtalk/Skype: *vicky1point...@gmail.com
>
> *LinkedIn:* linkedin.com/in/vineet-sharma-11043aa4
> 
>
> Fax :  803-832-7973
>
> *W* : www.1pointsys.com
>
> [image: 1521061674134_image.jpg]
>
> *An E-Verified company | An Equal Opportunity Employer *
>
> INDIA | UNITED STATES  | CANADA
>
> 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. We are 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CAGJ1jhgpymzk19QEiziYbN51NT7EuX-mNKf3P471BX7NqjfUNQ%40mail.gmail.com
> 
> .
>


-- 
adamjamesarthurwri...@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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABZpgGn7%3DXnRxaOUX_SDMOA24yguEZ2D0acOjmLSe0uUbK2%2BiQ%40mail.gmail.com.


[android-developers] Re: UI Developer with ReactJS in Tampa, FL

2019-08-20 Thread adam wright
Adam Wright job Justin bieber music 
yes ok

On Friday, August 16, 2019 at 1:25:43 PM UTC-4, Chaitanya Puvvada wrote:
>
> Hi,
>
> Please check below position and reply back with the below details and 
> updated resume if you are comfortable.
>
>
>
>
>
> *UI Developer with ReactJS Tampa, FL Contract *
>
> *Need min 7+Yrs of Experience*
>
>
> *Job description:*
>
>
> · Strong OOPS concepts
>
> · Advanced Java script frameworks
>
> · Must have ReactJS experience
>
>  *Regards**…*
>
> *Chaitanya | Technical Recruiter*
>
> *KLNtek*
>
> *Email:* *cha...@klntek.com* 
>
> *Gtalk**: chaitu.recruiter7*
>
> *Desk**: 626-414-4713 **Cell**: 925-272-2639*
>
> *324 E. Foothill Blvd. Suit # 206*
>
> *Arcadia, CA 91006 USA*
>
> *www.KLNtek.com* <http://www.klntek.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e2f249fa-426a-4ffc-ae2e-3e73c728c1a1%40googlegroups.com.


[android-developers] Re: Meta: Changes to new-user moderation policy

2019-07-19 Thread adam decker
hi everyone.Don't miss to get benefit from denoc hearing aid centre in 
chennai 

On Thursday, August 25, 2016 at 10:56:00 PM UTC+5:30, Andrey Prokopenko 
wrote:
>
> Just came along this group and was literally appalled with loads of spam 
> posts. Could you please revert to old policy to prevent this ? It's 
> impossible to find any relevant messages/discussions, all is being buried 
> under the spam.
>

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


[android-developers] Re: IMMEDIATE HIRE Phone than F2F Interview:Java Developers and Architects|Boston, MA - OR - Minneapolis, MN

2019-07-19 Thread adam decker
Best architects in chennai  are more 
preferrable!

On Wednesday, September 28, 2016 at 8:13:48 PM UTC+5:30, Neha Kumari wrote:
>
> *Hello,*
>
> *GREETINGS !!*
>
> *This is Neha from Apetan consulting,*
>
> *Please find the below job description and send me your update resume 
> matching to it along with Contact details, Current location, Visa and 
> Availability ASAP.*
>
>  
>
> *POSITION: Java Developers and Architects*
>
> * INTERVIEW: Phone than F2F Interview*
>
> *LOCATION: Boston, MA - OR - Minneapolis, MN*
>
> *DURATION:6 MONTHS*
>
> *VISA:GC/USC/GC-EAD ONLY*
>
> *START :ASAP*
>
>  
>
>  
>
> *Job Overview:*
>
>  
>
> *GC/USC/GC-EAD Only* 
>
>  
>
> *IMPORTANT: * Must be local! Also do not submit anyone not holding 
> experience with the below technologies: REST, JAVA, Agile and healthcare 
> background a plus.  JSP, SQL, DB, Intellij IDEA would be a plus
>
> *Primary Responsibilities: *
> • Lead the technology as a senior member of the software engineer team, as 
> part of an Agile scrum team assigned to work on the project
> • Designs, codes, tests, debug, and documents software, and enhance 
> existing components to ensure that software meets business needs 
> • Contribute to the design and architecture to enable secure, scalable, 
> and maintainable software and should be able to clearly articulate the 
> implications of 
> • design/architectural decisions, issues and plans to technology 
> leadership 
> • Provide hands-on leadership, coaching, mentoring, and software 
> engineering best practices to junior software engineers 
> • Develop reusable patterns and encourage innovation that will enable team 
> velocity 
> • Collaborate on the design with other team members and product owners, 
> both inside and outside the scrum team 
> • Estimate engineering work effort for engineering team and effectively 
> identify and prioritize the high impact tasks 
> • Conduct design and code reviews to ensure code developed meets coding 
> best practices guidelines, unit testing, security, and scalability and 
> maintainability guidelines 
> • Drive a quality mindset within the team 
>
> *Required Qualifications: *
> • 6+ years Java/J2EE experience 
> • Strong hands-on experience with Java EE or spring framework 
> • Strong experience of one or more ORM technologies (like Hibernate, JPA, 
> or similar) 
> • Demonstrated success in building design patterns and software 
> engineering best practices 
> • Experience with automated unit testing technologies (Such as JUnit, 
> Spock, or similar) 
> • Good understanding of SQL, relational database modeling and design 
>
> *Preferred Qualifications: *
> • BS Degree in Computer Science or related experience 
> • 2+ years of experience as a lead developer or leading a team of Java 
> developers 
> • Experience with commercial software development and/or healthcare 
> industry experience 
> • Sound understanding of core OOPS as well as JEE Design patterns as well 
> as their implementation in real world applications 
> • Experience with Agile Methodology 
> • Experience with XML/JSON and developing SOAP and REST services using 
> Apache CXF or a comparable framework. 
> • Experience with Java Messaging 
> • Strong experience in projects requiring application re-engineering, 
> modernization 
> • Experience with Maven 
> • Experience with Groovy
>
>
> -- 
>
>  
>
> *Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*
>
> Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van 
>
> Reipen Avenue # 255 Jersey City, NJ 07306 |
>
> n...@apetan.com  | www.apetan.com  |
>

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


[android-developers] (LOCALS ONLY) SAP Security Analyst IN NYC, NY

2017-09-12 Thread Adam Smith
Hello Partner,
Hope you’re doing great.

Please let me know if you have any suitable profile for the below position.

Position: SAP Security Analyst
Location: NYC, NY *(LOCALS ONLY)*
Duration: 6+ Months Contract
Rate: DOE
*FACE2FACE INTERVIEW...!*

*Required Skills:*
3+ years of experience administering SAP Security using Central User
Administration
Hands-on experience with creating users, roles and authorizations
The ability to communicate well with SAP team members and users to create
and edit SAP security roles
The ability to follow security administration policies and procedures for
SAP environment
Knowledge of security in ECC, BW, BOBJ and the Enterprise Portal
The ability to plan and manage individual time, establish personal
timelines and commit to deadlines


---

Thanks & Regards,
Adam Smith – Senior Resource specialist

PRIMASOFT INC
Desk: 281-940-2800 X 307 | Direct: 281-940-2807
10701 Corporate Drive | Suite 132 | Stafford, TX
a...@primasoftus.com | adam.primas...@gmail.com | www.primasoftus.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-qqd%2B9uPteZbefikcutP1icgFBvGLjehp4EjV%2BFf3B5h-T7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMEDIATE CLOSURE JAVA RESUME - LOOKING FOR NEW OPPORTUNITIES IN TEXAS

2017-09-07 Thread Adam Smith
Hello Partner,

Hope you’re doing great.



Please find attach resume of my consultant “SINDHU" for *ONLY LOCAL *Java
Developer positions in DALLAS, PLANO, RICHARDSON CITIES ONLY.



Please review resume and advice.



Waiting for your response.



---

Thanks & Regards,
Adam Smith – Senior Resource specialist

PRIMASOFT INC
Desk: 281-940-2800 X 307 | Direct: 281-940-2807
10701 Corporate Drive | Suite 132 | Stafford, TX
a...@primasoftus.com | adam.primas...@gmail.com | www.primasoftus.com

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

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


Sindhu Sr Java Developer.docx
Description: MS-Word 2007 document


[android-developers] IMMEDIATE CLOSURE JAVA RESUME - LOOKING FOR NEW OPPORTUNITIES IN TEXAS

2017-09-06 Thread Adam Smith
Hello Partner,

Hope you’re doing great.



Please find attach resume of my consultant “SINDHU" for *ONLY LOCAL *Java
Developer positions in DALLAS, PLANO, RICHARDSON CITIES ONLY.



Please review resume and advice.



Waiting for your response.



---

Thanks & Regards,
Adam Smith – Senior Resource specialist

PRIMASOFT INC
Desk: 281-940-2800 X 307 | Direct: 281-940-2807
10701 Corporate Drive | Suite 132 | Stafford, TX
a...@primasoftus.com | adam.primas...@gmail.com | www.primasoftus.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-qqd%2BdTt2o0SQUZgpG0UYZKziNro3%2BLyGzyvRQV4DxSQzMAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Sindhu Sr Java Developer.docx
Description: MS-Word 2007 document


[android-developers] IMMEDIATE CLOSURE JAVA RESUME - LOOKING FOR NEW OPPORTUNITIES IN TEXAS

2017-09-05 Thread Adam Smith
Hello Partner,

Hope you’re doing great.



Please find attach resume of my consultant “SINDHU" for *ONLY LOCAL *Java
Developer positions in DALLAS, PLANO, RICHARDSON CITIES ONLY.



Please review resume and advice.



Waiting for your response.



---

Thanks & Regards,
Adam Smith – Senior Resource specialist

PRIMASOFT INC
Desk: 281-940-2800 X 307 | Direct: 281-940-2807
10701 Corporate Drive | Suite 132 | Stafford, TX
a...@primasoftus.com | adam.primas...@gmail.com | www.primasoftus.com

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

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


Sindhu Sr Java Developer.docx
Description: MS-Word 2007 document


  1   2   3   4   5   >