What drives you?

Become a bus driver with Transdev Queensland at our Capalaba depot

We offer

Work close to home in the Redlands

  • The depot is located at 10 Smith St, Capalaba QLD 4157

Be paid to upgrade your car licence!

  • Financial support for the driving test and Driver Authorisation application (if you don’t have a Medium Rigid licence already)
  • Enjoy a comprehensive, paid training program of up to four weeks, Monday to Friday, tailored to your level of experience

Full time, part-time and casual positions available

  • We’re looking for great people to be part of our team, from Monday to Saturday, with a variety of shifts available. 

Questions?

We can discuss anything you’d like during the recruitment process.

Questions?

We can discuss anything you’d like during the recruitment process.

We Offer

Work close to home in the Redlands

The depot is located at 10 Smith St, Capalaba QLD 4157

Be paid to upgrade your car licence!

  • Financial support is available for the driving test and Driver Authorisation application (if you don’t have a Medium Rigid licence already)
  • Enjoy a comprehensive paid training program of up to four weeks, Monday to Friday, tailored to your level of experience

Full time, part-time and casual positions available

  • We’re looking for great people to be part of our team, from Monday to Saturday, with a variety of shifts available.

Questions?

We can discuss anything you’d like during the recuitment process.

What’s next?

What’s next?

If you’re passionate about delivering exceptional customer service to your local community then click the ‘Apply Now’ button!

If you’re passionate about delivering exceptional customer service to your local community then click the ‘Apply Now’ button!

About Transdev 

 

Transdev is an international leader in mobility at the service of communities. We design and operate public transport networks – buses, coaches, trams, trains, shared bikes, ferries, and more – to empower freedom to move everyday thanks to safe, reliable and innovative solutions that serve the common good. 

 

We think of ourselves as people serving people and believe that every one of our 100,000 employees worlwide makes a  positive impact on people and society. By taking care of our people, who in turn take care of our customers, we empower the public and unlock the full potential of mobility services.

About Transdev 

 

Transdev is an international leader in mobility at the service of communities. We design and operate public transport networks – buses, coaches, trams, trains, shared bikes, ferries, and more – to empower freedom to move everyday thanks to safe, reliable and innovative solutions that serve the common good. 

 

We think of ourselves as people serving people and believe that every one of our 100,000 employees worlwide makes a  positive impact on people and society. By taking care of our people, who in turn take care of our customers, we empower the public and unlock the full potential of mobility services.

document.addEventListener('DOMContentLoaded', function () { setTimeout(() => { const targetUrlBase = "https://transdevaus.force.com/candidatecommunity/s/joblisting"; const existingParams = "?adId=a5vRF000000KmuvYAC"; const url = new URL(targetUrlBase + existingParams); // List of UTM parameters to check const utmParams = ['website']; // Add UTM parameters to the URL if cookies exist utmParams.forEach(param => { const cookieValue = getCookie(param); console.log(`Cookie [${param}]:`, cookieValue); // Debugging if (cookieValue) { url.searchParams.set(param, cookieValue); } }); // Find the link and update its href const links = document.querySelectorAll(`a[href^="${targetUrlBase}"]`); if (links.length === 0) { console.error("No matching links found."); } links.forEach(link => { console.log(`Original Link: ${link.href}`); link.href = url.toString(); console.log(`Updated Link: ${link.href}`); }); // Function to get a cookie value by name function getCookie(name) { const cookies = document.cookie.split(';'); for (let cookie of cookies) { const [key, value] = cookie.trim().split('='); if (key === name) return value; } return null; } }, 1000); // Timeout set to 2000ms (2 seconds) });