Filter interviews by
I applied via Company Website and was interviewed before Feb 2022. There were 2 interview rounds.
Top trending discussions
posted on 16 Oct 2024
I applied via Walk-in
posted on 30 Jun 2024
Differential equations can be classified into ordinary and partial differential equations based on the number of independent variables they involve.
Ordinary differential equations involve a single independent variable, while partial differential equations involve multiple independent variables.
Examples of ordinary differential equations include dy/dx = x^2 and d^2y/dx^2 + y = 0.
Examples of partial differential equation...
Multiple integrals are used to calculate volumes, areas, and other quantities in higher dimensions.
Multiple integrals are used to calculate volumes of 3D shapes, such as cubes, spheres, and cylinders.
They are also used to find areas of 2D regions, such as circles, ellipses, and irregular shapes.
Multiple integrals are essential in physics for calculating mass, center of mass, and moments of inertia.
They are also used in...
Fourier transform is used to analyze and process signals in frequency domain, while Laplace transform is used in control systems and circuit analysis.
Fourier transform is used in image processing to enhance and filter images
Laplace transform is used in control systems to analyze stability and transient response
Fourier transform is used in audio signal processing to analyze and manipulate sound waves
Laplace transform is...
There are various types of infinite series, including arithmetic, geometric, harmonic, alternating, and power series.
Arithmetic series: Sum of terms in a sequence with a common difference.
Geometric series: Sum of terms in a sequence with a common ratio.
Harmonic series: Sum of the reciprocals of the terms in a sequence.
Alternating series: Series in which the signs of the terms alternate.
Power series: Series in which eac
Rank is the position or status of someone or something in relation to others.
Rank is a relative position in a hierarchy or scale.
It can be determined by comparing qualities or attributes of individuals or objects.
Rank can be found by sorting or ordering a group based on a specific criteria.
For example, in a class of students, rank can be determined by their grades or performance.
In sports, rank can be determined by the
Indeterminate form is a mathematical expression that cannot be easily evaluated. Types include 0/0, ∞/∞, 0*∞, ∞-∞, 0^0, and ∞^0.
Indeterminate form occurs when the limit of a function approaches a certain value but the function itself is undefined at that point.
Types of indeterminate forms include 0/0, ∞/∞, 0*∞, ∞-∞, 0^0, and ∞^0.
Examples of indeterminate forms are 0/0 when evaluating limits like lim(x->0) (sin(x)/x), a...
I applied via IIM Jobs and was interviewed in Jul 2024. There were 2 interview rounds.
Stay away from any assignments given. The interviewer tells you to submit a long report with specific work for the company and then the company ghosts you after getting the report. When you reach to them for update they tell you the interviewer did not find the assignment work up to the mark and tell some different topic was to be done. They just get some work done through you.
posted on 2 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.
I have a diverse background in training and development, with experience in designing and delivering effective training programs.
Bachelor's degree in Education
Certified in instructional design
Experience working as a training coordinator for XYZ Company
Proficient in using learning management systems
Skilled in conducting needs assessments and evaluating training effectiveness
I have over 10 years of industrial experience in training and development, specializing in safety protocols and compliance.
Developed and implemented training programs for new hires and existing employees
Conducted safety audits and inspections to ensure compliance with regulations
Collaborated with management to identify training needs and create customized programs
Utilized various training methods such as workshops, onl
I have over 5 years of experience in designing and delivering training programs for various industries.
Designed and implemented onboarding training for new hires
Conducted workshops on leadership development and communication skills
Utilized e-learning platforms to create interactive training modules
Evaluated training effectiveness through assessments and feedback
Collaborated with subject matter experts to ensure trainin
Different types of lines used in engineering drawing include object lines, hidden lines, center lines, dimension lines, and extension lines.
Object lines are thick, continuous lines used to outline the shape of an object.
Hidden lines are used to represent features that are not visible in the current view.
Center lines are used to indicate the center of a circle or arc.
Dimension lines show the size of an object or part.
Ex...
Measuring instruments are tools used to quantify, monitor, and record physical quantities such as length, weight, temperature, and time.
Measuring instruments are used to ensure accuracy and consistency in measurements.
Examples include rulers, thermometers, scales, stopwatches, and voltmeters.
They can be analog or digital, depending on the type of measurement being taken.
Calibration is important to ensure the accuracy o...
Least count is the smallest measurement that can be made using a measuring instrument.
It is the smallest division that can be measured on a scale or instrument.
It helps in determining the precision of the instrument.
For example, if a ruler has a least count of 1 mm, it means that the smallest measurement that can be made is 1 mm.
CNC machine stands for Computer Numerical Control machine, which is a computer-controlled machine tool used for cutting and shaping materials.
CNC machines are used in manufacturing to automate processes such as cutting, drilling, milling, and more.
They operate based on pre-programmed computer software that controls the movement of the machine's tools.
Examples of CNC machines include CNC routers, CNC mills, CNC lathes,
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Train semi supervised machine learning models by using a combination of labeled and unlabeled data.
Start by training a model on a small amount of labeled data
Use the trained model to make predictions on the unlabeled data
Incorporate the predictions into the training set and retrain the model
Repeat the process until the model reaches a satisfactory level of performance
Parametric types of machine learning are algorithms that make assumptions about the functional form of the relationship between inputs and outputs.
Parametric models have a fixed number of parameters that are learned from the training data.
Examples include linear regression, logistic regression, and linear SVM.
They are often simpler and faster to train compared to non-parametric models.
Parametric models are suitable for...
Types of Machine Learning include supervised learning, unsupervised learning, semi-supervised learning, reinforcement learning, and self-supervised learning.
Supervised Learning: The model is trained on labeled data.
Unsupervised Learning: The model is trained on unlabeled data.
Semi-Supervised Learning: A combination of labeled and unlabeled data is used for training.
Reinforcement Learning: The model learns through trial...
Eigen value is a scalar associated with a square matrix that represents how a transformation stretches or compresses space along its eigenvectors.
Eigen values are solutions to the characteristic equation det(A - λI) = 0, where A is the matrix, λ is the eigen value, and I is the identity matrix.
They represent the factor by which the eigenvector is scaled during the transformation.
Eigen values can be real or complex numb...
Eigen vector is a vector that does not change its direction when a linear transformation is applied to it.
Eigen vectors are used in linear algebra to understand the behavior of linear transformations.
They represent directions along which a linear transformation has a simple effect, such as scaling.
Eigen vectors are associated with eigenvalues, which represent the scaling factor of the eigenvector.
For example, in a 2x2 ...
PCA is a mathematical technique used for dimensionality reduction by finding the principal components of a dataset.
PCA involves calculating the eigenvectors and eigenvalues of the covariance matrix of the data.
The eigenvectors represent the directions of maximum variance in the data, while the eigenvalues indicate the amount of variance along each eigenvector.
The principal components are the eigenvectors corresponding ...
For a small dataset of 300 samples, a neural network with one hidden layer would be more suitable for better accuracy.
A neural network with one hidden layer is simpler and less prone to overfitting on a small dataset.
With a small dataset, a complex neural network with more hidden layers may lead to overfitting and poor generalization.
A neural network with one hidden layer can capture the basic patterns in the data effe...
Yes, a neural network can accept complex numbers as input.
Neural networks can be designed to accept complex numbers as input by using complex-valued weights and activations.
Complex-valued neural networks have been used in applications such as signal processing and image recognition.
Complex numbers can represent both magnitude and phase information, making them useful for certain types of data.
Complex-valued neural netw...
kmeans algorithm is a clustering algorithm that partitions data into k clusters based on similarity.
Divides data points into k clusters based on distance from centroid
Iteratively assigns data points to nearest centroid and updates centroids
Converges when centroids no longer change significantly
Commonly used in machine learning for clustering data points
Evaluation metrics are used to measure the performance or effectiveness of a system, project, or process.
Evaluation metrics can include quantitative measures such as accuracy, precision, recall, F1 score, and AUC-ROC.
They can also include qualitative measures such as user satisfaction, usability, and user engagement.
Evaluation metrics help in assessing the success of a project or system and identifying areas for improv...
Machine learning is a subset of artificial intelligence that focuses on developing algorithms to make predictions based on data, while deep learning is a subset of machine learning that uses neural networks to learn from large amounts of data.
Machine learning involves developing algorithms that can learn from and make predictions or decisions based on data.
Deep learning is a subset of machine learning that uses neural ...
Selecting k value in kmeans algorithm involves using techniques like elbow method and silhouette score.
Use the elbow method to find the point where the rate of decrease sharply shifts, indicating the optimal k value.
Calculate silhouette score for different k values and choose the one with the highest score.
Consider domain knowledge and the specific problem requirements when selecting k value.
Experiment with different k...
Precision and recall can be calculated using values from a confusion matrix.
Precision = TP / (TP + FP)
Recall = TP / (TP + FN)
Where TP = True Positive, FP = False Positive, FN = False Negative
For an n x n confusion matrix, sum the values in each row and column to get TP, FP, and FN for each class
posted on 16 Dec 2024
I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.
I am passionate about designing innovative solutions and contributing to the advancement of technology in the mechanical engineering industry.
Passion for designing and creating innovative solutions
Interest in contributing to technological advancements
Excitement for the challenges and opportunities in the industry
Career growth potential in the field of Mechanical Engineering is high due to continuous technological advancements and demand for skilled professionals.
Opportunities for advancement into management roles such as project manager or engineering manager
Specialization in areas such as robotics, aerospace, or renewable energy can lead to higher paying positions
Further education such as obtaining a master's degree or PhD ca...
posted on 4 May 2024
I applied via Indeed and was interviewed in Apr 2024. There were 2 interview rounds.
I was interviewed in Mar 2024.
Mcq test on c#, sql, Mvc
A pipeline is a series of interconnected steps or stages in a process, where output of one step is input to the next step.
Pipeline is commonly used in software development for continuous integration and continuous delivery processes.
Each step in the pipeline performs a specific task, such as building, testing, and deploying code.
Pipeline automation tools like Jenkins, GitLab CI/CD, and Azure DevOps help in managing and
The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.
Developed by Microsoft
Provides a large library of pre-coded solutions
Supports multiple programming languages like C#, VB.NET, F#
Consists of Common Language Runtime (CLR) and Framework Class Library (FCL)
The different components of DOT-NET include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.
Common Language Runtime (CLR) - provides various services such as memory management, exception handling, and security.
Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types that provide access to system functionality.
ASP.NET - a web application framework for buildi...
Abstract classes can have implementation details while interfaces cannot.
Abstract classes can have method implementations while interfaces cannot.
A class can inherit only one abstract class but can implement multiple interfaces.
Abstract classes can have access modifiers on their members while interfaces cannot.
Interfaces are used to define a contract for classes to implement.
Abstract classes are used to provide a commo
posted on 25 Aug 2024
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
The genome size of Chickpea is approximately 738 megabases.
The genome size of Chickpea is estimated to be around 738 megabases.
Chickpea (Cicer arietinum) is a diploid plant species with 2n=16 chromosomes.
Genome sequencing of Chickpea has provided valuable insights into its genetic makeup and potential for crop improvement.
Genomic Assisted Breeding is a breeding approach that uses genetic information to improve the efficiency and accuracy of breeding programs.
Utilizes genetic markers to identify desirable traits in plants or animals
Helps breeders select individuals with desired traits for breeding
Accelerates the breeding process by predicting offspring performance based on genetic information
Examples include using DNA markers to select f
Marker Assisted Breeding is a technique used in plant breeding to select for desired traits based on genetic markers.
Marker Assisted Breeding involves identifying genetic markers linked to specific traits of interest.
These markers can be used to select plants with desired traits at an early stage of development.
This technique helps in accelerating the breeding process by reducing the time and resources required for tra...
Yes, I am familiar with data analysis software such as Microsoft Excel, SPSS, and Tableau.
Microsoft Excel is commonly used for data analysis and visualization
SPSS is a statistical software used for analyzing data
Tableau is a data visualization tool that helps in creating interactive dashboards
Yes, I have experience in hydroponics including setting up systems, monitoring plant growth, and adjusting nutrient levels.
Experience in setting up hydroponic systems
Monitoring plant growth in hydroponic environments
Adjusting nutrient levels for optimal plant growth
Knowledge of different types of hydroponic systems such as NFT, DWC, and drip systems
Chickpea field practices involve proper soil preparation, planting, irrigation, pest control, and harvesting.
Soil preparation includes plowing, harrowing, and adding organic matter.
Planting is typically done in rows with proper spacing between seeds.
Irrigation is crucial, especially during flowering and pod development stages.
Pest control may involve using natural predators or pesticides as needed.
Harvesting is done wh...
Chickpea plant has a distinct morphology and anatomy, with compound leaves and distinctive flowers.
Chickpea plants have compound leaves with 3 leaflets.
The plant produces white or pink flowers with blue, violet, or pink veins.
Chickpea pods contain 1-2 seeds, which are the edible part of the plant.
The roots of the chickpea plant have nodules that contain nitrogen-fixing bacteria.
based on 16 reviews
Rating in categories
Guest Lecturer
8
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Lecturer
7
salaries
| ₹1.8 L/yr - ₹3.2 L/yr |
Research Scholar
7
salaries
| ₹1.8 L/yr - ₹7 L/yr |
PHD Research Scholar
6
salaries
| ₹3.9 L/yr - ₹15.4 L/yr |
Assistant Professor
5
salaries
| ₹0.7 L/yr - ₹6.5 L/yr |
Mangalore University
Visvesvaraya Technological University
Manipal University
Indian Institute of Science