i
CoreFlex Solutions
Filter interviews by
I applied via Naukri.com
useMemo is a React hook used for memoizing expensive computations and optimizing performance.
useMemo is used to memoize the result of a function or computation.
It takes a function and an array of dependencies as arguments.
The function is only re-executed if any of the dependencies change.
It returns the memoized value, which can be used in the component.
It is useful for optimizing performance by avoiding unnecessary re-
The useEffect hook is used in React to perform side effects in functional components.
It is used to handle side effects like data fetching, subscriptions, or manually changing the DOM.
It runs after every render and can be used to replace lifecycle methods like componentDidMount and componentDidUpdate.
It takes two arguments: a function that contains the side effect logic, and an optional array of dependencies.
The functio...
Semantic elements are HTML tags that give meaning to the content they wrap, making it more accessible and SEO-friendly.
Semantic elements provide structure and context to web pages.
They help search engines understand the content better.
Examples of semantic elements include
useMemo is a React hook used to memoize the result of a function and optimize performance.
useMemo is used to cache the result of a function and only recompute it when its dependencies change.
It is useful for optimizing expensive calculations or preventing unnecessary re-rendering of components.
Example: useMemo(() => calculateExpensiveValue(a, b), [a, b])
The memoized value is returned by useMemo and can be used in the c
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Typing ,Grammar ,Numbers and Ect
CoreFlex Solutions interview questions for popular designations
I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
Find second max salary of employee by department in SQL
Use GROUP BY clause to group employees by department
Use MAX() function to find the maximum salary
Use subquery to find the second maximum salary
Find second max salary of employee by department using pandas dataframe
Group the dataframe by department
Sort the salaries in descending order
Select the second highest salary for each department
Python code to download file from aws s3 to local using boto3
Install boto3 library using pip
Create an S3 client using boto3
Use the download_file method to download the file from S3 to local
A program to count the number of words in a text file using PySpark.
Read the text file using SparkContext
Split the lines into words using flatMap
Map each word to a tuple of (word, 1)
Reduce by key to count the occurrences of each word
Save the output to a file
I applied via campus placement at Cochin University of Science and Technology (CUST) and was interviewed in Apr 2023. There were 3 interview rounds.
Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.
Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.
Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.
Padding is compiler-dependent and can vary between different platforms and architectures.
Padding can affect the size of a structure and the performance of the program.
Example: struct example { ...
Forming a dictionary from name
Create an empty dictionary
Iterate through each character in the name
Add the character as a key and its frequency as value in the dictionary
posted on 10 Jul 2023
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 interview rounds.
KWP2000 and UDS are communication protocols used in automotive diagnostics.
KWP2000 is used for diagnostics and flashing of electronic control units (ECUs) in older vehicles.
UDS (Unified Diagnostic Services) is a modern protocol used for diagnostics and flashing of ECUs in newer vehicles.
Both protocols allow for communication between a diagnostic tool and the vehicle's ECUs to read and clear fault codes, perform tests, ...
There are mainly three types of ECUs: Engine Control Unit (ECU), Transmission Control Unit (TCU), and Body Control Module (BCM).
Engine Control Unit (ECU) - controls the engine functions such as fuel injection, ignition timing, and emissions.
Transmission Control Unit (TCU) - manages the transmission system, including gear shifting and torque converter lockup.
Body Control Module (BCM) - oversees various body functions li...
Online and offline in CANoe refer to the modes of communication with the CAN bus.
Online mode allows real-time interaction with the CAN bus, sending and receiving messages.
Offline mode allows analysis of previously recorded CAN bus data without real-time interaction.
Online mode is used for testing and debugging live systems, while offline mode is used for post-analysis and simulation.
Examples: Online mode is used to mon...
posted on 12 Aug 2021
I applied via Approached by Company and was interviewed before Aug 2020. There was 1 interview round.
Functional interface is an interface with only one abstract method. Benefits include lambda expressions and improved code readability.
Functional interface allows for the use of lambda expressions, which can simplify code and improve readability.
It also enables the use of method references, which can make code more concise.
Functional interfaces are used extensively in Java 8's Stream API.
Transaction uses include ensurin...
Different isolation levels in transactions and their purpose.
Isolation levels determine how transactions interact with each other.
READ UNCOMMITTED: Allows dirty reads, can cause phantom reads.
READ COMMITTED: Prevents dirty reads, but allows non-repeatable reads.
REPEATABLE READ: Prevents dirty and non-repeatable reads, but allows phantom reads.
SERIALIZABLE: Prevents all three types of reads, but can cause deadlock.
Purpo...
posted on 3 Nov 2021
I applied via Walk-in and was interviewed before Nov 2020. There were 2 interview rounds.
Interview experience
based on 54 reviews
Rating in categories
Software Engineer
65
salaries
| ₹4.5 L/yr - ₹13 L/yr |
Associate Software Engineer
56
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Senior Software Engineer
26
salaries
| ₹7.1 L/yr - ₹23 L/yr |
Software Developer
13
salaries
| ₹3 L/yr - ₹9 L/yr |
Softwaretest Engineer
12
salaries
| ₹3.2 L/yr - ₹7.5 L/yr |
TCS
Infosys
Wipro
HCLTech