admission through GATE

IIT Madras MS Question Paper | Written Test

IIT Madras MS question paper. How to crack written test to get admission for MS research in IITM?

deadlock

Difference between Deadlock Prevention and Deadlock Avoidance | OS

What is deadlock prevention and deadlock avoidance in operating system? What is the difference between deadlock prevention and deadlock avoidance?

Jobs

[Plan of Action] Basic Skills Required to get a Job in Python

What are the basic skills required to get a job in Python? Complete action plan. How to find the matching job requirement?

Bright Money

Bright Money Online Coding Questions| Senior Backend Engineer

Bright Money online coding questions and test. Technical interview for Senior Backend Engineer.

Books

Refer These 6 Python Books to Master Programming | Beginners to Advanced

What are the best Python books to learn for beginners and experienced? Learn Python hard way. Practical Python Books for experienced or non programmers.

Python

[Solved] C408 Unnecessary (dict/list/tuple) call – rewrite as a literal

C408 Unnecessary (dict/list/tuple) call – rewrite as a literal. How to solve flake8 Python dictionary literal issue. Rewrite “dict([])” as “{}”.

interview

Oracle OCI Interview Questions and Answers | 7 Rounds

Oracle OCI interview questions and answers for experienced Python developer (software engineer) in Bangalore. Coding, HM , bar raiser (bar tender) round.

coding challenge

[Solved] Sort the Circular Rotated Array in O(n) Time| Algorithm | Code

Write a program to sort the circular rotated array. Algorithm explained with Python, C/C++ and Java coding. Find element in circular rotated array.

coding challenge

Regular Expression to Validate PAN Card Number in Python

[Coding Challenge asked in BrightMoney] Write a regular expression to validate PAN card number in Python. PAN card validation in Python.