i
Nagarro
Filter interviews by
I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.
2 coding and aptitude
I applied via Naukri.com and was interviewed before Feb 2022. There were 4 interview rounds.
You will be asked to develop an application and based on that the next round will be proceeded. For me I have been asked to perform some crud operations with api using asp.net core and asp.net mvc application
API is a set of protocols and tools for building software applications. It allows different applications to communicate with each other.
API stands for Application Programming Interface
It defines how different software components should interact with each other
APIs can be used to access data or functionality from other applications or services
Examples of APIs include Google Maps API, Twitter API, and Facebook API
Interface defines only method signatures while abstract class can have method implementations.
An interface can be implemented by multiple classes while an abstract class can only be extended by one class.
An abstract class can have constructors while an interface cannot.
An abstract class can have instance variables while an interface cannot.
An abstract class can provide default implementations for some methods while an ...
Routing in ASP.NET Core API is performed using the built-in middleware called Endpoint Routing.
Endpoint Routing is responsible for mapping incoming requests to the appropriate action methods in the controller.
It uses the HTTP verb, URL pattern, and route data to determine the correct action method.
Routes can be defined using attributes on the controller and action methods or in the Startup.cs file.
Middleware like authe...
SOLID principles are a set of design principles for writing maintainable and scalable software.
S - Single Responsibility Principle
O - Open/Closed Principle
L - Liskov Substitution Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
I applied via Naukri.com and was interviewed before Feb 2022. There were 2 interview rounds.
Using stream API to find the sum of even numbers from an ArrayList
Convert the ArrayList to a stream using the stream() method
Filter the stream to keep only the even numbers using the filter() method
Use the mapToInt() method to convert the stream of even numbers to an IntStream
Finally, use the sum() method to calculate the sum of the even numbers
Prepared Statements interface is used to prevent SQL injection.
Prepared Statements interface is used to parameterize the SQL queries.
It allows the separation of SQL code and user input.
It helps to prevent SQL injection attacks by automatically escaping special characters.
Examples: PDO, mysqli, Java PreparedStatement, etc.
String is immutable to ensure data integrity and thread safety.
Immutable strings prevent accidental modification of data.
Immutable strings allow for efficient memory allocation and sharing.
Immutable strings ensure thread safety by avoiding race conditions.
Examples of immutable string methods include substring, toLowerCase, and toUpperCase.
Java OOPs concepts and examples
Encapsulation - hiding data and methods within a class (e.g. private variables)
Inheritance - creating new classes from existing ones (e.g. subclass extends superclass)
Polymorphism - using a single method to perform different actions (e.g. method overloading/overriding)
Abstraction - focusing on essential features and hiding implementation details (e.g. abstract classes/interfaces)
I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.
It consists of mathematical and some programming questions
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
posted on 11 Oct 2020
I applied via Campus Placement and was interviewed before Oct 2019. There were 3 interview rounds.
5G technology is coming which will revolutionize the way we communicate and connect with the world.
5G technology will provide faster internet speeds and lower latency.
It will enable the development of new technologies such as self-driving cars and smart cities.
5G networks will be able to support a larger number of devices connected simultaneously.
Major telecommunication companies such as Verizon and AT&T are already ro...
I applied via Recruitment Consultant and was interviewed in Jan 2020. There was 1 interview round.
I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.
based on 1 review
Rating in categories
Associate Staff Engineer
3.3k
salaries
| ₹10 L/yr - ₹35.2 L/yr |
Staff Engineer
3k
salaries
| ₹11.8 L/yr - ₹43.2 L/yr |
Senior Engineer
2.4k
salaries
| ₹5.9 L/yr - ₹22 L/yr |
Senior Software Engineer
1.1k
salaries
| ₹5.6 L/yr - ₹29.5 L/yr |
Engineer
992
salaries
| ₹3 L/yr - ₹11.3 L/yr |
Deloitte
Cognizant
TCS
Accenture