Eze Software Group Interview Question for Senior Software Development Engineers


Country: United States
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
0
of 2 vote

I sincerely suggest the poster of this question to do a brief google before posting such questions.
This is pretty standard interview question.

- koustav.adorable August 13, 2017 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

This is a very simple question . If you want answer to this question , there are tons of places you would find solution for this. If you want to share the question for the purpose of letting everyone know it was asked in your interview, you can share which company etc.
Anyways : a brief algo insight,
you scan string from left to right, and encountering any opening bracket, you push this char into a stack. If you see any closing bracket, you pop top element and it should match the opening bracket. If it doesn't, your string is not matched otherwise continue.

In the end, if stack is empty all brackets has been matched else, your string is not matched.

- Vikalp August 15, 2017 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Thank you for your comments. My intention was to let everyone know about the question. I didn't add the company details and thanks for pointing that out.

- JustYourAverageDev August 19, 2017 | Flag Reply


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