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

      Cequint

      Is this your company?

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

      Top companies for "Compensation and Benefits" near you

      avatar
      Moody's
      3.7★Compensation and benefits
      avatar
      Clockwork Fox Studios
      4.0★Compensation and benefits

      Software Integration Engineer Interview

      20 Aug 2011
      Anonymous interview candidate
      Seattle, WA
      No offer
      Neutral experience
      Easy interview

      Application

      I applied online. The process took 2 days. I interviewed at Cequint (Seattle, WA) in Aug 2011

      Interview

      The hiring manager saw my resume in their system and thought I was a very good match. She contacted me by email to set up an initial phone interview. This interview consisted of verifying essential points on my resume. It was a very basic interview and she was very pleasant to chat with. After this first interview she set me up to phone-interview the hiring manager the next day. The next interview was technical and also by phone.

      Interview questions [2]

      Question 1

      Given the class: CStudent { char *name char grade }; There are 1 million objects... a) what is the fastest way to sort by grade (primary sort) and name (secondary sort) ? b) what is the fastest way to sort by name ? c) Order notation... what is the time required to sort by name ?
      1 Answer

      Question 2

      Given the class: CNode { int data node *next }; There are 5 nodes: pHead -> Node(data=1) -> Node(data=2) -> Node(data=3) -> Node(data=4) -> Node(data=5) -> null a) describe how to delete the node with data == 4 b) given that pHead=next.next, what node does pHead point to ? c) given just the head pointer, is it possible to print out the data in the entire list? How ?
      1 Answer