why Halliburton?
Entry Engineer Interview Questions
5,556 entry engineer interview questions shared by candidates
Nothing was too difficult
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
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?
Explain how you can add value to the company with your knowledge and skills?
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.
How to find the median in an array. You need to consider all the possible conditions.
Viewing 1 - 10 interview questions