Tip 1 : Explore and attend every coding challenges.
Tip 2 : Learn from someone's code.
Tip 3 : Always do hands-on coding related things.
Tip 1 : Keep Resume short and clean. No need to explain all things you have attended or achieved.
Tip 2 : Just keep the technical knowledge you are completely confident.
Timing was afternoon.
There were no technical issues. Environment was good.
Interviewer was friendly.
What is semaphores?
What is virtual memory?
Tip 1: thoroughly learn about OS
Tip 2: require the functional knowledge about operating system
In coding part sometime the questions use case will be clumsy, but read those use cases carefully sometime to crack the Coding challenge, will requires only 2-3 lines of code.Choose the platform you are completely confident with.
Step 1: from the use case, got the condition to be executed.
Step 2 : I have used python to crack the challenge with if else condition.
Step 3 : In optimised manner was able to complete the coding challenge quickly
Identify the cube face
Tip 1: lots of cube related tutorials available in YouTube. Refer those.
Tip 2: thorough with cube equations
System Partition, Round Robin
Tip 1: Know about evaluating the OS related problems
Tip 2: Go through the section thoroughly.
DML operations
Tip 1: Have idea about DBMS both theory and technical things.
Tip 2: Aware about every query operations.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
Afternoon,
No technical issues,
Interviewer was friendly
Remember the rabbit and turtle race? Please write a program in python simulate two players (Rabbit and Turtle) roll a dice (1-6) iteratively and run until Hints: use random number generator, loops, and if/else statement Design a program to play this game
Step 1 : Applied if else condition inside for loop iteration.
Step 2 : Optimised the code.
Cube face Identification
Tip 1: Identify the opposite faces by the given hints.
Tip 2: reassemble the cube
Computer Architecture
Tip 1: Read the functional parts thoroughly
Tip 2: Have idea about Computer Architecture
Scheduling of resources and jobs
Security
Tip 1: Read the OS topics thoroughly.
Tip 2: Have the idea to evaluate the OS related problems.
Importance of Keys
SQL commands
Tip 1: Go through the theoretical parts in DBMS
Tip 2: Must be aware of DML and other SQL operations

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?