i
TO THE NEW
Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed in Aug 2022. There were 4 interview rounds.
Basic aptitude ,logical and cs fundamental questions.
Bubble sort algorithm sorts an array by repeatedly swapping adjacent elements if they are in wrong order.
Compare adjacent elements and swap them if they are in wrong order
Repeat this process until the array is sorted
Time complexity is O(n^2)
Space complexity is O(1)
Example: ['apple', 'banana', 'orange', 'grape'] -> ['apple', 'banana', 'grape', 'orange']
Check for balanced parenthesis in a string.
Use a stack to keep track of opening parenthesis
If a closing parenthesis is encountered, pop from stack and check if it matches
If stack is empty at the end, the string has balanced parenthesis
I applied via Campus Placement and was interviewed in Nov 2021. There were 4 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.
Strong OOPS concept is essential for Java developers to write efficient and maintainable code.
Understanding of classes, objects, inheritance, polymorphism, and encapsulation
Ability to design and implement complex systems using OOPS principles
Experience with design patterns and SOLID principles
Knowledge of interfaces, abstract classes, and access modifiers
Familiarity with UML diagrams for modeling software systems
I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.
Java is a high-level programming language known for its platform independence and object-oriented approach.
Java is widely used for developing desktop, web, and mobile applications.
It is known for its write once, run anywhere (WORA) capability.
Java uses a virtual machine (JVM) to execute code, providing portability across different operating systems.
It supports multithreading, exception handling, and dynamic memory allo...
Inheritance is a mechanism in object-oriented programming where a new class is created from an existing class.
Allows for code reuse and promotes code organization
The new class (subclass) inherits properties and methods from the existing class (superclass)
Subclass can add new properties and methods or override existing ones
Example: A Car class can inherit properties and methods from a Vehicle class
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
A program to calculate the sum of numbers.
Create a variable to store the sum.
Iterate through the numbers and add each number to the sum.
Return the sum.
Java is a high-level, object-oriented programming language used to develop applications for various platforms.
Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)
It is known for its security features and is commonly used for developing web applications, mobile apps, and enterprise software
Java code is compiled into bytecode, which can be executed on any platform that has a JVM instal...
Java is a versatile, platform-independent language with a vast community and extensive libraries.
Java is object-oriented and easy to learn.
It has a vast community and extensive libraries.
It is platform-independent and can run on any device.
Java is secure and reliable.
It is used in various domains like web development, mobile app development, and enterprise applications.
Examples: Android apps, Spring framework, Hadoop,
I was interviewed before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.
String is a class in Java used to represent a sequence of characters.
Strings are immutable in Java
String objects can be created using string literals or the new keyword
String class provides various methods for manipulating strings such as substring, replace, etc.
Software Engineer
561
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
556
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Technical Leader
219
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Quality Engineer
175
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
157
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech