Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.
They asked SQL queries and pattern programs and tracing output from simple codes
posted on 6 Nov 2015
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
Topics:
Python, Django, MySQL, Automation, Technical questions
Django follows Model-View-Controller (MVC) architectural pattern.
Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.
The Model layer represents the database schema and business logic.
The View layer is responsible for rendering the templates and presenting the data to the user.
The Controller layer handles the user's input and interacts with the Model and View layers.
Dj...
XML is a markup language while JSON is a lightweight data interchange format.
XML uses tags to define elements while JSON uses key-value pairs.
XML is more verbose and complex than JSON.
JSON is easier to read and parse than XML.
XML supports namespaces and validation while JSON does not.
XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Normal apptitude queations were asked in this round
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
Test scenarios to test ATM machine
Test card insertion and ejection
Test PIN entry and validation
Test cash withdrawal and balance update
Test receipt printing
Test network connectivity and error handling
SQL joins are used to combine data from two or more tables based on a related column between them.
There are four types of SQL joins: inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all the rows from the left table and matching rows from the right table.
Right join returns all the rows from the right table and matching rows from the left ...
based on 1 interview
Interview experience
Software Engineer
52
salaries
| ₹2.7 L/yr - ₹9 L/yr |
Software Developer
22
salaries
| ₹2.5 L/yr - ₹7 L/yr |
Senior Software Engineer
20
salaries
| ₹4.6 L/yr - ₹16 L/yr |
Project Manager
19
salaries
| ₹4.2 L/yr - ₹14.5 L/yr |
Full Stack Developer
11
salaries
| ₹2.5 L/yr - ₹10.4 L/yr |
Accel Frontline
Pitney Bowes
DynPro
Apex CoVantage