Software Engineer C Net Interview Questions

7,077 software engineer c net interview questions shared by candidates

program to check is string anagram and other basic scenario-based question 2nd round: What is the life cycle of the web app from the first req to last req? Gave a complex long use case, asked me I want to create a project on that, tell me everything how can I achieve this
avatar

.NET Developer

Interviewed at Icertis

3.5
Mar 22, 2021

program to check is string anagram and other basic scenario-based question 2nd round: What is the life cycle of the web app from the first req to last req? Gave a complex long use case, asked me I want to create a project on that, tell me everything how can I achieve this

Coding Challenge: Given the attached list of names, write a function that prints all of the 2-name-pairs, that when combined, share letters with the following key ‘laheravtam’ (order of letters doesn't matter). Please submit a cleaned (remove compiled files, etc) & zipped source code folder with solution. Whatever language you want. If you have questions or are unsure if you understand the prompt, email Spencer (spencer.jones@cgi.com) For example: Names = [‘steve’,’alan’,’lee’,’harvey’,’nala’] Key = ‘alanlee’ Answer: (order of the pairs doesn’t matter) [‘alan’,’lee’] [‘lee’,’nala’] Example 2: Names = [‘steve’,’alan’,’lee’,’harvey’,’nala’] (same as above) Key = ‘laanlee’ (anagram of above key) Answer: [‘alan’,’lee’] [‘lee’,’nala’] Example 3: Names = ['a','b','c','ab','bc','ac'] Key = 'cba' Answer: ['ab','c'] ['a', 'bc'] ['ac','b'] '''
avatar

.NET Developer

Interviewed at CGI

3.7
Sep 16, 2024

Coding Challenge: Given the attached list of names, write a function that prints all of the 2-name-pairs, that when combined, share letters with the following key ‘laheravtam’ (order of letters doesn't matter). Please submit a cleaned (remove compiled files, etc) & zipped source code folder with solution. Whatever language you want. If you have questions or are unsure if you understand the prompt, email Spencer (spencer.jones@cgi.com) For example: Names = [‘steve’,’alan’,’lee’,’harvey’,’nala’] Key = ‘alanlee’ Answer: (order of the pairs doesn’t matter) [‘alan’,’lee’] [‘lee’,’nala’] Example 2: Names = [‘steve’,’alan’,’lee’,’harvey’,’nala’] (same as above) Key = ‘laanlee’ (anagram of above key) Answer: [‘alan’,’lee’] [‘lee’,’nala’] Example 3: Names = ['a','b','c','ab','bc','ac'] Key = 'cba' Answer: ['ab','c'] ['a', 'bc'] ['ac','b'] '''

Viewing 1061 - 1070 interview questions

Glassdoor has 7,077 interview questions and reports from Software engineer c net interviews. Prepare for your interview. Get hired. Love your job.