i
Zymr
Systems
Filter interviews by
AWS SDK for Java provides APIs to connect with AWS services from Spring Boot application.
Add AWS SDK for Java dependency in Spring Boot project
Create an instance of AWS service client using AWS SDK for Java
Use the client to interact with AWS services
Configure AWS credentials and region in application.properties file
Example: Connect to S3 bucket using AWS SDK for Java in Spring Boot
I listen to their concerns, empathize with their perspective, and work towards finding a mutually beneficial solution.
Listen actively to their concerns and grievances
Empathize with their perspective and acknowledge their feelings
Communicate clearly and calmly to avoid misunderstandings
Work towards finding a mutually beneficial solution
Maintain a professional and respectful attitude throughout the conflict resoluti...
Design process involves identifying problems, researching, ideating, prototyping, testing, and refining solutions.
Identify the problem or need
Research and gather information
Brainstorm and ideate possible solutions
Create prototypes to test ideas
Test and gather feedback from users
Refine and improve the solution based on feedback
Implement and launch the final design
Types of software testing techniques include functional, performance, security, and usability testing.
Functional testing ensures that the software meets the specified requirements.
Performance testing checks the software's speed, scalability, and stability under various loads.
Security testing identifies vulnerabilities and ensures that the software is secure.
Usability testing evaluates the software's user-friendlin...
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured templates and components.
Spring Boot provides a set of pre-configured templates and components that can be used to quickly develop Java applications.
It includes features like auto-configuration, embedded servers, and production-ready metrics.
Spring Boot also integrates with other Spring frameworks like Sprin...
Hibernate is an ORM tool for Java that simplifies database access.
Hibernate eliminates the need for writing complex SQL queries.
It provides a simple API for performing CRUD operations on database tables.
Hibernate supports caching, which improves application performance.
It also supports lazy loading, which reduces the number of database queries.
Hibernate is database independent, which means it can work with differe...
Docker is a containerization platform that allows developers to package, deploy, and run applications in isolated environments.
Basic commands include: docker run, docker build, docker push, docker pull, docker images, docker ps
Docker allows for easy portability and scalability of applications
Docker containers are lightweight and efficient, allowing for faster deployment times
Docker Hub is a repository for storing ...
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured templates and components.
Spring Boot provides a set of pre-configured templates and components that can be used to quickly develop Java applications.
It includes features like auto-configuration, embedded servers, and production-ready metrics.
Spring Boot also integrates with other Spring frameworks like Spring Dat...
Hibernate is an ORM tool for Java that simplifies database access.
Hibernate eliminates the need for writing complex SQL queries.
It provides a simple API for performing CRUD operations on database tables.
Hibernate supports caching, which improves application performance.
It also supports lazy loading, which reduces the number of database queries.
Hibernate is database independent, which means it can work with different da...
Docker is a containerization platform that allows developers to package, deploy, and run applications in isolated environments.
Basic commands include: docker run, docker build, docker push, docker pull, docker images, docker ps
Docker allows for easy portability and scalability of applications
Docker containers are lightweight and efficient, allowing for faster deployment times
Docker Hub is a repository for storing and s...
AWS SDK for Java provides APIs to connect with AWS services from Spring Boot application.
Add AWS SDK for Java dependency in Spring Boot project
Create an instance of AWS service client using AWS SDK for Java
Use the client to interact with AWS services
Configure AWS credentials and region in application.properties file
Example: Connect to S3 bucket using AWS SDK for Java in Spring Boot
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
Yes, I have experience working on MAC O/S platform.
I have developed applications using Xcode IDE on MAC O/S.
I am familiar with the MAC O/S terminal and command line interface.
I have worked with various MAC O/S versions including Mojave and Catalina.
I appeared for an interview before Jun 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.
Types of software testing techniques include functional, performance, security, and usability testing.
Functional testing ensures that the software meets the specified requirements.
Performance testing checks the software's speed, scalability, and stability under various loads.
Security testing identifies vulnerabilities and ensures that the software is secure.
Usability testing evaluates the software's user-friendliness a...
Design process involves identifying problems, researching, ideating, prototyping, testing, and refining solutions.
Identify the problem or need
Research and gather information
Brainstorm and ideate possible solutions
Create prototypes to test ideas
Test and gather feedback from users
Refine and improve the solution based on feedback
Implement and launch the final design
I listen to their concerns, empathize with their perspective, and work towards finding a mutually beneficial solution.
Listen actively to their concerns and grievances
Empathize with their perspective and acknowledge their feelings
Communicate clearly and calmly to avoid misunderstandings
Work towards finding a mutually beneficial solution
Maintain a professional and respectful attitude throughout the conflict resolution pr...
I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.
Top trending discussions
I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.
Count the maximum continuous occurrences of '1' in a binary string.
Initialize a counter to track current streak of '1's.
Use a variable to store the maximum streak found.
Iterate through each character in the string.
If the character is '1', increment the current counter.
If the character is '0', compare and reset the current counter.
At the end of the iteration, ensure to check the last streak.
I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.
SOLID principles are a set of five design principles for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open-Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior
Interface Segreg...
Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.
Ref and out are used to pass arguments by reference instead of by value
Ref is used for both input and output parameters while out is only used for output parameters
Ref requires the variable to be initialized before passing while out does not
Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth...
REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.
REST APIs allow clients to access and manipulate resources on a server using HTTP requests
Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE
Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors
Some popular status codes include ...
Memory management in C# involves automatic garbage collection and the use of pointers.
C# uses a garbage collector to automatically manage memory allocation and deallocation.
Developers can use pointers to directly manipulate memory, but this is not recommended.
C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.
Microservices, cloud-native, and serverless are the latest architectural trends in C#.
Microservices architecture is gaining popularity due to its scalability and flexibility.
Cloud-native architecture focuses on building applications that are optimized for cloud environments.
Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.
Other trends include containeri...
Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.
Core is open-source and modular, while Framework is a monolithic framework
Core has better performance and scalability than Framework
Core supports microservices architecture, while Framework does not
Core has a smaller footprint and can be deployed as a single executable
Framework has better backward compa...
Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.
Improved performance through the use of Span
Cross-platform compatibility with support for Linux and macOS
Enhanced security features such as runtime code generation and data protection
Introduction of .NET Core 3.0 with support for Windows Desktop applications
Integration with ...
based on 7 interview experiences
Difficulty level
Duration
based on 79 reviews
Rating in categories
Lead Software Engineer
48
salaries
| ₹9.7 L/yr - ₹32 L/yr |
Senior Software Engineer
39
salaries
| ₹5.5 L/yr - ₹17.5 L/yr |
Software Engineer
27
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Engineer and Lead
25
salaries
| ₹11.4 L/yr - ₹36 L/yr |
Software Developer
15
salaries
| ₹2.7 L/yr - ₹6.5 L/yr |
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems
F1 Info Solutions and Services