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

      SOUTHWORKS

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: SOUTHWORKS reviews | SOUTHWORKS jobs | SOUTHWORKS salaries | SOUTHWORKS benefits
      SOUTHWORKS interviewsSOUTHWORKS .NET Technical Lead interviewsSOUTHWORKS 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
      IBM
      3.6★Compensation and benefits
      avatar
      Concentrix
      3.6★Compensation and benefits
      avatar
      BairesDev
      3.8★Compensation and benefits
      avatar
      Sagility
      4.0★Compensation and benefits

      .NET Technical Lead Interview

      26 Mar 2019
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 3 weeks. I interviewed at SOUTHWORKS in Mar 2019

      Interview

      We had 2 calls, at least 30 min each. They sent me a technical problem to solve. I didn't continue the process, I felt it was a disrespect to ask for one week of your time to complete the task.

      Interview questions [2]

      Question 1

      The task in question was to analyze and solve a problem in a very obscure scenario in a technology I'm not experienced with as I stated. They reply they were looking for someone to study and research a new technology to see how would the tackle the issue.
      1 Answer

      Question 2

      The site is an MVC 4 web application running on a hosting platform with a maximum allowed quota of 512 MB, and the event list is implemented with the DataTables jQuery plug-in (version 1.9.4) which is configured in server-side mode. After adding MVC 4’s output cache using cache profiles on the MVC action that lists the events, the site got suspended because the memory usage quota for the website was reached. We restarted it and eventually it went down again. During our local debugging sessions we found that the site's memory usage surpasses the maximum allowed quota. We are now testing the site with only 10000 events but the issue is still occurring. If it’s helpful in any way, the following is the cache profile configuration defined in the web.config: <caching> <outputCacheSettings> <outputCacheProfiles> <add name="CacheEvents" duration="3600" varyByParam="iDisplayStart;iDisplayLength;sSearch" /> </outputCacheProfiles> </outputCacheSettings> </caching>
      1 Answer
      1