Filter interviews by
Be the first one to contribute and help others!
I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.
2 rounds of apti, 1 situation based questions, other normal maths, reasoning apti test around 1.3 hours long
I applied via Walk-in
I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.
It was an aptitude test that included coding and various logical questions.
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
It's walkin, so they conducted 1 technical mcqs round.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap uses an array of buckets to store key-value pairs.
Keys are hashed to determine the index in the array where the key-value pair will be stored.
In case of hash collisions, a linked list or a balanced tree is used to store multiple key-value pairs in the same bucket.
HashMap allows null keys...
Function to find and return all non-repeating characters in an array of strings.
Iterate through the array and count the occurrences of each character using a HashMap.
Then iterate through the array again and check if the count of each character is 1, if so add it to the result list.
Return the list of non-repeating characters.
To find the 3rd highest salary in a database, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query with 'ORDER BY salary DESC' to sort the salaries in descending order.
Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and retrieve the third highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
A qualifier in Java is used to specify additional information about a primary, which is the main data type or variable.
A primary in Java is the main data type or variable, while a qualifier provides additional information about the primary.
Qualifiers can be used to modify the behavior or characteristics of a primary.
For example, in Java, 'final' is a qualifier that can be used to make a variable constant.
The main difference is that @RestController is a specialized version of @Controller that is used for RESTful web services.
Both @Controller and @RestController are used in Spring MVC to handle HTTP requests, but @RestController is specifically used for RESTful web services.
@Controller is used to create web pages, while @RestController is used to return data in JSON or XML format.
@RestController is a convenience annotati...
OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.
Polymorphism: Ability for objects to be treated as instances of their paren...
Microservices communicate with each other through various communication protocols like HTTP, messaging queues, and gRPC.
Microservices can communicate over HTTP using RESTful APIs.
Messaging queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.
gRPC is a high-performance, open-source RPC framework that can be used for communication between microservices.
Service discovery mechanism...
Microservice endpoints can be accessed using HTTP requests with the appropriate URL
Use HTTP methods like GET, POST, PUT, DELETE to interact with the microservice
Construct the URL with the base URL of the microservice and the specific endpoint path
Include any necessary headers or parameters in the request for authentication or data filtering
Microservices allow for modular, scalable, and flexible software development by breaking down applications into smaller, independent services.
Microservices enable easier maintenance and updates as each service can be developed, deployed, and scaled independently.
They improve fault isolation, as failures in one service do not necessarily affect the entire application.
Microservices promote agility and faster time-to-mark...
posted on 25 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
2022 Bsc. And de pharma
2022 BSc.. And De pharma running.
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
To verify if a car is major accidental, check for signs of extensive damage and repair work.
Look for mismatched paint or panels indicating repair work
Check for signs of frame damage or structural issues
Inspect for any airbag deployment or replacement
Review the vehicle history report for any past accidents
Consult with a professional mechanic or body shop for a thorough inspection
To check apron replace, inspect for wear and tear, measure thickness, check for cracks or damage, and ensure proper alignment.
Inspect apron for wear and tear
Measure thickness of apron material
Check for cracks or damage on the apron
Ensure proper alignment of the apron
I applied via Job Portal
The working process step by step involves planning, executing, monitoring, and evaluating tasks to achieve desired outcomes.
1. Planning: Identify goals, set objectives, and create a timeline.
2. Execution: Carry out tasks according to the plan.
3. Monitoring: Track progress, identify any issues, and make adjustments as needed.
4. Evaluation: Assess the results against the initial goals and objectives.
5. Reflection: Learn ...
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Create a k8s deployment ymal with rolling update for a given docker image
Define a Deployment object in the YAML file
Specify the container image in the spec section
Set the update strategy to RollingUpdate
Define the number of replicas for the deployment
posted on 13 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
PPAP documents are a set of documents used in the automotive industry to ensure suppliers meet quality standards.
PPAP documents include items such as design records, engineering change documents, process flow diagrams, control plans, measurement system analysis, and more.
They are used to demonstrate that the supplier has understood the customer's requirements and has processes in place to consistently meet those requir...
PPAP stands for Production Part Approval Process and is a standardized process in the automotive industry to ensure suppliers meet quality requirements.
PPAP is a standardized process in the automotive industry to ensure suppliers meet quality requirements
It involves submitting documentation such as design records, process flow diagrams, and control plans
PPAP typically consists of 18 elements including dimensional resul...
Tell me what is your strength about quality assurance?
The problem-solving procedure for a process involves identifying the issue, analyzing the root cause, developing solutions, implementing the best solution, and monitoring the results.
Identify the problem or issue in the process
Analyze the root cause of the problem
Develop potential solutions to address the root cause
Implement the best solution
Monitor and evaluate the results to ensure effectiveness
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
API chaining is the process of making multiple API calls in a sequence to achieve a desired outcome.
Identify the APIs that need to be called in sequence
Extract necessary data from the response of one API call to use in the next call
Handle errors and exceptions that may occur during the chaining process
Use tools like Postman, RestAssured, or programming languages like Python to automate the chaining process
Page object for login functionality
Create a LoginPage class with methods for entering username, password, and clicking login button
Use locators to identify the username input field, password input field, and login button
Implement a method to perform the login action and return the next page object
Eslint file extension is .eslintrc.js and rules can be combined using extends property
Eslint file extension is .eslintrc.js
Rules can be combined using the 'extends' property in the eslint configuration file
For example, to combine rules from multiple eslint configurations, you can use: 'extends: ['eslint:recommended', 'plugin:react/recommended']
Program to check if braces are well-formed
Use a stack to keep track of opening braces
Iterate through the input string and push opening braces onto the stack
When a closing brace is encountered, pop from the stack and check if it matches the corresponding opening brace
If stack is empty at the end and all braces are matched, return true
based on 6 reviews
Rating in categories
IOS Application Developer
3
salaries
| ₹11.5 L/yr - ₹12.9 L/yr |
Micromax Informatics
Karbonn Mobile
Intex Technologies
Lava International