Net C Developer Software Engineer Interviews

Net C Developer Software Engineer Interview Questions

121

Net C Developer Software Engineer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
MyQ
C#.net Developer was asked...June 29, 2020

Task completion

2 Answers

I prepared the basic verion of the solution, without the bonus subtasks as I currently have a job and didn't have enough free time. I also didn't want to spend a week on writing code that would then get deleted after the recruitment so I asked the recruiter for a more ambitious task which would solve a current problem the company was facing, hoping for them to also use the solution. I continued working on the given task though and sent it back after a week but got a rude response from the recruiter that due to my "lack of enthusiasm" they will no longer be interested in hiring me. So basically they made me waste a week of my life and then threw a hissy fit, showing absolutely no respect for candidate's time, efforts and ambitions. Less

Dear candidate, Thank you for your review. We are sorry the test did not correspond to your expectations. It is fair to say you had been informed by the hiring agency that a test task would be required during the recruitment process. It is an important step and it cannot be skipped or submitted incomplete, because it allows us to assess the candidate’s seniority, especially if his or her profile appears junior. We understand your motivation to work on a piece of code that would be actually put into use, however, the design of the task is intentionally standardized, so that we can weigh the candidate’s approach against the solutions of other seniors. That being said, motivation to work for the company you have selected to apply for should also be apparent from the approach towards the task and the hiring proces in general. Of course, you will understand that we reserve the right to choose the best candidate, taking into account their work ethic. We wish you all the best for your future endeavours! Less

VTB24

How do websites work, how user interacts with server from his browser.

1 Answers

Told about web-servers (nginx, Apache, etc), HTTP/HTTPS protocols, web-browsers, front-end/back-end and so on. Less

Luxoft

1. Order a string array. 2. Invert order of a string array. 3. Differences between SQL join types.

1 Answers

Array.Sort(). Array.Revert(). Explained join types.

CHECK24

Only couple hours to resolve task, which, by their own words "almost impossible to resolve for given time". Why are they giving such task?

1 Answers

Didn't answer.

Insightly

I was asked to create a database schema: Movies, Movie formats, Orders, Customers, Inventory. To write some SQL queries.

1 Answers

They need the show, make sure they like you, skills are not important. Talk more. When it comes to technical side, I said that we'll have many-to-many relationship between Movies and MovieFortmats table thru junction table. They agreed, but later they recommended me to reference the junction table (!!!) from Inventory. It's a very bad practice, I mentioned that, but they have insisted on that. If you want them to like you, make sure you agreed to all decisions they made. It seems like they were VERY unprofessional. Be careful with this company. Less

Gridlogics

where to use run time polymorphism? what is the difference between abstract and interface class? sql quaries? you should know your project well. database ,index,normalization etc...

1 Answers

it is quite difficult to answer the technical question on the telephone but I managed to it. and clear the technical round. Less

Lumston

Los años de experiencia que tengo. Cuál es mi expectativa económica.

1 Answers

Respondí el tiempo que llevo trabajando y la cantidad de sueldo que estaba buscando en ese entonces. Less

TCG, Inc.

Write a method to reverse a string. The method should also write a text file to the file system listing the number of occurrences of each vowel. 

1 Answers

private static string ReverseString(string word) { if (String.IsNullOrWhiteSpace(word)) return "Arg is null"; char[] cArray = word.ToCharArray(); string reverse = string.Empty; for (int i = cArray.Length - 1; i > -1; i--) { reverse += cArray[i]; } return reverse; } Less

Nous Infosystems

what are design patterns?

1 Answers

what is the latest features available in c sharp 7.1?

Antra

what is the difference between List and ArrayList?

1 Answers

The list is an interface. ArrayList is a class

Viewing 1 - 10 of 121 interview questions

See Interview Questions for Similar Jobs

c net developerasp net c developerc net lead developer

Glassdoor has 121 interview questions and reports from Net c developer software engineer interviews. Prepare for your interview. Get hired. Love your job.