Filter interviews by
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that have properties and methods to interact with each other.
It emphasizes on encapsulation, inheritance, and polymorphism.
Encapsulation means hiding the internal details of an object from the outside world.
Inheritance allows creating new classes from ex...
Routings in MVC are used to map URLs to controller actions.
Routings define the URL patterns that should be matched and the corresponding controller actions to be executed.
They are defined in the RouteConfig.cs file in ASP.NET MVC.
Routings can include parameters that are passed to the controller action.
Example: {controller}/{action}/{id} maps to HomeController.Index(int id)
Routings can also include constraints to restri...
I was interviewed before Sep 2016.
Top trending discussions
posted on 22 Jan 2025
1 hour online test ..
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
Coding for international
Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude test was easy but difficult
posted on 24 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
In first round there were two test
1st is the personality test.
2nd is the aptitude test were they asked about 10 aptitude questions and around 40 coding based questions, some of them were mcq and rest were output based.
Contains 4 DSA based questions, 1 question was hard, and other 3 questions were of medium level.
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
based on 17 reviews
Rating in categories
Software Tester
40
salaries
| ₹2 L/yr - ₹7.8 L/yr |
Software Developer
33
salaries
| ₹2.8 L/yr - ₹11.7 L/yr |
Business Analyst
28
salaries
| ₹4 L/yr - ₹12.5 L/yr |
Softwaretest Engineer
23
salaries
| ₹2 L/yr - ₹7.5 L/yr |
Msbi Developer
17
salaries
| ₹3.2 L/yr - ₹10.5 L/yr |
Infosys
TCS
Wipro
HCLTech