Aricent Interview Question for Consultants






Comment hidden because of low score. Click to expand.
1
of 1 vote

A finite state machine which upon receipt of . character whether to accept it as part of abbreviation or sentence depending on the previous character.

- Anonymous February 18, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Well this is not so hard I guess. If we take care of the following rules.Then I think we can write the algo.

1) A sentence is a group of words which starts with a capital letter and ends with a full stop (.), question mark (?) or exclamation mark (!).

2) Have a set of special abbreviation like Mr. Mrs, Dr. etc. Match them while selecting sentences. (This can be extracted from file as well using regx)

- Kush August 31, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Sounds like NLP. What about using lex?

- mg August 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

lex and yacc fo sho

- Anonymous August 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

i dint get the question correctly, can someone elaborate the question please?
can't we do a simple file read line by line withou assuming that the content is in english? what s the issue with this approach...is it the case that the file contains non-english content as well? or i'm missing something?

- desiNerd August 05, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Well one starts by using period as a delimiter/marker. But then, it could also come in other weird cases such as, Mr., etc. And one can question the number of such weird cases so looks like some NLP stuff.

- knap August 07, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

yeh, its NLP question...any answer on the web?
btw, what was your response to this question @ wannabedeveloper

- LLOLer August 20, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The person who has asked this questions doesn't know English language very well. What does he expect, the candidate is a C++ compiler ?

My answer to outsmart this bloke:
I will open the text file in the notepad and start reading it (LOUD).

- Simple Answers November 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

This is bad ...dont discourage people to ask question

- Baba December 18, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

@Simple Answers: LOL good idea!

@Baba: Simple Answers was talking about the interviewer, not the fella who posted this question.

- Anonymous January 07, 2010 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More