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 Interview Questions and Answers

Updated 25 May 2025
Popular Designations

24 Interview questions

A Senior Software Engineer was asked 2mo ago
Q. What is your current project?
Ans. 

Currently, I'm working on a cloud-based inventory management system that optimizes stock levels and improves order fulfillment.

  • Utilizing AWS services for scalable storage and computing resources.

  • Implemented a real-time dashboard using React for better visibility of inventory levels.

  • Integrated with third-party APIs for automated order processing and tracking.

  • Employed machine learning algorithms to predict stock req...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 2mo ago
Q. What is your greatest weakness?
Ans. 

I tend to be overly critical of my own work, which can slow down my progress but ultimately leads to higher quality outcomes.

  • I often spend extra time reviewing my code to ensure it's perfect, which can delay project timelines.

  • For example, during a recent project, I spent an additional week refining a feature that was already functional.

  • I've learned to balance quality with efficiency by setting strict deadlines for...

View all Senior Software Engineer interview questions
A Python Developer Trainee was asked 8mo ago
Q. What is a lambda function?
Ans. 

Lambda function is an anonymous function in Python that can have any number of arguments, but can only have one expression.

  • Lambda functions are defined using the lambda keyword.

  • They are commonly used for small, one-time operations.

  • Lambda functions can take any number of arguments, but can only have one expression.

  • Example: lambda x: x*2 defines a lambda function that doubles the input x.

View all Python Developer Trainee interview questions
A Software Engineer was asked 9mo ago
Q. What is Python?
Ans. 

Python is a high-level, interpreted programming language known for its readability and versatility in various applications.

  • Easy to learn: Python's syntax is clear and intuitive, making it accessible for beginners. Example: print('Hello, World!')

  • Versatile: Used in web development, data analysis, artificial intelligence, scientific computing, and more.

  • Rich libraries: Python has a vast ecosystem of libraries and fram...

View all Software Engineer interview questions
A Linux Administrator was asked 9mo ago
Q. Tell me about Linux.
Ans. 

Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

  • Linux is open-source, meaning its source code is freely available for anyone to use, modify, and distribute.

  • Linux is based on Unix, which is a powerful and stable operating system.

  • Linux is highly customizable and can be tailored to suit specific needs and preferences.

  • Linux is known for its security features, ...

View all Linux Administrator interview questions
A Linux Administrator was asked 9mo ago
Q. What is the difference between the ls and ll commands in Linux?
Ans. 

ls command lists files and directories in a directory, while ll command provides detailed information about files and directories.

  • ls command displays a simple list of files and directories in a directory

  • ll command provides detailed information such as permissions, owner, group, size, and modification date of files and directories

  • ls -l command is equivalent to ll command

  • ls -a command lists all files including hidde...

View all Linux Administrator interview questions
A Linux Administrator was asked 9mo ago
Q. How do you use the ll command on a Linux terminal in Red Hat or Ubuntu?
Ans. 

ll command is used to list files and directories in a detailed format on Linux terminal.

  • To use ll command, simply type 'll' in the terminal and press Enter.

  • The output will display detailed information about files and directories, including permissions, owner, group, size, and modification date.

  • You can also use 'ls -l' as an alternative to 'll' command.

View all Linux Administrator interview questions
Are these interview questions helpful?
A Web Developer was asked
Q. What are the basic concepts of React?
Ans. 

React is a JavaScript library for building user interfaces, focusing on component-based architecture and state management.

  • React uses components to encapsulate UI logic and rendering. Example: <MyComponent />.

  • State management is crucial in React; use 'useState' for local state. Example: const [count, setCount] = useState(0).

  • Props are used to pass data from parent to child components. Example: <ChildCompone...

View all Web Developer interview questions
A Sr. BDE was asked
Q. How do you handle the sales cycle?
Ans. 

The sales cycle can be handled by understanding the customer's needs, building relationships, and following up consistently.

  • Research and understand the customer's needs and pain points

  • Build a relationship with the customer by providing value and being responsive

  • Create a customized solution that addresses the customer's specific needs

  • Present the solution in a clear and compelling way

  • Follow up consistently to addres...

View all Sr. BDE interview questions
A Sr. BDE was asked
Q. What is the process of lead nurturing?
Ans. 

Lead nurturing is the process of building relationships with potential customers and guiding them through the sales funnel.

  • Identify and segment leads based on their interests and behavior

  • Create targeted content and personalized communication to engage leads

  • Use automation tools to send timely and relevant messages

  • Track and analyze lead interactions to adjust the nurturing strategy

  • Continue nurturing until the lead i...

View all Sr. BDE interview questions

Silver Touch Technologies Interview Experiences

28 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

60 min
* Aptitude(20 questions)(20Minutes)
* Coding question(2 Question)(40 minutes)

Round 2 - Technical 

(3 Questions)

  • Q1. What is lambda function.
  • Ans. 

    Lambda function is an anonymous function in Python that can have any number of arguments, but can only have one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time operations.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles the input x.

  • Answered by AI
  • Q2. Decorators ,serialization in python
  • Q3. Constructor, encapsulation, static.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How to use ll command on linux terminal in redhat Ubuntu
  • Ans. 

    ll command is used to list files and directories in a detailed format on Linux terminal.

    • To use ll command, simply type 'll' in the terminal and press Enter.

    • The output will display detailed information about files and directories, including permissions, owner, group, size, and modification date.

    • You can also use 'ls -l' as an alternative to 'll' command.

  • Answered by AI
  • Q2. Tell me about briefly Linux appeche, yum rpm ,rehl
  • Ans. 

    Apache, Yum, RPM, and RHEL are all components commonly used in Linux administration.

    • Apache is a popular open-source web server used to host websites.

    • Yum is a package manager used in Red Hat Enterprise Linux (RHEL) to install, update, and remove software packages.

    • RPM (Red Hat Package Manager) is a command-line package management tool used to install software packages in RHEL.

    • RHEL is a Linux distribution developed by Red...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about linux
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is open-source, meaning its source code is freely available for anyone to use, modify, and distribute.

    • Linux is based on Unix, which is a powerful and stable operating system.

    • Linux is highly customizable and can be tailored to suit specific needs and preferences.

    • Linux is known for its security features, with ...

  • Answered by AI
  • Q2. What different ls &ll command in linux
  • Ans. 

    ls command lists files and directories in a directory, while ll command provides detailed information about files and directories.

    • ls command displays a simple list of files and directories in a directory

    • ll command provides detailed information such as permissions, owner, group, size, and modification date of files and directories

    • ls -l command is equivalent to ll command

    • ls -a command lists all files including hidden fil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare full linux course seriously and AWS rpm lvm yum rehl

Skills evaluated in this interview

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?
  • Q2. Python is programming having numerous libraries used in various fields

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Questions related previous experience and normal HR questions
Round 2 - Technical 

(3 Questions)

  • Q1. Given task to work on and based on that question answer of technical expertise
  • Q2. Technical questions
  • Q3. Learn/Discuss about previous experience
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tableau and power Bi related
Round 2 - HR 

(1 Question)

  • Q1. Salary related,expected salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tableau and power bi related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptoitude test coverd in html,css

Round 2 - Coding Test 

Basic codeing rounds asking qes about html,css

Interview Preparation Tips

Interview preparation tips for other job seekers - learn html,css

Tester Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Random asking the client about the past experience
Round 2 - Aptitude Test 

A small test to know about the aptitude

Web Developer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 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 

Some DSA question with simple mcq

Round 3 - Technical 

(3 Questions)

  • Q1. Sql query and some java question
  • Q2. Patten like zig zag
  • Q3. Basic of react if you know
  • Ans. 

    React is a JavaScript library for building user interfaces, focusing on component-based architecture and state management.

    • React uses components to encapsulate UI logic and rendering. Example: <MyComponent />.

    • State management is crucial in React; use 'useState' for local state. Example: const [count, setCount] = useState(0).

    • Props are used to pass data from parent to child components. Example: <ChildComponent na...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try basic clear

Top trending discussions

View All
Office Jokes
2w
sudhirnripat74
Verified Icon
·
works at
iVistec Partners India Private Limited
FeedCard Image
Got a question about Silver Touch Technologies?
Ask anonymously on communities.

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies interview?
Silver Touch Technologies interview process usually has 2-3 rounds. The most common rounds in the Silver Touch Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Silver Touch Technologies 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 ASP.Net, MVC, Javascript, SQL Server and SAP B1.
What are the top questions asked in Silver Touch Technologies interview?

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

  1. How many leads can you generate in a mon...read more
  2. Explain all the expected scenarios related to Sap ...read more
  3. How to use ll command on linux terminal in redhat Ubu...read more
How long is the Silver Touch Technologies interview process?

The duration of Silver Touch Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 38 interview experiences

Difficulty level

Easy 36%
Moderate 64%

Duration

Less than 2 weeks 93%
2-4 weeks 7%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 373 Interviews
3i Infotech Interview Questions
3.4
 • 150 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 130 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Silver Touch Technologies Reviews and Ratings

based on 352 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.8

Salary

2.9

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 352 Reviews and Ratings
Hardware sales

Ahmedabad

2-5 Yrs

₹ 5-7.5 LPA

Cloud Sales Executive

Ahmedabad

2-7 Yrs

Not Disclosed

Inside Sales Executive

Ahmedabad,

Vadodara

2-3 Yrs

Not Disclosed

Explore more jobs
Software Developer
116 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Java Developer
90 salaries
unlock blur

₹2.4 L/yr - ₹9.7 L/yr

Senior Software Developer
72 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Project Manager
53 salaries
unlock blur

₹5.2 L/yr - ₹16.8 L/yr

Software Engineer
51 salaries
unlock blur

₹2.8 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Silver Touch Technologies with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview