Filter interviews by
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Domain Name System (DNS) is a system that translates domain names to IP addresses.
DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.7.238).
DNS helps users access websites and other online services by translating domain names into IP addresses that computers can understand.
DNS servers store DNS records that contain information about domain ...
Blue Screen of Death (BSoD) is a Windows operating system error screen that appears when a system encounters a critical error that it cannot recover from.
BSoD is also known as a stop error or bug check screen.
It usually includes a specific error code and a message indicating the cause of the error.
Common causes of BSoD include hardware failures, driver issues, and software conflicts.
Examples of BSoD error codes are: 0x...
DHCP server assigns IP addresses to devices on a network. Configuration involves setting up IP address range, subnet mask, gateway, DNS servers. Troubleshooting involves checking DHCP server settings, network connectivity. Ticketing tools are used to track and manage support requests.
DHCP server assigns IP addresses automatically to devices on a network
Configuration involves setting up IP address range, subnet mask, ga...
ADDS stands for Active Directory Domain Services. It is a directory service provided by Microsoft for Windows domain networks.
ADDS is used to manage users, computers, and other devices on a network.
It allows administrators to set up and manage security policies, install software, and perform other tasks across the network.
ADDS uses a hierarchical structure with domains, trees, and forests to organize network resources.
...
A NIC card, also known as a network interface card, is a hardware component that allows a computer to connect to a network.
NIC stands for Network Interface Card.
It is a hardware component that enables a computer to connect to a network.
NIC cards can be wired or wireless.
They have a unique MAC address for identification.
Examples include Ethernet cards and Wi-Fi adapters.
I was interviewed in Mar 2022.
I applied via Walk-in and was interviewed in Feb 2022. There was 1 interview round.
DHCP is a protocol that assigns IP addresses to devices on a network. ADDS is a service that manages users and computers in a Windows domain.
DHCP stands for Dynamic Host Configuration Protocol
It automatically assigns IP addresses to devices on a network
ADDS stands for Active Directory Domain Services
It is a service that manages users, computers, and other resources in a Windows domain
ADDS provides centralized authentic
Windows 10 is a newer version of Windows with improved features and security compared to Windows 7.
Windows 10 has a more modern user interface with a start menu that combines the traditional start menu with live tiles.
Windows 10 has better security features such as Windows Hello, which allows users to log in using facial recognition or fingerprint scanning.
Windows 10 has a virtual desktop feature that allows users to c...
Printer installation is the process of setting up a printer on a computer or network.
Connect the printer to the computer or network
Install the printer driver software
Configure printer settings
Test the printer to ensure it is working properly
I applied via Company Website and was interviewed before Jul 2021. There were 6 interview rounds.
An IP address is a unique identifier assigned to devices on a network, while a MAC address is a unique identifier assigned to network interfaces.
IP address stands for Internet Protocol address and is used to identify devices on a network
MAC address stands for Media Access Control address and is used to identify network interfaces
IP addresses are assigned by a DHCP server or can be manually configured
MAC addresses are h...
DHCP is a protocol that assigns IP addresses to devices on a network. ADDS is a service that manages users and computers in a Windows domain.
DHCP stands for Dynamic Host Configuration Protocol
DHCP assigns IP addresses to devices on a network
ADDS stands for Active Directory Domain Services
ADDS is a service that manages users and computers in a Windows domain
ADDS provides authentication and authorization services for Win
IP address classes are a way of categorizing IP addresses based on their first octet.
There are five classes: A, B, C, D, and E.
Class A addresses start with a number between 1 and 126.
Class B addresses start with a number between 128 and 191.
Class C addresses start with a number between 192 and 223.
Class D addresses are used for multicasting.
Class E addresses are reserved for future use.
The class of an IP address determ...
Straight cable coding is a method of connecting two devices of the same type using a straight-through cable.
Straight cable coding is used to connect two devices of the same type, such as a PC to a switch or a router to a router.
In straight cable coding, the wires at one end of the cable are arranged in the same order as the wires at the other end.
Straight cable coding is also known as a patch cable or a straight-throug...
Crossover cable coding is a way of connecting two devices directly without using a switch or hub.
Crossover cables have the transmit and receive wires crossed over, allowing two devices to communicate directly.
The coding is different from a standard Ethernet cable, which has the same wiring on both ends.
Crossover cables are commonly used to connect two computers or two switches together.
To identify a crossover cable, lo...
Windows installation is the process of setting up the Windows operating system on a computer.
It involves creating a bootable media such as a DVD or USB drive
The installation process includes selecting language, time zone, and partitioning the hard drive
Users can choose between a clean install or an upgrade
Drivers and software may need to be installed after the Windows installation is complete
DNS stands for Domain Name System.
DNS is a system that translates domain names into IP addresses.
It is used to locate and identify devices on the internet.
DNS servers store information about domain names and their corresponding IP addresses.
DNS is essential for browsing the internet and accessing websites.
DNS can also be used for other purposes such as email routing and network troubleshooting.
Printer installation is the process of setting up and configuring a printer to work with a computer or network.
Connect the printer to the computer or network
Install the printer driver software
Configure printer settings such as paper size and print quality
Test the printer to ensure it is working properly
Types of networks include LAN, WAN, MAN, WLAN, PAN, SAN, CAN, and VPN.
LAN (Local Area Network) is a network that covers a small area like a home, office, or building.
WAN (Wide Area Network) is a network that covers a large geographical area like a city, country, or even the world.
MAN (Metropolitan Area Network) is a network that covers a larger area than a LAN but smaller than a WAN, usually a city or town.
WLAN (Wirele...
Network topology refers to the physical or logical layout of a network.
Bus topology
Star topology
Ring topology
Mesh topology
Tree topology
What is lan cable coding
NR Technoserve interview questions for popular designations
Top trending discussions
I was interviewed in Jan 2025.
1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.
1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.
I was interviewed in Aug 2024.
The aptitude test will be conducted online.
I was interviewed in Jan 2025.
It sounds like you might be asking for an aptitude test that has 20 questions or characters, possibly for a job application. Aptitude tests for jobs usually focus on assessing your ability to think logically, solve problems, and apply basic skills in areas like math, reasoning, and verbal abilities.
Here’s an example of 20 sample aptitude test questions, covering different types of skills:
1. Numerical Aptitude
What is 15% of 200?
If a car travels 60 miles in 1 hour, how far will it travel in 5 hours at the same speed?
Solve for x: 2x + 5 = 15.
2. Logical Reasoning
What comes next in the sequence: 2, 4, 8, 16, ___?
If all roses are flowers and some flowers are red, are all roses red?
Which number is the odd one out: 3, 5, 9, 7?
3. Verbal Ability
Find the synonym of "quick": a) slow, b) fast, c) steady, d) loud
Choose the correct sentence: "She don't like apples" or "She doesn't like apples?"
Find the antonym of "bright": a) shiny, b) dull, c) happy, d) light
4. Data Interpretation
If a graph shows sales increasing by 20% each month, how much is the increase in the 3rd month if sales were $100 initially?
The pie chart below shows the distribution of monthly expenses. If the rent is 25%, how much is the rent if the total is $1200?
5. Spatial
I was interviewed in Jan 2025.
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
based on 1 interview
Interview experience
based on 23 reviews
Rating in categories
Desktop Support Engineer
29
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Network Engineer
6
salaries
| ₹2.9 L/yr - ₹4.8 L/yr |
Network Support Engineer
4
salaries
| ₹2.2 L/yr - ₹6.5 L/yr |
Desktop Engineer
4
salaries
| ₹2.1 L/yr - ₹3 L/yr |
Information Technology Support Engineer
4
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
TCS
Accenture
Wipro
Cognizant