Home Exams BHM Exams

BHM Entrance Exams - 2025

There are various recognised Boards and Councils in India that are responsible for regulating and overseeing different aspects of education in the country.

Filters

Course

Request history8.3.17PHP Version67.54msRequest Duration2MBMemory UsageGET exams-{slug}Route
    • Booting (6.76ms)time
    • Application (60.77ms)time
    • 1 x Application (89.98%)
      60.77ms
      1 x Booting (10.01%)
      6.76ms
      10 templates were rendered
      • pages.exam.listinglisting.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • vendor.pagination.defaultdefault.blade.php#?blade
      • components.registrationregistration.blade.php#?blade
      • layouts.webweb.blade.php#?blade
      • partials.headhead.blade.php#?blade
      • partials.headerheader.blade.php#?blade
      • partials.footerfooter.blade.php#?blade
      • components.sucessesModalsucessesModal.blade.php#?blade
      • partials.bottomfooterbottomfooter.blade.php#?blade
      uri
      GET exams-{slug}
      middleware
      web
      domain
      www.dev.collegesearch.in
      controller
      App\Http\Controllers\ExamController@listing
      namespace
      prefix
      where
      as
      exam.course.listing
      file
      app/Http/Controllers/ExamController.php:196-244
      13 statements were executed37.11ms
      • SoftRedirects.php#22db_collegesearch_newConnection Established
        Backtrace
        • app/Http/Middleware/SoftRedirects.php:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • SoftRedirects.php#22db_collegesearch_new7.26msselect * from `seo_redirects` where `redirect_from` = '/exams-bhm' limit 1
        Bindings
        • 0: /exams-bhm
        Backtrace
        • app/Http/Middleware/SoftRedirects.php:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • MetaChecker.php#20db_collegesearch_new600μsselect * from `meta_tags` where `slug` = 'exams-bhm' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams-bhm
        • 1: active
        Backtrace
        • app/Http/Middleware/MetaChecker.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/SoftRedirects.php:28
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
      • ExamController.php#203db_collegesearch_new1.72msselect * from `courses` where `slug` = 'bhm' and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bhm
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:203
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • ExamController.php#204db_collegesearch_new10.36msselect * from `programs` where `slug` = 'bhm' and `programs`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bhm
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:204
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • ExamController.php#226db_collegesearch_new1.06msselect count(*) as aggregate from `exams` where `course_id` = 12 and `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 12
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:226
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • ExamController.php#226db_collegesearch_new3.63msselect `id`, `display_name`, `course_id`, `name`, `description`, `logo`, `slug` from `exams` where `course_id` = 12 and `exams`.`deleted_at` is null and `status` = 'active' limit 10 offset 0
        Bindings
        • 0: 12
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:226
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • ExamController.php#226db_collegesearch_new2.1msselect `id`, `name` from `courses` where `courses`.`id` in (12) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/ExamController.php:226
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • Exam.php#81db_collegesearch_new2.13msselect distinct `course_id` from `exams` where `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Exam.php:81
        • app/Http/Controllers/ExamController.php:229
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • Exam.php#81db_collegesearch_new1msselect `name`, `slug`, `id` from `courses` where `courses`.`id` in (1, 2, 4, 6, 7, 8, 10, 12, 14, 15, 17, 18, 23, 24, 25, 30, 33, 53, 74, 89, 120, 999) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Exam.php:81
        • app/Http/Controllers/ExamController.php:229
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ExamController.php#440db_collegesearch_new1.75msselect * from `meta_tags` where `slug` = 'exams/bhm-listing_with_filters' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams/bhm-listing_with_filters
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:440
        • app/Http/Controllers/ExamController.php:241
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • Exam.php#57db_collegesearch_new1.73msselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 131 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 131
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:57
        • view::pages.exam.listing:116
        • 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:75
      • Exam.php#57db_collegesearch_new1.09msselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 2015 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 2015
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:57
        • view::pages.exam.listing:116
        • 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:75
      • helpers.php#156db_collegesearch_new2.68msselect * from `brandings` where `section` = 'exam' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 1: active
        Backtrace
        • app/helpers.php:156
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\Course
      24Course.php#?
      App\Models\Exam
      24Exam.php#?
      App\Models\Branding
      1Branding.php#?
          _token
          CJrMWmcFQr1CImWyr3JyxxvcKKGw2XixkSJprCH5
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/exams-bhm" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /exams-bhm
          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:16 [ "host" => array:1 [ 0 => "www.dev.collegesearch.in" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkYzUExZamhJSEZUdFE3TGxjVnlJamc9PSIsInZhbHVlIjoib1l1d3dQNi9SREF3Z1N2OWM2NlNyM2l5TTVSTi9KampUYmJoNHRsckM2NVljWjNRa1JZdjlueUgvMkhMSkRrNDRILzk4SnBPeVlvU0ZOSG0rQUtXMkZZWHF2RWJFL01pRDAzRG9wWmtBSWxlOU9ZdkRLZmNGYXZXTmpobnNndUsiLCJtYWMiOiIzMDI1NzhhOGE3ODQwNjI4OTNlYzA1ZDI0NjYyZTQ2YmM1ZTE1YmE3YmNkZjgwNDQ2ZmU4ZDAzYTczMjFjYmJjIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6ImhXREhQcGszZThSbE1LZXIvRithekE9PSIsInZhbHVlIjoiMnlqUlhvTnExaHVDbHQybGRMQjlPSWJZTmlsalR6b3g0RWpVVFM3bDdKWkxMUHJFMXlOZmxDN0hSSFUvL1FSbkppT1kzY1IxWlNoWmM4ZC9KRVZUWDQwbm94R3ByNDB4L2d3Z1dtVW9HUUkrQXRiVHZCbWErVmhEVHk2Vks3QjgiLCJtYWMiOiI4Mjg0NmJhMmE5YWQ1MmFkOWM4M2I4ZWJhYWViMjM3NDc5N2I5YjdkZTc2Nzc3ZGUwZmZiM2JlOWM0Y2I2YmY2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkYzUExZamhJSEZUdFE3TGxjVnlJamc9PSIsInZhbHVlIjoib1l1d3dQNi9SREF3Z1N2OWM2NlNyM2l5TTVSTi9KampUYmJoNHRsckM2NVljWjNRa1JZdjlueUgvMkhMSkRrNDRILzk4S" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "CJrMWmcFQr1CImWyr3JyxxvcKKGw2XixkSJprCH5" "laravel_session" => "uIgNuu6LfOMIqwWj7eScZzkZoUiEuBf4NlUKvk0p" ]
          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, 14 Mar 2025 03:28:14 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRoby9KUlh2YkRraUhLMHdJMTVhcHc9PSIsInZhbHVlIjoiNmxCSVFVMFZVNVpqR2Z5UlZuSC9PMEE4VG95a0x6KzA2VDl5d0o0MDdWcnFOZ0Q1azFFK0Nza3RGQVdoaThlMVNFY3VtOWdCRWJPOHlzUmVnQkdNOHVhYks0R2dzS3d6Q2kvT3d4UXJJQVZ0Y1cwY2czZFNVZy9BOVNUWjllUWIiLCJtYWMiOiIzNGJjYzE0YTU3ODE2YzYxYTg0ODVmMjliZTI0ZmY3ZWE0MTkyOWUwODJlYTI3ZDIzYjk3ZDJiZDVkMjRjODAxIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 05:28:14 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImRoby9KUlh2YkRraUhLMHdJMTVhcHc9PSIsInZhbHVlIjoiNmxCSVFVMFZVNVpqR2Z5UlZuSC9PMEE4VG95a0x6KzA2VDl5d0o0MDdWcnFOZ0Q1azFFK0Nza3RGQVdoaThlMVNFY3VtO" 1 => "laravel_session=eyJpdiI6IkMzdzdGL1ZkSVpKa1VpSEFxbUY0Y1E9PSIsInZhbHVlIjoiY25aWXJsVStHdHJrRVJwUVFHVkJyZEZpbkoyZ2czcHhkZDd3YXVzdjlsWTIvRmVJbkYveGN6enZldUdUU0xGRnpneTRMd3lRZ0h3YzJiemJjWS9hUXQ2cGl3YVVpSTJCTjZFVnMrajBWak40QjlBWkI3Vy9ZMXV5S2QxMWw5eWUiLCJtYWMiOiJmOGRmNmNkZWNmNWI3NzcyMGU2YjQ0MDU2NTg4OWNiODA1YjhlMTk5YTIyYzZjNWI2ZjQ5MzVlMjFhNWE0Y2VlIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 05:28:14 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IkMzdzdGL1ZkSVpKa1VpSEFxbUY0Y1E9PSIsInZhbHVlIjoiY25aWXJsVStHdHJrRVJwUVFHVkJyZEZpbkoyZ2czcHhkZDd3YXVzdjlsWTIvRmVJbkYveGN6enZldUdUU0xGRnpn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRoby9KUlh2YkRraUhLMHdJMTVhcHc9PSIsInZhbHVlIjoiNmxCSVFVMFZVNVpqR2Z5UlZuSC9PMEE4VG95a0x6KzA2VDl5d0o0MDdWcnFOZ0Q1azFFK0Nza3RGQVdoaThlMVNFY3VtOWdCRWJPOHlzUmVnQkdNOHVhYks0R2dzS3d6Q2kvT3d4UXJJQVZ0Y1cwY2czZFNVZy9BOVNUWjllUWIiLCJtYWMiOiIzNGJjYzE0YTU3ODE2YzYxYTg0ODVmMjliZTI0ZmY3ZWE0MTkyOWUwODJlYTI3ZDIzYjk3ZDJiZDVkMjRjODAxIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 05:28:14 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImRoby9KUlh2YkRraUhLMHdJMTVhcHc9PSIsInZhbHVlIjoiNmxCSVFVMFZVNVpqR2Z5UlZuSC9PMEE4VG95a0x6KzA2VDl5d0o0MDdWcnFOZ0Q1azFFK0Nza3RGQVdoaThlMVNFY3VtO" 1 => "laravel_session=eyJpdiI6IkMzdzdGL1ZkSVpKa1VpSEFxbUY0Y1E9PSIsInZhbHVlIjoiY25aWXJsVStHdHJrRVJwUVFHVkJyZEZpbkoyZ2czcHhkZDd3YXVzdjlsWTIvRmVJbkYveGN6enZldUdUU0xGRnpneTRMd3lRZ0h3YzJiemJjWS9hUXQ2cGl3YVVpSTJCTjZFVnMrajBWak40QjlBWkI3Vy9ZMXV5S2QxMWw5eWUiLCJtYWMiOiJmOGRmNmNkZWNmNWI3NzcyMGU2YjQ0MDU2NTg4OWNiODA1YjhlMTk5YTIyYzZjNWI2ZjQ5MzVlMjFhNWE0Y2VlIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 05:28:14 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6IkMzdzdGL1ZkSVpKa1VpSEFxbUY0Y1E9PSIsInZhbHVlIjoiY25aWXJsVStHdHJrRVJwUVFHVkJyZEZpbkoyZ2czcHhkZDd3YXVzdjlsWTIvRmVJbkYveGN6enZldUdUU0xGRnpn" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "CJrMWmcFQr1CImWyr3JyxxvcKKGw2XixkSJprCH5" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/exams-bhm" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-14 03:28:14GET/exams-bhm101349