Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 4 interview rounds.
Processor, memory, and network card are essential components of a server.
Processor: CPU that executes instructions and processes data
Memory: RAM that stores data and instructions for the CPU to access quickly
Network card: Hardware that allows the server to connect to a network for communication
Examples: Intel Xeon processor, 32GB DDR4 RAM, Gigabit Ethernet network card
Sanity testing is a narrow and focused testing to quickly determine if a new functionality is working as expected. Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.
Sanity testing is a subset of regression testing and focuses on specific areas of the application.
It is usually performed after major changes in the code or functionality to quickly verify that the ne...
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.
SDLC involves planning, designing, coding, testing, and deployment stages.
STLC includes test planning, test design, test execution, and test closure stages.
S...
posted on 16 Dec 2023
I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.
A switch is a networking device that connects devices on a local area network (LAN) and uses MAC addresses to forward data to the correct destination.
Switch operates at layer 2 of the OSI model
It uses MAC addresses to forward data within a network
Switches create separate collision domains for each port
Common types of switches include unmanaged, managed, and layer 3 switches
Ind Innovations interview questions for popular designations
I applied via Referral and was interviewed in May 2021. There was 1 interview round.
I was interviewed before Jun 2020.
Top trending discussions
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 8 interviews
Interview experience
based on 139 reviews
Rating in categories
8-10 Yrs
Not Disclosed
Technical Support Engineer
34
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
28
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Analyst
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Desktop Support Engineer
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Linux Administrator
14
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech