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
Software Developer Entry Level Interview Questions
2,470 software developer entry level interview questions shared by candidates
Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT, if a number is divisible by q print THINK. If number is divisible by both p and q, print OUTTHINK. Otherwise, print the number.
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.
Given a few strings that have essentially the same alphabetic characters but differing case, punctuation, etc, return the least common denominator output that defaults to the first string given.
Viewing 1 - 10 interview questions