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
3.3

based on 294 Reviews

Filter interviews by

Silver Touch Technologies Python Developer Trainee Interview Questions and Answers

Updated 13 Oct 2024

Silver Touch Technologies Python Developer Trainee Interview Experiences

1 interview 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 questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between List and Array
  • Ans. 

    List is a built-in Python data structure that can hold elements of different data types, while Array is a data structure from the NumPy library that can hold elements of the same data type.

    • List is a dynamic array that can grow or shrink in size, while Array has a fixed size.

    • List can hold elements of different data types, while Array can only hold elements of the same data type.

    • List is a part of Python's standard librar...

  • Answered by AI
  • Q2. Types of renderer classes in DRF
  • Ans. 

    DRF provides JSON, BrowsableAPI, TemplateHTML, and AdminRenderer classes for rendering responses.

    • JSONRenderer: Renders data in JSON format.

    • BrowsableAPIRenderer: Renders data in a browsable HTML format with forms for interacting with the API.

    • TemplateHTMLRenderer: Renders data using a specified template in HTML format.

    • AdminRenderer: Renders data in a format suitable for Django admin interface.

  • Answered by AI
  • Q3. What is Method Resolution Order?
  • Ans. 

    Method Resolution Order (MRO) is the order in which classes are searched for a method or attribute in Python.

    • MRO is determined by the C3 linearization algorithm in Python.

    • It follows a depth-first left-to-right traversal of the class hierarchy.

    • MRO is important in multiple inheritance scenarios to resolve method conflicts.

    • Example: class A: pass class B(A): pass class C(A): pass class D(B, C)

  • Answered by AI
  • Q4. Difference between class method and static method.
  • Ans. 

    Class method is bound to the class itself, while static method is not bound to any specific instance or class.

    • Class method takes 'cls' as the first parameter, allowing access to class variables and methods.

    • Static method does not take any special parameters and does not have access to class or instance variables.

    • Class method can be called on both the class and instances of the class.

    • Static method is mainly used for util...

  • Answered by AI
  • Q5. What are transactions in SQL?
  • Ans. 

    Transactions in SQL are a way to ensure data integrity by grouping multiple SQL statements into a single unit of work.

    • Transactions help maintain the ACID properties (Atomicity, Consistency, Isolation, Durability) of a database.

    • They allow multiple SQL statements to be executed as a single unit, either all succeeding or all failing.

    • Transactions can be started with BEGIN TRANSACTION, COMMIT to save changes, or ROLLBACK to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company organized a F2F interview instead of going virtual. The interviewer was a bit rude and I answered nearly 80% of the questions. HR told me to leave as I would be contacted via the agency. Till today no feedback was passed on. Poor hiring ethics of the company.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Decorators and its type in python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • Types of decorators in Python include function decorators, class decorators, and method decorators.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

  • Answered by AI
  • Q2. Oops concept abstraction , method overloading and overriding

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They asked basic questions on python , git , django framework

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare for everything
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2022. There were 4 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 

General Aptitude question and english Verbels

Round 3 - Technical 

(1 Question)

  • Q1. Questions on Python, NPL and basic projects done by US
Round 4 - HR 

(1 Question)

  • Q1. They Stated saying that we get an offer letter by soon get ready for the joining, But no response from them if we get back to them

Interview Preparation Tips

Topics to prepare for Lumina Datamatics Python Developer interview:
  • Python
  • SQL
  • Ai Npl
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.Python Core Concept 2.Sql Queries 3.Coding Question
  • Q2. 4.oops concept 5.project level question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what ever you write in your resume.Be confident for role and responsibility.

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies Python Developer Trainee interview?
Silver Touch Technologies interview process usually has 2 rounds. The most common rounds in the Silver Touch Technologies interview process are Coding Test and Technical.
What are the top questions asked in Silver Touch Technologies Python Developer Trainee interview?

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

  1. What is lambda functi...read more
  2. Decorators ,serialization in pyt...read more
  3. constructor, encapsulation, stat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
NeoSOFT Interview Questions
4.0
 • 251 Interviews
View all
Software Developer
102 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Java Developer
88 salaries
unlock blur

₹2.2 L/yr - ₹8.6 L/yr

Senior Software Developer
69 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Business Analyst
46 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Silver Touch Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview