Filter interviews by
I was interviewed in Jan 2024.
The docker ps command is used to list all the running containers on a Docker host.
It provides information about the container ID, image used, command being run, status, ports, and names of the running containers.
It helps in monitoring and managing the containers on a Docker host.
The command can be used with various options to filter and format the output as per requirements.
Example: 'docker ps -a' lists all containers,...
docker system prune is used to clean up unused Docker resources.
docker system prune helps to free up disk space by removing unused containers, images, networks, and volumes
It can be used to remove stopped containers, dangling images, unused networks, and unused volumes
The command can be customized with flags to specify which resources to prune
Example: docker system prune -a removes all unused resources, including stopp
Ruby's return keyword is different from Java in terms of behavior and syntax.
In Ruby, the return keyword is optional and can be omitted.
Ruby's return keyword can be used to explicitly return a value from a method.
In Java, the return keyword is mandatory and must be used to return a value from a method.
Java's return keyword cannot be used to return from a block or lambda expression.
Variables in Ruby are declared by assigning a value to a name using the assignment operator (=).
To declare a variable, simply write the name of the variable followed by the assignment operator (=) and the value.
Ruby is dynamically typed, so you don't need to specify the type of the variable.
Variables can hold any type of data, including numbers, strings, arrays, hashes, etc.
Variable names in Ruby are case-sensitive and...
1. Devise - authentication solution. 2. Paperclip - file attachment management. 3. Cancancan - authorization solution. 4. Sidekiq - background job processing. 5. RSpec - testing framework.
Devise: A flexible authentication solution for Rails applications.
Paperclip: A file attachment management library for ActiveRecord.
Cancancan: An authorization solution that provides a simple way to define abilities.
Sidekiq: A backgrou...
Migrations in Rails are a way to manage database schema changes.
Migrations are Ruby classes that help modify the database schema.
They allow you to create, modify, or delete database tables, columns, and indexes.
Migrations provide a version control system for the database schema.
They ensure that all developers working on the project have the same database structure.
Migrations can be easily rolled back if needed, making ...
SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.
Identify the columns that need to be tracked for changes
Add effective start and end dates to track the validity of each record
Insert new records for changes and update end dates for previous records
Maintain a surrogate key to uniquely identify each version of the record
I can join the team within 2 weeks.
I can start within 2 weeks of receiving the offer.
I need to give notice to my current employer.
I may need to relocate, which could affect my start date.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions
I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.
It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.
There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Jan 2024. There were 4 interview rounds.
Aptitude questions and CS fundamentals
2 coding questions 1 very easy other medium
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
Interview questions for Software Engineer position covering OOPS concepts, exception handling, SOLID principles, Java 8 features, and Streams.
Abstraction in OOPS: Hiding implementation details. Example: Abstract class Shape with method draw().
Encapsulation in OOPS: Bundling data and methods that operate on the data. Example: Class Employee with private fields and public getters/setters.
Inheritance in OOPS: Reusing code...
The interview questions cover various topics related to Spring framework, REST vs SOAP, JPA repository, Feign client, circuit breaker, and Spring Security.
Spring Boot provides a simpler and faster way to set up and run Spring applications compared to traditional Spring.
Common annotations in Spring include @Controller, @Service, @Repository, @Autowired, @Component, @RequestMapping, @GetMapping, @PostMapping, @PutMapping...
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.
Lambda expressions: Allow for more concise and readable code by enabling functional programming.
Streams: Provide a way to work with collections of objects in a more functional style.
Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.
Optional class: Helps to avoid null p...
Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.
1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.
2. @RestController - Annotation for RESTful web services.
3. @Autowired - Dependency injection annotation.
4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...
String Builder is not synchronized and faster, while String Buffer is synchronized and slower.
String Builder is not thread-safe, while String Buffer is thread-safe.
String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.
String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.
String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.
String pool helps in reducing memory usage by storing only one copy of each unique string.
Strings created using double quotes are stored in the string pool.
Strings created using new keyword are not stored in the string pool.
There are two main types of memory in a computer system: stack memory and heap memory.
Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.
Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.
Examples: C programming language uses stack memory for function calls and heap memory for dy
Program for duplicate removal and sorting
Junior Engineer
5
salaries
| ₹3 L/yr - ₹3.2 L/yr |
Production Engineer
5
salaries
| ₹2 L/yr - ₹3.2 L/yr |
Paint Shop Supervisor
4
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Senior Engineer
4
salaries
| ₹2.8 L/yr - ₹5.5 L/yr |
Painting Supervisor
4
salaries
| ₹2.5 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant