Filter interviews by
I applied via Campus Placement
ArrayList is a dynamic array that can grow or shrink in size during runtime.
To create an ArrayList, import java.util.ArrayList and create an instance of it.
Add elements to the ArrayList using the add() method.
Access elements using the get() method and remove elements using the remove() method.
Example: ArrayList
names.add("John"); names.add("Mary"); names.remove(0);
String is a sequence of characters. String buffer is a mutable sequence of characters.
String is immutable while String buffer is mutable
String buffer is more efficient for concatenating multiple strings
String buffer has methods to insert, append, and delete characters
Example: String str = "Hello"; StringBuffer sb = new StringBuffer("World");
Example: str.concat("!"); sb.append("!");
The '==' operator checks for value equality, while '===' checks for both value and type equality.
The '==' operator performs type coercion, which can lead to unexpected results.
The '===' operator is more strict and does not perform type coercion.
For example, 1 == '1' returns true, but 1 === '1' returns false.
It is generally recommended to use '===' for more predictable and reliable code.
SQL queries for CRUD operations
CREATE: INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...)
READ: SELECT column1, column2, ... FROM table_name WHERE condition
UPDATE: UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition
DELETE: DELETE FROM table_name WHERE condition
posted on 27 Mar 2018
I appeared for an interview in Mar 2018.
posted on 29 Jun 2015
posted on 29 Jun 2015
posted on 1 Apr 2021
posted on 1 Apr 2021
posted on 1 Apr 2021
posted on 16 Nov 2021
I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.
posted on 5 May 2021
I applied via Company Website and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 7 Dec 2021
I applied via Walk-in and was interviewed in Jun 2021. There were 7 interview rounds.
Single mode and multiple mode are different types of fiber optic cables used for transmitting data.
Single mode fiber optic cables have a smaller core diameter and allow for the transmission of a single mode of light, resulting in higher bandwidth and longer transmission distances.
Multiple mode fiber optic cables have a larger core diameter and allow for the transmission of multiple modes of light, resulting in lower ba...
based on 1 interview
Interview experience
based on 17 reviews
Rating in categories
Associate Software Engineer
21
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Software Engineer
14
salaries
| ₹2 L/yr - ₹8 L/yr |
Java Developer
4
salaries
| ₹2.4 L/yr - ₹4.3 L/yr |
Softwaretest Engineer
4
salaries
| ₹3.6 L/yr - ₹4.5 L/yr |
Test Engineer
3
salaries
| ₹4.5 L/yr - ₹7.2 L/yr |
Reliance Communications
Henry Harvin Education
GAO Tek
Tata Teleservices