Tip 1 : Solve RS Aggarwal Aptitude and Problem Solving Books.
Tip 2 : Practice Coding questions from Leetode.
Tip 3 : Work on communication skills
Tip 1 : Mark skills with Bold letters.
Tip 2 : Do not put false things on resume.
- Morning time
- Environment was good.
- No
- Interviewer was average
The two steps the operating system takes to use a disk to hold its files are _______ and ________
a) caching & logical formatting
b) logical formatting & swap space creation
c) swap space creation & caching
d) partitioning & logical formatting
Tip 1 : Should know the concepts of caching
Tip 2 : Should know the concepts of Operating system basics


RES = 0
FOR(i -> A to B) {
FOR(j -> C to D) {
ADD (i ^ j) to RES;
}
}
PRINT(RES)



The start time of one job can be equal to the end time of another.
To recover from failures in the network operations _____________ information may be maintained.
a) operating system
b) ip address
c) stateless
d) state
Tip 1 : Should know the concepts of Operating system basics
Tip 2 : ID address concepts should be known
- Morning time
- Environment was good.
- No
- Interviewer was good
- Brief yourself
- Tell me about your experience in life?
- Why do you wants to join CarX?
- Strength and weakness?
Tip 1 : Communication should be clear
Tip 2 : Give proper answer and study about HR question

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?