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

      Itential

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Itential reviews | Itential jobs | Itential salaries | Itential benefits
      Itential interviewsItential Software Engineering Co-op interviewsItential 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
      Loom
      4.1★Compensation and benefits
      avatar
      Truelogic Software Solutions
      3.8★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 Engineering Co-op Interview

      6 Aug 2025
      Anonymous employee
      Atlanta, GA
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. The process took 3 weeks. I interviewed at Itential (Atlanta, GA) in Aug 2025

      Interview

      The interview process consisted of 3 rounds: a phone round (informational/behavioral interview), virtual round (behavioral interview), and in-person round (behavioral/technical). Overall, I had a great experience with the interview process. The interviewers were friendly and easy to talk to.

      Interview questions [5]

      Question 1

      Behavioral Question: What is the biggest problem you have had to encounter on a project?
      Answer question

      Question 2

      Behavioral Question: How do you deal with conflict with other teammates (i.e. difference in ideas, solutions, etc)?
      Answer question

      Question 3

      Technical Question: How much experience do you have with Node.js? Afterwards, they challenge you with finding the bugs in a Node.js coding problem. Expected Output: [Charlie, Eve] Starting Output: Promise {[ ]} or error ------------------------------------------------------------------------ const previousEmployees = () => { return new Promise((resolve) => { setTimeout(() => { resolve([ { id: 1, name: 'Charlie' }, { id: 2, name: 'David' }, { id: 3, name: 'Eve' } ]); }, 200); }); }; const currentEmployees = () => { return new Promise((resolve) => { setTimeout(() => { resolve([ { id: 1, name: 'Charlie' }, { id: 2, name: 'Ava' }, { id: 3, name: 'Eve' }, { id: 4, name: 'Bob' }, { id: 5, name: 'Nina' } ]); }, 200); }); }; // Asynchronous Function: GetAllExistingEmployees() const GetAllExistingEmployees = () => { let previousList = previousEmployees().list; // ❌ wrong, .list doesn't exist let currentList = currentEmployees().list; // ❌ same let result = []; for (let i = 0; i < currentEmployees; i++) { // ❌ wrong: comparing function to number for (let j = 0; j < previousEmployees; j++) { if (currentList[i] === previousList[j]) { // ❌ comparing objects by reference result.push(currentList[i].name); } } } return result; }; console.log(GetAllExistingEmployees()); // ❌ Output: Promise { [] } or error
      1 Answer

      Question 4

      Technical Question: You are given a 3-step system. Step 1: Open the transaction. Credit client with funds/resources. Step 2: Debit source account / Allocate or commit backing resource Step 3: Close the transaction (commit all operations, release locks, finalize) A system crash interrupts a and leaves the system in an inconsistent/indeterminate state. The failure occurs at Step 3: There is a system failure which causes the system to halt at step 3 in the workflow. What are your suggestions/opinions on solving this problem?
      Answer question

      Question 5

      Behavioral Question: What projects or clubs are you apart of? What classes have you taken? Tip: Study your resume well! Be sure to explain your experiences in-depth, especially if it's experience with the MERN stack (what they're looking for in applicants).
      Answer question