Filter interviews by
I applied via Instahyre and was interviewed in Jun 2024. There were 2 interview rounds.
I am a dedicated IT Support Technician with a passion for troubleshooting and problem-solving.
Experienced in providing technical support to end-users
Proficient in diagnosing and resolving hardware and software issues
Skilled in setting up and configuring computer systems and networks
My salary expectation is based on my experience, skills, and the market rate for IT Support Technicians.
Consider my experience and skills in the IT field
Research the market rate for IT Support Technicians in the area
Be open to negotiation based on the overall compensation package
I have over 5 years of experience providing IT support in various industries.
Managed help desk tickets and resolved technical issues for end users
Installed and configured software and hardware for employees
Performed regular maintenance and updates on systems and networks
Trained staff on IT best practices and security protocols
Seeking new opportunities for growth and development.
Looking for new challenges and opportunities to learn and grow
Desire for career advancement
Company restructuring led to changes in job responsibilities
My hobby is photography, where I enjoy capturing moments and exploring different perspectives through my camera lens.
I love experimenting with different lighting techniques and compositions
I enjoy editing and enhancing photos to create unique visual effects
I often participate in photography contests and exhibitions
Some of my favorite subjects to photograph include landscapes, portraits, and street scenes
I have extensive knowledge and experience in IT support, including troubleshooting hardware and software issues, setting up networks, and providing technical assistance to users.
Proficient in diagnosing and resolving hardware and software issues
Skilled in setting up and maintaining networks
Experience providing technical support to end users
Knowledge of various operating systems and software applications
Familiarity with
DNS is a system that translates domain names to IP addresses, while DHCP is a protocol that assigns IP addresses to devices on a network.
DNS stands for Domain Name System and is used to translate domain names into IP addresses.
DHCP stands for Dynamic Host Configuration Protocol and is used to assign IP addresses to devices on a network.
DNS is like a phone book that maps domain names to IP addresses, while DHCP is like ...
SharePoint is a web-based collaborative platform used for document management, content management, and workflow automation in organizations.
SharePoint allows users to create, manage, and share information and documents in a secure way
It helps in improving collaboration and communication within teams
SharePoint can be used for creating intranet portals, document libraries, and project management sites
It integrates with M...
A distribution list is a group of email addresses that can be used to send messages to multiple recipients at once.
Distribution lists are commonly used in email clients to easily send messages to a group of people.
They can be created and managed by users or administrators.
Examples of distribution lists include 'sales-team@example.com' or 'all-employees@example.com'.
Yes, I have experience working with ServiceNow for managing IT support tickets.
Managed and resolved IT support tickets using ServiceNow
Assigned tickets to appropriate IT technicians based on priority and expertise
Monitored ticket statuses and ensured timely resolution
Generated reports on ticket trends and resolutions for analysis
BIOS stands for Basic Input/Output System. It is a firmware used to perform hardware initialization during the booting process.
BIOS is a firmware that is stored on a chip on the computer's motherboard.
It is responsible for initializing and testing hardware components during the boot process.
BIOS provides the basic instructions for the operating system to communicate with hardware components.
Users can access BIOS settin...
BSOD stands for Blue Screen of Death, a Windows operating system error screen displayed when a system encounters a critical error.
BSOD is a stop error screen that appears when the Windows operating system encounters a critical error and cannot recover.
It usually includes an error code and a message indicating the cause of the error.
Common causes of BSOD errors include hardware failures, driver issues, and software conf...
We use a combination of antivirus software in our organization to ensure comprehensive protection.
We primarily use Symantec Endpoint Protection for our antivirus needs
In addition, we also utilize Malwarebytes for additional security measures
Regular updates and scans are conducted to ensure all systems are protected
MVC life cycle, AJAX call and passing data from view to partial view.
MVC life cycle includes request routing, controller instantiation, action execution, and rendering of the view.
AJAX call is initiated by sending an HTTP request to the server and receiving a response in the form of JSON or XML data.
To pass data from one view to a partial view, we can use ViewBag, ViewData, or TempData.
ViewBag is a dynamic object that ...
Abstract class is a class that cannot be instantiated, while interface is a contract that defines methods.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have instance variables, while interface cannot.
Abstract class is used for code reusability and polymorphism, while interface is used for achieving abstraction and loose coupling.
In serv...
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 50 minutes
Round difficulty - Easy
This was a Data Structural round.
Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...
Count the number of distinct islands in a 2D array of 0s and 1s.
Identify islands by performing depth-first search (DFS) on the grid
Use a set to store the shape of each island and check for duplicates
Consider translations to determine distinct islands
Round duration - 50 minutes
Round difficulty - Easy
This was a Data Structural round.
You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...
The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.
Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.
Minimize the total cost by arranging words to fit within the character limit on each line.
Ensure each word appears fully on one line without breaking across lines.
Round duration - 60 minutes
Round difficulty - Easy
This was a System Design round.
Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.
Implement a user-friendly interface for customers to search and book tickets
Create a vendor portal for vendors to manage their offerings and availability
Include payment gateway integration for secure transactions
Develop a robust backend system for managing bookings, cancellations, and refunds
Utilize a database to store user in
Round duration - 50 minutes
Round difficulty - Easy
This was a System Design round
Round duration - 50 minutes
Round difficulty - Easy
This was an HR round.
Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear
Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.
posted on 8 Apr 2021
posted on 4 Mar 2021
Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.
Programming languages are the foundation of software development.
Learning multiple languages expands the range of problems a software engineer can solve.
Different languages have different strengths and are suited for different tasks.
Knowing multiple languages improves adaptability ...
I appeared for an interview in Jan 2021.
Merge sort and Quick sort are sorting algorithms while Fibonacci is a sequence of numbers.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half and then merges them.
Quick sort is also a divide and conquer algorithm that selects a pivot element and partitions the array around the pivot.
Fibonacci is a sequence of numbers where each number is the sum of the two precedin...
I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Sep 2020. There were 3 interview rounds.
posted on 5 Dec 2021
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.
Implement Dijkstra's algorithm to find the shortest path
Create a priority queue to keep track of the vertices with the shortest distance
Use a visited set to avoid revisiting vertices
Stop when the destination vertex is reached
Return the shortest path found
Example: finding the shortest path between A and D in a graph with weighted edges: A->...
Find pairs in an array with sum equal to 0.
Use a hash table to store the frequency of each element.
Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.
If it exists, add the frequency of the complement to the count of pairs.
Return the count of pairs.
Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)
based on 1 interview
Interview experience
Software Engineer
5
salaries
| ₹3 L/yr - ₹11.9 L/yr |
Associate Software Engineer
5
salaries
| ₹3 L/yr - ₹4 L/yr |
HR Executive
4
salaries
| ₹2 L/yr - ₹3 L/yr |
Senior Software Engineer
4
salaries
| ₹4 L/yr - ₹10 L/yr |
Software Developer
3
salaries
| ₹2.1 L/yr - ₹5 L/yr |
Microsoft Corporation
SAP
24/7 Customer