Filter interviews by
I applied via AngelList and was interviewed in Jun 2024. There were 2 interview rounds.
Retrieval Augmented Generation is a model that combines retrieval-based and generation-based approaches in natural language processing.
Combines retrieval-based and generation-based approaches
Retrieves relevant information from a knowledge base and generates responses
Used in chatbots, question answering systems, and dialogue systems
Create an AI agent which takes in a company document as input and answers questions based on that document.
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Mar 2024. There were 5 interview rounds.
MLOps focuses on machine learning model deployment and management, while DevOps focuses on software development and IT operations.
MLOps is specifically tailored for machine learning models, ensuring they are deployed, monitored, and managed effectively.
DevOps is a broader practice that focuses on collaboration between development and operations teams to automate and streamline the software development process.
MLOps inc...
Explode function in Python is used to split a string into a list of strings based on a specified delimiter.
Use the explode function from the pandas library to split a string column into multiple rows in a DataFrame.
Specify the delimiter parameter to define how the string should be split.
For example, df['column'].str.split('delimiter').explode() will split the strings in 'column' based on 'delimiter' and create a new ro
Will be two questions to solve
I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.
It was based on logical reasoning and verbal along with speech recognition
Python based basic questions like sort find maximum
Simple procedure refers to a straightforward and easy-to-follow set of steps or instructions.
Follow a clear sequence of steps
Use simple language and visuals if needed
Ensure the procedure is easy to understand and execute
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
F Score is a measure of a test's accuracy that considers both the precision and recall of the test.
F Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)
It is used in binary classification tasks to balance precision and recall.
A high F Score indicates a model with both high precision and high recall.
TFIDF stands for Term Frequency-Inverse Document Frequency, a numerical statistic that reflects how important a word is to a document in a collection or corpus.
TFIDF is used in natural language processing to evaluate the importance of a word in a document relative to a collection of documents.
It combines two metrics: term frequency (TF) and inverse document frequency (IDF).
TFIDF helps in identifying the significance of...
Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space.
It measures the cosine of the angle between two vectors.
Values range from -1 (completely opposite) to 1 (identical), with 0 indicating orthogonality.
Commonly used in text mining for document similarity and recommendation systems.
Embeddings are generated by converting words or entities into numerical vectors in a high-dimensional space.
Use pre-trained word embeddings like Word2Vec, GloVe, or FastText
Train your own embeddings using algorithms like Word2Vec, GloVe, or FastText on a large corpus of text data
Fine-tune pre-trained embeddings on domain-specific data to improve performance
I applied via Referral and was interviewed before Dec 2021. There were 2 interview rounds.
p value is a statistical measure that helps determine the significance of a hypothesis test.
p value is the probability of obtaining a result as extreme or more extreme than the observed result, assuming the null hypothesis is true.
A p value of less than 0.05 is considered statistically significant.
Spacy is an open-source software library for advanced natural language processing (NLP).
NLP is a field of study that focuse...
Lambda function is an anonymous function in Python that can take any number of arguments and can only have one expression.
Lambda functions are defined using the keyword 'lambda'.
They are commonly used with built-in functions like filter(), map(), and reduce().
Lambda functions can be used to create small, throwaway functions that are not needed elsewhere in the code.
They are often used to write more concise and readable...
TCS
Accenture
Wipro
Cognizant