i
Silver Touch Technologies
Filter interviews by
I applied via Job Fair and was interviewed before Oct 2023. There were 2 interview rounds.
60 min
* Aptitude(20 questions)(20Minutes)
* Coding question(2 Question)(40 minutes)
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.
posted on 27 May 2024
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...
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.
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)
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...
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...
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
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.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Aug 2022. There were 4 interview rounds.
General Aptitude question and english Verbels
Software Developer
102
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Java Developer
88
salaries
| ₹2.2 L/yr - ₹8.6 L/yr |
Senior Software Developer
69
salaries
| ₹4 L/yr - ₹11 L/yr |
Senior Software Engineer
50
salaries
| ₹4.2 L/yr - ₹13 L/yr |
Business Analyst
46
salaries
| ₹3 L/yr - ₹11 L/yr |
TCS
Infosys
Wipro
HCLTech