Filter interviews by
I was interviewed before Nov 2020.
I applied via Internshala and was interviewed before Feb 2023. There were 3 interview rounds.
Java Basic MCQ 30 questions answers
Spring boot project - Develop Hospital mgt API
I applied via Internshala and was interviewed in Oct 2021. There were 3 interview rounds.
This is the looping concept test
I am currently working on 3 projects.
I am working on a project for a financial institution, developing a banking application.
I am also working on a project for an e-commerce company, building a shopping cart system.
Lastly, I am involved in a project for a healthcare organization, developing a patient management system.
Lattice Innovations interview questions for popular designations
I applied via Internshala and was interviewed before Mar 2021. There were 3 interview rounds.
1. Building APIs for a healthcare system
2. Coding assignment on pen & paper
Expectations from first assignment was to write efficient mysql queries and follow standard auth protocols.
Questions related to backend development concepts and technologies.
Joins in MySQL are used to combine data from two or more tables based on a related column.
Middleware is software that acts as a bridge between different applications or systems.
JWT (JSON Web Token) is a standard for securely transmitting information between parties as a JSON object.
POST is used to submit data to be processed, PUT is used to update exist...
My strengths include strong problem-solving skills and a deep understanding of Node.js. My weaknesses include a tendency to be overly critical of my own work.
Strength: Strong problem-solving skills
Strength: Deep understanding of Node.js
Weakness: Overly critical of my own work
I am a Node JS Developer with 5 years of experience in building scalable and efficient web applications.
5 years of experience in Node JS development
Proficient in building scalable and efficient web applications
Strong knowledge of JavaScript and related frameworks
Experience with RESTful APIs and database management
Familiarity with front-end technologies such as HTML, CSS, and React
Ability to work in a team and meet proj
I was interviewed in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
I was interviewed in Jun 2017.
I applied via Naukri.com and was interviewed in Aug 2018. There were 5 interview rounds.
The question is asking about the candidate's knowledge in Core Java, Spring, Hibernate, Spring Boot, SQL, and AngularJS.
Core Java is the foundation of Java programming language.
Spring is a popular framework for building Java applications.
Hibernate is an ORM tool used for mapping Java objects to database tables.
Spring Boot is a framework for building microservices.
SQL is a language used for managing relational databases...
To connect 2 DBs from a Spring Boot application, configure multiple data sources and use JdbcTemplate or EntityManager for each DB.
Configure multiple data sources in the application.properties file
Create separate configuration classes for each data source
Use JdbcTemplate or EntityManager to interact with each DB
Specify the appropriate data source in the repository or service classes
Abstract method implementation is mandatory while default method is optional.
Abstract method has no implementation in the abstract class and must be implemented by the subclass.
Default method has a default implementation in the interface and can be overridden by the implementing class.
Abstract method is used to enforce a contract while default method is used to provide a default behavior.
Example: abstract method - publ...
based on 1 interview
Interview experience
based on 14 reviews
Rating in categories
Quality Analyst
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Embedded Systems Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Manual Test Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Project Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech