i
CognitiveClouds
Filter interviews by
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
The HR who contacted me was polite and guided mt through the test, the mcq section was easy(13 questions, java, sql, springboot, RestAPI), but the coding platform (CodeJudge-Proctoring) they chose to give test was very bad, had multiple errors in it, No proper description and unclear input and output examples, type mismatch in the code, method which returns was int, which was irrelevant to check for a palindrome question where expected output was String(worst way to display
The coding test of 45 mins where one of the senior manager along with the HR joined the call. He asked core java theory questions , followed by 2 easy DSA questions which I solved sharing the screen , the interview went well and I did no mistakes. I was confident that I will get the HR call soon after , but they didn't reached out to me , and when I called the HR she said I was rejected in the coding round which makes no sense.
Top trending discussions
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
I have used the Singleton design pattern in my Java projects.
Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.
It is useful when we want to limit the number of instances of a class to one.
Example: Creating a Logger class as a Singleton to ensure only one instance is used throughout the application.
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Company Website
I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.
Encapsulation is the process of hiding implementation details and providing access to only necessary information.
Encapsulation helps in achieving data abstraction and information hiding.
It allows for better control over data and prevents unauthorized access.
In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.
For example, a class may have private variables that c...
A string is a sequence of characters used to represent text in programming.
Strings are often used for storing and manipulating text data.
In Java, strings are represented by the String class.
Strings can be concatenated using the + operator.
Strings are immutable, meaning they cannot be changed once created.
Examples of string literals include "hello world" and "42".
I was interviewed in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
I was interviewed in Jun 2017.
based on 2 interviews
Interview experience
Software Engineer
65
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
42
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
IOS Developer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
TO THE NEW
TCS
Infosys
Wipro