sir, i am serving in indian air force. i have to appear in an personal interview for manager in banks shortly. please provide the ideal answere of the question like introduce your self. and why you want to leave air force and join banking sector. thankyou
Explain how we drill up week to month?
what is the effect of higher value of GD???
What may be the reason that widgets won’t display in the sidebar?
What is python list function?
How do you move on to the next screen in interactive reporting?
Why are Plasmodiophoromycetes not true fungi?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
What are the drawbacks of extending an interface as opposed to extending a class?
What is the significance of using –compress-codec parameter?
why would you like to change your career from IT?
How is load balancing maintained in the server?
What is handler method in spring?
What are the Developer Tools in Pega?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?