SE Reference
Cohesion Signifies the togetherness of components of module. high cohesion is good, it makes modules reusable and readable.
Cohesion Signifies the togetherness of components of module. high cohesion is good, it makes modules reusable and readable.
Address Formats IPv4 : 32 bits / 4 bytes IPv6 : 128 bits / 16 bytes Mac address : 48 bits / 6 bytes
https://medium.com/cracking-the-data-science-interview/the-10-operating-system-concepts-software-developers-need-to-remember-480d0734d710
Encapsulation In normal terms Encapsulation is defined as wrapping up of data and information under a single unit. In Object Oriented Programming, Encapsulat...
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.
Inhertance
This is w.r.t the tcs digital hiring drive 2020 ( not through nqt)
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 ...
Got to interview through accolite hiring contest drive.
Round 1: Online Test Debugging 7 questions : 20 mins Aptitude ( Quants ) : 20 mins 3 coding questions : 60 mins
All rounds were online
So you decided to dockerize your side-project / freelance project, but now its deployment time and you don’t know how to get an SSL certificate and to get it...
The juggling algorithm is one of the solutions to array rotation problem, given below
Services & Single Point of Failures