They asked me to extract words from the parse tree. e.g. ((NJ (NN James) XX is) (AJ tall)) -> James is tall. Another question is to reverse a string an capitalize all the starting positions of words and lower case all the ending positions of words. e.g. Hello World -> Dlrow Olleh
Perguntas de entrevista de Software Engineer Entry Level
1.908 Perguntas de entrevista compartilhadas pelos candidatos | software engineer entry level
Describe a function (in C) that does the following Input : an integer. Output: if that integer is 4, the function returns 7. if that integer is 7, the function returns 4. constraints: the input is SURE to be either 4 or 7. no need to validate. you are not allowed to use any condition/flow commands (if, switch, while, for, trinary operator...) you are not allowed to use any external library or import anything (like math..) you are not allowed to use %(modulu), * (multiplication)
1. Find vowels from the given string in the first round. 2. They provided small small c# programs for each sessions
Tell me about yourself?
Write up and populate a linked list in C#.
Experience working on technical projects as part of a team
Basic OOP related questions and Java question about different data structures.
1) Problem-solving which includes pattern matching. 2) Greedy algorithm two dimensions array question of hard level which was impossible to complete in 75 mins 3) Finding complexity ( Multiple choose question ) 4) HashMap easy ( Multiple choose question ) I all most did all the question and I got rejected. I don't know on what criteria they rejected me.
What is polymorphism?
Array reverse without using iteration. Code in C.
Exibindo 1 a 10 perguntas de entrevista