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.
Top trending discussions
I applied via Approached by Company and was interviewed before Jun 2021. There were 3 interview rounds.
Inline-block is a CSS display property that allows elements to sit next to each other while maintaining block-level characteristics.
Elements with display: inline-block can have width and height set.
They respect vertical-align property, allowing alignment control.
Example: <div style='display: inline-block; width: 100px; height: 100px;'>Box 1</div>
Useful for creating horizontal navigation menus or galleries.
rem em is used for defining font size relative to the root element. It helps in creating responsive designs.
rem em is used to define font size relative to the root element
It helps in creating responsive designs as the font size adjusts according to the screen size
For example, if the root element font size is 16px, 1rem is equal to 16px
rem em is also used for defining position and spacing in CSS
Home page design with responsive
posted on 9 May 2017
I appeared for an interview before May 2016.
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.
Gather requirements from stakeholders
Create a design based on requirements
Write code to implement the design
Test the software for bugs and issues
Deploy the software for users to use
Iterate on feedback and make improvements
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects to take on multiple forms and behave differently based on their context.
Encapsulation hides the implementation details of an object and only exposes necessary information.
Abstraction allows for the creation of abstract class...
Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.
Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.
Inheritance allows for code reuse and extension of existing classes, reducing code duplication.
Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i...
SQL query for joining tables
Use JOIN keyword to combine two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the condition for joining the tables
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN
Used Java concepts such as inheritance, polymorphism, and exception handling in my project.
Implemented inheritance to create a base class and derived classes with specific functionalities.
Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.
Implemented exception handling to handle errors and prevent program crashes.
Used interfaces to define a set of methods that a ...
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Overloading is used to provide different ways to call a method with different parameters
Overriding is used to provide a specific implementation of a method in a subclass
Overloading is resolved at compile-time while overriding is r...
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
It is easy to solve the Aptitude question and some identifying outputs of program.
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors of objects.
An object is an instance of a class.
Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
Swap two numbers without using temp variable and reverse a string without using built-in functions.
To swap two numbers without using temp variable, use bitwise XOR operation.
To reverse a string without using built-in functions, use two pointers approach.
Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;
Example for reversing a string: use two pointers to swap characters from start and end of the string.
Now, I am preparing for the third round.
So, I don't know the Coding Question.
posted on 27 Aug 2024
I applied via Job Portal
based on 1 interview experience
based on 1 review
Rating in categories
Software Engineer
21
salaries
| ₹4 L/yr - ₹9.7 L/yr |
Senior Software Engineer
20
salaries
| ₹9 L/yr - ₹22 L/yr |
Associate Software Engineer
8
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Test Lead
7
salaries
| ₹15 L/yr - ₹20.6 L/yr |
Softwaretest Engineer
5
salaries
| ₹5 L/yr - ₹10.1 L/yr |
Accel Frontline
Apmosys Technologies
Pitney Bowes
DynPro