i
NextComm Corporation
Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.
Aptitiude test was east just asked simple and easy questions so nothing to worry about.
In the coding test they first asked the normal java language questions , and then gave me projects and told me to find error i just found the errors.
I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.
Lists are mutable, ordered collections while tuples are immutable, ordered collections.
Lists are mutable, meaning their elements can be changed after creation, while tuples are immutable.
Lists are defined using square brackets [], while tuples are defined using parentheses ().
Lists are typically used for collections of similar items that may need to be modified, while tuples are used for fixed collections of items.
Exam...
deepcopy creates a new object and recursively copies all objects it references, while shallowcopy creates a new object and copies only the references to the original objects.
deepcopy creates a new object and recursively copies all objects it references
shallowcopy creates a new object and copies only the references to the original objects
Changes made to the original object after shallow copy reflect in the copied object
I applied via Naukri.com and was interviewed before Mar 2023. There were 4 interview rounds.
Merge Sort is a popular sorting algorithm that uses the divide and conquer approach.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
Merge two sorted lists into a single sorted list
Create a new list to store the merged result
Compare elements from both lists and add the smaller one to the result list
Continue until all elements from both lists are merged
I applied via LinkedIn and was interviewed in Jul 2021. There were 4 interview rounds.
Python project overview
Describe the purpose and goals of the project
Explain the technologies and tools used in the project
Discuss the project's architecture and design
Highlight any challenges faced and how they were overcome
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Generators are functions that return an iterator, while iterators are objects that can be iterated over. To find 3 highest salaried employees, sort the employees by salary and select the top 3.
Generators are functions that use yield keyword to return data one at a time, while iterators are objects that implement __iter__ and __next__ methods.
To find 3 highest salaried employees, sort the employees by salary in descendi...
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Python data sql dsa automation test
Number reasoning data analytucs
posted on 15 Jun 2024
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 denoted by the @ symbol followed by the decorator function name.
They are commonly used for adding functionality to existing functions without modifying their code.
Decorators can be used for logging, timing, authentication, and more.
Example: @staticmethod decorator in Python is used to define a method that is not bou
based on 129 reviews
Rating in categories
Corporate Trainer
3
salaries
| ₹6 L/yr - ₹9 L/yr |
HR Executive Recruiter
3
salaries
| ₹3.5 L/yr - ₹3.6 L/yr |
AWS Devops Engineer
3
salaries
| ₹5 L/yr - ₹6 L/yr |
Bharti Airtel
Reliance Industries
TCS
Infosys