I applied through a recruiter. The process took 1 day. I interviewed at Inncrewin Technologies (Noida) in Nov 2021
Interview
1st round -system coding/ it will be 1hour/
call over teams/
you have to screenshare/
ON your camera/
write on visual studio/
save the solution/
Zip t/
upload on Gdrive/
Open the folder for other/
share the link from Gdrive.
Interview questions [2]
Question 1
1-Design an Accounting System
The goal of this exercise is to design the classes and methods (Models and Services) required for an invoicing system for IT companies. Following is the requirements
Design Classes, Properties, and Methods for the following requirements (No code is required here)
Company has multiple customers
Customers have one or more projects that are being executed by the company
Each project can be run in one of two billing modes
Time & Material – Hours are logged by people working on the project and client is billed based on a fixed rate by the hour
Milestone Based – Project has milestones and clients are billed a fixed amount when a milestone is completed
System should have the ability to generate invoices for customers and email them to customers at the end of every month .
2- Write code in one of the classes to meet the following requirement
Once a month, a file is uploaded into the system that has all the bank transactions. These include payments made by customers. Customers may pay all charges for multiple projects in one payment or may pay per project. The system must determine matching amounts and display it to the company’s accountant so he can easily tally payments and invoices. Following are the fields in the uploaded sheet.
Date
Type (Debit/Credit)
Amount
ID (I added this column)