Search Jobs

Filter from the left sidebar to find your desired job

Filter Jobs

Keywords

Job Type

Category

Country

State

Location

Clear Filter
Found 129 jobs based on your current search
Siebel Developer

Posted 1 month ago Deadline : February 13, 2025 1 month ago

$75.00 / Hourly Experience Level : Medium

Conduent Inc Contract Florham Park, New Jersey, United States

Siebel Developer

Posted 5 months ago Deadline : October 28, 2024 5 months ago

$65.00 / Hourly Experience Level : Medium

American Airlines Inc Contract Fort Worth , Texas, United States

Siebel Developer

Posted 9 months ago Deadline : June 12, 2024 9 months ago

Experience Level : Medium

Holland America Line Contract Seattle, Washington, United States

Siebel Architect

Posted 1 year ago Deadline : September 26, 2023 1 year ago

$75.00 / Hourly Experience Level : Medium

Ameriprise Financial Inc Contract Minneapolis , Minnesota, United States

ETL DataStage Developer

Posted 2 years ago Deadline : February 13, 2023 2 years ago

$55.00 / Hourly Experience Level : Medium

TIAA Contract Frisco , Texas, United States

Data Analyst

Posted 3 years ago Deadline : July 13, 2021 3 years ago

$55.00 / Hourly

MUFG Union Bank, N.A Contract Dublin, California, United States

Siebel Administrator

Posted 4 years ago Deadline : September 3, 2020 4 years ago

$65.00 / Hourly

United health Group Contract Horsham, Pennsylvania, United States

Siebel Consultant (Config & EAI)

Posted 4 years ago Deadline : August 22, 2020 4 years ago

$55.00 / Hourly

Henry Schein Inc Contract Melville, New York, United States

Siebel Developer

Posted 4 years ago Deadline : August 22, 2020 4 years ago

$85.00 / Hourly

Subaru of America Inc Contract Camden, New Jersey, United States

Manager Medical Device Safety, Pharmacovigilance

Posted 5 years ago Deadline : March 27, 2020 5 years ago

$55.00 / Hourly

Bayer Corporation Contract Whippany, New Jersey, United States

Request history8.1.32PHP Version2.21sRequest Duration695MBMemory UsageGET jobsRoute
    • Booting (1.95s)time
    • Application (264ms)time
    • 1 x Booting (88.07%)
      1.95s
      1 x Application (11.93%)
      264ms
      4 templates were rendered
      • frontend.jobsjobs.blade.php#?blade
      • admin.flash_msgflash_msg.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET jobs
      middleware
      web
      controller
      App\Http\Controllers\JobController@jobsListing
      namespace
      prefix
      where
      as
      jobs_listing
      file
      app/Http/Controllers/JobController.php:855-920
      9 statements were executed184ms
      • JobController.php#860clientfyi_final830μsselect * from `categories` order by `category_name` asc
        Backtrace
        • app/Http/Controllers/JobController.php:860
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#861clientfyi_final330μsselect * from `countries`
        Backtrace
        • app/Http/Controllers/JobController.php:861
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • User.php#78clientfyi_final84.47msselect `id`, `company` from `users` where `user_type` in ('employer', 'agent') order by `id` desc
        Bindings
        • 0: employer
        • 1: agent
        Backtrace
        • app/Models/User.php:78
        • app/Http/Controllers/JobController.php:908
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • JobController.php#911clientfyi_final880μsselect count(*) as aggregate from `jobs` where `status` = 1 and `category_id` = '136'
        Bindings
        • 0: 1
        • 1: 136
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#911clientfyi_final890μsselect * from `jobs` where `status` = 1 and `category_id` = '136' order by `updated_at` desc limit 10 offset 0
        Bindings
        • 0: 1
        • 1: 136
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#911clientfyi_final580μsselect * from `users` where `users`.`id` in (668, 5409, 6101, 6614, 6651, 13114, 22624, 46837, 49197, 51600)
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • theme.blade.php#101clientfyi_final1.61msselect * from `categories` where `job_count` >= 1 order by `job_count` desc
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.theme:101
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#102clientfyi_final47.3msSELECT jobs.state_id,jobs.state_name, COUNT(*) AS numberOfSales FROM jobs JOIN states ON states.id = jobs.state_id GROUP BY jobs.state_id,jobs.state_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:102
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#103clientfyi_final46.62msSELECT jobs.city_id,jobs.city_name, COUNT(*) AS numberOfcities FROM jobs JOIN cities ON cities.id = jobs.city_id GROUP BY jobs.city_id,jobs.city_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:103
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Category
      276Category.php#?
      App\Models\Job
      10Job.php#?
      App\Models\User
      10User.php#?
      App\Models\Country
      3Country.php#?
          _token
          1kqxfyL63hXUIEMTtbUEd9RMDl5GouZscCCFBlQh
          _previous
          array:1 [ "url" => "https://pingjob.com/jobs?category=136" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "category" => "136" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:25 [ "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-connecting-ip" => array:1 [ 0 => "3.134.112.111" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "cf-ray" => array:1 [ 0 => "92c71afddb3deb00-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "3.134.112.111" ] "x-real-ip" => array:1 [ 0 => "172.71.255.48" ] "host" => array:1 [ 0 => "pingjob.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 05:25:39 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IitNYTJIZjBaWU9xZW5MdEFHR2NBNnc9PSIsInZhbHVlIjoiOU5zVmpod0xWSDcwdkdReTJBRmxtbGdiVkkwQ08wU0IyanlTUDRXUDhPMmJDUDhhNjBIZWNzZ3lqK0ZlRmN5VFhLbWkzaFJDeTNkTFg5bzJIU2g0SnV4dWxFdTRWREFmT1ljUGJkYjFHdEU0MlBFZFlTTjVlaDJoSzhPWU5qVDMiLCJtYWMiOiI0NDA3ZGNhNjk1MmJiZTFkYWMyMmViNzczNTgzYTYxODdjNjVmMDdmM2E3ZGQ3M2JiYjUzNDk3MzUwZmJjODQ0IiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 07:25:39 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IitNYTJIZjBaWU9xZW5MdEFHR2NBNnc9PSIsInZhbHVlIjoiOU5zVmpod0xWSDcwdkdReTJBRmxtbGdiVkkwQ08wU0IyanlTUDRXUDhPMmJDUDhhNjBIZWNzZ3lqK0ZlRmN5VFhLbWkza" 1 => "laravel_session=eyJpdiI6ImVmQ2lra0JYZjUydUI3OHRXd2pCL2c9PSIsInZhbHVlIjoiMlFGWXlNRDZER1NXeHlQOTR2eitjK1F4ZnJhaUsrTFAxNVB0VWpWSUtsNXpQVjNramlxcmRlakdueDd6TXNneld0OUlFYTBkbHFTUTVqM0oxSGJNM2YrRCtlMUJPcTlHTnArVEdMYzduQmgyRlZEMWp6czB3eGZ2cnJNNlFHUzIiLCJtYWMiOiIwMDc4ODVhOWU5MWM2ZjAyODk5ZTEzMjI1M2ZkMmJhZDVhY2RmNTIwNjQ2MzEwNTdiM2JkNzc3ZjY5Yjg5OGVkIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 07:25:39 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImVmQ2lra0JYZjUydUI3OHRXd2pCL2c9PSIsInZhbHVlIjoiMlFGWXlNRDZER1NXeHlQOTR2eitjK1F4ZnJhaUsrTFAxNVB0VWpWSUtsNXpQVjNramlxcmRlakdueDd6TXNneld0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IitNYTJIZjBaWU9xZW5MdEFHR2NBNnc9PSIsInZhbHVlIjoiOU5zVmpod0xWSDcwdkdReTJBRmxtbGdiVkkwQ08wU0IyanlTUDRXUDhPMmJDUDhhNjBIZWNzZ3lqK0ZlRmN5VFhLbWkzaFJDeTNkTFg5bzJIU2g0SnV4dWxFdTRWREFmT1ljUGJkYjFHdEU0MlBFZFlTTjVlaDJoSzhPWU5qVDMiLCJtYWMiOiI0NDA3ZGNhNjk1MmJiZTFkYWMyMmViNzczNTgzYTYxODdjNjVmMDdmM2E3ZGQ3M2JiYjUzNDk3MzUwZmJjODQ0IiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 07:25:39 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IitNYTJIZjBaWU9xZW5MdEFHR2NBNnc9PSIsInZhbHVlIjoiOU5zVmpod0xWSDcwdkdReTJBRmxtbGdiVkkwQ08wU0IyanlTUDRXUDhPMmJDUDhhNjBIZWNzZ3lqK0ZlRmN5VFhLbWkza" 1 => "laravel_session=eyJpdiI6ImVmQ2lra0JYZjUydUI3OHRXd2pCL2c9PSIsInZhbHVlIjoiMlFGWXlNRDZER1NXeHlQOTR2eitjK1F4ZnJhaUsrTFAxNVB0VWpWSUtsNXpQVjNramlxcmRlakdueDd6TXNneld0OUlFYTBkbHFTUTVqM0oxSGJNM2YrRCtlMUJPcTlHTnArVEdMYzduQmgyRlZEMWp6czB3eGZ2cnJNNlFHUzIiLCJtYWMiOiIwMDc4ODVhOWU5MWM2ZjAyODk5ZTEzMjI1M2ZkMmJhZDVhY2RmNTIwNjQ2MzEwNTdiM2JkNzc3ZjY5Yjg5OGVkIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 07:25:39 GMT; path=/; httponlylaravel_session=eyJpdiI6ImVmQ2lra0JYZjUydUI3OHRXd2pCL2c9PSIsInZhbHVlIjoiMlFGWXlNRDZER1NXeHlQOTR2eitjK1F4ZnJhaUsrTFAxNVB0VWpWSUtsNXpQVjNramlxcmRlakdueDd6TXNneld0" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "1kqxfyL63hXUIEMTtbUEd9RMDl5GouZscCCFBlQh" "_previous" => array:1 [ "url" => "https://pingjob.com/jobs?category=136" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 05:25:39GET/jobs?category=13649299