Blog

Recent Posts

SE Reference

1 minute read

Cohesion Signifies the togetherness of components of module. high cohesion is good, it makes modules reusable and readable.

OFSS Interview Experience

1 minute read

the online aptitude test was of 2 and half hours . It consisted of pretty much everything from verbal, Quants, logic based. there was no coding question but ...

CN Quick Reference

3 minute read

Address Formats IPv4 : 32 bits / 4 bytes IPv6 : 128 bits / 16 bytes Mac address : 48 bits / 6 bytes

Os Quick Reference

4 minute read

https://medium.com/cracking-the-data-science-interview/the-10-operating-system-concepts-software-developers-need-to-remember-480d0734d710

Java Quick Reference

13 minute read

Encapsulation In normal terms Encapsulation is defined as wrapping up of data and information under a single unit. In Object Oriented Programming, Encapsulat...

DBMS Quick Reference

7 minute read

Cardinality cardinality refers to the relationship between two tables. Relationship can be of four types : 1 to 1, 1 to many, many to 1 , many to many.