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

      Incari

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Incari reviews | Incari jobs | Incari salaries | Incari benefits
      Incari interviewsIncari Software Engineer(Internship) interviewsIncari 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.

      Software Engineer(Internship) Interview

      4 Sept 2025
      Anonymous employee
      Salt Lake City, UT
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Incari (Salt Lake City, UT) in Jan 2025

      Interview

      What they’re likely testing C# OOP: classes vs. interfaces, immutability, async/await, LINQ, exceptions, dependency injection basics. .NET app patterns: web (ASP.NET/Razor/Blazor) and Windows services/Workers (lifetime, logging, retries, configuration). SQL Server: JOINs, GROUP BY/aggregations, indexing, query plans, transactions, isolation, parameterized queries. Testing: MSTest/xUnit, unit vs. integration tests, mocking, test data setup, edge cases. Coding portion (live or take-home–style, but timed) Expect 1–2 problems: arrays/maps/strings or a simple data-model + query. Emphasize clarity > cleverness. Narrate: “I’ll start with a correct O(n) solution, then we can consider memory trade-offs.” Rapid drill (practice these out loud) Implement Closest in sorted array (binary search variant) in C#. Write a method to dedupe patients by (first,last,DOB) using a Dictionary<(string,string,DateOnly), Patient>. Given tables Patients(id, last_seen) and Appointments(patient_id, date, status), write a query to list patients overdue > 12 months with no upcoming appointment. Explain index choice for Appointments(patient_id, date); what composite index and why. Sketch a Windows worker that runs an outreach job every hour with idempotency (e.g., job table with lock/lease).

      Interview questions [1]

      Question 1

      What is your experience? Tell me the project you are most interested in.
      1 Answer