i
Cogent Data Solutions
Filter interviews by
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 6 Nov 2015
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
posted on 29 Nov 2022
I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.
Array and OOPS concept. Given set of questions to solve with each oops concept
Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.
Inheritance allows for the creation of a new car model that shares common features with an existing car model
The new car model can add or modify features inherited from the existing car model
For example, a new sports car model can inherit features from a base car model such as engine, tra...
posted on 29 Sep 2023
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
Just some internet questions.
Problem solving and coding in js
I applied via Approached by Company and was interviewed before Oct 2022. There were 5 interview rounds.
System design problems involve designing scalable and efficient software systems.
Consider scalability, reliability, and performance requirements
Break down the system into smaller components and define their interactions
Choose appropriate technologies and architecture patterns
Optimize for performance and consider fault tolerance
Consider data storage, caching, and load balancing strategies
posted on 16 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
based on 1 interview
Interview experience
Java Developer
13
salaries
| ₹2 L/yr - ₹3.8 L/yr |
US IT Recruiter
9
salaries
| ₹2.4 L/yr - ₹7 L/yr |
Angular Developer
7
salaries
| ₹3.2 L/yr - ₹3.6 L/yr |
IT Technical Recruiter
6
salaries
| ₹1.8 L/yr - ₹2.2 L/yr |
Software Developer
5
salaries
| ₹2.5 L/yr - ₹3.7 L/yr |
HyScaler
Pitney Bowes
AvenData GmbH
Dataflow Group