Filter interviews by
I applied via Internshala and was interviewed in Mar 2024. There were 2 interview rounds.
I applied via Internshala and was interviewed in Feb 2023. There were 3 interview rounds.
You are given an integer list coins representing coins of different denominations and an integer amount representing a total amount of money.
Return the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return {}.
You may assume that you have an infinite number of each kind of coin.
Example 1: Input: coins = [1, 5, 6, 9, 15], amount = 31
Output: {15:2, 1:1}
Example 2: Input: coins = [1, 5, 6, 9, 15], amount = 100
Output: {15:6, 9:1, 1:1}
I am a data engineer with experience in designing and implementing data pipelines for large-scale projects.
Experienced in building and optimizing data pipelines using tools like Apache Spark and Hadoop
Proficient in programming languages like Python and SQL
Skilled in data modeling and database design
Familiar with cloud platforms like AWS and GCP
Strong problem-solving and analytical skills
Effective communicator and team
I appeared for an interview before Dec 2023.
Web Scraping of a novel from a given website and analyse the basic information such as number of words, paragraphs etc. Then comes, deep dive of the novel, who is the lead character etc
Type error occurs when an operation is performed on an object of an inappropriate type, while syntax error occurs when the code is not written according to the syntax rules of the programming language.
Type error occurs when trying to perform an operation on incompatible data types, such as adding a string to an integer.
Syntax error occurs when the code is not written correctly according to the rules of the programming ...
Find minimum number of currency notes and values that sum to a given amount.
I applied via Internshala and was interviewed in Feb 2023. There were 4 interview rounds.
1. Question on dynamic programming
2. Open book question on NLP/OpenCV
Brave AI Lab interview questions for popular designations
A capacitor stores electrical energy and releases it when needed.
Capacitors are passive electronic components that can store energy in an electric field between two conductive plates.
They are commonly used in electronic circuits to filter out noise, smooth out voltage fluctuations, and store energy for short periods of time.
Capacitors can also be used in timing circuits, oscillators, and power supplies.
Examples of capa...
AutoCAD is a computer-aided design software used for creating 2D and 3D designs.
Open AutoCAD software
Select the appropriate drawing template
Use the drawing tools to create shapes and lines
Add dimensions and annotations
Save the drawing in the desired format
Top trending discussions
I applied via Campus Placement
I appeared for an interview in Dec 2023.
English, number system, grammar
Python , data science, machine learning
Python machine learning, natural language precossing
Python basics include syntax, data types, and control structures. Libraries like NumPy, Pandas, and Matplotlib enhance data analysis and visualization.
Python basics cover syntax, variables, data types, and control structures.
NumPy is a library for numerical computing, providing powerful array operations.
Pandas is a library for data manipulation and analysis, offering data structures like DataFrames.
Matplotlib is a libr...
Indian environment, village, college days
Basic DSA questions will be asked Leetcode Easy to medium
BERT is faster than LSTM due to its transformer architecture and parallel processing capabilities.
BERT utilizes transformer architecture which allows for parallel processing of words in a sentence, making it faster than LSTM which processes words sequentially.
BERT has been shown to outperform LSTM in various natural language processing tasks due to its ability to capture long-range dependencies more effectively.
For exa...
Multinomial Naive Bayes is a classification algorithm based on Bayes' theorem with the assumption of independence between features.
It is commonly used in text classification tasks, such as spam detection or sentiment analysis.
It is suitable for features that represent counts or frequencies, like word counts in text data.
It calculates the probability of each class given the input features and selects the class with the
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
Large Language Models are advanced AI models that can generate human-like text based on input data.
Large Language Models use deep learning techniques to understand and generate text.
Examples include GPT-3 (Generative Pre-trained Transformer 3) and BERT (Bidirectional Encoder Representations from Transformers).
They are trained on vast amounts of text data to improve their language generation capabilities.
RAGs stands for Red, Amber, Green. It is a project management tool used to visually indicate the status of tasks or projects.
RAGs is commonly used in project management to quickly communicate the status of tasks or projects.
Red typically indicates tasks or projects that are behind schedule or at risk.
Amber signifies tasks or projects that are on track but may require attention.
Green represents tasks or projects that ar...
There is no one-size-fits-all answer as the best clustering algorithm depends on the specific dataset and goals.
The best clustering algorithm depends on the dataset characteristics such as size, dimensionality, and noise level.
K-means is popular for its simplicity and efficiency, but may not perform well on non-linear data.
DBSCAN is good for clusters of varying shapes and sizes, but may struggle with high-dimensional d...
based on 5 interviews
Interview experience
based on 3 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant