edel.fa.us2.oraclecloud.com Open in urlscan Pro
23.45.111.26  Public Scan

URL: https://edel.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/requisitions/job/8926
Submission: On October 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="search-box" role="search" data-bind="submit: performSearch">
  <div class="search-box-block block--filters block--filters--desktop" data-bind="css: { 'block--filters--opened' : filterPanelVisible }">
    <button type="button" class="filters-toggle-button input--transparent" data-bind="click: toggleFilters, css: {'filters-toggle-button--opened' : filterPanelVisible}, boolAttr: {'aria-expanded': filterPanelVisible()}" aria-haspopup="true"
      aria-controls="filter-panel-aside" aria-expanded="false">
      <div class="filters-toggle-button-content-wrapper">
        <span class="filters-toggle-button-label">
          <span data-bind="i18n: 'facets.filter-button-label'">Filter</span> / <span data-bind="i18n: 'facets.sort-button-label'">Sort</span>
        </span>
        <span class="filters-toggle-button-icon icon-triangle-right" data-bind="css: {
                    'filters-toggle-button-icon--open' : filterPanelVisible }"></span>
      </div>
    </button>
  </div>
  <!-- ko component: 'filter-panel' -->
  <div id="filter-panel-aside" class="search-filters-container" data-bind="css: {'visible-filters' : isFilterPanelVisible}, swipe: {left: closeFilters}, adjustToCustomHeader: { 'calc-height': 'height' }"
    style="touch-action: pan-y; height: calc(var(--viewport-height) - 399.812px);">
    <div class="facet-clear-wrapper">
      <button type="button" class="cx-button facet-clear-button" data-bind="i18n: 'search.clear-all-filters', click: clearFacets">Clear Filters</button>
    </div>
    <recent-searches>
      <div class="facet-container" data-bind="if: recentSearchItem().length"></div>
    </recent-searches>
    <hr class="filter-separator">
    <sorting>
      <div class="facet-container">
        <div class="facet-title-wrapper">
          <div class="facet-title" data-bind="i18n: 'search.sort-by-title'">Sort By</div>
        </div>
        <div class="facet-list-wrapper facet-list-expanded">
          <ul class="facet-list">
            <!-- ko foreach: {data: sortOptions, as: 'option'} -->
            <li class="facet-item sort-option">
              <div class="facet-link">
                <input type="radio" class="cx-radio-input"
                  data-bind="attr: {id: option.value}, checkedValue: option, value: option.value, checked: $parent.selectedSortOption, event:{change: $parent.sort}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}" id="RELEVANCY"
                  value="RELEVANCY" name="ko_unique_1">
                <label class="facet-label" data-bind="attr: {for: option.value}" for="RELEVANCY">
                  <span class="cx--radio-button icon-radio-button-checked" data-bind="css: {'icon-radio-button-checked': $parent.selectedSortOption() === option,
                                          'icon-radio-button-unchecked': $parent.selectedSortOption() !== option}">
                  </span>
                  <span class="checkbox-label" data-bind="text: option.text">Relevance</span>
                </label>
              </div>
            </li>
            <li class="facet-item sort-option">
              <div class="facet-link">
                <input type="radio" class="cx-radio-input"
                  data-bind="attr: {id: option.value}, checkedValue: option, value: option.value, checked: $parent.selectedSortOption, event:{change: $parent.sort}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                  id="POSTING_DATES_DESC" value="POSTING_DATES_DESC" name="ko_unique_2">
                <label class="facet-label" data-bind="attr: {for: option.value}" for="POSTING_DATES_DESC">
                  <span class="cx--radio-button icon-radio-button-unchecked" data-bind="css: {'icon-radio-button-checked': $parent.selectedSortOption() === option,
                                          'icon-radio-button-unchecked': $parent.selectedSortOption() !== option}">
                  </span>
                  <span class="checkbox-label" data-bind="text: option.text">Posting Date</span>
                </label>
              </div>
            </li>
            <!-- /ko -->
          </ul>
        </div>
      </div>
    </sorting>
    <hr class="filter-separator">
    <search-filters params="facets: facets"><!-- ko if: facets -->
      <!-- ko foreach: {data: facets, as: 'facet'} -->
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.type + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="LOCATIONS-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">Locations</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.type + '-facet-items-list'}" id="LOCATIONS-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore -->
              <span class="facet-current-view-mode" data-bind="text: showAll() ? 'All ' + title : 'Top 5 ' + title">Top 5 Locations</span>
              <a href="#" class="facet-view-all-link" data-bind="click: toggleShowAll, attr: {'aria-controls': facet.name}" aria-haspopup="true" aria-controls="locations">
                <!-- ko ifnot: showAll -->
                <span data-bind="i18n: 'facets.view-all-link'">View All</span>
                <!-- /ko -->
                <!-- ko if: showAll --><!-- /ko -->
            </a>
              <!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="if: showAll, attr: {id: facet.type}" id="LOCATIONS"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="locations300000003046903">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="locations300000003046903" aria-label="Sunnyvale,  CA,  United States 194">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Sunnyvale, CA, United </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Sunnyvale,  CA,  United States"> States</span> (<span data-bind="text: item.totalCount">194</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="locations100000000379619">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="locations100000000379619" aria-label="Burnaby,  BC,  Canada 120">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Burnaby, BC, </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Burnaby,  BC,  Canada"> Canada</span> (<span data-bind="text: item.totalCount">120</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="locations100000000383219">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="locations100000000383219" aria-label="Ottawa,  ON,  Canada 54">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Ottawa, ON, </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Ottawa,  ON,  Canada"> Canada</span> (<span data-bind="text: item.totalCount">54</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="locations300000000361340">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="locations300000000361340" aria-label="Germany 47">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Germany">Germany</span> (<span data-bind="text: item.totalCount">47</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="locations300000217314736">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="locations300000217314736" aria-label="READING,  BERKSHIRE,  United Kingdom 35">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">READING, BERKSHIRE, United </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="READING,  BERKSHIRE,  United Kingdom"> Kingdom</span> (<span data-bind="text: item.totalCount">35</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.type + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="TITLES-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">Job Functions</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.type + '-facet-items-list'}" id="TITLES-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore -->
              <span class="facet-current-view-mode" data-bind="text: showAll() ? 'All ' + title : 'Top 5 ' + title">Top 5 Job Functions</span>
              <a href="#" class="facet-view-all-link" data-bind="click: toggleShowAll, attr: {'aria-controls': facet.name}" aria-haspopup="true" aria-controls="titles">
                <!-- ko ifnot: showAll -->
                <span data-bind="i18n: 'facets.view-all-link'">View All</span>
                <!-- /ko -->
                <!-- ko if: showAll --><!-- /ko -->
            </a>
              <!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="if: showAll, attr: {id: facet.type}" id="TITLES"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="job_functionsSALES">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="job_functionsSALES" aria-label="Sales 353">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Sales">Sales</span> (<span data-bind="text: item.totalCount">353</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="job_functionsSE">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="job_functionsSE" aria-label="Sales Engineering 255">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Sales </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Sales Engineering"> Engineering</span> (<span data-bind="text: item.totalCount">255</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="job_functionsRD">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="job_functionsRD" aria-label="Research/Development 232">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Research/Development">Research/Development</span> (<span data-bind="text: item.totalCount">232</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="job_functionsSUPPORT">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="job_functionsSUPPORT" aria-label="Service/Support 215">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Service/Support">Service/Support</span> (<span data-bind="text: item.totalCount">215</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="job_functionsMRK">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="job_functionsMRK" aria-label="Marketing 100">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main"> </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Marketing">Marketing</span> (<span data-bind="text: item.totalCount">100</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.type + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="CATEGORIES-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">Categories</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.type + '-facet-items-list'}" id="CATEGORIES-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore -->
              <span class="facet-current-view-mode" data-bind="text: showAll() ? 'All ' + title : 'Top 5 ' + title">Top 5 Categories</span>
              <a href="#" class="facet-view-all-link" data-bind="click: toggleShowAll, attr: {'aria-controls': facet.name}" aria-haspopup="true" aria-controls="categories">
                <!-- ko ifnot: showAll -->
                <span data-bind="i18n: 'facets.view-all-link'">View All</span>
                <!-- /ko -->
                <!-- ko if: showAll --><!-- /ko -->
            </a>
              <!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="if: showAll, attr: {id: facet.type}" id="CATEGORIES"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="categories300000010292600">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="categories300000010292600" aria-label="Systems Engineering 231">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Systems </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Systems Engineering"> Engineering</span> (<span data-bind="text: item.totalCount">231</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="categories300000010292392">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="categories300000010292392" aria-label="Major Accounts 117">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Major </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Major Accounts"> Accounts</span> (<span data-bind="text: item.totalCount">117</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="categories300000010292526">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="categories300000010292526" aria-label="Technical Support 108">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Technical </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Technical Support"> Support</span> (<span data-bind="text: item.totalCount">108</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="categories300000009998482">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="categories300000009998482" aria-label="Software Development 99">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Software </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Software Development"> Development</span> (<span data-bind="text: item.totalCount">99</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link">
                  <input type="checkbox" class="cx-checkbox-input"
                    data-bind="attr: {'id': $parent.getFormattedId() + item.value}, hasFocus: $parent.isItemFocused(item), checked: item.selected(), event: {change: $parent.itemClicked, blur: $parent.blurHandler}, a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="categories300000010292549">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                             'aria-label': item.text + ' ' + item.totalCount}" for="categories300000010292549" aria-label="Named Account 44">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Named </span>
                      <span class="text--wrap"><span data-bind="text: item.textParts.last, attr: {title: item.text}" title="Named Account"> Account</span> (<span data-bind="text: item.totalCount">44</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <div data-bind="component: {name: facet.name + '-facet', params: { data: facet }}"><!-- ko if: facet.items().length -->
        <div class="facet-container">
          <button class="facet-title-wrapper expansion-button" data-bind="click: toggleFacetList,
                   attr: {'aria-controls': facet.name + '-facet-items-list'}, boolAttr:{'aria-expanded': expanded()}" aria-controls="postingDates-facet-items-list" aria-expanded="false">
            <div class="facet-title" data-bind="text: title">Posting Dates</div>
            <div class="facet-list-expansion-button icon-expand" data-bind="css:{'icon-collapse': expanded(), 'icon-expand': !expanded()}, style: {'transition-delay': 500}"></div>
          </button>
          <div class="facet-list-wrapper" data-bind="css: { 'facet-list-expanded': expanded }, attr: {'id': facet.name + '-facet-items-list'}" id="postingDates-facet-items-list">
            <div class="facet-view-all-wrapper">
              <!-- ko if: hasMore --><!-- /ko -->
            </div>
            <div class="facet-text-filter-wrapper" data-bind="attr: {id: facet.name}" id="postingDates"></div>
            <ul class="facet-list">
              <!-- ko foreach: {data: displayedItems, as: 'item'} -->
              <li class="facet-item">
                <div class="facet-link" data-bind="click: $parent.itemClicked">
                  <input type="checkbox" class="cx-checkbox-input" data-bind="attr: {'id': $parent.getFormattedId() + item.value}, checked: item.selected(), a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}"
                    id="posting_datesundefined">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                                                                      'aria-label': item.text + ' ' + item.totalCount}" for="posting_datesundefined" aria-label="All undefined">
                    <span class="cx-checkbox cx-checkbox--checked" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">All</span><span class="text--no-wrap" data-bind="if: item.textParts.last"></span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link" data-bind="click: $parent.itemClicked">
                  <input type="checkbox" class="cx-checkbox-input" data-bind="attr: {'id': $parent.getFormattedId() + item.value}, checked: item.selected(), a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}" id="posting_dates31">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                                                                      'aria-label': item.text + ' ' + item.totalCount}" for="posting_dates31" aria-label="Greater than 30 days 1002">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Greater than 30 </span><span class="text--no-wrap" data-bind="if: item.textParts.last"><span data-bind="text: item.textParts.last"> days</span> (<span
                          data-bind="text: item.totalCount">1002</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link" data-bind="click: $parent.itemClicked">
                  <input type="checkbox" class="cx-checkbox-input" data-bind="attr: {'id': $parent.getFormattedId() + item.value}, checked: item.selected(), a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}" id="posting_dates30">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                                                                      'aria-label': item.text + ' ' + item.totalCount}" for="posting_dates30" aria-label="Less than 30 days 256">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Less than 30 </span><span class="text--no-wrap" data-bind="if: item.textParts.last"><span data-bind="text: item.textParts.last"> days</span> (<span
                          data-bind="text: item.totalCount">256</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <li class="facet-item">
                <div class="facet-link" data-bind="click: $parent.itemClicked">
                  <input type="checkbox" class="cx-checkbox-input" data-bind="attr: {'id': $parent.getFormattedId() + item.value}, checked: item.selected(), a11y.keysHandler: {keys: 'enter', handler: $parent.onPressEnter}" id="posting_dates7">
                  <label class="cx-checkbox-label cx-checkbox-label-flex" data-bind="attr: {'for': $parent.getFormattedId() + item.value,
                                                                                      'aria-label': item.text + ' ' + item.totalCount}" for="posting_dates7" aria-label="Less than 7 days 55">
                    <span class="cx-checkbox" data-bind="css: {'cx-checkbox--checked': item.selected() }"></span>
                    <span>
                      <span data-bind="text: item.textParts.main">Less than 7 </span><span class="text--no-wrap" data-bind="if: item.textParts.last"><span data-bind="text: item.textParts.last"> days</span> (<span
                          data-bind="text: item.totalCount">55</span>)</span>
                    </span>
                  </label>
                </div>
              </li>
              <!-- /ko -->
            </ul>
          </div>
        </div>
        <!-- /ko -->
      </div>
      <hr class="filter-separator" data-bind="visible: facet.items().length > 0">
      <!-- /ko -->
      <ios-bottom-spacer><!-- ko if: isIOS --><!-- /ko -->
      </ios-bottom-spacer>
      <!-- /ko -->
    </search-filters>
  </div>
  <!-- /ko -->
  <div class="search-box-block block--keyword" id="keyword-input" role="application">
    <h1 class="oj-helper-hidden-accessible">
      <label for="keyword" data-bind="i18n: 'search.keyword-placeholder'">Job title, skill, keyword</label>
    </h1>
    <input id="keyword" type="search" class="keyword-input input--transparent ui-autocomplete-input" aria-autocomplete="list" aria-haspopup="true" aria-owns="search-suggestions" aria-controls="search-suggestions" aria-labelledby="search-tooltip-text"
      data-qa="searchKeywordsInput" data-bind="textInput: keywordLabel, hasFocus: shouldGrabFocus,
                          autocomplete: {model: keyword, source: suggester.keyword, appendTo: '#keyword-input',
                                         position: autocompletePosition, id: 'search-suggestions', calculateLeft: calculateAutosuggestLeftPosition, shouldDisableTabKey: true},
                          i18nAttr: {placeholder: 'search.keyword-placeholder'},
                          a11y.keysHandler: {keys: 'enter', handler: performSearch},
                            a11y.skipTo: {elementsFocused: '#keyword'}" autocomplete="off" aria-expanded="false" placeholder="Job title, skill, keyword">
    <search-input-tooltip params="keyword: keywordLabel"><!-- ko if: isVisible --><!-- /ko -->
    </search-input-tooltip>
    <div class="spinner autocomplete-spinner" aria-hidden="true"></div>
    <ul id="search-suggestions" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete text-color-primary background-color-dropdown ui-front" style="display: none;"></ul>
  </div>
  <button type="submit" data-bind="i18nAttr: {'aria-label': 'search.search-button'}" class="search-box-block block--submit search-btn search-btn--mobile input--transparent" aria-label="Search for Jobs">
    <span class="search-btn-icon icon-search-thin"></span>
  </button>
  <div class="search-box-block block--sl-wrapper">
    <div class="block--filters block--filters--mobile" data-bind="css: { 'block--filters--opened' : filterPanelVisible }">
      <button type="button" class="filters-toggle-button input--transparent" data-bind="click: toggleFilters, css: {'filters-toggle-button--opened' : filterPanelVisible}" aria-haspopup="true" aria-controls="filter-panel-aside">
        <div class="filters-toggle-button-content-wrapper">
          <span class="filters-toggle-button-label" data-bind="i18n: 'facets.filter-button-label', css: {'filters-toggle-button-label--opened': filterPanelVisible()}">Filter</span>
        </div>
      </button>
    </div>
    <location-bar class="search-box-block block--location" data-bind="css: {'oj-sm-only-hide' : filterPanelVisible}" params="keyword: keywordLabel">
      <div class="location-bar" data-bind="isFocusIn: isFocusIn, disableBodyScroll: { disabled: isBodyScrollDisabled }">
        <div class="location-bar-button-wrapper" id="location-bar-button" data-bind="css: {'location-bar-button--not-empty': !isEmpty()}">
          <button id="location-dropdown-button" data-qa="locationDropdownButton" class="location-bar-button" data-bind="click: toggleDropdown, css: {'location-bar-button--close': isDropdownVisible}" aria-haspopup="true"
            aria-controls="location-bar-dropdown" aria-flowto="location-bar-dropdown">
            <!-- ko if: isEmpty -->
            <span class="location-bar-button-label" data-bind="i18n: 'location-bar.button-placeholder'">Location</span>
            <!-- /ko -->
            <!-- ko ifnot: isEmpty--><!-- /ko -->
          </button>
          <!-- ko ifnot: isEmpty --><!-- /ko -->
        </div>
        <mode-menu>
          <ul class="location-bar-tabs" role="presentation">
            <li class="location-bar-tabs__tab location-bar-tabs__tab--active" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.LOCATION}">
              <button class="location-bar-tabs__button" data-bind="
            click: handleModeSet.bind(this, MODES.LOCATION),
            i18n: 'search.mode-menu.location'">Location</button>
            </li>
            <!-- ko if: isGeolocationEnabled -->
            <li class="location-bar-tabs__tab" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.GEO_LOCATION}">
              <button class="location-bar-tabs__button" data-bind="
                click: handleModeSet.bind(this, MODES.GEO_LOCATION),
                i18n: 'search.mode-menu.geolocation'">My Location</button>
            </li>
            <!-- /ko -->
            <!-- ko if: isZipcodeEnabled -->
            <li class="location-bar-tabs__tab" data-bind="css: {'location-bar-tabs__tab--active': mode() === MODES.ZIPCODE}">
              <button class="location-bar-tabs__button" data-bind="
                    click: handleModeSet.bind(this, MODES.ZIPCODE),
                    i18n: 'search.mode-menu.zipcode'">Postal Code</button>
            </li>
            <!-- /ko -->
          </ul>
        </mode-menu>
        <!-- ko if: mode() === MODES.LOCATION -->
        <location-search>
          <div id="location-input" class="oj-flex-bar location-bar-input-group">
            <div class="oj-flex-bar-start location-bar-input-icon icon-search-thin" data-bind="css: {'icon-location': isGeolocation, 'icon-search-thin': !isGeolocation()}"></div>
            <div class="location-bar-input__container oj-flex-bar-middle" role="application">
              <label for="location" class="oj-helper-hidden-accessible" data-bind="i18n: 'location-bar.dropdown.location-input-label'">City, state, country</label>
              <input id="location" type="search" class="location-bar-input ui-autocomplete-input" aria-autocomplete="list" aria-haspopup="true" aria-owns="location-suggestions" aria-controls="location-suggestions" data-qa="searchLocationInput"
                data-bind="i18nAttr: {placeholder: 'location-bar.dropdown.location-input-label'},
                          textInput: locationAsText,
                          autocomplete: {
                            model: location,
                            source: locationSuggester,
                            appendTo: '#location-input',
                            id: 'location-suggestions',
                            response: onSuggesterResponse
                          },
                          locationSearchFocus: { location: location }" placeholder="City, state, country" autocomplete="off" aria-expanded="false">
              <spinner class="spinner location-bar-spinner location-bar-spinner--autocomplete" aria-hidden="true">
                <div class="sk-fading-circle" data-bind="css: className">
                  <div class="sk-circle1 sk-circle"></div>
                  <div class="sk-circle2 sk-circle"></div>
                  <div class="sk-circle3 sk-circle"></div>
                  <div class="sk-circle4 sk-circle"></div>
                  <div class="sk-circle5 sk-circle"></div>
                  <div class="sk-circle6 sk-circle"></div>
                  <div class="sk-circle7 sk-circle"></div>
                  <div class="sk-circle8 sk-circle"></div>
                  <div class="sk-circle9 sk-circle"></div>
                  <div class="sk-circle10 sk-circle"></div>
                  <div class="sk-circle11 sk-circle"></div>
                  <div class="sk-circle12 sk-circle"></div>
                </div>
              </spinner>
            </div>
            <div class="oj-flex-bar-end">
              <button class="cx-button cx-button--primary location-bar-input--submit cx-button--disabled" data-qa="locationSearchStartBtn" data-bind="
                    i18n: 'location-bar.dropdown.submit-button',
                    attr: { 'aria-label' : submitAriaLabel },
                    click: performSearch,
                    css: {'cx-button--disabled': !isLocationLevelSet()},
                    disable: !isLocationLevelSet()" aria-label="Search for undefined within 25 Miles" disabled="">Go</button>
            </div>
            <ul id="location-suggestions" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete text-color-primary background-color-dropdown ui-front" style="display: none;"></ul>
          </div>
          <div class="location-bar-info">
            <!-- ko if: noResults --><!-- /ko -->
            <!-- ko if: !isGeolocation() && location().level --><!-- /ko -->
            <!-- ko if: geolocation.queryStatus() === 'inprogress' --><!-- /ko -->
            <!-- ko if: geolocation.queryStatus() === 'error' --><!-- /ko -->
          </div>
        </location-search>
        <!-- /ko -->
        <!-- ko if: isGeolocationEnabled && mode() === MODES.GEO_LOCATION --><!-- /ko -->
        <!-- ko if: isZipcodeEnabled && mode() === MODES.ZIPCODE --><!-- /ko -->
        <radius-search>
          <div class="location-bar-radius location-bar-radius--disabled" data-bind="css: {'location-bar-radius--disabled': isRadiusDisabled}">
            <div class="location-bar-radius__header">
              <div class="oj-label oj-component oj-slider-label location-bar-radius-label">
                <div class="oj-label-group"><label for="radius" class="oj-component-initnode" data-bind="i18n: 'location-bar.dropdown.radius-label'" id="ui-id-8">Within</label></div>
              </div>
            </div>
            <div class="location-bar-radius__preferences">
              <div class="location-bar-radius-slider">
                <div class="oj-slider oj-component oj-form-control oj-slider-horizontal oj-disabled" id="ui-id-7"> <input id="radius" data-bind="ojComponent: {component: 'ojSlider', max: 100, min: 0, value: radius, disabled: isRadiusDisabled}"
                    disabled="" class="oj-component-initnode" style="display: none;">
                  <div id="radius-sliderWrapper" class="oj-slider-container oj-form-control-container" style="">
                    <div id="radius-barBack" class="oj-slider-bar"></div>
                    <div id="radius-barValue" class="oj-slider-range oj-slider-bar-value oj-slider-range-min" style="width: 25%;"></div><span id="radius-thumb0" class="oj-slider-thumb ui-state-default" role="slider" aria-valuemin="0"
                      aria-valuemax="100" aria-disabled="true" aria-valuenow="25" placeholder="" aria-labelledby="ui-id-8" style="left: 25%;"></span>
                  </div>
                </div>
              </div>
              <div class="location-bar-radius__input-wrapper">
                <input type="number" min="0" max="100" class="location-bar-input location-bar-input--radius" disabled="" data-bind="textInput: radius, disable: isRadiusDisabled">
              </div>
              <div class="location-bar-radius-units">
                <div class="location-bar-miles-wrapper">
                  <input id="radius-unit-miles" type="radio" class="oj-helper-hidden-accessible location-bar-radius-unit" value="MI" name="radius-unit-group" data-bind="disable: isRadiusDisabled, checked: radiusUnit" disabled="">
                  <label for="radius-unit-miles" class="location-bar-radius-unit-label" data-bind="i18n: 'location-bar.dropdown.radius-unit.miles'">Miles</label>
                </div>
                <div class="location-bar-kilometers-wrapper">
                  <input id="radius-unit-kilometers" type="radio" class="oj-helper-hidden-accessible location-bar-radius-unit" value="KM" name="radius-unit-group" data-bind="disable: isRadiusDisabled, checked: radiusUnit" disabled="">
                  <label for="radius-unit-kilometers" class="location-bar-radius-unit-label" data-bind="i18n: 'location-bar.dropdown.radius-unit.kilometers'">Kilometers</label>
                </div>
              </div>
            </div>
          </div>
        </radius-search>
        <button class="location-bar-dropdown__close" data-bind="click: toggleDropdown"></button>
        <div class="location-bar-dropdown__triangle"></div>
      </div>
    </location-bar>
  </div>
</form>

<form class="cs-confirm-dialog__form" novalidate="" data-bind="submit: next">
  <email-verification-form><!-- ko with: $parent -->
    <!-- ko if: isSMSVerificationEnabled --><!-- /ko -->
    <!-- ko if: activeForm -->
    <!-- ko component: { name: 'form-builder', params: { form: activeForm } } --><!-- ko foreach: {data: form.elements, as: 'element'} -->
    <!-- ko ifnot: element.isHidden -->
    <!-- ko component: {
            name: element.component,
            params: {
                element: element
            }
        } -->
    <div class="input-row input-row--text" data-bind="css: {'input-row--focused': isFocused,
                      'input-row--filled': isFilled,
                      'input-row--invalid': isInvalid,
                      'input-row--empty-disabled': isEmptyDisabled}">
      <form-element-label params="element: element, forId: attributes.id"><!-- ko if: element.label -->
        <label class="input-row__label input-row__label--required" data-bind="css: {'input-row__label--required': element.isRequired,
                            'input-row__label--disabled': element.isDisabled},
                      attr: {for: forId, id: id}" for="primary-email-0">
          <span class="input-row__linebreak"><!-- ko text : element.label -->Email Address<!-- /ko --></span>
        </label>
        <!-- ko if : element.helpText() && element.showLabelTooltip --><!-- /ko -->
        <!-- /ko -->
      </form-element-label>
      <div class="input-row__control-container">
        <input class="input-row__control" data-bind="value: element.value,
                           attr: attributes,
                           disable: element.isDisabled,
                           hasFocus: hasFocus,
                           a11y.setFocusOnTab: {focusOn: element.focusNextSelector, delay: 10, when: isFilled } ,
                           event: {blur: blurHandler.bind($data)} " id="primary-email-0" name="primary-email" type="email" autocomplete="email" aria-label="Email Address">
        <div class="input-row__control-decorator"></div>
        <!-- ko if: isInvalid --><!-- /ko -->
      </div>
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <!-- ko if: candidate.verificationMethod() === verificationMethods.SMS --><!-- /ko -->
    <!-- ko if: enableLegalDisclaimer --><!-- /ko -->
    <!-- /ko -->
  </email-verification-form>
  <button type="submit" class="apply-flow-dialog__button apply-flow-dialog__button--primary" data-bind="disable: isVerificationInProgress">
    <inline-spinner params="
                        isLoading: isVerificationInProgress,
                        i18n: isSMSVerificationEnabled ? 'general.next-button' : 'candidate-self-service.confirm-dialog-button'"><span class="inline-spinner" data-bind="css: cssClass">
        <!-- ko if: label -->
        <span class="inline-spinner__label" data-bind="i18n: label">Send Email</span>
        <!-- /ko -->
        <span class="inline-spinner__icon-wrapper">
          <span class="inline-spinner__icon"></span>
        </span>
      </span>
    </inline-spinner>
  </button>
</form>

Text Content

Skip to main content.
 * Products
 * Solutions
 * Support
 * Training
 * Resources
 * Partners
 * Corporate


EXPLORE CAREERS AT FORTINET


Menu
 * Home
   
   

My Job Selections
I am an employee
Manage profile
Menu


Filter / Sort
Clear Filters


--------------------------------------------------------------------------------

Sort By
   
 * Relevance
 * Posting Date
   

--------------------------------------------------------------------------------

Locations

Top 5 Locations View All

   
 * Sunnyvale, CA, United States (194)
 * Burnaby, BC, Canada (120)
 * Ottawa, ON, Canada (54)
 * Germany (47)
 * READING, BERKSHIRE, United Kingdom (35)
   

--------------------------------------------------------------------------------

Job Functions

Top 5 Job Functions View All

   
 * Sales (353)
 * Sales Engineering (255)
 * Research/Development (232)
 * Service/Support (215)
 * Marketing (100)
   

--------------------------------------------------------------------------------

Categories

Top 5 Categories View All

   
 * Systems Engineering (231)
 * Major Accounts (117)
 * Technical Support (108)
 * Software Development (99)
 * Named Account (44)
   

--------------------------------------------------------------------------------

Posting Dates

   
 * All
 * Greater than 30 days (1002)
 * Less than 30 days (256)
 * Less than 7 days (55)
   

--------------------------------------------------------------------------------


JOB TITLE, SKILL, KEYWORD


Filter
Location
 * Location
   
 * My Location
   
   
 * Postal Code
   

City, state, country

Go

Within
Miles
Kilometers



1258 OPEN JOBS

Clear Filters
   
   
   
   


 * NEW GRADS 2022
   
   Sunnyvale, CA, United States
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS for a
   variety of skill domains such as Software Development Engineers, Embedded
   Software Engineers, Web Developers, Software Dev QA Engineers, DevOps
   Engineers, Hardware Engineers and more!
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS for a
   variety of skill domains such as Software Development Engineers, Embedded
   Software Engineers, Web Developers, Software Dev QA Engineers, DevOps
   Engineers, Hardware Engineers and more!
   New Grads 2022 Add Job to My Job Selections
   
   
   
   


 * NEW GRAD JOBS (2022)
   
   Burnaby, BC, Canada
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS (2022)
   for a variety of skill categories. Please visit out job postings to find
   suitable opportunities to send your application.
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS (2022)
   for a variety of skill categories. Please visit out job postings to find
   suitable opportunities to send your application.
   New Grad Jobs (2022) Add Job to My Job Selections
   
   
   
   


 * NEW GRAD JOBS 2022
   
   Ottawa, ON, Canada
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS (2022)
   for a variety of skill domains skill domains such as: Software Developers
   Embedded Software Engineers Web Developers Software Dev QA Engineers Release
   QA Engineers ...and more!
   Are you the next FORTIHIRE? Fortinet Teams are looking for NEW GRADS (2022)
   for a variety of skill domains skill domains such as: Software Developers
   Embedded Software Engineers Web Developers Software Dev QA Engineers Release
   QA Engineers ...and more!
   New Grad Jobs 2022 Add Job to My Job Selections
   
   
   
   


 * SYSTEMS ENGINEER II
   
   Bangladesh
   Objective: We are looking for a Systems Engineer to work closely with a sales
   representative in a defined territory. The Systems Engineer's main mission
   will be to support the sales organization in all technical matters regarding
   pre-sales, sales calls, and post-sales.
   Objective: We are looking for a Systems Engineer to work closely with a sales
   representative in a defined territory. The Systems Engineer's main mission
   will be to support the sales organization in all technical matters regarding
   pre-sales, sales calls, and post-sales.
   Systems Engineer II Add Job to My Job Selections
   
   
   
   


 * PROFESSIONAL SERVICES ENGINEER
   
   Germany
   The Professional Services Engineer works with clients and partners remotely
   and/or onsite on engagements of high complexity.
   The Professional Services Engineer works with clients and partners remotely
   and/or onsite on engagements of high complexity.
   Professional Services Engineer Add Job to My Job Selections
   
   
   
   


 * PRODUCT SPECIALIST
   
   Ottawa, ON, Canada
   The product specialist will demonstrate leadership in driving our business
   results in assigned geography through active partnership in sales and
   marketing efforts. From an understanding of what the customer is trying to
   accomplish, work in partnership with sales team to demonstrate product
   capabilities and applicability to the customer and their application needs.  
   The product specialist will demonstrate leadership in driving our business
   results in assigned geography through active partnership in sales and
   marketing efforts. From an understanding of what the customer is trying to
   accomplish, work in partnership with sales team to demonstrate product
   capabilities and applicability to the customer and their application needs.  
   Product Specialist Add Job to My Job Selections
   
   
   
   


 * PRINCIPAL SOFTWARE DEVELOPER
   
   Burnaby, BC, Canada
   Fortinet is calling for an experienced Senior Software Developer who can
   think outside the box, has a logical approach to coding, and looking to grow
   their career in the network security industry.
   Fortinet is calling for an experienced Senior Software Developer who can
   think outside the box, has a logical approach to coding, and looking to grow
   their career in the network security industry.
   Principal Software Developer Add Job to My Job Selections
   
   
   
   


 * SMB CHANNEL PROGRAM MANAGER
   
   France and 4 more
   We are looking for a passionate, highly motivated and experienced Program
   Manager with a proven track record of developing specifically SMB Partners in
   Europe.
   We are looking for a passionate, highly motivated and experienced Program
   Manager with a proven track record of developing specifically SMB Partners in
   Europe.
   SMB Channel Program Manager Add Job to My Job Selections
   
   
   
   


 * STAFF SOFTWARE DEVELOPER
   
   Burnaby, BC, Canada
   Fortinet has an exciting opportunity for you to join our team!
   Fortinet has an exciting opportunity for you to join our team!
   Staff Software Developer Add Job to My Job Selections
   
   
   
   


 * STAFF SOFTWARE DEVELOPER
   
   Burnaby, BC, Canada
   Fortinet has an exciting opportunity for you to join our team!
   Fortinet has an exciting opportunity for you to join our team!
   Staff Software Developer Add Job to My Job Selections
   
   
   
   


 * PROFESSIONAL SERVICES CONSULTANT
   
   Reg.-Bez. Düsseldorf, Nordrhein-Westfalen, Germany and 3 more
   The Professional Services Consultant works with clients and partners remotely
   and/or onsite on engagements of high complexity. The consultant has
   demonstrated his/her ability to participate to the success of projects from
   the pre-sales/scoping phase to project closure.
   The Professional Services Consultant works with clients and partners remotely
   and/or onsite on engagements of high complexity. The consultant has
   demonstrated his/her ability to participate to the success of projects from
   the pre-sales/scoping phase to project closure.
   Professional Services Consultant Add Job to My Job Selections
   
   
   
   


 * SOFTWARE APPLICATIONS DEVELOPER
   
   Burnaby, BC, Canada
   The FortiCare team of the IT Department at Fortinet is looking for a Software
   Applications Developer who is eager to work on multi-tier web applications
   and the latest web client technologies. This team develops and supports
   multiple applications including product registration, order fulfillment,
   service contract/license management, service renewal, and a CRM support
   ticket application. The FortiCare systems are pure 3-tier web applications
   using MS .Net technologies and MS SQL server as the backend database. The
   ideal candidate will have an opportunity to work alongside very experienced
   developers and enhance their program design skillset.
   The FortiCare team of the IT Department at Fortinet is looking for a Software
   Applications Developer who is eager to work on multi-tier web applications
   and the latest web client technologies. This team develops and supports
   multiple applications including product registration, order fulfillment,
   service contract/license management, service renewal, and a CRM support
   ticket application. The FortiCare systems are pure 3-tier web applications
   using MS .Net technologies and MS SQL server as the backend database. The
   ideal candidate will have an opportunity to work alongside very experienced
   developers and enhance their program design skillset.
   Software Applications Developer Add Job to My Job Selections
   
   
   
   


 * SOFTWARE DEVELOPMENT QA SPECIALIST
   
   Burnaby, BC, Canada
   The FortiCare Team of the IT Department at Fortinet is looking for a Software
   Applications QA who is eager to work on multi-tier web applications and the
   latest web client technologies. This team develops and supports multiple
   applications including product registration, order fulfillment, service
   contract/license management, service renewal, and a CRM support ticket
   application.
   The FortiCare Team of the IT Department at Fortinet is looking for a Software
   Applications QA who is eager to work on multi-tier web applications and the
   latest web client technologies. This team develops and supports multiple
   applications including product registration, order fulfillment, service
   contract/license management, service renewal, and a CRM support ticket
   application.
   Software Development QA Specialist Add Job to My Job Selections
   
   
   
   


 * TECHNICAL SUPPORT ENGINEER (FORTIEDR) - TOKYO
   
   Tokyo, Japan
   As a Technical Support Engineer (EDR), you will be part of the top-notch
   technical support organization, working alongside our global exceptional team
   of professionals in Engineering, QA, Security and Product Support. You will
   be working as an integral part of the Support team, being the main link
   between Support and Product Development and developing and maintaining tools
   to accelerate customer ticket handling.  This will involve a wide range of
   skills, including mentoring Support engineers, reading source code, log
   files, dump files, network and endpoint traces in order to track down field
   related product malfunctions, updating internal tools and writing internal
   and external Knowledge Base articles.
   As a Technical Support Engineer (EDR), you will be part of the top-notch
   technical support organization, working alongside our global exceptional team
   of professionals in Engineering, QA, Security and Product Support. You will
   be working as an integral part of the Support team, being the main link
   between Support and Product Development and developing and maintaining tools
   to accelerate customer ticket handling.  This will involve a wide range of
   skills, including mentoring Support engineers, reading source code, log
   files, dump files, network and endpoint traces in order to track down field
   related product malfunctions, updating internal tools and writing internal
   and external Knowledge Base articles.
   Technical Support Engineer (FortiEDR) - Tokyo Add Job to My Job Selections
   
   
   
   


 * CYBERSECURITY SUPPORT ENGINEER (FORTIEDR) - MALAYSIA
   
   Wilayah Persekutuan Kuala Lumpur, Malaysia
   Role Overview: Fortinet is growing and we are expanding our APAC technical
   support teams, we are looking for strong technical support
   engineers/specialists at a senior level. We require candidates with the
   ability to identify and resolve problems in a timely manner; gather and
   analyze information and skillfully develop alternative solutions for
   customers. As Senior Technical Support and Operations Engineer you will
   possess a proven aptitude for learning new technologies and a desire for
   continuous learning. You will be highly analytical with the ability to derive
   facts quickly, methodically, and accurately through mature and mindful
   interactions with customers. You will work to optimize the efficiency of
   FortiEDR cloud operations and the performance of customer cloud environments.
   Role Overview: Fortinet is growing and we are expanding our APAC technical
   support teams, we are looking for strong technical support
   engineers/specialists at a senior level. We require candidates with the
   ability to identify and resolve problems in a timely manner; gather and
   analyze information and skillfully develop alternative solutions for
   customers. As Senior Technical Support and Operations Engineer you will
   possess a proven aptitude for learning new technologies and a desire for
   continuous learning. You will be highly analytical with the ability to derive
   facts quickly, methodically, and accurately through mature and mindful
   interactions with customers. You will work to optimize the efficiency of
   FortiEDR cloud operations and the performance of customer cloud environments.
   Cybersecurity Support Engineer (FortiEDR) - Malaysia Add Job to My Job
   Selections
   
   
   
   


 * JR. RMA SPECIALIST
   
   Union City, CA, United States
   Fortinet is growing and we are looking to hire Jr. RMA Specialist to join our
   team. The dedicated RMA Specialist will work closely with our RMA team.
   Fortinet is growing and we are looking to hire Jr. RMA Specialist to join our
   team. The dedicated RMA Specialist will work closely with our RMA team.
   Jr. RMA Specialist Add Job to My Job Selections
   
   
   
   


 * STAFF SOFTWARE DEVELOPMENT ENGINEER
   
   Sunnyvale, CA, United States
   Fortinet is looking for a Staff Software Development Engineer to assist
   FortiSwitch Team
   Fortinet is looking for a Staff Software Development Engineer to assist
   FortiSwitch Team
   Staff Software Development Engineer Add Job to My Job Selections
   
   
   
   


 * SOFTWARE DEVELOPMENT ENGINEER
   
   Sunnyvale, CA, United States
   Working at Fortinet is not just another job, it’s about making a difference
   and enable the best in class systems. At Fortinet ,our culture is defined by
   our values of Openness, Team work and Innovation. The FortiSwitch team is
   looking for an Embedded Software Engineer to join their team, its an exciting
   time to build these products and make an impact!
   Working at Fortinet is not just another job, it’s about making a difference
   and enable the best in class systems. At Fortinet ,our culture is defined by
   our values of Openness, Team work and Innovation. The FortiSwitch team is
   looking for an Embedded Software Engineer to join their team, its an exciting
   time to build these products and make an impact!
   Software Development Engineer Add Job to My Job Selections
   
   
   
   


 * MANAGER, SYSTEMS ENGINEERING - OSAKA/NAGOYA
   
   Osaka-Shi, Osaka, Japan and 1 more
   In this key role, you will manage, direct and drive Systems Engineers
   assigned to Major Accounts in your assigned region. Create and implement
   strategic plans focused on attaining enterprise-wide deployments of Fortinet
   products and services. Develop executive relationships with key buyers and
   influencers in Major accounts and leverage these relationships. Coordinate
   with appropriate internal groups to generate and deliver winning Contract
   Bids, Proposals, RFI/RFP Responses and Statements of Work. Negotiate terms of
   business with clients to achieve win/win results that provide the basis for
   strong ongoing relationships.
   In this key role, you will manage, direct and drive Systems Engineers
   assigned to Major Accounts in your assigned region. Create and implement
   strategic plans focused on attaining enterprise-wide deployments of Fortinet
   products and services. Develop executive relationships with key buyers and
   influencers in Major accounts and leverage these relationships. Coordinate
   with appropriate internal groups to generate and deliver winning Contract
   Bids, Proposals, RFI/RFP Responses and Statements of Work. Negotiate terms of
   business with clients to achieve win/win results that provide the basis for
   strong ongoing relationships.
   Manager, Systems Engineering - Osaka/Nagoya Add Job to My Job Selections
   
   
   
   


 * SYSTEMS ENGINEER (TELCO) - OSAKA
   
   Osaka-Shi, Osaka, Japan
   プリセールスSE部門に属し、フォーティネットの他チーム、ハイタッチ営業、代理店営業、または製品営業、 及びセールス
   チャネルパートナーなどと連携し、弊社製品・サービスのプリセールス活動を担当します。
   プリセールス技術サポートの面において、担当アカウントでの案件の開拓から受注までのプロセスで、様々な役割を担います。 We are looking for
   a Systems Engineer to work closely with Major Account Manager in a defined
   set of accounts in the Service provider vertical. The Systems Engineer's main
   mission will be to support the sales organization in all technical matters
   regarding pre-sales, sales calls, and post-sales.
   プリセールスSE部門に属し、フォーティネットの他チーム、ハイタッチ営業、代理店営業、または製品営業、 及びセールス
   チャネルパートナーなどと連携し、弊社製品・サービスのプリセールス活動を担当します。
   プリセールス技術サポートの面において、担当アカウントでの案件の開拓から受注までのプロセスで、様々な役割を担います。 We are looking for
   a Systems Engineer to work closely with Major Account Manager in a defined
   set of accounts in the Service provider vertical. The Systems Engineer's main
   mission will be to support the sales organization in all technical matters
   regarding pre-sales, sales calls, and post-sales.
   Systems Engineer (Telco) - Osaka Add Job to My Job Selections
   
   
   
   


 * SYSTEMS ENGINEER (ENTERPRISE) - TOKYO - 9 OPENINGS
   
   Tokyo, Japan
   プリセールスSE部門に属し、フォーティネットの他チーム、ハイタッチ営業、代理店営業、または製品営業、及びセールス
   チャネルパートナーなどと連携し、弊社製品・サービスのプリセールス活動を担当します。プリセールス技術サポートの面において、担当アカウントでの案件の開拓から受注までのプロセスで、様々な役割を担います。
   This Systems Engineer is a senior consulting person who will work as a
   business consultant for local accounts teams. Systems Engineer engages in
   strategic deals/accounts where his/her knowledge of IT network/security
   architecture will affect the reach of Fortinet solution, bring to our
   customer a broader approach to their security needs by grand design. Systems
   Engineer works with peer account teams that may be involved, throughout the
   sales process. Systems Engineer is expected to shape the positive outcome of
   customer engagements such as presentations, meetings while showing the
   benefits of the proposed solution/architecture through assessment.
   プリセールスSE部門に属し、フォーティネットの他チーム、ハイタッチ営業、代理店営業、または製品営業、及びセールス
   チャネルパートナーなどと連携し、弊社製品・サービスのプリセールス活動を担当します。プリセールス技術サポートの面において、担当アカウントでの案件の開拓から受注までのプロセスで、様々な役割を担います。
   This Systems Engineer is a senior consulting person who will work as a
   business consultant for local accounts teams. Systems Engineer engages in
   strategic deals/accounts where his/her knowledge of IT network/security
   architecture will affect the reach of Fortinet solution, bring to our
   customer a broader approach to their security needs by grand design. Systems
   Engineer works with peer account teams that may be involved, throughout the
   sales process. Systems Engineer is expected to shape the positive outcome of
   customer engagements such as presentations, meetings while showing the
   benefits of the proposed solution/architecture through assessment.
   Systems Engineer (Enterprise) - Tokyo - 9 openings Add Job to My Job
   Selections
   
   
   
   


 * TECHNICAL ACCOUNT MANAGER - SHANGHAI
   
   Shanghai, China
   As a member of the Technical Account Support Team, you will use your deep
   understanding of network/security architectures and general knowledge about
   the current trends in the market to help promote product quality, while
   providing best in class solutions. You will work with research and
   development groups, sales teams and regional support teams in a fast paced
   environment. This position requires strong oral and written communication
   skills. Oral communication skills include the ability to speak clearly and
   persuasively, to listen carefully to ensure full understanding of the
   situation, and to respond well to questions when dealing with both positive
   and negative situations. This position also requires the ability to write
   clearly to provide full information as well as to understand and interpret
   written information.
   As a member of the Technical Account Support Team, you will use your deep
   understanding of network/security architectures and general knowledge about
   the current trends in the market to help promote product quality, while
   providing best in class solutions. You will work with research and
   development groups, sales teams and regional support teams in a fast paced
   environment. This position requires strong oral and written communication
   skills. Oral communication skills include the ability to speak clearly and
   persuasively, to listen carefully to ensure full understanding of the
   situation, and to respond well to questions when dealing with both positive
   and negative situations. This position also requires the ability to write
   clearly to provide full information as well as to understand and interpret
   written information.
   Technical Account Manager - Shanghai Add Job to My Job Selections
   
   
   
   


 * PROFESSIONAL SERVICES CONSULTANT - III
   
   Bangalore East, Karnataka, India
   Professional Services within Fortinet, is an integral part of the support and
   services organization, as a result the Consultant will collaborate
   effectively with peers to drive customer satisfaction. The Consultant
   delivers Professional Services as part of their regional team, on site and
   remotely to customers.
   Professional Services within Fortinet, is an integral part of the support and
   services organization, as a result the Consultant will collaborate
   effectively with peers to drive customer satisfaction. The Consultant
   delivers Professional Services as part of their regional team, on site and
   remotely to customers.
   Professional Services Consultant - III Add Job to My Job Selections
   
   
   
   


 * PROFESSIONAL SERVICES CONSULTANT - I
   
   Bangalore East, Karnataka, India
   Professional Services within Fortinet, is an integral part of the support and
   services organization, as a result the Consultant will collaborate
   effectively with peers to drive customer satisfaction. The Consultant
   delivers Professional Services as part of their regional team, on site and
   remotely to customers.
   Professional Services within Fortinet, is an integral part of the support and
   services organization, as a result the Consultant will collaborate
   effectively with peers to drive customer satisfaction. The Consultant
   delivers Professional Services as part of their regional team, on site and
   remotely to customers.
   Professional Services Consultant - I Add Job to My Job Selections
   
   


Go back to search results


CYBERSECURITY SUPPORT ENGINEER (FORTIMAIL) - MALAYSIA  "JOB DETAILS"

Cybersecurity Support Engineer (FortiMail) - Malaysia Add Job to My Job
Selections
Wilayah Persekutuan Kuala Lumpur, Malaysia
Show Search Results
Job Identification
8926
Job Category
Technical Support
Locations
   
 * Wilayah Persekutuan Kuala Lumpur, Malaysia
   

Posting Date
03/08/2022, 10:27 AM
Job Schedule
Full time
AddThis Sharing Buttons
Share to FacebookFacebookFacebookShare to TwitterTwitterTwitterShare to
LinkedInLinkedInLinkedInShare to Email AppEmail AppEmail App


JOB DESCRIPTION

Fortinet is growing and we are expanding our APAC technical support teams in
Kuala Lumpur Technical Assistance Centre, we are looking for strong technical
support engineers at all levels.  We require candidates with the ability to
identify and resolve problems in a timely manner; gather and analyze information
and skillfully develop alternative solutions for customers.

All positions require strong oral and written communication skills. Oral
communication skills include the ability to speak clearly and persuasively,
listen carefully to ensure full understanding of the situation, and respond well
to questions when dealing with both positive and negative situations.  All
positions also require the ability to write clearly to provide full information
as well as to understand and interpret written information.

Responsibilities:

 * To provide direct technical support via the phone and ticketing system to our
   customers and partners throughout the APAC Region.
 * Analysis, technical investigation and resolution of reported problems
   involving the following products: FortiMail, FortiSandbox, FortiVoice,
   FortiRecoder.
 * Reproduction of customer environments on lab equipment.
 * Collect data and traces for investigation or to escalate the issue to the
   next level.
 * Manage technical cases, escalate, and control the right expectation until the
   closure of the cases.
 * Develop core competency in Fortinet product line and technologies.

Requirements:

 * 5 years or more of previous experience.
 * Bachelor’s degree in Computer Science, Software Engineering or related field,
   or an equivalent combination of training and experience.
 * Advanced knowledge of English (written and spoken) and other languages
   (Tagalog/Filipino).
 * Solid understanding of Mail Security Gateways and/or Voice.
 * Advanced knowledge of Windows, and Linux skills an advantage.
 * Working experience with VMware and/or other virtualization
   technologies.        
 * Working knowledge of common open source apps such as SendMail, postfix,
   openLDAP, iptables, etc.
 * Knowledge of common mail systems Domino servers, Microsoft Exchange.
 * Advanced knowledge about encryption technologies such as SSL and security
   certificates.
 * Working knowledge with VoIP (SIP), IP camera & NVR an advantage.

Fortinet is an equal opportunity employer.

We will only notify shortlisted candidates. 

Fortinet will not entertain any unsolicited resumes, please refrain from sending
them to any Fortinet employees or Fortinet email aliases. Should any Agency
submit any resumes to Fortinet, these resumes if considered, will be assumed to
have been given by the Agency free of any related fees/charges.

#LI-PT1


ABOUT US

Fortinet (NASDAQ: FTNT) secures the largest enterprise, service provider, and
government organizations around the world. Fortinet empowers its customers with
intelligent, seamless protection across the expanding attack surface and the
power to take on ever-increasing performance requirements of the borderless
network - today and into the future. Only the Fortinet Security Fabric
architecture can deliver security without compromise to address the most
critical security challenges, whether in networked, application, cloud or mobile
environments. Fortinet ranks number one in the most security appliances shipped
worldwide and more than 500,000 customers trust Fortinet to protect their
businesses. 



SIMILAR JOBS

   


 * CYBERSECURITY SUPPORT ENGINEER - SHANGHAI
   
   Shanghai, China
   Fortinet (NASDAQ: FTNT) protects the most valuable assets of some of the
   largest enterprise, service provider and government organizations across the
   globe. The company's fast, secure and global cyber security solutions provide
   broad, high-performance protection against dynamic security threats while
   simplifying the IT infrastructure. If you're looking for a fast-paced,
   challenging and rewarding environment, then Fortinet is the place for you.
   With office in Shanghai, we are an equal opportunity employer offering
   exciting work, competitive compensation and benefits. Fortinet is looking for
   the best and the brightest to join our highly motivated team.
   Fortinet (NASDAQ: FTNT) protects the most valuable assets of some of the
   largest enterprise, service provider and government organizations across the
   globe. The company's fast, secure and global cyber security solutions provide
   broad, high-performance protection against dynamic security threats while
   simplifying the IT infrastructure. If you're looking for a fast-paced,
   challenging and rewarding environment, then Fortinet is the place for you.
   With office in Shanghai, we are an equal opportunity employer offering
   exciting work, competitive compensation and benefits. Fortinet is looking for
   the best and the brightest to join our highly motivated team.
   Cybersecurity Support Engineer - Shanghai Add Job to My Job Selections


 * CYBERSECURITY SUPPORT ENGINEER - BEIJING
   
   Beijing, China
   Fortinet (NASDAQ: FTNT) protects the most valuable assets of some of the
   largest enterprise, service provider and government organizations across the
   globe. The company's fast, secure and global cyber security solutions provide
   broad, high-performance protection against dynamic security threats while
   simplifying the IT infrastructure. If you're looking for a fast-paced,
   challenging and rewarding environment, then Fortinet is the place for you.
   With office in Beijing, we are an equal opportunity employer offering
   exciting work, competitive compensation and benefits. Fortinet is looking for
   the best and the brightest to join our highly motivated team.
   Fortinet (NASDAQ: FTNT) protects the most valuable assets of some of the
   largest enterprise, service provider and government organizations across the
   globe. The company's fast, secure and global cyber security solutions provide
   broad, high-performance protection against dynamic security threats while
   simplifying the IT infrastructure. If you're looking for a fast-paced,
   challenging and rewarding environment, then Fortinet is the place for you.
   With office in Beijing, we are an equal opportunity employer offering
   exciting work, competitive compensation and benefits. Fortinet is looking for
   the best and the brightest to join our highly motivated team.
   Cybersecurity Support Engineer - Beijing Add Job to My Job Selections


 * CYBERSECURITY SUPPORT ENGINEER (FORTIMANAGER/FORTIANALYZER) - MALAYSIA (5
   OPENINGS)
   
   Wilayah Persekutuan Kuala Lumpur, Malaysia
   Fortinet is growing and we are expanding our APAC technical support teams in
   Kuala Lumpur Technical Assistance Centre, we are looking for strong technical
   support engineers at all levels. We require candidates with the ability to
   identify and resolve problems in a timely manner; gather and analyze
   information and skilfully develop alternative solutions for customers. All
   positions require strong oral and written communication skills. Oral
   communication skills include the ability to speak clearly and persuasively,
   listen carefully to ensure full understanding of the situation, and respond
   well to questions when dealing with both positive and negative situations.
   All positions also require the ability to write clearly to provide full
   information as well as to understand and interpret written information.
   ***Please note that this is not an IT/system administration position
   Fortinet is growing and we are expanding our APAC technical support teams in
   Kuala Lumpur Technical Assistance Centre, we are looking for strong technical
   support engineers at all levels. We require candidates with the ability to
   identify and resolve problems in a timely manner; gather and analyze
   information and skilfully develop alternative solutions for customers. All
   positions require strong oral and written communication skills. Oral
   communication skills include the ability to speak clearly and persuasively,
   listen carefully to ensure full understanding of the situation, and respond
   well to questions when dealing with both positive and negative situations.
   All positions also require the ability to write clearly to provide full
   information as well as to understand and interpret written information.
   ***Please note that this is not an IT/system administration position
   Cybersecurity Support Engineer (FortiManager/FortiAnalyzer) - Malaysia (5
   openings) Add Job to My Job Selections


 * CYBERSECURITY SUPPORT ENGINEER (FORTISIEM) - MALAYSIA
   
   Wilayah Persekutuan Kuala Lumpur, Malaysia
   Role Overview: Fortinet is growing and we are expanding our APAC technical
   support team, we are looking for strong technical support
   engineers/specialists at a senior level. We require candidates with the
   ability to identify and resolve problems in a timely manner; gather and
   analyze information and skillfully develop alternative solutions for
   customers.
   Role Overview: Fortinet is growing and we are expanding our APAC technical
   support team, we are looking for strong technical support
   engineers/specialists at a senior level. We require candidates with the
   ability to identify and resolve problems in a timely manner; gather and
   analyze information and skillfully develop alternative solutions for
   customers.
   Cybersecurity Support Engineer (FortiSIEM) - Malaysia Add Job to My Job
   Selections
   
   
   See More Jobs
   


Apply Now





Page Cybersecurity Support Engineer (FortiMail) - Malaysia - Candidate
Experience site Careers loaded


 * 
 * 
 * 
 * 
 * 
 * 
   

 * News & Articles
 * News Releases
 * News Articles
 * Trademarks

 * Security Research
 * Threat Research
 * FortiGuard Labs
 * Threat Map
 * Threat Briefs
 * Ransomware
 * Artificial Intelligence

 * Connect With Us
 * Blog
 * Fuse

 * Company
 * About Us
 * Security Fabric
 * Exec. Mgmt
 * Careers
 * Certifications
 * Events
 * Industry Awards
 * Social Responsibility

 * Contact Us

Copyright © 2019 Fortinet, Inc. All Rights Reserved. Terms of Service  | 
Privacy Policy  |  GDPR

Skip to main content.





MANAGE YOUR PROFILE

Enter the email address you used to create your profile. Once your identity is
confirmed, you will be able to manage your profile.

Email Address

Send Email
Skip to main content.