Filter interviews by
I applied via Indeed and was interviewed before Dec 2020. There was 1 interview round.
Java has two types of exceptions: checked and unchecked.
Checked exceptions must be handled by the code, or declared in the method signature with the 'throws' keyword.
Unchecked exceptions do not need to be handled or declared.
Examples of checked exceptions include IOException and ClassNotFoundException.
Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.
Top trending discussions
posted on 9 Jan 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.
Higher Order and Lambda Functions in Kotlin
Higher order functions are functions that take other functions as parameters or return functions
Lambda functions are anonymous functions that can be used as arguments or return values in higher order functions
They provide a concise way to write code and enable functional programming in Kotlin
Multi Modular Project structure is an architectural approach that divides an application into multiple modules for better organization and scalability.
Divide the application into separate modules based on functionality or features.
Each module should have its own set of code, resources, and dependencies.
Modules can communicate with each other through defined interfaces or APIs.
Modularization helps in code reusability, e...
Null pointer prevention and type safety in Kotlin
Kotlin uses nullable and non-nullable types to prevent null pointer exceptions
The safe call operator '?' can be used to safely access nullable variables
The '!!' operator can be used to explicitly throw a null pointer exception
Kotlin's type system ensures type safety by checking types at compile-time
posted on 12 Sep 2022
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
By Tcs hiring process
Some dsa questions
Like based on kadane algorithm
And some implementations based questions
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Objective-C is the older language used for iOS development, while Swift is the newer, more modern language.
Objective-C is a superset of C with Smalltalk-style messaging syntax.
Swift is more concise and easier to read than Objective-C.
Swift is safer due to its optionals and type interference features.
Objective-C has been around longer and has a larger codebase, but Swift is becoming more popular.
Many developers prefer S...
I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.
Use counting sort algorithm to achieve O(n) time complexity.
Count the frequency of each string in the array.
Create a new array based on the frequency counts.
Iterate through the new array to reconstruct the sorted array.
Coding test based on array
I applied via Approached by Company and was interviewed in May 2023. There were 3 interview rounds.
Administrator
5
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Account Assistant
5
salaries
| ₹1 L/yr - ₹1.8 L/yr |
Android Developer
4
salaries
| ₹2.8 L/yr - ₹3.7 L/yr |
Software Tester
3
salaries
| ₹3 L/yr - ₹3 L/yr |
Service Engineer
3
salaries
| ₹1.4 L/yr - ₹2.3 L/yr |
TCS
Accenture
Wipro
Cognizant