i
AIT
Global
Filter interviews by
SDLC stands for Software Development Life Cycle, which is a process used by software developers to design, develop, and test software applications.
1. Planning: Define the scope, requirements, and objectives of the project.
2. Analysis: Gather and analyze requirements from stakeholders.
3. Design: Create a detailed design of the software based on requirements.
4. Implementation: Develop the software according to the design...
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
I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.
They just gave me an assessment with a few questions to test my subject knowledge
I appeared for an interview in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
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.
I appeared for an interview in May 2025, where I was asked the following questions.
Java is a versatile, object-oriented programming language designed for portability across platforms and ease of use.
Object-Oriented: Java uses objects to represent data and methods, promoting code reusability. Example: Classes and objects.
Platform-Independent: Java code is compiled into bytecode, which can run on any device with a Java Virtual Machine (JVM).
Rich API: Java provides a comprehensive set of libraries for t...
The JVM enables Java applications to run on any device by providing an environment for executing Java bytecode.
Platform Independence: JVM allows Java programs to run on any operating system without modification.
Bytecode Execution: It interprets or compiles Java bytecode into machine code for execution.
Memory Management: JVM handles memory allocation and garbage collection automatically.
Security: It provides a secure ex...
OOP is a programming paradigm based on objects, encapsulating data and behavior, promoting code reusability and modularity.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class based on an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same inte...
Variables can be categorized based on their scope, lifetime, and data type, impacting how they are used in programming.
1. Local Variables: Defined within a function or block, e.g., 'int x = 10;' inside a function.
2. Global Variables: Accessible throughout the program, e.g., 'int count;' defined outside any function.
3. Static Variables: Retain their value between function calls, e.g., 'static int counter = 0;' in a func...
An interface defines a contract for classes, specifying methods and properties without implementing them.
An interface can contain method signatures and properties but no implementation.
Classes that implement an interface must provide concrete implementations for all its members.
Interfaces support multiple inheritance, allowing a class to implement multiple interfaces.
Example: In Java, 'Runnable' is an interface that re...
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 Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Function to find the first non-repeating character in a string
Create a hashmap to store character frequencies
Iterate through the string to populate the hashmap
Iterate through the string again to find the first non-repeating character
A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.
Stack: Last In First Out (LIFO), used for function calls, undo operations.
Queue: First In First Out (FIFO), used for printing tasks, message queues.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I use print statements, logging, and debugging tools to identify and fix issues in my code.
I start by reviewing the code and understanding the logic behind it.
I use print statements to check the values of variables at different points in the code.
I utilize logging to track the flow of the program and identify any errors.
I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...
Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.
Functional programming uses pure functions that do not have side effects.
Object-oriented programming uses objects that encapsulate data and behavior.
In functional programming, data is immutable and functions are first-class citizens.
In object-oriented programming, objects can have state a...
based on 1 interview experience
based on 1 review
Rating in categories
Software Engineer
30
salaries
| ₹2 L/yr - ₹10 L/yr |
QA Engineer
29
salaries
| ₹4.1 L/yr - ₹11 L/yr |
Associate Software Engineer
28
salaries
| ₹2.5 L/yr - ₹5 L/yr |
Software Developer
24
salaries
| ₹2.7 L/yr - ₹9.9 L/yr |
Team Lead
18
salaries
| ₹4.9 L/yr - ₹16.7 L/yr |
Accel Frontline
Apmosys Technologies
Pitney Bowes
DynPro