Filter interviews by
I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.
I plan to teach direct and indirect variation to grade 6 students through interactive activities, real-life examples, and practice problems.
Introduce the concept of direct variation by explaining how two variables increase or decrease together at a constant rate.
Use real-life examples such as speed and time, where speed increases as time decreases.
Teach indirect variation by showing how one variable increases while the...
Introduce trigonometry to grade 8 students by starting with basic concepts and real-life applications.
Start by introducing the basic trigonometric ratios - sine, cosine, and tangent.
Use visual aids such as diagrams and interactive activities to help students understand the concepts better.
Relate trigonometry to real-life applications such as measuring heights of buildings, calculating distances, and angles in sports.
En...
Introducing the topic of climate change to grade 6 and grade 10 students.
Explain the basic concept of climate change to grade 6 students using simple language and examples like melting ice caps and extreme weather events.
For grade 10 students, delve deeper into the causes and effects of climate change, discussing topics like greenhouse gas emissions and global warming.
Encourage both grades to think about ways they can ...
Top trending discussions
I appeared for an interview in Mar 2024.
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
Abstract class is a class that cannot be instantiated and interface is a blueprint of a class.
Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract class can have constructors while interface cannot.
Example of abstract class: Animal (cannot be instantiated) and Dog (inh...
Java does not support multiple inheritance to avoid the diamond problem and maintain simplicity.
Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.
This can cause ambiguity and conflicts in method and variable resolution.
Java supports multiple interface inheritance to achieve similar functionality.
Maintaining simplicity and avoiding complexity is a core prin
Chained Exception is an exception that is caused by another exception.
It is a way of propagating exceptions through layers of code.
It helps in identifying the root cause of an exception.
It can be created by passing the original exception as a parameter to a new exception.
It can be caught and handled at any level of the code.
Example: SQLException is caused by a network error, which is caused by a firewall issue.
The exception hierarchy is the order in which exceptions are caught and handled in a program.
Exceptions are caught and handled in a specific order, with more specific exceptions being caught before more general ones.
The hierarchy typically starts with the most specific exceptions and ends with the most general ones.
For example, in Java, the hierarchy starts with checked exceptions, followed by unchecked exceptions, and
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
Some of the top questions asked at the Saratha Matric and Hr Sec School Tamil Nadu Teaching Staff interview -
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant