Java Hyd Team
746 subscribers
986 photos
39 videos
670 files
690 links
https://teamhydteam.my.canva.site/

Can visit us on our website ๐Ÿ˜Š
Still working on it ๐Ÿ˜Š
Download Telegram
If again these things repeat again will delete this channel seriously you guy's terrible waste everything
Spring Questions (1).pdf
51.2 KB
Simple and easy to understand ๐Ÿ˜Š๐Ÿ˜Š complete notes i will provide in pdf format like this in pdf or ppt format
1670300460626.pdf
54.2 MB
BIT MANIPULATION
1670339275068.pdf
37.9 MB
OPERATING SYSTEM
How do you decide which type of database to use?
.
.
There are hundreds or even thousands of databases available today, such as Oracle, MySQL, MariaDB, SQLite, PostgreSQL, Redis, ClickHouse, MongoDB, S3, Ceph, etc. How do you select the architecture for your system? My short summary is as follows:

๐Ÿ”นRelational database. Almost anything could be solved by them.
๐Ÿ”นIn-memory store. Their speed and limited data size make them ideal for fast operations.
๐Ÿ”นTime-series database. Store and manage time-stamped data.
๐Ÿ”นGraph database. It is suitable for complex relationships between unstructured objects.
๐Ÿ”นDocument store. They are good for large immutable data.
๐Ÿ”นWide column store. They are usually used for big data, analytics, reporting, etc., which needs denormalized data.

๐Ÿ‘‰ Over to you: Obviously, I did not cover every type of database. Is there anything else you often use, and why do you choose it?
๐Ÿ‘1
1669950540403.pdf
1.8 MB
System Design Article (01): ๐‚๐š๐œ๐ก๐ข๐ง๐ 

๐‚๐š๐œ๐ก๐ข๐ง๐  is one of the very important building blocks of designing any rebust system. It has been has been asked in many big tech giant companies' system design rounds including: #google #meta #amazon #microsoft #netflix etc...

In this article, I have covered very neat & clean everything about caching like:
โœ๏ธ ๐‚๐š๐œ๐ก๐ข๐ง๐  ๐ˆ๐ง๐ญ๐ซ๐จ๐๐ฎ๐œ๐ญ๐ข๐จ๐ง.
โœ๏ธ ๐–๐ก๐ฒ ๐ฐ๐ž ๐ง๐ž๐ž๐ ๐œ๐š๐œ๐ก๐ข๐ง๐ ?
โœ๏ธ ๐ƒ๐ข๐Ÿ๐Ÿ๐ž๐ซ๐ž๐ง๐ญ ๐ญ๐ฒ๐ฉ๐ž๐ฌ ๐จ๐Ÿ ๐œ๐š๐œ๐ก๐ข๐ง๐  ๐ญ๐ž๐œ๐ก๐ง๐ข๐ช๐ฎ๐ž๐ฌ.
โœ๏ธ ๐€๐๐ฏ๐š๐ง๐ญ๐š๐ ๐ž๐ฌ / ๐ƒ๐ข๐ฌ๐š๐๐ฏ๐š๐ง๐ญ๐š๐ ๐ž๐ฌ ๐จ๐Ÿ ๐ž๐š๐œ๐ก ๐œ๐š๐œ๐ก๐ž ๐ญ๐ฒ๐ฉ๐ž.

I hope you'll like it๐Ÿคž If you have any doubts or want to talk about this, please feel free to comment ๐Ÿ’ฌ

I have spent hours ๐Ÿ•‘ preparing this article for you and want to help the maximum number of people. so kindly show your support by sharing this with your friends & connections ๐Ÿ˜Š
One opening available for a good service based company (female candidates only ) package possibly near 2x then companies coming to Sathya
If you are competent ping me your resume @stockkida
Possible shift timings 2pm-11pm 1hr break so total 9 hours
Java Hyd Team
Do you guys need good Lpa or 3lpa is enough if yes ping us so that we can refer you for good package in next 10-15 day's
Told you all in the next 10-15 days will start to better package better culture better companies
Java Hyd Team
Told you all in the next 10-15 days will start to better package better culture better companies
It started exactly the 10th day and we have some great openings for freshers only
We are for you but please don't make noise in coaching that we shared answers ๐Ÿ˜‚๐Ÿ˜‚ and please don't copy all answers copy just to pass not to surpass
Never give all answers correct to anyone only way to get selected in interviews
We all grow up, and go to school and then college to get good grades with the inspiration to work at top MNC companies such as Microsoft and Apple.

As we get into start-ups and other companies to gain experience, we understand that good grades are not at all enough.

All top product-based companies look for certain Skills to give you a job.

Unfortunately, there is no college that focuses to help students gain skills.

Fortunately, Skillslash is conducting a masterclass to help you face interviews and showcase your skills to land your dream job.

The workshop will be led by Chirag Goel, who has been working with Product Companies for over 8 +years and has cracked SDE interviews at many companies including Microsoft and Flipkart.

so, don't miss out on the opportunity to learn from the best!

Register Now: https://skillslash.com/event/how-to-crack-sde-interviews?utm_source=LinkedIn+&utm_medium=InfluencerMarketing&utm_campaign=Atul-02&utm_content=SDEInterview
Execute the restApi calls today in lab
principles of oops
what is abstraction
what is encapsulation
what is class
what is object
diff b/w this & super &super()
method vs constructors
inheritance
polymorphism
overloading
overriding
interface
abstract class
interface vs abstract class
diff b/w static polymorphism and dynamic polymorphism
string vs string builder vs string buffer
what is collection
exceptional handling
๐Ÿ‘2๐Ÿ‘1
Q1.) What is a frameWork?
A1.)1. a frameWork is a collection of jar and war files.
2. it consists of reUsable components and libraries.
3. it is collection of classes and interfaces
4. it provides structure for writing programs

Q2.) Types of frameWork ?
A2.)1. Invasive FrameWork
a frameWork that forces you to implement or extend
2. Non-Invasive FrameWork
a frameWork that do-not force to implement or extend
eg:- struts , hibernate , spring

Q3.) What is IOC & IOC Lifecycle ?
A3.) it is a design pattern that allows program control to be inverted
or
transfer from traditional in-process control structure to separate service provider .

LifeCycle of IOC

1. Initialization :- IOC container is initialised and configured.
2. Binding :- Components are registered with container & can be specifying interfaces .
3. Resolution :- Dependencies of the components are resolved and the appropriate instance is created
4. Invocation :- Container invokes specific methods of the components.
5. Destruction :- Component destroyed & restore released

Q4.) What is SingleTon class and Rules to create class ?
A4.) A class that is limited to one instance of itself
this means only one object of the class can be created
Most common use of this class is to provide global access to objects

RULES of Singleton class

1. class must be declared Private
2. private constructor
3. static variables of same type
4. public static method must return instance of class

Q5.) What is dependency Injection and Types
A5.) a class receives instances of object it depends upon external
source rather than creating them itself .
this allows class to be independent of how the object
it depends on are created & makes code easier to maintain test

Rules of DI

1. Constructor-based Dependency Injection:- in this dependent object is provided
as the parameter in the constructor of class .
it is provided when class is instantiated.

2. Setter-based Dependency Injection :- dependent object is provided in class through setter methods
this is useful when dependency is optional or when it can be changed even after class is instantiated

3. Interface-based Dependency Injection :- defined some methods that must be implemented by dependent objects
this is useful when class needs to be decoupled from dependent objects
allowing it into different implementations of dependent objects

4. Autowiring Dependency Injection :- this injection in spring
framework enables you to inject the object dependency implicitly.
It internally uses setter or constructor injection.

Autowiring can't be used to inject primitive and string values. It works with reference only.

Q6.) types of bean configuration technique in java

1. XML Based Configuration: This is the most common and popular way of configuring the Spring beans. The beans are configured using the XML file, which contains all the bean definitions.

2. Annotation Based Configuration: This type of configuration allows you to create beans using annotations. You donโ€™t need to create an XML file for the beans.

3. Java Based Configuration: This type of configuration uses pure Java classes to configure the beans. The beans are configured using the @Bean annotation.

Q7.) What is Annotation and use of annotation?
A7.) a form of metaData , A way to provide additional information about a program construct without changing the program itself it can be used to provide information about class, methods or field specifying code generation or compilation instruction or providing external metadata from XML.
it allows developers to add custom information to their code without modifying the code itself , making it easier to keep track of important information .
this is useful when working on large code base or when trying to keep track of changes overtime .

Q8.) What is Auto-Wiring?
A8.) it enables frameWork to inject dependency into beans
autom