Mantra Technologies
Industrus Tech Interview Questions and Answers
Q1. What is oops concept and what is numpy and pandas in python
Oops concept is object-oriented programming principles. Numpy and Pandas are libraries in Python for numerical computing and data manipulation.
Oops concept involves principles like inheritance, encapsulation, polymorphism, and abstraction.
Numpy is a library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.
Pandas is a library for data manipulation and analysis in Python, offering data structures like DataFrame for handling s...read more
Q2. What is if else conditional statement
if else statement is a programming construct that allows for conditional execution of code based on a specified condition.
Used to execute a block of code if a specified condition is true, and another block if the condition is false
Syntax: if (condition) { // code block } else { // code block }
Example: if (x > 5) { console.log('x is greater than 5'); } else { console.log('x is less than or equal to 5'); }
Q3. What is operaters in python
Operators in Python are symbols that perform operations on variables and values.
Operators include arithmetic operators (+, -, *, /), assignment operators (=, +=, -=), comparison operators (==, !=, <, >), logical operators (and, or, not), and more
Operators can be used to perform mathematical calculations, assign values, compare values, and combine conditions
Examples: 5 + 3 (arithmetic), x = 10 (assignment), x == y (comparison), x > 5 and y < 10 (logical)
Q4. Inductor and common mode choke parameters and usage
Inductor and common mode choke parameters and usage
Inductors are passive electronic components that store energy in a magnetic field
Common mode chokes are used to suppress electromagnetic interference (EMI) in electronic circuits
Parameters for inductors include inductance value, current rating, and resistance
Parameters for common mode chokes include impedance, current rating, and frequency range
Inductors are commonly used in power supplies, filters, and RF circuits
Common mode...read more
Q5. DC DC power supply and their details
DC DC power supplies are devices that convert one DC voltage to another DC voltage efficiently.
DC DC power supplies are used to step up or step down DC voltages for various applications.
They are commonly used in electronics, telecommunications, and automotive industries.
Examples include buck converters, boost converters, and buck-boost converters.
Q6. What is seo and it’s importance
SEO stands for Search Engine Optimization. It is the practice of optimizing websites to rank higher in search engine results pages.
SEO helps increase website visibility and traffic
It involves optimizing website content, structure, and HTML code
Keyword research and link building are important aspects of SEO
Examples of SEO tools include Google Analytics and SEMrush
Q7. How do you pass data
Data can be passed in React by using props, state, context, or Redux store.
Props are used to pass data from parent to child components.
State is used to manage data within a component and can be passed down as props.
Context allows data to be passed down through the component tree without having to pass props manually.
Redux store can be used for managing global state that can be accessed by any component.
Q8. What is the CTC expection?
CTC expectation refers to the expected salary package including all benefits and perks.
CTC stands for Cost to Company
It includes salary, bonuses, insurance, and other benefits
The expectation varies based on experience, skills, and industry standards
Top HR Questions asked in Industrus Tech
Interview Process at Industrus Tech
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month