Filter interviews by
I applied via Walk-in and was interviewed in Oct 2023. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Create a Spring Boot program with GET and POST APIs
Use @RestController annotation to create RESTful APIs
Define a method with @GetMapping annotation for GET API
Define a method with @PostMapping annotation for POST API
Use @RequestBody annotation to map POST request body to Java object
Example: @RestController public class ApiController { @GetMapping("/getData") public String getData() { return "Data"; } @PostMapping("/add...
Human Cloud Soft interview questions for popular designations
I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.
Stored procedures are precompiled SQL queries stored in the database for reuse.
Stored procedures are used to encapsulate a set of SQL statements for reuse.
They can improve performance by reducing network traffic and database load.
Stored procedures can accept parameters and return results.
They are commonly used for complex queries, data manipulation, and business logic.
Examples include creating a stored procedure to ret...
Joins are used to combine rows from two or more tables based on a related column between them.
Inner join returns rows when there is at least one match in both tables.
Outer join returns all rows from both tables, filling in NULLs for unmatched rows.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;
Example: SELECT * FROM table1 LEFT OUTER JOIN table2 ON table1.id = table2.id;
I applied via Walk-in and was interviewed before Jul 2022. There were 2 interview rounds.
Written test occurred in coding round.And they Wanted to put the code in system and run it.
Polymorphism is the ability of a single function or method to operate on different data types. Interface is a contract that defines the methods that a class must implement. Multithreading is the ability of a CPU to execute multiple threads concurrently. C# does not support multiple inheritance. Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Methods are functions de...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
based on 7 interviews
Interview experience
based on 40 reviews
Rating in categories
full stack .net developer
56
salaries
| ₹1.2 L/yr - ₹1.8 L/yr |
Software Trainee
51
salaries
| ₹1 L/yr - ₹2 L/yr |
DOT NET Developer
46
salaries
| ₹1.2 L/yr - ₹2 L/yr |
Dot Net Fullstack Developer
22
salaries
| ₹1 L/yr - ₹1.8 L/yr |
Software Developer
10
salaries
| ₹1.4 L/yr - ₹2.8 L/yr |
TCS
Accenture
Wipro
Cognizant