i
ValueLabs
Filter interviews by
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Microservices are small, independent services that work together, while monolithic is a single, large application.
Microservices are loosely coupled, allowing for independent development and deployment.
Monolithic applications are tightly integrated, making it harder to scale and maintain.
Microservices communicate through APIs, while monolithic applications have all components within the same codebase.
Examples of microse...
Top trending discussions
Give regex for geting the emails
posted on 6 Jun 2024
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
List is mutable, Tuple is immutable in Python.
List can be modified after creation, Tuple cannot be modified.
List uses square brackets [], Tuple uses parentheses ().
List is used for collections of items that may need to be changed, Tuple is used for collections of items that should not change.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Find min and max from a list without using function
Iterate through the list and compare each element with current min and max values
Update min and max values accordingly
Iterators are objects that allow iteration over a sequence, generators are functions that yield values one at a time, and lambdas are anonymous functions.
Iterators are objects that implement the iterator protocol, with methods like __iter__() and __next__().
Generators are functions that use the yield keyword to return values one at a time, pausing execution between each yield.
Lambdas are anonymous functions defined usi...
posted on 3 Oct 2024
Based on list, then Selenium x path
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Case studies about SAP
SAP HANA, SAP AI CORE AND LAUNCHPAD
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
Print words with even length from sentences
Iterate through each word in the sentence
Check the length of the word using len() function
If the length is even, add the word to a new list
Return the list of words with even length
Check if a string is symmetrical, palindrome, or both.
Check if the string is equal to its reverse to determine if it is a palindrome.
Check if the string is equal to its mirror image to determine if it is symmetrical.
A string that is both a palindrome and symmetrical is one that reads the same forwards and backwards.
posted on 13 Feb 2024
What are Decorators?
Why to use decorators?
What is generator and itrator why to use generator insted of itrator?
Use the open() function to read a file in Python.
Use the open() function with 'r' mode to open a file for reading.
Use the read() method to read the contents of the file.
Close the file using the close() method after reading.
I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.
based on 1 interview
Interview experience
Senior Software Engineer
2.2k
salaries
| ₹4.5 L/yr - ₹25 L/yr |
Software Engineer
818
salaries
| ₹7.1 L/yr - ₹14 L/yr |
Analyst
547
salaries
| ₹8.7 L/yr - ₹32 L/yr |
Technical Lead
412
salaries
| ₹12 L/yr - ₹42 L/yr |
System Analyst
373
salaries
| ₹9 L/yr - ₹30 L/yr |
TCS
Infosys
Wipro
HCLTech