Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
Code to find largest and smallest number in an array, terraform code to deploy VM in azure cloud
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Share your past life experience
I communicate technically by providing clear and concise instructions, troubleshooting issues, and offering solutions to customers.
Provide step-by-step instructions for technical issues
Use simple language to explain complex technical concepts
Offer alternative solutions if the initial suggestion does not work
Listen actively to understand the customer's problem before providing a solution
Volkswagen interview questions for popular designations
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
IOC is a design pattern where control is inverted, while DI is a technique to achieve IOC by injecting dependencies into a class.
IOC stands for Inversion of Control, where the control of flow is inverted from the traditional top-down approach.
DI stands for Dependency Injection, a technique used to implement IOC by injecting dependencies into a class from an external source.
IOC is a design principle, while DI is a techn...
Exception handling in Spring Boot allows developers to gracefully handle errors and provide meaningful responses to users.
Use @ControllerAdvice to handle exceptions globally
Use @ExceptionHandler to handle specific exceptions
Return custom error messages or responses to users
Annotation used in Spring framework to bind the HTTP request body to a method parameter.
Used in Spring MVC to indicate that a method parameter should be bound to the body of the web request.
Can be used with various data types like JSON, XML, etc.
Helps in simplifying the process of handling request data in Spring applications.
Type casting in Java is the process of converting one data type into another.
Type casting can be done implicitly or explicitly in Java.
Implicit type casting is done when a smaller data type is converted to a larger data type, while explicit type casting is done when a larger data type is converted to a smaller data type.
Example of implicit type casting: int num = 10; double result = num;
Example of explicit type casting
Intermediate and terminal operators are used in Java streams to perform intermediate and terminal operations on elements.
Intermediate operators are used to transform, filter, or manipulate elements in a stream before passing them to the next operation. Examples include map(), filter(), and sorted().
Terminal operators are used to trigger the processing of elements in a stream and produce a result. Examples include forEa
Functional interface in Java is an interface with only one abstract method. It can have multiple default or static methods.
Functional interfaces can be annotated with @FunctionalInterface to ensure they have only one abstract method.
Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.
Lambda expressions can be used to implement functional interfaces concisely.
Various methods in RestApi include GET, POST, PUT, DELETE.
GET - Used to retrieve data from the server. Example: GET /users
POST - Used to send data to the server to create a new resource. Example: POST /users
PUT - Used to update an existing resource on the server. Example: PUT /users/1
DELETE - Used to delete a resource on the server. Example: DELETE /users/1
Using Java 8, find the first non-repeating character in a string.
Use Java 8 streams to convert the string to a character array.
Use Collectors.groupingBy to group characters by count.
Filter out characters with count > 1 and find the first character with count 1.
Sum of all even numbers without using inbuild methods using stream api
Create an array of numbers
Use stream to filter out even numbers
Use stream to sum up the filtered even numbers
Get interview-ready with Top Volkswagen Interview Questions
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Terraform is an open-source infrastructure as code software tool created by HashiCorp.
Terraform allows users to define and provision infrastructure using a declarative configuration language.
It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.
Terraform manages infrastructure resources as code, enabling automation and version control.
It helps in creating, updating, and deleting infrastruct...
Tf state files are files generated by Terraform to store the state of your infrastructure.
Tf state files store information about the resources managed by Terraform
They help Terraform track the current state of your infrastructure
Tf state files should be stored securely to prevent unauthorized access
I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.
Duration : 1 hour
Topics : Java and DSA
BFS explores neighbors before moving to next level, while DFS explores as far as possible before backtracking.
BFS uses a queue to keep track of nodes to visit next, while DFS uses a stack or recursion.
BFS is optimal for finding shortest path in unweighted graphs, while DFS is more memory efficient.
BFS is typically implemented iteratively, while DFS can be implemented recursively.
Example: BFS is used in level order trav...
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Asynchronous programming allows tasks to run concurrently, but can lead to complex code and potential race conditions.
Difficult to debug due to non-linear flow of execution
Potential for race conditions when multiple tasks access shared resources
Complex error handling and callback hell can make code hard to read and maintain
Events are a higher-level concept that allows objects to communicate without knowing each other, while delegates are a type-safe function pointers.
Events are based on the observer design pattern, where an object (the publisher) maintains a list of other objects (subscribers) that are interested in being notified when a certain event occurs.
Delegates are similar to function pointers in C++, but with type safety and obje...
Program to check prime number and reverse a string
For checking prime number, iterate from 2 to n/2 and check if n is divisible by any number
For reversing a string, use a loop to iterate through the characters and build the reversed string
Singleton class ensures only one instance of a class is created and provides a global point of access to it.
Use a private static variable to hold the instance of the class.
Make the constructor private to prevent instantiation from outside the class.
Provide a static method to access the instance, creating it if necessary.
ref and out are keywords in C# used for passing arguments to methods by reference.
ref keyword is used to pass arguments by reference, allowing the method to modify the value of the argument
out keyword is similar to ref, but the argument does not have to be initialized before being passed to the method
Example: void UpdateValue(ref int num) { num = num * 2; }
Example: void GetValues(out int a, out int b) { a = 10; b = 20;
Top trending discussions
Interview experience
based on 781 reviews
Rating in categories
Senior Software Engineer
75
salaries
| ₹7.8 L/yr - ₹21 L/yr |
Manager
73
salaries
| ₹7 L/yr - ₹19.8 L/yr |
Assistant Manager
64
salaries
| ₹5.8 L/yr - ₹12 L/yr |
Senior Manager
59
salaries
| ₹10.6 L/yr - ₹30 L/yr |
Software Engineer
58
salaries
| ₹4 L/yr - ₹12.4 L/yr |
Maruti Suzuki
Tata Motors
Mahindra & Mahindra
Hyundai Motor India Limited