Blackstraw AI
10+ Bisk Farm Interview Questions and Answers
Q1. What is Encoder Decoder? What is a Transformer model and explain its architecture?
Encoder Decoder is a neural network architecture used for sequence-to-sequence tasks. Transformer model is a type of neural network architecture that relies entirely on self-attention mechanisms.
Encoder Decoder is commonly used in machine translation tasks where the input sequence is encoded into a fixed-length vector representation by the encoder and then decoded into the target sequence by the decoder.
Transformer model consists of an encoder and a decoder, both of which are...read more
Q2. How do you choose an ML algorithm basis the data given
ML algorithm selection is based on data characteristics, problem type, and desired outcomes.
Understand the problem type (classification, regression, clustering, etc.)
Consider the size and quality of the data
Evaluate the complexity of the model and interpretability requirements
Choose algorithms based on their strengths and weaknesses for the specific task
Experiment with multiple algorithms and compare their performance
For example, use decision trees for classification tasks, l...read more
Q3. What is Regularization in machine learning?
Regularization is a technique used in machine learning to prevent overfitting by adding a penalty term to the model's loss function.
Regularization helps to reduce the complexity of the model by penalizing large coefficients.
It adds a penalty term to the loss function, which discourages the model from fitting the training data too closely.
Common types of regularization include L1 (Lasso) and L2 (Ridge) regularization.
Regularization is important when dealing with high-dimension...read more
Q4. How do u optimise a ML model How good are you in coding with Python. Rate yourself
To optimize a ML model, one can tune hyperparameters, feature engineering, cross-validation, ensemble methods, and regularization techniques.
Tune hyperparameters using techniques like grid search or random search
Perform feature engineering to create new features or select relevant features
Utilize cross-validation to evaluate model performance and prevent overfitting
Explore ensemble methods like bagging and boosting to improve model accuracy
Apply regularization techniques like...read more
Q5. What is Data Leakage?
Data leakage occurs when information from outside the training dataset is used to create a model, leading to unrealistic performance.
Occurs when information that would not be available in a real-world scenario is used in the model training process
Can result in overly optimistic performance metrics for the model
Examples include using future data, target leakage, and data preprocessing errors
Q6. What is Model Quantization?
Model quantization is the process of reducing the precision of the weights and activations of a neural network model to improve efficiency.
Reduces memory usage and speeds up inference by using fewer bits to represent numbers
Can be applied to both weights and activations in a neural network model
Examples include converting 32-bit floating point numbers to 8-bit integers
Q7. Name some Deep learning models?
Deep learning models include CNN, RNN, LSTM, GAN, and Transformer.
Convolutional Neural Networks (CNN) - used for image recognition tasks
Recurrent Neural Networks (RNN) - used for sequential data like time series
Long Short-Term Memory (LSTM) - a type of RNN with memory cells
Generative Adversarial Networks (GAN) - used for generating new data samples
Transformer - used for natural language processing tasks
Q8. what is the packaging process in android
Packaging process in Android involves compiling the code, resources, and assets into an APK file for distribution.
Compile the Java code into .class files
Compile the resources (XML files, images, etc.) into a binary format
Package all the compiled files into an APK file using the Android Asset Packaging Tool (AAPT)
Sign the APK file with a private key for security
Align the APK file for optimization
Q9. 1. difference between list & tuple 2. describe your day-to-day work 3. describe your favourite project
List is mutable, tuple is immutable. Day-to-day work involves data analysis and modeling. Favorite project involved developing a predictive analytics model.
List can be modified after creation, tuple cannot
List uses square brackets [], tuple uses parentheses ()
Day-to-day work includes data cleaning, exploratory data analysis, model building, and communication of results
Favorite project involved collecting and analyzing customer data to predict future purchasing behavior
Q10. What is an MVVM design pattern
MVVM is a design pattern that separates the user interface from the business logic and data model.
MVVM stands for Model-View-ViewModel
Model represents the data and business logic
View represents the user interface
ViewModel acts as an intermediary between the Model and View
MVVM helps in achieving separation of concerns and easier unit testing
Q11. difference between regression & classification based algorithms
Regression predicts continuous values, while classification predicts discrete values.
Regression algorithms predict continuous values, such as predicting house prices based on features like size and location.
Classification algorithms predict discrete values, such as classifying emails as spam or not spam based on content.
Regression algorithms include linear regression, polynomial regression, and support vector regression.
Classification algorithms include logistic regression, d...read more
Q12. Databinding in android
Databinding in Android allows for easier connection between UI components and data sources.
Databinding eliminates the need for findViewById() calls in your code.
It allows for easier access to data in your layouts using data binding expressions.
Databinding can improve code readability and reduce boilerplate code.
Example:
Q13. Cardinality explanation?
Cardinality refers to the uniqueness of values in a column or set of columns in a database table.
Cardinality is the number of unique values in a column or set of columns.
High cardinality means a column has many unique values, while low cardinality means few unique values.
For example, a column like 'employee_id' would have high cardinality, while a column like 'gender' would have low cardinality.
Q14. difference between RNN & CNN
RNN is used for sequential data like time series, while CNN is used for spatial data like images.
RNN processes sequential data by maintaining memory of past inputs, suitable for time series forecasting.
CNN is designed for spatial data like images, using filters to extract features and patterns.
RNN is good for text data analysis, language translation, and speech recognition.
CNN is commonly used in image recognition, object detection, and video analysis.
Q15. remove duplicates from array
Remove duplicates from array of strings
Use a Set data structure to store unique elements
Convert the array to a Set to remove duplicates
Convert the Set back to an array if needed
Q16. How you manage Risks
I manage risks by identifying, assessing, prioritizing, and mitigating them.
I identify risks by analyzing project requirements, stakeholder expectations, and potential obstacles.
I assess risks by evaluating their likelihood and impact on project objectives.
I prioritize risks by ranking them based on their severity and potential consequences.
I mitigate risks by developing and implementing risk response plans, such as contingency plans or risk avoidance strategies.
I monitor ris...read more
Interview Process at Bisk Farm
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month