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 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
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mid level of SQL nd plsql questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare lots of scenario to do it.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I appeared for an interview in Jan 2017.

Interview Questionnaire 

1 Question

  • Q1. /what is html? tell me about your project?
  • Ans. 

    HTML stands for Hypertext Markup Language, used for creating web pages.

    • HTML is a markup language used for structuring content on the web.

    • It consists of elements enclosed in tags, such as <p> for paragraphs.

    • Attributes can be added to elements to provide additional information.

    • Example: <h1>This is a heading</h1>

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: 100 questions were given with time limit of 2 hours.
Tips: don't worry it will be easy only.

Round: Technical Interview
Experience: i told what all i know, bit i din't cleared it
Tips: be strong in basics

Skills: Personnel Management
College Name: Mnm Jain Engineering College

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

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 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Silver Touch Technologies Software Engineer Salary
based on 42 salaries
₹2.8 L/yr - ₹11 L/yr
28% less than the average Software Engineer Salary in India
View more details

Silver Touch Technologies Software Engineer Reviews and Ratings

based on 6 reviews

2.8/5

Rating in categories

2.7

Skill development

2.7

Work-life balance

2.6

Salary

2.4

Job security

2.6

Company culture

2.6

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Software Developer
105 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
70 salaries
unlock blur

₹4 L/yr - ₹14 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview