MSc Information and Process Systems Engineering

... United Kingdom
... University of Surrey - Study Group

Course Overview

On this MSc, you’ll be taught by qualified academic experts and specialist external lecturers, who’ll cover everything from the fundamentals of the subject to the latest technologies and trends.

General Eligibility

Part Time Work Details

Language Requirement

  • The minimum IELTS score required is 6.5

Programme Information
...
Course Category


...
Campus Name


...
Course Level

Postgraduate


...
Duration

12


...
Available Intake

Sep


...
IELTS Score

6.5


...
Tuition Fees Range

23900,


Subject Recommendations for You
MSc Robotics and AI
University of Glasgow
Campus

Glasgow, Scotland

Entry Score

6.5

Course Level

Postgraduate

Total Course Fee

29370

MSc Health and Wellbeing
Scholars School System
Campus

London, Leicester, Birmingham, Manchester, Bradford

Entry Score

00

Course Level

Postgraduate

Total Course Fee

4950

Campus

Leeds, England

Entry Score

6.0

Course Level

Postgraduate

Total Course Fee

2500

Discover Your Next Read
...
Why you will go UK for better study ? Learn more from this blog...
...
Why you will go UK for better study ? Learn more from this blog...
Request history8.1.11PHP Version1.02sRequest Duration2MBMemory UsageGET course-details/{id?}Route
  • warninglog[10:01:03] LOG.warning: Calling static trait method App\Traits\Service::get_intake_with_next_year is...
  • Booting (31.48ms)time
  • Application (988ms)time
  • 1 x Application (96.91%)
    988ms
    1 x Booting (3.09%)
    31.48ms
    4 templates were rendered
    • course-detailscourse-details.blade.php#?blade
    • ajax.homejshomejs.blade.php#?blade
    • layouts.appapp.blade.php#?blade
    • ajax.menusearchjsmenusearchjs.blade.php#?blade
    uri
    GET course-details/{id?}
    middleware
    web
    controller
    App\Http\Controllers\CourseController@details
    namespace
    prefix
    where
    file
    app/Http/Controllers/CourseController.php:130-145
    13 statements were executed, 3 of which were duplicates, 10 unique. Show only duplicated949ms
    • Connection Establishedstaging_liveCourseController.php#131
      Backtrace
      • 15. app/Http/Controllers/CourseController.php:131
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `courses` where `id` = 'e25dba69-0605-488c-9923-5751f5dfb214' limit 1
      12.18msstaging_liveCourseController.php#131
      Bindings
      • 0: e25dba69-0605-488c-9923-5751f5dfb214
      Backtrace
      • 16. app/Http/Controllers/CourseController.php:131
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `institutes` where `institutes`.`id` in ('36')
      3.12msstaging_liveCourseController.php#131
      Bindings
      • 0: 36
      Backtrace
      • 21. app/Http/Controllers/CourseController.php:131
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `represent_countries` where `represent_countries`.`id` in ('1')
      3.23msstaging_liveCourseController.php#131
      Bindings
      • 0: 1
      Backtrace
      • 26. app/Http/Controllers/CourseController.php:131
      • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `countries` where `countries`.`id` in ('235')
      8.91msstaging_liveCourseController.php#131
      Bindings
      • 0: 235
      Backtrace
      • 31. app/Http/Controllers/CourseController.php:131
      • 32. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 33. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 34. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 35. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `id`, `course_level_name` from `course_levels` where `course_levels`.`id` in ('2')
      850μsstaging_liveCourseController.php#131
      Bindings
      • 0: 2
      Backtrace
      • 21. app/Http/Controllers/CourseController.php:131
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `categories` where `categories`.`id` in ('0.0') order by `category_name` asc
      4.44msstaging_liveCourseController.php#131
      Bindings
      • 0: 0.0
      Backtrace
      • 21. app/Http/Controllers/CourseController.php:131
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `courses` where `course_level_id` = '2' order by RAND() limit 3
      910msstaging_liveCourseController.php#138
      Bindings
      • 0: 2
      Backtrace
      • 15. app/Http/Controllers/CourseController.php:138
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `institutes` where `institutes`.`id` = '81' limit 1
      1.45msstaging_livecourse-details.blade.php#258
      Bindings
      • 0: 81
      Backtrace
      • 22. view::course-details:258
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `id`, `course_level_name` from `course_levels` where `course_levels`.`id` = '2' limit 1
      1.19msstaging_livecourse-details.blade.php#274
      Bindings
      • 0: 2
      Backtrace
      • 22. view::course-details:274
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `institutes` where `institutes`.`id` = '28339add846e47b9a12396e614ede5cf' limit 1
      1.12msstaging_livecourse-details.blade.php#258
      Bindings
      • 0: 28339add846e47b9a12396e614ede5cf
      Backtrace
      • 22. view::course-details:258
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `id`, `course_level_name` from `course_levels` where `course_levels`.`id` = '2' limit 1
      650μsstaging_livecourse-details.blade.php#274
      Bindings
      • 0: 2
      Backtrace
      • 22. view::course-details:274
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `institutes` where `institutes`.`id` = '98' limit 1
      1.03msstaging_livecourse-details.blade.php#258
      Bindings
      • 0: 98
      Backtrace
      • 22. view::course-details:258
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `id`, `course_level_name` from `course_levels` where `course_levels`.`id` = '2' limit 1
      710μsstaging_livecourse-details.blade.php#274
      Bindings
      • 0: 2
      Backtrace
      • 22. view::course-details:274
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    App\Models\Course
    4Course.php#?
    App\Models\Institute
    4Institute.php#?
    App\Models\CourseLevel
    4CourseLevel.php#?
    App\Models\RepresentCountry
    1RepresentCountry.php#?
    App\Models\Country
    1Country.php#?
        _token
        4FQsE7Re90KpgvIP3l2Yf0BUMiRLd59QSoiynySE
        current_url
        https://staging.bheuni.io/course-details/e25dba69-0605-488c-9923-5751f5dfb214
        _previous
        array:1 [ "url" => "https://staging.bheuni.io/course-details/e25dba69-0605-488c-9923-5751f5dfb214"...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /course-details/e25dba69-0605-488c-9923-5751f5dfb214
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "staging.bheuni.io" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 06 Jun 2025 10:01:03 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVmOWMzd0p2enU3UHpQamd6VUR0N2c9PSIsInZhbHVlIjoiN3h5eVFUQnRUYVNxdGxycVNtWFBRUU8xZm91enlabFZ3R3hiUkE4aXl4QlhxV3crU2dSUUE4Y3JISlZnZStWQnI1QzZHOHA5MXZJQm9vTkZEV3lQa0xPeEp6eWY5TXhSNXNmNVdpODVFRUx6RURRUjdGT05VWUY5Y0NlcjRodWYiLCJtYWMiOiJjZTJhMmViNGJmYTBmOTFkODcwNDk0NmNmMGY3MGE0YmI2OWRjYjNiMzgwN2U3YjM2MGUxNmFiYWRiMTY1YjZlIiwidGFnIjoiIn0%3D; expires=Sat, 07 Jun 2025 06:01:03 GMT; Max-Age=72000; path=/; domain=.bheuni.io; secureXSRF-TOKEN=eyJpdiI6IjVmOWMzd0p2enU3UHpQamd6VUR0N2c9PSIsInZhbHVlIjoiN3h5eVFUQnRUYVNxdGxycVNtWFBRUU8xZm91enlabFZ3R3hiUkE4aXl4QlhxV3crU2dSUUE4Y3JISlZnZStWQnI1QzZHO" 1 => "bhe_uni_session=eyJpdiI6Imk3cUp0ZHpZbHVJOWlyazhqTnFDL2c9PSIsInZhbHVlIjoia2VSZGQ0NTJ2aTMxQ3N1SHJnZ1JLeXZ0YnRUajNqYTNFRno4YXByZFlEa1BONnVGN01jUVdDUlRCWTdsOERadXYzN1pvY2k4ZElKbWN4UlRySUQyYWlxVS8rVG84RklpNzlZL0lvVzlwV2M2VnY1NElTQVAxSHhtbjR5YS9yR2oiLCJtYWMiOiIzZTRlNjdhNzg3NThhYWI3M2JiYzk3ZmRhMDY4M2FlMjU5ZWQwYTMwNzY0MTg1YTI1OTg4OGYzY2U3ODIxZDllIiwidGFnIjoiIn0%3D; expires=Sat, 07 Jun 2025 06:01:03 GMT; Max-Age=72000; path=/; domain=.bheuni.io; secure; httponlybhe_uni_session=eyJpdiI6Imk3cUp0ZHpZbHVJOWlyazhqTnFDL2c9PSIsInZhbHVlIjoia2VSZGQ0NTJ2aTMxQ3N1SHJnZ1JLeXZ0YnRUajNqYTNFRno4YXByZFlEa1BONnVGN01jUVdDUlRCWTdsOERadXYz" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVmOWMzd0p2enU3UHpQamd6VUR0N2c9PSIsInZhbHVlIjoiN3h5eVFUQnRUYVNxdGxycVNtWFBRUU8xZm91enlabFZ3R3hiUkE4aXl4QlhxV3crU2dSUUE4Y3JISlZnZStWQnI1QzZHOHA5MXZJQm9vTkZEV3lQa0xPeEp6eWY5TXhSNXNmNVdpODVFRUx6RURRUjdGT05VWUY5Y0NlcjRodWYiLCJtYWMiOiJjZTJhMmViNGJmYTBmOTFkODcwNDk0NmNmMGY3MGE0YmI2OWRjYjNiMzgwN2U3YjM2MGUxNmFiYWRiMTY1YjZlIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 06:01:03 GMT; domain=.bheuni.io; path=/; secureXSRF-TOKEN=eyJpdiI6IjVmOWMzd0p2enU3UHpQamd6VUR0N2c9PSIsInZhbHVlIjoiN3h5eVFUQnRUYVNxdGxycVNtWFBRUU8xZm91enlabFZ3R3hiUkE4aXl4QlhxV3crU2dSUUE4Y3JISlZnZStWQnI1QzZHO" 1 => "bhe_uni_session=eyJpdiI6Imk3cUp0ZHpZbHVJOWlyazhqTnFDL2c9PSIsInZhbHVlIjoia2VSZGQ0NTJ2aTMxQ3N1SHJnZ1JLeXZ0YnRUajNqYTNFRno4YXByZFlEa1BONnVGN01jUVdDUlRCWTdsOERadXYzN1pvY2k4ZElKbWN4UlRySUQyYWlxVS8rVG84RklpNzlZL0lvVzlwV2M2VnY1NElTQVAxSHhtbjR5YS9yR2oiLCJtYWMiOiIzZTRlNjdhNzg3NThhYWI3M2JiYzk3ZmRhMDY4M2FlMjU5ZWQwYTMwNzY0MTg1YTI1OTg4OGYzY2U3ODIxZDllIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 06:01:03 GMT; domain=.bheuni.io; path=/; secure; httponlybhe_uni_session=eyJpdiI6Imk3cUp0ZHpZbHVJOWlyazhqTnFDL2c9PSIsInZhbHVlIjoia2VSZGQ0NTJ2aTMxQ3N1SHJnZ1JLeXZ0YnRUajNqYTNFRno4YXByZFlEa1BONnVGN01jUVdDUlRCWTdsOERadXYz" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "4FQsE7Re90KpgvIP3l2Yf0BUMiRLd59QSoiynySE" "current_url" => "https://staging.bheuni.io/course-details/e25dba69-0605-488c-9923-5751f5dfb214" "_previous" => array:1 [ "url" => "https://staging.bheuni.io/course-details/e25dba69-0605-488c-9923-5751f5dfb214" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-06-06 10:01:03GET/course-details/e25dba69-0605-488c-9923-5751f5dfb214141314