Filter interviews by
F1 Score is a measure of a test's accuracy that considers both the precision and recall of the test.
F1 Score is the harmonic mean of precision and recall.
It ranges from 0 to 1, where 1 is the best possible F1 Score.
F1 Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)
It is commonly used in binary classification tasks.
Understanding how a trained neural network works involves grasping the concept of layers, weights, biases, and activation functions.
Neural networks consist of layers of interconnected nodes that process input data.
Weights and biases are adjusted during training to minimize error and improve accuracy.
Activation functions introduce non-linearity to the network, allowing it to learn complex patterns.
Understanding backprop...
Polling is a technique used in computer science to actively check the status of a resource or process at regular intervals.
Polling involves continuously checking a resource or process for updates or changes.
It is commonly used in networking to check for data transmission or reception.
Polling can be inefficient as it requires constant checking, leading to wasted resources.
An example of polling is a client repeatedly che
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Neural networks are used for complex pattern recognition and decision-making tasks.
Neural networks can learn from data and make predictions without being explicitly programmed.
They are used in image and speech recognition, natural language processing, and autonomous vehicles.
Neural networks can handle non-linear relationships and complex patterns better than traditional algorithms.
They are used in recommendation system...
F1 score is a measure of a test's accuracy that considers both the precision and recall of the test.
F1 score is the harmonic mean of precision and recall.
It is calculated using the formula: 2 * (precision * recall) / (precision + recall)
F1 score ranges from 0 to 1, where 1 is the best possible score.
It is commonly used in binary classification tasks.
Polling is a technique used to continuously check the status of a resource or process.
Polling involves sending out periodic requests to check for updates or changes.
It is commonly used in software development to monitor changes in data or resources.
Polling can be synchronous or asynchronous, depending on the implementation.
Examples of polling include checking for new emails in an inbox or updating a live chat feed.
Application deployment involves transferring code from development environment to production servers.
Choose a deployment method (e.g. manual, automated, continuous deployment)
Prepare the application for deployment by packaging it with necessary dependencies
Select a deployment environment (e.g. cloud, on-premises)
Transfer the packaged application to the deployment environment
Configure the deployment environment (e.g. se...
Top trending discussions
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
based on 2 interviews
Interview experience
Software Engineer
4
salaries
| ₹4 L/yr - ₹13.4 L/yr |
Software Developer
4
salaries
| ₹4.4 L/yr - ₹12 L/yr |
Machine Learning Engineer
4
salaries
| ₹15 L/yr - ₹15.2 L/yr |
Senior Software Engineer
3
salaries
| ₹8.8 L/yr - ₹12.6 L/yr |
TCS
Accenture
Wipro
Cognizant