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

      Corvil

      Is this your company?

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

      Senior Software Engineer Interview

      Mar 16, 2016
      Anonymous interview candidate
      Dublin, Dublin
      No offer
      Negative experience
      Easy interview

      Application

      I applied through a staffing agency. The process took 2 days. I interviewed at Corvil (Dublin, Dublin) in Mar 2016

      Interview

      Codility Coding Test (3 programming tasks, one and a half hour to complete) followed by face-to-face technical interview. I completed the coding test with full marks and with about 15 minutes ahead of time on a Thursday. The next day I was contacted and invited to a face-to-face the very next Monday. It was so easy that I even thought that there was some catch... In the interview, I was asked to do some white-board programming as well. Only a simple program to print the first N prime numbers. I decided to use the known "Sieve of Eratosthenes", which the interviewer didn't seem to know. I completed a working version quickly on the board, which possibly would compile and run in the first attempt. She seemed puzzled by my method and had an expression of incredulity on her face. I had to simulate a short input (N = 7) to convince her that it actually works. I can't believe that anyone would ask someone about generation of prime numbers and don't know what the Sieve of Eratosthenes is. It was a bummer for me (what a weak interviewer), but I didn't say anything and tried to be polite. The technical questions were pretty trivial (she probably googled "Java Interview Questions" and printed it out (she had a piece of paper on her hands). I asked about the frameworks they use (they use play and AngularJS) and I pointed out some features of play, which she didn't know (she cut me off and said "I don't actually know play"). Weird, as she told me that she was responsible for making the company adopt the play framework in the first place. I also asked about their continuous integration (they use bamboo) and for some reason their integration tests do not run in Bamboo (only unit tests) and take hours to complete. I was puzzled by that, the whole thing looks very precarious. I'm pretty sure I would find all sorts of problems in their code... Also she doesn't seem to know what clean code or S.O.L.I.D. principles are... I mentioned a couple of times and she looked down. She also asked about design patterns, I described three that I have used and I kept going, but she cut me off. Also, even though they claim to be a "Data Analytic" company, don't expect too much. They don't actually do any data analysis... For one they don't use any machine learning or statistics (subjects that I know myself, having taken courses in both subjects). Their product simply collect metadata from the network (such as package routing information) and present it in a UI. Their website is full of mathematical equations in the background for decoration (limit superior for instance for an infinite series), but I don't think they use or know any math. They don't have any data scientists in the company as far as I have been told by the interviewer. We also discussed some JavaScript, specifically AngularJS (her knowledge of angular seems very superficial as well, the only thing she mentioned was "$scope", which is the namespace passed to the controller in angular). I was emphatic that most of my experience is on the back-end side, even though I have been putting some personal time and effort learning JavaScript (AngularJS, ReactJS) and front-end development in general (I'm learning functional programming with ClojureScript and Rum, a ReactJS wrapper). In general, I thought the interviewer was pretty weak technically, but I tried to be polite. She asked in general very mundane questions such as what are the access modifiers in Java and about mutability. The surprise came with the feedback. I could have slayed her to the recruiter about how crappy the whole interview felt to me, but I kept to myself. She on the other hand, lied to the recruiter regarding my feedback saying that "I spent too much time on the white-board problem" (I had to explain an algorithm that she should know before hand and I think that she doesn't believe that it actually works to this day --- Wikipedia much, lady? I was very polite to her, even though she deserves nothing but contempt). Another phony reason she gave was that "I wasn't experienced enough in JavaScript". I'm pretty sure I can code circles around her, even in JavaScript, which is not my strongest skill. Still, I was honest and my CV is pretty clear about my experience in JavaScript. Why did you make me waste my time then? Do your homework. What an unethical person. That's how mediocre people achieve success. By keeping away anyone with skills superior to theirs.

      Interview questions [1]

      Question 1

      Standard Java Questions (Google Java Interview Questions) White-board: Print some prime numbers. Codility Test (3 tasks, one and a half hour to complete) Described some uses you have done of Design Patterns.
      Answer question
      18

      Other Senior Software Engineer interview reviews for Corvil

      Senior Software Developer Interview

      Apr 27, 2023
      Anonymous interview candidate
      Mumbai
      Declined offer
      Positive experience
      Average interview

      Application

      I interviewed at Corvil (Mumbai)

      Interview

      The interview process typically involves a series of steps designed to evaluate a candidate's qualifications, skills, experience, and cultural fit for a specific role within an organization. While the specifics may vary depending on the company and the position

      Interview questions [1]

      Question 1

      Opps concept, Structure, tell me about yourself.
      Answer question

      Senior Software Engineer Interview

      Apr 24, 2018
      Anonymous interview candidate
      Dublin, Dublin
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. The process took 3 weeks. I interviewed at Corvil (Dublin, Dublin)

      Interview

      I contacted to Corvil in the summer of 2017 after reading all positive comments and good rank in Glassdoor. The recruiter then got in touch with me and I had a short phone call with her. Then I had a 30-minute phone call with Hiring Manager. All was non-technical and the conversation was about company, myself, benefits and salary expectations. After, they scheduled a shared screen interview with two members of the team. It was all technical. They asked two questions. The first one was about a bit manipulation and algorithm implementation. The question was so complex to ask for a onscreen interview. It was not clear and not prepared well. I asked about clarification about the problem. What they told me was different than what was written in the question. They realised that their explanation was wrong after a while. They tried to explain again and eventually it was close to the problem statement. They did not present the function signature, or data structure to be used at the beginning. After my implementation, I got a comment about the signature shouldn't have been as what I wrote. In my opinion, they should have put the boundaries about the function itself. I was confused again. The second question was adding one of the new features in c++11 to c++98. This was also the complex one for a shared screen interview. I could not do much more about this, because I am not aware of this feature. And I did not need to use this feature before. After all, I got a copy paste feedback from the recruiter. The email was funny because the font of my name in the email and the font of the rest of the email did not match. This was one of the worst interview experiences I ever had.

      Interview questions [1]

      Question 1

      Bit manipulation
      Answer question
      4

      Top companies for "Compensation and Benefits" near you

      avatar
      SAP
      3.9★Compensation and benefits
      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      avatar
      Thomson Reuters
      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.