i
Maveric Systems
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before May 2023. There were 3 interview rounds.
MCQ question they provide
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
posted on 8 Mar 2023
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 interview rounds.
posted on 25 Jan 2022
I applied via Naukri.com and was interviewed in Jul 2021. There were 2 interview rounds.
OOPs concepts are the fundamental principles of object-oriented programming.
Encapsulation - binding data and functions together
Inheritance - creating new classes from existing ones
Polymorphism - ability of objects to take on multiple forms
Abstraction - hiding implementation details from users
Design patterns are reusable solutions to common software problems. One example is the Singleton pattern.
Creational patterns: Singleton, Factory, Abstract Factory, Builder
Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy
Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor
Singleton pattern e...
posted on 21 May 2024
Basic Maths reasoning, general question genre jdnfk hdsfjks kjhbdfk
I appeared for an interview before Mar 2024, where I was asked the following questions.
Nested table record types in PL/SQL allow complex data structures for efficient data handling.
A nested table is a collection type that can hold an arbitrary number of elements.
Syntax for creating a nested table type: `CREATE TYPE nested_table_type AS TABLE OF data_type;`
To declare a variable of a nested table type: `DECLARE my_nested_table nested_table_type;`
You can initialize a nested table using: `my_nested_table := ...
Triggers respond to database events; procedures are reusable code blocks; packages group related procedures/functions.
Triggers are automatically executed in response to specific events (e.g., INSERT, UPDATE).
Example of a trigger: A trigger that logs changes to a table whenever a row is updated.
Procedures are named blocks of code that can be executed explicitly by calling them.
Example of a procedure: A procedure that ca...
ACID properties ensure reliable transactions in databases: Atomicity, Consistency, Isolation, Durability.
Atomicity: Transactions are all-or-nothing. Example: If a bank transfer fails, both accounts remain unchanged.
Consistency: Transactions bring the database from one valid state to another. Example: A transaction must not violate any database rules.
Isolation: Concurrent transactions do not affect each other. Example: ...
Cursors are database objects used to retrieve and manipulate data row by row.
1. Implicit Cursors: Automatically created by SQL for single SQL statements. Example: SELECT * FROM employees;
2. Explicit Cursors: Defined by the programmer for complex queries. Example: DECLARE cursor_name CURSOR FOR SELECT * FROM orders;
3. Forward-only Cursors: Can only move forward through the result set. Example: Used for simple read opera...
posted on 19 Jul 2024
posted on 11 Nov 2024
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
based on 1 interview
Interview experience
based on 61 reviews
Rating in categories
Senior Test Engineer
853
salaries
| ₹2.9 L/yr - ₹9 L/yr |
Senior Software Engineer
618
salaries
| ₹4.2 L/yr - ₹17.1 L/yr |
Test Engineer
497
salaries
| ₹2.4 L/yr - ₹6.5 L/yr |
Software Engineer
424
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Test Lead
284
salaries
| ₹5 L/yr - ₹11 L/yr |
ITC Infotech
Test Yantra Software Solutions
Microland
3i Infotech