AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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 350 Reviews

Play video Play video Video summary
  • About
  • Reviews
    350
  • Salaries
    2.3k
  • Interviews
    28
  • Jobs
    21
  • Benefits
    9
  • Photos
    -

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
1 2 3

Silver Touch Technologies Interview Experiences

28 interviews found

Linux Administrator Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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
    Add your answer
  • 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
    Add your answer
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
    Add your answer
  • 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
    Add your answer

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

Linux Administrator Interview Questions asked at other Companies

Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the booting process of RHEL, How to manage failed unmount or mount, What are the issues you have faced in working with Linux Servers, What is special permission, How many states a... read more
View answer (2)
Anonymous

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

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (278)
Anonymous

Web Developer Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

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
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. Given task to work on and based on that question answer of technical expertise
  • Add your answer
  • Q2. Technical questions
  • Add your answer
  • Q3. Learn/Discuss about previous experience
  • Add your answer

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Anonymous

Python Developer Trainee Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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
    Add your answer
  • Q2. Decorators ,serialization in python
  • Add your answer
  • Q3. Constructor, encapsulation, static.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume

Python Developer Trainee Interview Questions asked at other Companies

Q1. Python what type of language? Fathor of python?
View answer (2)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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
  • Add your answer
  • Q2. Based on resume projects
  • Add your answer

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (7)
Anonymous

Technology Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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
  • Add your answer
Round 2 - HR 

(1 Question)

  • Q1. Salary related,expected salary
  • Add your answer

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (1)
Anonymous

Programmer Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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
  • Add your answer

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9&nbsp; What ... read more
View answer (13)
Anonymous

Html Developer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

Html Developer Interview Questions asked at other Companies

Q1. In how many ways can we display an attribute of HTML?
View answer (2)
Anonymous

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
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Tester Interview Questions asked at other Companies

Q1. What is Sdlc and stlc. What is rtm. Diff bet severity n priority. What is scrum. What is burn down chart. What is verification n validation. What is testplan, testcase n test scenario. How testplan looks like. Steps of sdlc elaborate.
View answer (1)
Anonymous

Project Manager Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

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

(1 Question)

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

A small test to know about the aptitude

Project Manager Interview Questions asked at other Companies

Q1. How did you manage the software release and deployment?
View answer (2)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Silver Touch Technologies?
Ask anonymously on communities.
More about working at Silver Touch Technologies
  • HQ - Ahmedabad, Gujarat, India
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Public

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.

Silver Touch Technologies Interviews By Designations

  • Silver Touch Technologies Java Developer Interview Questions
  • Silver Touch Technologies Software Engineer Interview Questions
  • Silver Touch Technologies Web Developer Interview Questions
  • Silver Touch Technologies Project Manager Interview Questions
  • Silver Touch Technologies Tester Interview Questions
  • Silver Touch Technologies Technology Analyst Interview Questions
  • Silver Touch Technologies SAP Fico Consultant Interview Questions
  • Silver Touch Technologies HR Manager Interview Questions
  • Show more
  • Silver Touch Technologies Programmer Analyst Interview Questions
  • Silver Touch Technologies Linux Administrator Interview Questions

Interview Questions for Popular Designations

  • Java Developer Interview Questions
  • Senior Executive Interview Questions
  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Senior Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • HR Executive Interview Questions

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
ITC Infotech Interview Questions
3.7
 • 366 Interviews
Newgen Software Technologies
Newgen Software Technologies Interview Questions
3.8
 • 192 Interviews
3i Infotech
3i Infotech Interview Questions
3.4
 • 150 Interviews
Happiest Minds Technologies
Happiest Minds Technologies Interview Questions
3.6
 • 139 Interviews
Microland
Microland Interview Questions
3.5
 • 137 Interviews
Test Yantra Software Solutions
Test Yantra Software Solutions Interview Questions
3.1
 • 131 Interviews
Sify Technologies
Sify Technologies Interview Questions
3.8
 • 128 Interviews
Mastek
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Silver Touch Technologies Reviews and Ratings

based on 350 reviews

3.2/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.8

Salary

3.0

Job security

2.8

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 350 Reviews and Ratings
Jobs at Silver Touch Technologies
Silver Touch Technologies
Hardware sales

Ahmedabad

2-5 Yrs

₹ 5-7.5 LPA

Silver Touch Technologies
Cloud Sales Executive

Ahmedabad

2-7 Yrs

Not Disclosed

Silver Touch Technologies
Inside Sales Executive

Ahmedabad,

Vadodara

2-3 Yrs

Not Disclosed

Explore more jobs
Silver Touch Technologies Salaries in India
Software Developer
126 salaries
unlock blur

₹2 L/yr - ₹10 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

Senior Software Engineer
52 salaries
unlock blur

₹4.6 L/yr - ₹16 L/yr

Explore more salaries
Compare Silver Touch Technologies with
ITC Infotech

ITC Infotech

3.7
Compare
3i Infotech

3i Infotech

3.4
Compare
Sify Technologies

Sify Technologies

3.8
Compare
Microland

Microland

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Silver Touch Technologies Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter