Pregunta de entrevista de NEC Corporation

In L0 Technical interview : Interviewer asked basic question around preferred language, OOPS concepts and then asked to write the code for 2 program. Program 1: Convert the character to ascii code whose word length is odd in sentence. input: He is bad boy output: ascii value of(bad boy) Program 2: Reverse the Singly Linked List In L1 Interview: Started with brief Introduction then asked about the project in depth then He to moved to code for problem on notepad. problem: Write the pseudocode code for finding the key(word) in given string without using any data structure and inbuilt library. Asked more question on operating system about process, virtual address space, thread, process. asked more OS questions by relating to the project.