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 Sr. BDE was asked
Q. How many leads can you generate in a month?
Ans. 

I can generate around 50-100 leads per month depending on the industry and target audience.

  • The number of leads generated can vary based on the industry and target audience.

  • I have experience using various lead generation techniques such as email marketing, social media marketing, and cold calling.

  • I always prioritize quality over quantity when it comes to lead generation.

  • I am constantly learning and adapting to new ...

View all Sr. BDE interview questions
A SAP Fico Consultant was asked
Q. What is the P2P cycle in SAP?
Ans. 

P2P cycle in SAP refers to the Procure-to-Pay cycle which involves the process of procuring goods and services and paying for them.

  • The cycle starts with the creation of a purchase requisition

  • The purchase requisition is then converted into a purchase order

  • Goods or services are received and verified against the purchase order

  • Invoice is received and matched against the purchase order and goods receipt

  • Payment is made ...

View all SAP Fico Consultant interview questions
A SAP Fico Consultant was asked
Q. What is the chart of accounts?
Ans. 

The chart of accounts is a list of all the accounts used by an organization to record financial transactions.

  • It is a structured list of all the accounts used by an organization

  • It provides a framework for organizing financial transactions

  • It helps in the preparation of financial statements

  • It is unique to each organization and can be customized to meet their specific needs

View all SAP Fico Consultant interview questions
A SAP MM Functional Consultant was asked
Q. Explain the P2P process with relevant tables.
Ans. 

P2P process involves procurement of goods and services from vendors through purchase orders and payments.

  • Purchase requisition is created by the requesting department

  • Purchase order is created and sent to the vendor

  • Goods receipt is created upon delivery of goods

  • Invoice verification is done to ensure correct payment

  • Tables involved: EKKO, EKPO, EKBE, MSEG, RBKP, BKPF

View all SAP MM Functional Consultant interview questions
A SAP MM Functional Consultant was asked
Q. Explain the GR/IR process.
Ans. 

GR/IR process is used to reconcile Goods Receipt (GR) and Invoice Receipt (IR) in SAP MM.

  • GR/IR clearing account is used to record the difference between GR and IR

  • GR is created when goods are received and IR is created when invoice is received

  • GR/IR clearing account is cleared when the difference between GR and IR is resolved

  • If GR is greater than IR, the difference is posted as a credit to GR/IR clearing account

  • If I...

View all SAP MM Functional Consultant interview questions
A SAP MM Functional Consultant was asked
Q. Explain inventory management and its cyclic process.
Ans. 

Inventory management is the process of efficiently managing the flow of goods in and out of a company's inventory.

  • Inventory management involves tracking inventory levels, ordering new stock, and managing stock levels to avoid overstocking or stockouts.

  • The cyclic process of inventory management includes receiving goods, storing them, picking and packing orders, and shipping them to customers.

  • Inventory management al...

View all SAP MM Functional Consultant interview questions
A SAP MM Functional Consultant was asked
Q. Explain all the expected scenarios related to SAP MM.
Ans. 

SAP MM scenarios involve procurement, inventory management, and invoice verification.

  • Procurement of materials from vendors

  • Inventory management including stock transfer and physical inventory

  • Invoice verification and payment processing

  • Material requirement planning and forecasting

  • Vendor evaluation and selection

  • Integration with other SAP modules like FI, SD, and PP

View all SAP MM Functional Consultant interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Explain the OAuth 2.0 flow and how it works.
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...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How can I make a JSP page thread-safe?
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 ses...

View all Software Engineer interview questions
A SAP Basis Administrator was asked
Q. What is your experience with HANA database management and administration?
Ans. 

HANA database management involves monitoring, performance tuning, and backup strategies for optimal SAP system performance.

  • Monitor system performance using HANA Studio and SAP HANA Cockpit.

  • Implement backup strategies like full, incremental, and differential backups.

  • Use SQLScript for efficient data processing and analytics.

  • Manage user roles and authorizations to ensure data security.

  • Perform regular updates and patc...

View all SAP Basis Administrator interview questions

Silver Touch Technologies Interview Experiences

28 interviews found

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

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