Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Log 9 Materials Scientific Team. If you also belong to the team, you can get access from here

Log 9 Materials Scientific Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Log 9 Materials Scientific Quality Engineer Interview Questions and Answers

Updated 22 Feb 2024

Log 9 Materials Scientific Quality Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction of the candidate
  • Q2. Notice period and salary
Round 2 - Technical 

(1 Question)

  • Q1. Cell manufacturing, Quality, Battery Assembly

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain storage variables in C?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Take two numbers, reverse both, then perform addition and reverse again?
  • Q3. First three kinds of sorting
  • Ans. 

    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

  • Answered by AI
  • Q4. Output questions based on pointers in C

Interview Preparation Tips

Topics to prepare for Ignitarium Technology Solutions Senior Engineer interview:
  • C
  • Data Structures
  • Embedded Systems

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ios basic questions related to Swift language
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How does Angular work ?
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Array based javascript question
  • Q3. What is hoisting ?
  • Ans. 

    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.

  • Answered by AI
  • Q4. What is temporal dead zone ?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is React Js? Virtual Dom? d/ w state and props? Hooks? D/w class nd functional Components? Life Cycle Components? Mounting? Routing? And soo on
  • Ans. 

    React Js is a JavaScript library for building user interfaces.

    • Virtual DOM is a lightweight copy of the actual DOM used for faster rendering.

    • State and props are used to manage data in React components.

    • Hooks are functions that allow you to use state and other React features in functional components.

    • Class and functional components are two ways to create React components.

    • Life cycle components are methods that are called at...

  • Answered by AI
  • Q2.  What is JavaScript? ES6? Promise? Async await?
  • Ans. 

    JavaScript is a scripting language used for web development. ES6 is the latest version with new features. Promise and Async await are used for asynchronous programming.

    • JavaScript is a high-level, interpreted language used for web development.

    • ES6 is the latest version of JavaScript with new features like arrow functions, let and const keywords, and template literals.

    • Promise is a way to handle asynchronous operations in ...

  • Answered by AI
  • Q3. HTML CSS Jquery AJAX calls
  • Q4. Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with Self Introduction Be Confidence

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Assignment test will be intrested to me

Round 3 - Aptitude Test 

Aptitude test will be intrested to me

Interview Preparation Tips

Topics to prepare for Terralogic Software Solutions Software Developer interview:
  • Java,SQL, python
  • Java, SQL, python
Interview preparation tips for other job seekers - For intrested in this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Was related to basics

Round 3 - Technical 

(1 Question)

  • Q1. Digital and Microprocessor questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Give a code and write coding or debug
  • Ans. 

    Provide a code snippet and explain how to debug it

    • Identify the specific error message or issue in the code

    • Check for syntax errors, missing brackets, or typos

    • Use debugging tools like console.log or breakpoints to track the flow of the code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.

Log 9 Materials Scientific Interview FAQs

How many rounds are there in Log 9 Materials Scientific Quality Engineer interview?
Log 9 Materials Scientific interview process usually has 2 rounds. The most common rounds in the Log 9 Materials Scientific interview process are HR and Technical.
What are the top questions asked in Log 9 Materials Scientific Quality Engineer interview?

Some of the top questions asked at the Log 9 Materials Scientific Quality Engineer interview -

  1. Cell manufacturing, Quality, Battery Assem...read more
  2. Introduction of the candid...read more

Tell us how to improve this page.

Log 9 Materials Scientific Quality Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tata Chemicals Interview Questions
4.1
 • 61 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
IIT Bombay Interview Questions
4.5
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ARMSOFTECH.AIR Interview Questions
3.3
 • 23 Interviews
LambdaTest Interview Questions
4.4
 • 17 Interviews
View all
Log 9 Materials Scientific Quality Engineer Salary
based on 7 salaries
₹3.2 L/yr - ₹7 L/yr
53% more than the average Quality Engineer Salary in India
View more details

Log 9 Materials Scientific Quality Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
32 salaries
unlock blur

₹6 L/yr - ₹11.4 L/yr

Technician
23 salaries
unlock blur

₹2.4 L/yr - ₹3.8 L/yr

Associate Manager
18 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Junior Engineer
14 salaries
unlock blur

₹2.9 L/yr - ₹7.8 L/yr

Brand Manager
8 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Explore more salaries
Compare Log 9 Materials Scientific with

Samunnati Financial Intermediation and Services

4.3
Compare

ARMSOFTECH.AIR

3.4
Compare

Fleetx.io

3.7
Compare

Terralogic Software Solutions

2.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview