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
3.2

based on 295 Reviews

Filter interviews by

Silver Touch Technologies Software Engineer Interview Questions and Answers

Updated 10 Sep 2024

Silver Touch Technologies Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Vedant Bhatt

posted on 10 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is interpreted, not compiled

    • It supports multiple programming paradigms like procedural, object-oriented, and functional programming

    • Python has a large standard library and a vibrant community for support

    • Example: print('Hello, World!')

  • Answered by AI
  • Q2. Python is programming having numerous libraries used in various fields

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Spring security, hibernate,JSP ,core java
  • Q2. How I can thread safe JSP page
  • Ans. 

    To thread safe a JSP page, synchronize access to shared resources and use thread-safe objects.

    • Use synchronized blocks or methods to ensure only one thread can access shared resources at a time

    • Use thread-safe objects like ConcurrentHashMap instead of HashMap

    • Avoid using static variables or methods that can be accessed by multiple threads

    • Use JSTL tags instead of scriptlets to avoid thread safety issues

    • Avoid using session ...

  • Answered by AI
  • Q3. Spring security implementation
  • Q4. Oath 2.0 flow , how it's working
  • Ans. 

    OAuth 2.0 is a protocol for authorization, allowing third-party applications to access user data without sharing passwords.

    • OAuth 2.0 involves four roles: resource owner, client, authorization server, and resource server.

    • The flow starts with the client requesting authorization from the resource owner.

    • The resource owner grants authorization and provides the client with an authorization grant.

    • The client then requests an a...

  • Answered by AI
  • Q5. Java 8 features and stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive attitude 👍

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched existing water tracking apps for inspiration

    • Designed user interface for easy input of water consumption

    • Implemented backend database to store user data

    • Tested app with beta users for feedback and improvements

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were simple aptitude questions and core java MCQS

Round 2 - Technical 

(3 Questions)

  • Q1. What's OOPs concept
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding th...

  • Answered by AI
  • Q2. Explain Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' and inh...

  • Answered by AI
  • Q3. Basic Java output questions
Round 3 - HR 

(1 Question)

  • Q1. Interviewer asked me to introduce and then he asked about my education and family details and then he told me about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers it's easy to crack interview if they they are smart. Just revise core java and basic aptitude questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic coding along with general aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops describe with real time example?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()

    • Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...

  • Answered by AI
  • Q2. Describe about data structures with real time examples?
  • Ans. 

    Data structures are ways to organize and store data efficiently in a computer.

    • Data structures are used to store and organize data in a way that makes it easy to access and manipulate.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.

    • A linked list is a data structure wh...

  • Answered by AI
  • Q3. What makes you different from other candidates?
Round 3 - HR 

(2 Questions)

  • Q1. Why do you choose happiest minds ?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - HR 

(1 Question)

  • Q1. Basic information like:- why you want to change job, and some similar questions...
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate level questions on joins, cursor, bulk collect, trigger ....

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts,interface and abstract class
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is functional testing and regression,Bug life cycle
  • Ans. 

    Functional testing is a type of software testing that verifies the functionality of a system, while regression testing is retesting the modified parts of the system to ensure that existing functionalities are not affected.

    • Functional testing checks if the software meets the specified requirements and functions as expected.

    • Regression testing is performed to ensure that changes or modifications in the software do not intr...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python questions

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies Software Engineer interview?
Silver Touch Technologies interview process usually has 1 rounds. The most common rounds in the Silver Touch Technologies interview process are Technical.
What are the top questions asked in Silver Touch Technologies Software Engineer interview?

Some of the top questions asked at the Silver Touch Technologies Software Engineer interview -

  1. Oath 2.0 flow , how it's work...read more
  2. How I can thread safe JSP p...read more
  3. What is pyth...read more

Tell us how to improve this page.

Silver Touch Technologies Software Engineer Salary
based on 35 salaries
₹2.8 L/yr - ₹9 L/yr
34% less than the average Software Engineer Salary in India
View more details

Silver Touch Technologies Software Engineer Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

3.1

Skill development

3.1

Work-Life balance

3.0

Salary & Benefits

2.1

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

2.1

Work Satisfaction

Explore 4 Reviews and Ratings
Java Developer
91 salaries
unlock blur

₹2.2 L/yr - ₹9.3 L/yr

Software Developer
85 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Senior Software Developer
68 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

PHP Developer
46 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Silver Touch Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview