i
Colan Infotech
Filter interviews by
I applied via Walk-in and was interviewed in Sep 2024. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
out and ref are used for passing arguments by reference, while partial classes allow splitting a class definition into multiple files.
out keyword is used for passing arguments by reference and does not require the variable to be initialized before passing.
ref keyword is used for passing arguments by reference and requires the variable to be initialized before passing.
Partial classes allow splitting a class definition i...
Interceptors in Angular are used to intercept HTTP requests and responses.
Interceptors can be used to modify requests before they are sent and responses before they are received.
They can be used for tasks like adding headers, logging, error handling, etc.
Example: Creating an interceptor to add a token to every outgoing request for authentication.
Program to print decreasing number of asterisks in each line
Create a loop to iterate from n to 1
In each iteration, print the corresponding number of asterisks
Use a nested loop to print the asterisks in each line
I am a dedicated and detail-oriented Manual Test Engineer with 5 years of experience in testing web and mobile applications.
5 years of experience in manual testing
Proficient in testing web and mobile applications
Detail-oriented and dedicated to ensuring quality
Strong problem-solving skills
Experience with test case creation and execution
Colan Infotech interview questions for popular designations
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Lists are mutable in Python.
Lists can be modified after creation, allowing for addition, removal, and modification of elements.
Tuples, strings, integers, and floats are immutable in Python.
Example: list_example = [1, 2, 3]; list_example[1] = 5 # modifies the list element at index 1 to 5.
The code will print 'o wo', which is the substring of 'Hello world' starting from index 4 up to index 7.
The slicing operation str[4:8] extracts characters from index 4 to index 7 (exclusive) from the string 'Hello world'.
The index 4 corresponds to the character 'o' and index 7 corresponds to the character 'd'.
Therefore, the output of print(str[4:8]) will be 'o wo'.
List of 10 common HTML tags used in web development
1.
2.
: Defines a paragraph
4. : Defines an image
5.
6.
7.
8.
Software Engineer
213
salaries
| ₹1.2 L/yr - ₹8.9 L/yr |
Software Developer
68
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Softwaretest Engineer
39
salaries
| ₹1 L/yr - ₹8 L/yr |
Senior Software Engineer
35
salaries
| ₹4.2 L/yr - ₹18 L/yr |
DOT NET Developer
31
salaries
| ₹1.2 L/yr - ₹7.5 L/yr |
Infosys
TCS
Wipro
HCLTech