Filter interviews by
I applied via Job Portal and was interviewed before Mar 2023.Ā There were 3 interview rounds.
3 question on python basics
List is mutable, tuple is immutable in Python.
List can be modified (add, remove, change elements), tuple cannot be modified.
List is defined using square brackets [], tuple is defined using parentheses ().
List is used when we have a collection of items that may need to be changed, tuple is used when we have a collection of items that should not change.
Dict is a built-in data type in Python used to store key-value pairs.
Dict functions include keys(), values(), items(), get(), pop(), update(), clear().
Example: dict.keys() returns a list of all keys in the dictionary.
Example: dict.get('key') returns the value associated with 'key'.
I applied via Referral and was interviewed in Dec 2023.Ā There was 1 interview round.
Lists are mutable, tuples are immutable data structures in Python.
Lists are enclosed in square brackets [], tuples in parentheses ().
Lists can be modified (add, remove, change elements), tuples cannot be modified once created.
Lists are used for collections of items that may need to be changed, tuples are used for fixed collections of items.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Consider input validation, handling leap years, and using datetime library for accurate date calculations.
Validate input date format and ensure it is a valid date
Account for leap years when adding days to the date
Use datetime library in Python for accurate date calculations
Types of letter of credit
Revocable letter of credit
Irrevocable letter of credit
Confirmed letter of credit
Transferable letter of credit
Standby letter of credit
Cleareye.ai interview questions for popular designations
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021.Ā There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Jan 2020.Ā There were 3 interview rounds.
Depreciation is necessary to allocate the cost of an asset over its useful life.
Depreciation helps in matching the cost of an asset with the revenue it generates.
It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.
Depreciation expense reduces taxable income, resulting in tax savings for companies.
It helps in determining the true profitability and financial position of...
based on 4 interviews
Interview experience
based on 12 reviews
Rating in categories
3-7 Yrs
Not Disclosed
9-12 Yrs
Not Disclosed
18-20 Yrs
Not Disclosed
QA Engineer
24
salaries
| ā¹4.2 L/yr - ā¹4.2 L/yr |
Machine Learning Engineer
13
salaries
| ā¹7 L/yr - ā¹8.1 L/yr |
Business Analyst
7
salaries
| ā¹7.5 L/yr - ā¹16 L/yr |
Product Engineer
5
salaries
| ā¹3.8 L/yr - ā¹14.3 L/yr |
Senior Product Engineer
5
salaries
| ā¹4.2 L/yr - ā¹13 L/yr |
TCS
Accenture
Wipro
Cognizant