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 ?
Integration Developer Interview Questions
259 integration developer interview questions shared by candidates
Write a function that, given an integer > 0, will return a List<Integer> containing all the prime numbers up to, and including, the given integer.
Why do you prefer using Azure Functions instead of a .NET Core web app solution hosted on a VM to serve REST APIs?
What experience do you have with intergation?
Walk me through the process of getting a vehicle deceleration value from a braking hydraulic pressure applied at the brake pistons.
No question
What would your database structure look like if _____?
Expected salary and where did you want to work (since they have multiple branches)
It was a coding interview. I got the psuedocode mostly correct, but couldn't implement in the time allowed.
Why choose to work for Changan?
Viewing 31 - 40 interview questions