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

      Crossover for Work

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Crossover for Work reviews | Crossover for Work jobs | Crossover for Work salaries | Crossover for Work benefits
      Crossover for Work interviewsCrossover for Work AI First Software Engineer II interviewsCrossover for Work 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.

      AI First Software Engineer II Interview

      12 Jun 2024
      Anonymous interview candidate
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Crossover for Work in Jun 2024

      Interview

      1)Basic fit 2) Cognitive Aptitude 3) Complex Problem-solving 4) AI Augmented Defect Resolution 5) AI Augmented Feature Development 6) Interview Interviewer was rude, since he knows only JAVA, he expects me to know everything that he knows

      Interview questions [3]

      Question 1

      Some questions about AI like how you used it
      Answer question

      Question 2

      You are working on a backend system that retrieves data from a database. The database has two tables: users and posts. Each user can have many posts, and each post belongs to a user. You are notified that the system is experiencing a performance drop in production, and you isolate the issue to the following snippet: async function getUsersWithPostCountAndEarliestPostDate() { const users = await db.query('SELECT u.id AS user_id, u.name AS user_name FROM users'); for (let user of users) { const posts = await db.query('SELECT * FROM posts WHERE user_id = ?', [user.id]); user.post_count = posts.length; user.earliest_post_date = posts.reduce((earliest, post) => post.created_at < earliest ? post.created_at : earliest, Infinity); if (user.earliest_post_date === Infinity) { user.earliest_post_date = null; } } return users; } What type of problem does this code have? How do we fix it?
      Answer question

      Question 3

      Write a code - tree
      Answer question
      3

      Other AI First Software Engineer II interview reviews for Crossover for Work

      AI First Software Engineer II Interview

      1 Jan 2025
      Anonymous employee
      Campo Grande, Mato Grosso do Sul
      Accepted offer
      Negative experience
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Crossover for Work (Campo Grande, Mato Grosso do Sul) in Oct 2024

      Interview

      Applicants must achieve a high IQ test score. After initial code tests and interviews, a proctored IQ test is repeated. These tests measure only test-solving ability, and their validity is controversial. Talented individuals with anxiety may perform poorly, for instance.

      Interview questions [1]

      Question 1

      Submit this JS code to ChatGPT, asking for it to explain and solve the performance issues.
      Answer question

      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.