Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

KEC Interview Questions
Questions Answers Views Company eMail

State with the largest foodgrain production in: (a) MP (b) UP (c) AP (d) Punjab

17 26980

Please explain in brief why you consider yourself suitable for the position applied for?

2 95429

What is the material of is 2062

45 193817

how much quantity of cement and sand required for construction of 10 cum brick work( Brick size 3"*4"*9"(Standard size ) an d for 10 cum construction of SSM (Size stone masonary) with Cm 1:6 for both.

11 156607

what is a difference b/w earthing & neutral?

5 11903

I want to implement functionality like. When any user create issue, he should assign only to group MFG(not other than MFG), then MFG group will try to resolve at there end, if they resolve issue then MFG group will update status to close, and if not then MFG group user will forward(assign) to SUPPER group, and supper group will assign to expert person. What I did As follows. 1)created two Issue tracking list one is "ABC" another is "PQR" 2) Also applied permission on ABC and PQR list. because end user should not interact directly with consultant, one group of 4 person is present between end users and consultant, this group is mediator. 3) copy workflow is created. it will copy list of items from ABC list to "PQR" List. Here Im facing problem that workflow will not copy item because user of "ABC" does not have access to "PQR". if i give contribute permission on both list then workflow work correctly. I want that User of List ABC should not see the PQR list and workflow copy item from one list to other list. Can any one help me? thanx in advance

1965

when submitted ER1 by online that time by mistake wrong opening balance selected & returned is submitted .what to do

5 22607

How to Determine the Quantity of Cement Sand , Aggregete and Reinforcement Bars in 30 feet X 40 Feet and Height is 4 Feet .

1 6688

What is load line in control valve?

2784

According to ohms law voltage proportional to current, then why should current rating is low with high voltage rating in transformer?

5 7899

Post New KEC Interview Questions




Un-Answered Questions

Hi i am chinna reddy i had completed my b.tech(ECE)2010 passout. but still no job please if anyone help me and suggest me. my mailid:chinnareddy.be@gmail.com Thanks&Regards chinna

2053


3.2 Consider the following class: public class Point { protected int x, y; public Point(int xx, int yy) { x = xx; y = yy; } public Point() { this(0, 0); } public int getx() { return x; } public int gety() { return y; } public String toString() { return "("+x+", "+y+")"; } } Say you wanted to define a rectangle class that stored its top left corner and its height and width as fields. 3.2.1 Why would it be wrong to make Rectangle inherit from Point (where in fact it would inherit the x and y coordinates for its top left corner and you could just add the height and width as additional fields)? (1) 8 Now consider the following skeleton of the Rectangle class: public class Rectangle { private Point topLeft; private int height, width; public Rectangle(Point tl, int h, int w) { topLeft = tl; height = h; width = w; } public Rectangle() { this(new Point(), 0, 0); } // methods come here } 3.2.2 Explain the no-argument constructor of the Rectangle class given above. 3.2.3 Write methods for the Rectangle class to do the following: • a toString() method that returns a string of the format "top left = (x, y); height = h; width = w " where x, y, h and w are the appropriate integer values. • an above() method that tests whether one rectangle is completely above another (i.e. all y values of the one rectangle are greater than all y values of the other). For example, with the following declarations Rectangle r1 = new Rectangle(); Rectangle r2 = new Rectangle(new Point(2,2), 1, 4); the expression r2.above(r1) should give true, and r2.above (r2) should give false. (You can assume that the height of a rectangle is never negative.) (2) (5)

2983


Which type of charges present on the two opposite faces of the junction?

1320


Why delegates are type safe?

929


Is activex a plugin?

708


What is the difference between concern and application_controller.rb in ruby on rails?

829


How do you hide the columns?

1040


What is a skewed join?

622


What first made you want to be an engineer?

1147


What is difference between inner join and join?

1049


What is max attempts field on the work queue configuration in blue prism?

422


What is qlikview?

5


What is the use of hr: user type, while configure multiorg?

1082


What is ?filling? of aggregate?

2673


Which are the various data sources available in spark sql?

297