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

      CiSRA

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: CiSRA reviews | CiSRA jobs | CiSRA salaries | CiSRA benefits
      CiSRA interviewsCiSRA Standard Software Engineer interviewsCiSRA 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.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

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

      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.

      Standard Software Engineer Interview

      9 Apr 2012
      Anonymous employee
      Accepted offer
      Neutral experience
      Difficult interview

      Application

      I applied through a staffing agency. The process took 3 weeks. I interviewed at CiSRA in Jan 2010

      Interview

      Job was found my a recruiting agency. 2 interviews. First interview started with HR, then progressed to manager and Principle Engineer. First think I was asked was to do a C test on paper. After this it was one real life question then some abstract thinking question. Second interview was with Lower level Engineers who's team I was going to join. Questions to do with sorting and recursions and how you can do things without recursion. Ultimately took the job after some convincing by the recruiter.

      Interview questions [4]

      Question 1

      How much memory you need to store all the finger prints in the US.
      Answer question

      Question 2

      100 Doors question. Problem: you have 100 doors in a row that are all initially closed. you make 100 passes by the doors starting with the first door every time. the first time through you visit every door and toggle the door (if the door is closed, you open it, if its open, you close it). the second time you only visit every 2nd door (door #2, #4, #6). the third time, every 3rd door (door #3, #6, #9), etc, until you only visit the 100th door. question: what state are the doors in after the last pass? which are open which are closed?
      1 Answer

      Question 3

      How can you detect anagrams
      Answer question

      Question 4

      Write a function to traverse a Binary Tree Then write it without recursion.
      Answer question
      1