Filter interviews by
I have 5 years of experience in software development.
5 years of experience in software development
Proficient in multiple programming languages such as Java, Python, and JavaScript
Worked on various projects including web development, mobile app development, and database management
Top trending discussions
Circuit breaker design pattern is used to prevent a system from repeatedly trying to execute an operation that is likely to fail.
Circuit breaker monitors the number of failures and trips when a threshold is reached.
It can be reset after a certain period of time to check if the operation is successful again.
Helps in improving system stability and resilience by handling failures gracefully.
Reverse a given string by iterating through it backwards and appending each character to a new string.
Create a new empty string to store the reversed string
Iterate through the original string from the last character to the first character
Append each character to the new string
Return the new string as the reversed string
Math questions based on logic
National anthem pros n cons
Example coding logic algorithm n
RabbitMQ is a message broker software that implements the Advanced Message Queuing Protocol (AMQP).
Message broker software
Implements AMQP protocol
Used for asynchronous messaging between applications
Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.
Java is platform-independent, meaning it can run on any operating system
It is known for its security features, making it a popular choice for enterprise applications
Java code is compiled into bytecode, which can be run on a Java Virtual Machine (JVM)
Popular frameworks and tools for Java development inclu
Yes, Java is an object-oriented programming language.
Java supports the four main principles of OOP: encapsulation, inheritance, abstraction, and polymorphism.
Objects are created from classes in Java.
Java has access modifiers such as public, private, and protected to control access to class members.
Java also has interfaces, which allow for multiple inheritance.
Example: class Car { private String make; public void setMak...
posted on 27 Dec 2024
Thirty minutes of DSA questions.
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
Problem Statement: Given a string, reverse each word in the string while keeping the original order of the words.
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
General questions what we faced in the other company assessment
Wipro
Infosys
Tech Mahindra
WNS