Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Software Design Engineer in Test 3
  • HonorVet Technologies
82 Days Ago
60-80 per W2 Hourly
NA
Redmond-WA
6-9 Years
Required Skills: Azure DevOps, Embedded Firmware, Building Services, C#, Powershell, Lab Environments
Job Description
Title: Software Design Engineer in Test 3 
Duration: 6+ months
Location: Redmond, WA
Candidate Requirements
Years of Experience Required: 5+ years of experience required for the role.
Degrees or certifications required: There are no specific degrees or certifications required for the role.
Disqualifiers: Candidates with less than 18 months of access will not be reviewed for the role. willing to collaborate and be a strong team player
Best vs. Average: The ideal resume would be someone with experience with Azure Devops, experience working in lab environments and coding /scripting languages such as C#, powershell. The candidate would also have to be willing to collaborate with others and be a strong team player.
Performance Indicators: Performance will be assessed based on meeting deadlines, quality of work, feedback from the team.
Top 3 Hard Skills Required + Years of Experience
Minimum 3 years Experience with Azure Devops or Embedded Firmware experience
Minimum 3 years experience building services and tools using C# and powershell
Minimum 3 years experience in lab environments
Summary:
The main function of a Senior DevOps Engineer at this level is to apply configuration skills at an intermediate to high level. The Test Engineer will analyze, design and develop test infrastructure and should be familiar with at least one programming language.
Job Responsibilities:
Perform repeatable testing procedures and processes.
Verify triggers, stored procedures, referential integrity, hardware product or system specifications.
Interpret and modify code as required that may include C/C++, C# batch files, make files, powershell scripts, queries, stored procedures and/or triggers.
Identifies and defines project team quality and risk metrics.
Provides assistance to other testers.
Designs and develops robust automated test harnesses with a focus on Application/System/Inter-System level issues.
Perform job functions within the scope of application/system performance, threading issues, bottleneck identification, writing small footprint and less intrusive code for critical code testing, tackle system/application intermitted failures, etc.
Skills:
Software testing experience in a Web-based or Windows client/server environment required.
Experience in development and/or database administration experience using a *** product required.
Ability to read and write at least one programming language such as C#, C/C++, SQL, etc.
Knowledge of software quality assurance practices, with strong testing aptitude.
Knowledge of personal computer hardware may be required.
Knowledge of internet protocols and networking fundamentals preferred.
Must have solid understanding of software development cycle.
Demonstrated project management ability required.
Education/Experience:
Bachelor's degree in Computer Science required and some business/functional knowledge and/or industry experience preferred.
5-7 years experience.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });