Iam working as a Project Lead in a s/w comp.The follwing
question was asked in HCL interview.
What about the schedule slippage? If the developer has
taken more time than the specified time. How do you adjust
the time? From where do you allocate that extra time for
the developer?
Answer Posted / pkr_reddy
schedule slippage is nothing but slip the schedule
ex:if u want to do some work with in time ,but u did not
complete in time that is .
extra time is allocate denpends upon the
request ,company ,time etc.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is exe file in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
What is flatmap in rxjs?
Is jdk an ide?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
Can the main method be declared final?
Explain the reason for each keyword of public static void main(string args[])?
Why do we create dto in java?
Can I have multiple main methods in the same class?
What if I write static public void instead of public static void?
What are anonymous methods and lambda expression?
Is lambda expression an object?
How can the static main method use instance variables?
What is a flatmap?
What are the advantages of lambda functions?