i
TO THE NEW
Filter interviews by
I appeared for an interview in Aug 2021.
Round duration - 60 Minutes
Round difficulty - Medium
MCQ based on JavaScript, HTML, CSS, Data Structure, Algorithms, Aptitude
Round duration - 60 Minutes
Round difficulty - Medium
Discussion on Projects that i have specified in my resume.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Determine if two strings are anagrams of each other by checking if they contain the same characters.
Create character frequency maps for both strings
Compare the frequency of characters in both maps to check if they are anagrams
Return True if the strings are anagrams, False otherwise
Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...
Create a program that counts lowercase alphabets, digits, and white spaces from user input until '$' is encountered.
Read characters from input stream until '$' is encountered
Count lowercase alphabets, digits, and white spaces separately
Print the counts of each character type as three integers separated by spaces
Tip 1 : Be consistent, the practice regularly whatever you read/study.
Tip 2 : Apply what you learn through code.
Tip 1 : Keep it to the point don't add anything for the sake of making it large.
Tip 2 : Put atleast 2 good projects if you are a fresher.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
Microservices communicate with each other through APIs and messaging protocols.
Microservices use APIs to communicate with each other.
Messaging protocols like HTTP, AMQP, and MQTT are used for asynchronous communication.
Service discovery mechanisms like Eureka and Consul are used to locate services.
API gateways like Zuul and Kong are used to manage API traffic.
Event-driven architecture is used for real-time communicatio
Securing APIs involves implementing authentication, authorization, encryption, and input validation.
Implement authentication mechanisms like OAuth, JWT, or API keys
Use authorization to control access to APIs based on user roles and permissions
Encrypt sensitive data transmitted over the network using HTTPS
Validate and sanitize input to prevent common security vulnerabilities like SQL injection or cross-site scripting (X
ORM (Object-Relational Mapping) tool is a software framework that maps objects to relational databases.
ORM tool simplifies database operations by allowing developers to interact with databases using object-oriented programming.
It eliminates the need for writing complex SQL queries by providing a higher-level abstraction.
ORM tools handle tasks like data persistence, retrieval, and mapping between objects and database ta...
Hibernate simplifies database programming in Java applications.
Hibernate provides a simple and efficient way to interact with databases.
It eliminates the need for writing complex SQL queries.
It supports object-oriented programming and mapping of Java classes to database tables.
It provides caching and lazy loading mechanisms for improved performance.
It supports transaction management and reduces the risk of data corrupt...
Rest controller is used for RESTful web services while Controller is used for traditional web applications.
Rest controller maps HTTP requests to RESTful web services while Controller maps HTTP requests to traditional web applications.
Rest controller uses @RestController annotation while Controller uses @Controller annotation.
Rest controller returns data in JSON or XML format while Controller returns data in HTML format...
Using component instead of service may cause confusion and errors in the code.
Components and services are two different concepts in Java development.
Components are used for UI elements while services are used for business logic.
Using component instead of service may lead to errors in the code and confusion for other developers.
For example, if a component is used instead of a service for business logic, it may not have ...
The @Autowired annotation is used to automatically wire beans by matching the data type of the bean with the data type of the property.
Used to inject dependencies automatically
Reduces the need for manual bean configuration
Can be used with constructors, fields, and methods
Can be used with @Qualifier to specify which bean to wire
Eureka server is a service registry that enables microservices to discover and communicate with each other.
Eureka server is a component of Netflix's OSS suite.
It allows services to register themselves and discover other services.
It uses a REST API for communication.
Default port is 8761.
Circuit breaker is a design pattern used to prevent cascading failures in distributed systems. Hystrix is a popular implementation.
Circuit breaker monitors the availability of a service and trips if the service fails repeatedly.
It helps to prevent cascading failures by failing fast and providing fallback options.
Hystrix is a popular implementation of circuit breaker pattern in Java.
It provides features like request cac
Ternary operators are conditional operators that evaluate a boolean expression and return one of two values based on the result.
Ternary operators are written in the form of 'condition ? value1 : value2'
If the condition is true, the operator returns value1, otherwise it returns value2
Ternary operators can be used as a shorthand for if-else statements
Example: int x = (a > b) ? a : b; // assigns the larger value of a and
Entity class represents a table in a database and its attributes as fields.
Define class with @Entity annotation
Add @Id annotation to primary key field
Add @Column annotation to map fields to table columns
Implement getters and setters
Override equals() and hashCode() methods
CRUD is a basic operation for data manipulation while JPA is a Java specification for ORM.
CRUD stands for Create, Read, Update, and Delete which are basic operations for data manipulation.
JPA is a Java specification for Object-Relational Mapping (ORM) which provides a way to map Java objects to relational database tables.
JPA provides a higher level of abstraction and simplifies the data access layer by providing an API...
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
Functional interface is an interface with only one abstract method, used for lambda expressions.
Functional interfaces can have multiple default or static methods, but only one abstract method.
They are used for lambda expressions and method references in Java.
Examples of functional interfaces in Java include Runnable, Callable, and Comparator.
I applied via Naukri.com
I am open to discussing salary based on the responsibilities and requirements of the position.
I am flexible and open to negotiation.
I am looking for a fair and competitive salary.
I am more interested in the overall compensation package rather than a specific number.
I would like to be compensated based on my skills, experience, and the value I can bring to the company.
I am good coder in java coding knowledge.
I applied via Naukri.com and was interviewed in Dec 2022. There were 2 interview rounds.
Singleton is a creational design pattern that ensures a class has only one instance and provides a global point of access to it.
To create a Singleton, make the constructor private to prevent direct instantiation
Create a static method that returns the instance of the class
Use lazy initialization to create the instance only when it's needed
Ensure thread safety by using synchronized keyword or double-checked locking
Exampl...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I appeared for an interview in Dec 2024.
based on 1 review
Rating in categories
Senior Software Engineer
613
salaries
| ₹9 L/yr - ₹27.5 L/yr |
Software Engineer
570
salaries
| ₹3.5 L/yr - ₹13.8 L/yr |
Associate Technical Leader
221
salaries
| ₹13.5 L/yr - ₹36 L/yr |
Senior Quality Engineer
180
salaries
| ₹7 L/yr - ₹22.5 L/yr |
Devops Engineer
159
salaries
| ₹4.5 L/yr - ₹13 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant