Filter interviews by
Map is a method used to transform elements of an array, while for loop is used to iterate over elements in an array.
Map applies a function to each element of an array and returns a new array with the results.
For loop iterates over each element in an array and allows you to perform operations on each element.
Example: Using map to double each element in an array - [1, 2, 3].map(num => num * 2) would result in [2, 4, 6].
E...
Position absolute is a CSS property that positions an element relative to its closest positioned ancestor.
Position absolute removes the element from the normal flow of the document.
It is positioned based on the nearest positioned ancestor.
The element's position is specified using the top, right, bottom, and left properties.
Commonly used for creating overlays, tooltips, and pop-up menus.
Automation can be written using various tools and programming languages depending on the application and requirements.
Choose the appropriate automation tool based on the application and requirements
Select the programming language that is compatible with the automation tool
Identify the test cases that need to be automated
Write the automation scripts using the selected programming language
Execute the automation scripts a
Top trending discussions
I was interviewed before May 2021.
System engineer
Basic c programming
posted on 29 Nov 2022
I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.
Array and OOPS concept. Given set of questions to solve with each oops concept
Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.
Inheritance allows for the creation of a new car model that shares common features with an existing car model
The new car model can add or modify features inherited from the existing car model
For example, a new sports car model can inherit features from a base car model such as engine, tra...
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
Logical reasoning and Aptitude
Functions with Pointers and strings concepts
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.
SQL test on Select query, insert, create
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
based on 2 interviews
Interview experience
based on 49 reviews
Rating in categories
Associate Software Engineer
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
32
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
28
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
IVTL Infoview Technologies
Apmosys Technologies
Pitney Bowes
Zebra Technologies