Tip 1 : Mark your skills in bold letters
Tip 2 : Mention atleast 1 project in resume
Tip 1 : Highlight your technical skills.
Tip 2 : Highlight your marks in 10th, 12th, B.tech
- Morning time
- Environment was good.
- No
- Interviewer was not good
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
a) data consistency
b) race condition
c) aging
d) starvation
Tip 1 : Should know basic concepts of OS.
Tip 2 : Practice OS Conceptual questions by any site.
Answer is - Race Condition
Mutual exclusion implies that ____________
a) if a process is executing in its critical section, then no other process must be executing in their critical sections
b) if a process is executing in its critical section, then other processes must be executing in their critical sections
c) if a process is executing in its critical section, then all the resources of the system must be blocked until it finishes execution
d) none of the mentioned
Tip 1 : Should know basic concepts of OS.
Tip 2 : Practice OS Conceptual questions by any site.
Answer is a



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
Answer - step 1: You don't have to read input or print anything. Your task is to complete the function bubblesort() which takes the array and it's size as input and sorts the array using bubble sort algorithm.
step 2- Time Complexity: O(N^2).
Auxiliary Space: O(1).
step 3- By using bubble sort break the numbers and arrange in ascending order
Important Tip : Should know all the algorithms deeply.
State whether the following statements are true.
i) A conceptual model is no more than an idea.
ii) The Data Flow Diagram (DFD), Flow chart are the basic components of the logical models.
A. i only
B. ii only
C. Both i and ii
D. None of the above
Tip 1 : Should know Data flow Diagrams concepts
Tip 2 : Do practice waterfall model also
Answer is - c



Let the array 'arr' be: [1, 0, 1].
Let ‘k’ be: 1
Then the subarrays having the number of ones equal to ‘k’ will be: [1], [1,0], [0,1], [1].
- Morning time
- Environment was good.
- No activity
- Interviewer was strict in words
1- Brief yourself?
2- Why you wants to join Infosys?
3- What is you strength and weakness?
4- What are your hobbies?
Tip 1 : Provide all answers with good approaches
Tip 2 : Practice as much as you can in English
Tip 3 : Go smooth and Keep Calm

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: