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

Updated 6 Feb 2024

Silver Touch Technologies Web Developer Interview Experiences

2 interviews found

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

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Try basic clear

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. About React Js ,what are the steps to build website by using React js
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about your Project

I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic question depends on java programming language
  • Q2. As u wish ask the question

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher so I have no ideas for interview advice

Interview Questionnaire 

5 Questions

  • Q1. What is the viewport?
  • Ans. 

    The viewport is the visible area of a web page displayed on a device's screen.

    • It determines the layout and dimensions of the content on the screen.

    • It can be adjusted using meta tags in the HTML head section.

    • It is important for responsive design and mobile optimization.

    • It can be simulated in web development tools like Chrome DevTools.

  • Answered by AI
  • Q2. Inline elements and block elements in CSS
  • Ans. 

    Inline elements are displayed inline with text while block elements take up the full width available.

    • Inline elements do not start on a new line

    • Block elements start on a new line and take up the full width available

    • Inline elements can have padding and margin applied horizontally but not vertically

    • Block elements can have padding and margin applied in all directions

    • Examples of inline elements include and , while examples

  • Answered by AI
  • Q3. Display inline vs. display block
  • Ans. 

    display inline is used for inline elements while display block is used for block-level elements.

    • display inline elements are placed next to each other horizontally

    • display block elements take up the entire width of their container

    • display inline-block elements are placed next to each other horizontally and can have a width and height set

  • Answered by AI
  • Q4. Flex and grid
  • Q5. Pseudo-classes in css
  • Ans. 

    Pseudo-classes are used in CSS to select and style elements based on their state or position in the document.

    • Pseudo-classes start with a colon (:)

    • Common pseudo-classes include :hover, :active, :focus, :first-child, :last-child

    • Pseudo-classes can be combined with selectors to target specific elements

    • Pseudo-classes can also be used to style links based on their state

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on aptitude test

Round 2 - Coding Test 

Basic questions on html and css javascript and php

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Had questions on html css javascript and php questions

Round 2 - HR 

(1 Question)

  • Q1. They tested communication

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the basics on which you are working or learned and the profile they have offered. Be brave and don't be get scared by seeing the interviewer and the way he asking questions.

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies Web Developer interview?
Silver Touch Technologies interview process usually has 2-3 rounds. The most common rounds in the Silver Touch Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Silver Touch Technologies Web Developer interview?

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

  1. Given task to work on and based on that question answer of technical expert...read more
  2. Sql query and some java quest...read more
  3. Basic of react if you k...read more

Tell us how to improve this page.

Silver Touch Technologies Web Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Microland Interview Questions
3.4
 • 129 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all
Silver Touch Technologies Web Developer Salary
based on 15 salaries
₹3.5 L/yr - ₹7 L/yr
8% more than the average Web Developer Salary in India
View more details

Silver Touch Technologies Web Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
106 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
71 salaries
unlock blur

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