i
Silver Touch Technologies
Filter interviews by
I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.
Reasoning, Maths and other apptitude question
Dsa question hacker rank
Easy to medium level questions
The group discussion is among 10 20 people
String is a sequence of characters in Java.
String is a class in Java.
It is immutable, meaning once created, it cannot be modified.
String objects can be created using double quotes or using the new keyword.
String concatenation can be done using the + operator or the concat() method.
String methods include length(), charAt(), substring(), equals(), and more.
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
Silver Touch Technologies interview questions for designations
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.
posted on 30 Nov 2023
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods together in a class.
Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.
Polymorphism: Ability of an object to take on many forms.
Abstraction: Hiding complex implementation details and providing a simplified ...
This program counts the occurrence of each letter in a given string.
Use a HashMap to store the count of each letter.
Iterate through the characters of the string and update the count in the HashMap.
Finally, print the count of each letter.
SQL query to find third highest salary from employee table.
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to limit the result to the third row
Use a subquery to exclude the highest and second highest salaries
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array has a fixed length, while ArrayList can grow dynamically.
Array can store both primitive types and objects, while ArrayList can only store objects.
Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.
Array provides direct access to elements using index, while ArrayList provides methods for...
ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.
ArrayList is part of the Java Collections Framework.
It is implemented as a resizable array.
Elements can be added using the add() method.
Elements can be accessed using the get() method.
Elements can be removed using the remove() method.
The size() method returns the number of el...
The default size of an ArrayList is 10.
The default initial capacity of an ArrayList is 10.
If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.
The capacity of an ArrayList can be increased manually using the ensureCapacity() method.
posted on 24 Mar 2023
I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.
1 hr withs ome basic english grammer
Servlet life cycle refers to the sequence of events that occur during the lifespan of a servlet.
Servlet is loaded into memory when the server starts
init() method is called to initialize the servlet
service() method is called to handle client requests
destroy() method is called when the servlet is removed from memory
Servlet can be reloaded if the server is restarted
Try with resources is a feature introduced in Java 7 to automatically close resources after use.
It simplifies the code by eliminating the need for a finally block to close the resource
The resource must implement the AutoCloseable interface
Multiple resources can be declared in a single try-with-resources statement
Example: try(FileInputStream fis = new FileInputStream("file.txt")) { //code }
I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.
Collection , logical
OOPs concept is a programming paradigm based on the concept of objects, Spring Boot is a framework for building Java applications.
OOPs concept stands for Object-Oriented Programming, which focuses on creating objects that interact with each other to solve problems.
It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.
Spring Boot is a framework that simplifies the development of Java applic...
Controller is a class that handles user requests and returns appropriate response. Rest controller is a specialized controller for RESTful web services.
Controller is a class in MVC architecture that handles user requests and interacts with the model and view.
Rest controller is a specialized controller in Spring framework for building RESTful web services.
Rest controller uses annotations like @RestController and @Reques...
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap allows null keys and values, but only one null ...
based on 4 interviews
Interview experience
based on 4 reviews
Rating in categories
Software Developer
106
salaries
| ₹2 L/yr - ₹9 L/yr |
Java Developer
87
salaries
| ₹1.5 L/yr - ₹9.8 L/yr |
Senior Software Developer
71
salaries
| ₹4 L/yr - ₹13 L/yr |
Senior Software Engineer
51
salaries
| ₹4.5 L/yr - ₹16 L/yr |
Project Manager
47
salaries
| ₹5.2 L/yr - ₹16.8 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland