What are the challenging issues you have faced in implementation project/Maintainance project in SD Functionality? How you have overcome that issue?
2 39464Post New Cap Gemini Interview Questions
Why are parameters used in functions?
At what level the release strategies gets defined ?
What is microsoft dynamics ax?
why should you be hired for this role?
How Facebook Uses Hadoop, Hive and Hbase ?
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 types of piano switches?
What are the part of a table?
What is http pipeline in asp.net?
what is the max. acceptable leakage current in 33kv bus bar
What is event in web programming?
Explain what is an anonymous method and how is it different from a lambda expression?
How to generate sequence numbers?
Write an sql query to select all records from the table?
What is the k-means clustering method?