Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Teranet

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Teranet reviews | Teranet jobs | Teranet salaries | Teranet benefits
      Teranet interviewsTeranet Software Engineer interviewsTeranet interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Arm
      4.4★Compensation and benefits
      avatar
      Moody's
      3.7★Compensation and benefits
      avatar
      DONE by NONE
      3.8★Compensation and benefits
      avatar
      HubSpot
      3.6★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Software Engineer Interview

      9 Apr 2021
      Anonymous employee
      Accepted offer
      Positive experience

      Other Software Engineer interview reviews for Teranet

      Software Engineer Interview

      10 Feb 2026
      Anonymous employee
      Toronto, ON
      Accepted offer
      Average interview

      Application

      I applied through an employee referral. I interviewed at Teranet

      Interview

      There will be 3 rounds of interviews. There will be questions based on the projects you worked on. some questions from C#, oops, Javascript, SQL, design pattern, There will be 3 rounds of interviews. There will be questions based on the projects you worked on. some questions from C#, oops, Javascript, SQL, design pattern, There will be 3 rounds of interviews. There will be questions based on the projects you worked on. some questions from C#, oops, Javascript, SQL, design pattern,

      Interview questions [1]

      Question 1

      Can multiple catch blocks be executed? No, Multiple catch blocks of similar type can't be executed. Once the proper catch code executed, the control is transferred to the finally block, and then the code that follows the finally block gets executed. What is the difference between public, static, and void? Public declared variables or methods are accessible anywhere in the application. Static declared variables or methods are globally accessible without creating an instance of the class. Static member are by default not globally accessible it depends upon the type of access modified used. The compiler stores the address of the method as the entry point and uses this information to begin execution before any objects are created. And Void is a type modifier that states that the method or variable does not return any value. What is an object?
      Answer question
      2
      Positive experience
      Easy interview

      Application

      I applied online. I interviewed at Teranet (Toronto, ON) in May 2024

      Interview

      it was a quick process: first interview is a behavioral interview with HR second and last interview is a culture fit interview and a technical interview explaining your previous work, and experience with their tech stack

      Interview questions [1]

      Question 1

      What is the difference between method overloading and overriding
      Answer question
      1