Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Silver Touch Technologies Team. If you also belong to the team, you can get access from here

Silver Touch Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Silver Touch Technologies Java Developer Interview Questions and Answers

Updated 27 Nov 2024

Silver Touch Technologies Java Developer Interview Experiences

4 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, Maths and other apptitude question

Round 2 - Coding Test 

Dsa question hacker rank

Round 3 - Technical 

(2 Questions)

  • Q1. Java oop question
  • Q2. Based on resume projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Easy to medium level questions

Round 3 - Group Discussion 

The group discussion is among 10 20 people

Round 4 - Technical 

(1 Question)

  • Q1. Technical questions asked
Round 5 - HR 

(1 Question)

  • Q1. Great good awesome nice

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Some basic questions of Java oops
  • Q2. What is String and some coding
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for fresher go and get ready for interview preparation.learn basic Java questions which is related core
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and java 8 features
  • Q2. Database related questions

Silver Touch Technologies interview questions for designations

 Web Developer

 (2)

 Drupal Developer

 (1)

 Html Developer

 (1)

 Flutter Developer

 (1)

 Python Developer Trainee

 (1)

 Php and Laravel Developer

 (1)

 Software Engineer

 (2)

 Technology Analyst

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. This interview wada technical one but was majorly a stress test the interviewer wanted to test both my knowledge and communication skills

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Opps concept, java 8 features, collection spring boot and spring question,my SQL DB question basics

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident on your awnsers
2, Enjoy the interview session ,
3, Try to give your best but not last
4. Make sure you have good band width before entering in interview
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(8 Questions)

  • Q1. Explain OOPs concepts.
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Write a program to count occurance the letter in a string.
  • Ans. 

    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.

  • Answered by AI
  • Q3. Write a SQL query to find third highest salary from employee table.
  • Ans. 

    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

  • Answered by AI
  • Q4. Difference between Array and arraylist.
  • Ans. 

    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...

  • Answered by AI
  • Q5. Explain working of Arraylist.
  • Ans. 

    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...

  • Answered by AI
  • Q6. What is the default size of an arraylist.
  • Ans. 

    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.

  • Answered by AI
  • Q7. Some questions from my resume about my previous experience.
  • Q8. The interviewer was stupid and in my opinion they are just wasting your precious time. After the interview they don't provide any updates about the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core Java in depth and some famous SQL questions.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

1 hr withs ome basic english grammer

Round 3 - Technical 

(2 Questions)

  • Q1. What is servlet life cycle
  • Ans. 

    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

  • Answered by AI
  • Q2. What is try with resources
  • Ans. 

    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 }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dont do there interviewer dont have any common sense Ajay kumar pandey .

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked some core Java Concepts,String,Java 8,SpringBoot Architecture,Stream API code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Collection , logical

Round 3 - Technical 

(5 Questions)

  • Q1. Opps ,spring boot
  • Q2. Explain opps concept, what is spring boot
  • Ans. 

    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...

  • Answered by AI
  • Q3. What is controller and rest controller
  • Ans. 

    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...

  • Answered by AI
  • Q4. Internal working of hashmap
  • Ans. 

    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 ...

  • Answered by AI
  • Q5. Who is best jdbc or hibernate

Skills evaluated in this interview

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies Java Developer interview?
Silver Touch Technologies interview process usually has 2-3 rounds. The most common rounds in the Silver Touch Technologies interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Silver Touch Technologies Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Silver Touch Technologies. The most common topics and skills that interviewers at Silver Touch Technologies expect are Java, Spring Boot, Core Java, Hibernate and Javascript.
What are the top questions asked in Silver Touch Technologies Java Developer interview?

Some of the top questions asked at the Silver Touch Technologies Java Developer interview -

  1. What is String and some cod...read more
  2. Some basic questions of Java o...read more
  3. oops concepts and java 8 featu...read more

Tell us how to improve this page.

Silver Touch Technologies Java Developer Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more
Silver Touch Technologies Java Developer Salary
based on 87 salaries
₹1.5 L/yr - ₹9.8 L/yr
13% less than the average Java Developer Salary in India
View more details

Silver Touch Technologies Java Developer Reviews and Ratings

based on 4 reviews

2.1/5

Rating in categories

1.2

Skill development

1.2

Work-life balance

1.2

Salary

1.2

Job security

1.2

Company culture

1.2

Promotions

1.2

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
106 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Java Developer
87 salaries
unlock blur

₹1.5 L/yr - ₹9.8 L/yr

Senior Software Developer
71 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Project Manager
47 salaries
unlock blur

₹5.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Silver Touch Technologies with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview