i
ivy
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
Top trending discussions
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent modifications.
HashMap is not thread-safe and can lead to ConcurrentModificationException if modified concurrently.
ConcurrentHashMap allows concurrent modifications without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on differen...
I was interviewed in Oct 2024.
Copy pasted leetcode hard and expecting to give mugged up answer:
posted on 3 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.
Fancy string problem
Use Java Streams to find total employees with salary > 50000
Filter employees with salary > 50000 using stream.filter()
Count the number of employees using stream.count()
Annotations in Springboot like @Entity, @RestController are used for defining classes and endpoints respectively.
Annotations like @Entity are used to define JPA entities in Springboot.
Annotations like @RestController are used to define RESTful web services endpoints.
Annotations like @Autowired are used for dependency injection in Springboot.
In my previous project, I used AWS services such as EC2, S3, and RDS for hosting, storage, and database management.
EC2 for hosting application servers
S3 for storing and retrieving files
RDS for managing relational databases
Transactions in Spring Boot help manage database operations as a single unit of work.
Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.
Use @Transactional annotation to mark a method as transactional.
Transactions can be managed programmatically using TransactionTemplate.
Rollback can be triggered manually in case of exceptions.
Spring Boot supports both declarative
Aptitude Test online
Train a Decision Tree based on provided dataset.
Preprocess the dataset by handling missing values and encoding categorical variables.
Split the dataset into training and testing sets.
Train the Decision Tree model on the training set.
Evaluate the model's performance on the testing set using metrics like accuracy or F1 score.
Feature selection can be done using techniques like filter methods, wrapper methods, and embedded methods.
Filter methods involve selecting features based on statistical measures like correlation, chi-squared test, etc.
Wrapper methods use a specific machine learning algorithm to evaluate the importance of features through iterative selection.
Embedded methods incorporate feature selection within the model training proces...
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
You can get the information and answer in Google
Bayes' rule is a fundamental concept in probability theory that allows us to update our beliefs based on new evidence.
Bayes' rule is named after Thomas Bayes, an 18th-century mathematician.
It is also known as Bayes' theorem or Bayes' law.
Bayes' rule calculates the probability of an event based on prior knowledge and new evidence.
It is commonly used in machine learning and statistical inference.
The formula for Bayes' ru...
based on 1 review
Rating in categories
Software Engineer
855
salaries
| ₹4 L/yr - ₹16 L/yr |
Senior Software Engineer
598
salaries
| ₹8 L/yr - ₹22.5 L/yr |
System Analyst
330
salaries
| ₹12 L/yr - ₹28 L/yr |
Test Engineer
329
salaries
| ₹4 L/yr - ₹10 L/yr |
Senior Test Engineer
323
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech