Lumiq
10+ ICARE Institute of Medical Sciences and Research Interview Questions and Answers
You are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.
A subarray is a ...read more
We are suffering from the Second wave of Covid-19. The Government is trying to increase its vaccination drives. Ninja wants to help the Government to plan an effective method to help increase v...read more
Q3. What is coalesce and repartition ?
Coalesce is used to select the first non-null value from a set of columns. Repartition is used to shuffle data across nodes.
Coalesce is a function that returns the first non-null value from a set of columns.
Repartition is used to shuffle data across nodes to increase parallelism.
Coalesce reduces the number of columns in a DataFrame.
Repartition increases or decreases the number of partitions in a DataFrame.
Coalesce is used to merge multiple columns into one.
Repartition is used...read more
Q4. What is Brypt lib. I’ve used it in the project
Bcrypt lib is a library used for hashing passwords securely in software projects.
Bcrypt lib is commonly used in software projects to securely hash passwords before storing them in a database.
It helps protect user passwords from being easily compromised in case of a data breach.
Bcrypt uses a salt to add randomness to the hashing process, making it more difficult for attackers to crack passwords.
Example: bcrypt.hashSync('password123', 10); // hashes the password 'password123' w...read more
Q6. How to optimize spark jobs ?
Optimizing Spark jobs involves tuning various parameters such as memory allocation, partitioning, and caching.
Increase memory allocation for executors and driver
Partition data appropriately to avoid skewness
Cache frequently accessed data to avoid recomputation
Use broadcast variables for small data sets
Avoid shuffling data unnecessarily
Use appropriate serialization format
Use appropriate hardware for cluster
Monitor and optimize resource utilization
Q8. Sql - Find the 5 th highest salary
Find the 5th highest salary using SQL.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to limit the result to the 5th highest salary.
Use a subquery to exclude the top 4 salaries and retrieve the 5th highest salary.
Q10. a html code to print a box
To create and print a box in HTML, use the <div> element with CSS styling for borders and dimensions.
Use the <div> element to create a box in HTML.
Apply CSS styling to set the dimensions (width, height) of the box.
Use CSS properties like border, padding, and margin to create the box outline.
Example: <div style='width: 100px; height: 100px; border: 1px solid black;'></div>
Q11. What is JWT.
JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.
JWT is commonly used for authentication and information exchange in web development.
It consists of three parts: header, payload, and signature.
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
More about working at Lumiq
Top HR Questions asked in ICARE Institute of Medical Sciences and Research
Interview Process at ICARE Institute of Medical Sciences and Research
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month