Adobe Interview Question for Software Engineer / Developers


Country: United States
Interview Type: Phone Interview




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

People do not answer to his question. He is posting problems from on going codding competitions. Codechef MARCH14/problems/GERALD07.

- Anonymous March 10, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

Yes, I noticed when he asked for code even after a hint was given.

Why do people do this? Is that website giving money or something?

- S O U N D W A V E March 10, 2014 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Is the graph Undirected (i.e., adj matrix is symmetric) ?

Maybe we can treat the 0's as edges and invoke regular maximal clique algorithm (which treat's 0's as edges and 1's as nonedges).

- S O U N D W A V E March 10, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

@BigKdotAtTdot Could u please provide a code in c++ to do the same ?And yeah graph is undirected.

- justhack4fun688 March 10, 2014 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Can this be done in greedy approach?
Step 1) Maintain an array of vertices with number of edges incident.
and thus the asnwer consist of all the vertices.
Step 2) Remove the vertex with maximum number of edges incident.
Step 3) Update the array
Step 4) Keep on repeating step 2 and step 3 untill we reach to a stage where the remaing vertices has no edge incident. The remaining vertices are the answer.

- arrantinsane March 10, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

what if i just look for C in upper half of matrix..which means absence of edge.

- sumit June 16, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

what if i just look for 0 in upper half of matrix..which means absence of edge.

- sumit June 16, 2014 | 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