i
Log 9 Materials Scientific
Filter interviews by
I applied via Referral and was interviewed before Aug 2021. There were 3 interview rounds.
posted on 31 Jan 2024
Program for binary search
Binary search is an efficient algorithm to search for an element in a sorted array
It works by repeatedly dividing the search space in half
If the middle element is the target, the search is successful
If the target is smaller, search the left half; if larger, search the right half
Continue dividing until the target is found or the search space is empty
posted on 20 Aug 2024
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
Storage variables in C are used to store data temporarily during program execution.
Storage variables in C are declared using data types like int, float, char, etc.
They can be stored in different memory locations like stack, heap, or data segment.
Variables declared outside functions have global scope and are stored in data segment.
Variables declared inside functions have local scope and are stored in stack memory.
Dynami...
The first three kinds of sorting are bubble sort, selection sort, and insertion sort.
Bubble sort compares adjacent elements and swaps them if they are in the wrong order.
Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.
Insertion sort builds the final sorted array one item at a time by inserting each
posted on 27 Jun 2024
I applied via Referral and was interviewed before Oct 2022. There were 4 interview rounds.
posted on 27 Nov 2021
I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.
posted on 8 Dec 2021
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
Front and back end coding with synopsis
Problem solving skills
posted on 6 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
Angular is a front-end web application framework that allows developers to build dynamic single-page applications.
Angular uses TypeScript for building applications.
It follows the MVC (Model-View-Controller) architecture.
Angular provides two-way data binding, which means changes in the model are automatically reflected in the view and vice versa.
It uses directives to extend HTML with new attributes and tags.
Angular has ...
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
In JavaScript, variable and function declarations are hoisted to the top of their scope.
This means that you can use a variable or function before it is declared.
However, only the declarations are hoisted, not the initializations.
Temporal dead zone is the period between entering scope and being able to access a variable.
Occurs when trying to access a variable before it has been declared
Caused by hoisting in JavaScript
Results in a ReferenceError
Example: const x = 10; console.log(x); // ReferenceError: Cannot access 'x' before initialization
Assistant Manager
32
salaries
| ₹6 L/yr - ₹11.4 L/yr |
Technician
23
salaries
| ₹2.4 L/yr - ₹3.8 L/yr |
Associate Manager
18
salaries
| ₹7 L/yr - ₹16 L/yr |
Junior Engineer
14
salaries
| ₹2.9 L/yr - ₹7.8 L/yr |
Brand Manager
8
salaries
| ₹8 L/yr - ₹28 L/yr |
Samunnati Financial Intermediation and Services
ARMSOFTECH.AIR
Fleetx.io
Terralogic Software Solutions