Integration Developer Interview Questions

259 integration developer interview questions shared by candidates

Given the class: CNode { int data node *next }; There are 5 nodes: pHead -> Node(data=1) -> Node(data=2) -> Node(data=3) -> Node(data=4) -> Node(data=5) -> null a) describe how to delete the node with data == 4 b) given that pHead=next.next, what node does pHead point to ? c) given just the head pointer, is it possible to print out the data in the entire list? How ?
avatar

Software Integration Engineer

Interviewed at Cequint

3.3
Aug 20, 2011

Given the class: CNode { int data node *next }; There are 5 nodes: pHead -> Node(data=1) -> Node(data=2) -> Node(data=3) -> Node(data=4) -> Node(data=5) -> null a) describe how to delete the node with data == 4 b) given that pHead=next.next, what node does pHead point to ? c) given just the head pointer, is it possible to print out the data in the entire list? How ?

Viewing 31 - 40 interview questions

Glassdoor has 259 interview questions and reports from Integration developer interviews. Prepare for your interview. Get hired. Love your job.