i
Creative Synergies Group
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.
Top trending discussions
posted on 11 Jul 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
Angular is a popular front-end framework for building web applications.
Angular is developed and maintained by Google.
It uses TypeScript for building scalable and maintainable applications.
Angular has a powerful CLI for generating components, services, and more.
It has a large and active community with many third-party libraries and plugins available.
Angular has a modular architecture that allows for easy code reuse and
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
Providing C and C++ code for Senior Software Engineer position
For C code, demonstrate knowledge of pointers, memory allocation, and basic data structures
For C++ code, showcase understanding of object-oriented programming, inheritance, and polymorphism
Provide clear and concise code with proper commenting and formatting
Code to reverse a linked list and convert digital to binary format.
Create a new linked list and traverse the original list, adding each node to the beginning of the new list
To convert digital to binary, use the built-in function or write a function to divide the number by 2 and store the remainder in a stack until the quotient is 0, then pop the stack to get the binary representation
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Performance tuning in React involves optimizing code for faster rendering and improved user experience.
Identify and eliminate unnecessary re-renders by using shouldComponentUpdate or React.memo
Use PureComponent or memo to prevent unnecessary re-renders of components
Avoid using inline functions in render methods to prevent unnecessary re-renders
Optimize component rendering by splitting large components into smaller ones
...
Redux for complex state management, Context API for simpler state sharing
Use Redux for complex state management with multiple components needing access to the same state
Context API is suitable for simpler state sharing between parent and child components
Redux is more suitable for larger applications with a lot of state changes and actions
Context API is easier to set up and use for smaller applications or components
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
The '==' operator compares the reference of objects, while the 'equals' method compares the content of objects.
The '==' operator checks if two objects refer to the same memory location.
The 'equals' method compares the content of objects based on their implementation.
The 'equals' method can be overridden to provide custom comparison logic.
Example: String str1 = new String('hello'); String str2 = new String('hello'); str...
JIT compiler stands for Just-In-Time compiler. It dynamically compiles code during runtime for improved performance.
JIT compiler translates bytecode into machine code at runtime
It optimizes code execution by identifying frequently executed code and compiling it
Examples include the JIT compilers used in Java Virtual Machine (JVM) and .NET Common Language Runtime (CLR)
Assigning another value to a string reference creates a new string object in memory.
Assigning a new value to a string reference creates a new string object in memory
The original string object remains unchanged
The new value is stored in a different memory location
The old value may be garbage collected if there are no other references to it
The finally block will always execute, even if an exception is thrown from the try block.
The finally block is used to execute code that should always run, regardless of whether an exception is thrown or not.
If an exception is thrown from the try block, the code in the finally block will still execute.
This is useful for cleaning up resources, such as closing files or database connections.
Example: try { // code that may ...
Serialization is the process of converting an object into a stream of bytes to store or transmit it.
Java provides Serializable interface to enable serialization of objects.
Serialization can be used for caching, deep cloning, and remote method invocation.
Deserialization is the process of converting a stream of bytes back into an object.
Java also provides Externalizable interface for custom serialization.
Serialization ca...
Fail fast and fail safe are two error handling techniques in Java.
Fail fast approach detects errors as early as possible and stops the program execution immediately.
Fail safe approach handles errors gracefully and continues program execution.
Examples of fail fast include NullPointerException and ArrayIndexOutOfBoundsException.
Examples of fail safe include using try-catch blocks and logging errors instead of throwing ex
Lambda expression is an anonymous function while method reference refers to an existing method
Lambda expression is used to create an instance of a functional interface
Method reference is used to refer to an existing method of a class or object
Lambda expression uses the arrow operator (->) to separate the parameters and the body
Method reference uses the double colon (::) operator to separate the class or object and the
Sleep pauses the execution of a thread for a specified time, while wait pauses the execution until a specific condition is met.
Sleep is a static method of the Thread class, while wait is an instance method of the Object class.
Sleep is used to introduce a delay in the execution of a thread, while wait is used to wait for a specific condition to be met.
Sleep releases the lock on the object, while wait does not release th...
To get unique values from a collection using stream, use the distinct() method.
Call the distinct() method on the stream of the collection.
The distinct() method returns a stream of unique elements.
Use the collect() method to convert the stream back to a collection.
Concurrent hashmap allows multiple threads to access and modify the map concurrently.
Concurrent hashmap is thread-safe and uses internal locking mechanisms to ensure consistency.
It uses a technique called 'lock striping' to divide the map into multiple segments, each with its own lock.
This allows multiple threads to access different segments of the map concurrently without blocking each other.
Concurrent hashmap also us...
Hashmap and Hashset are data structures used to store key-value pairs and unique values respectively.
Hashmap uses hashing to store key-value pairs in an array. The hash function is used to map the key to an index in the array.
Hashset is similar to Hashmap but only stores unique values. It uses hashing to store values in an array.
Both Hashmap and Hashset have constant time complexity for insertion, deletion, and retriev...
ConcurrentHashMap is a thread-safe implementation of the Map interface in Java.
It allows multiple threads to access and modify the map concurrently without any external synchronization.
It achieves this by dividing the map into segments, each of which can be locked independently.
It provides better performance than synchronized HashMap for concurrent access.
It is part of the java.util.concurrent package in Java.
Example: ...
Iterator is a general interface while ListIterator is specific to List interface.
Iterator can traverse any collection while ListIterator can traverse only List.
ListIterator can traverse in both directions while Iterator can traverse only forward.
ListIterator has additional methods like add(), set(), previous(), etc.
Iterator is used for read-only access while ListIterator is used for both read and write access.
I applied via Naukri.com
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Design Engineer
197
salaries
| ₹3 L/yr - ₹12.2 L/yr |
Senior Design Engineer
147
salaries
| ₹5.2 L/yr - ₹15 L/yr |
Module Lead
89
salaries
| ₹6 L/yr - ₹17 L/yr |
Senior Engineer
76
salaries
| ₹6.5 L/yr - ₹14.5 L/yr |
Team Lead
45
salaries
| ₹8.9 L/yr - ₹18 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant