Filter interviews by
Upgrading and migrating an OS involves planning, backing up data, and executing the upgrade process carefully.
1. Backup all important data and configurations before starting the upgrade.
2. Check compatibility of applications and hardware with the new OS version.
3. Use package managers (e.g., apt, yum) for upgrading on Linux systems.
4. For migration, consider using tools like rsync or dd to transfer data.
5. Test th...
To reduce LVM in Linux, you need to shrink the filesystem and then reduce the logical volume size safely.
1. Unmount the filesystem: Use 'umount /mountpoint' to unmount the filesystem before resizing.
2. Check filesystem: Run 'e2fsck -f /dev/vg_name/lv_name' to check for errors before resizing.
3. Resize filesystem: Use 'resize2fs /dev/vg_name/lv_name new_size' to shrink the filesystem to the desired size.
4. Reduce l...
I have extensive knowledge in hardware, including components, assembly, and troubleshooting across various systems.
Familiar with computer components: CPUs, GPUs, motherboards, RAM, and storage devices.
Experience in assembling custom PCs for gaming and productivity.
Skilled in troubleshooting hardware issues, such as diagnosing faulty components.
Knowledge of networking hardware, including routers, switches, and fire...
I envision a future at Inspirisys where I can grow my skills and contribute to innovative IAM solutions that enhance security and efficiency.
Expand my expertise in IAM technologies, such as identity governance and privileged access management.
Lead projects that implement cutting-edge security solutions, improving client satisfaction and trust.
Mentor junior engineers, fostering a collaborative environment and shari...
A domain is a distinct subset of the internet or a network that is identified by a unique name.
Domains are used in URLs to identify specific web pages, e.g., 'example.com'.
In networking, a domain can refer to a group of computers that share a common database and security policies.
Active Directory domains manage user accounts and resources in Windows environments.
Domains can be hierarchical, such as 'co.uk' being a...
Group Policy is a feature in Windows that allows centralized management of user and computer settings in an Active Directory environment.
Enforces security settings across multiple computers in a domain.
Allows configuration of user environments, such as desktop backgrounds and start menu options.
Can be used to deploy software applications automatically to users or computers.
Example: A Group Policy can restrict acce...
To solve network issues, systematically diagnose the problem using tools and techniques to identify and resolve connectivity issues.
Check physical connections: Ensure all cables are securely connected and devices are powered on.
Use ping command: Test connectivity to a specific IP address or domain to see if it's reachable.
Verify IP configuration: Use 'ipconfig' (Windows) or 'ifconfig' (Linux) to check if the devic...
A VPN (Virtual Private Network) creates a secure connection over the internet, protecting data and privacy.
Encrypts internet traffic to protect user data from hackers.
Allows users to access region-restricted websites (e.g., streaming services).
Masks the user's IP address, enhancing online anonymity.
Commonly used in corporate environments for secure remote access.
OOPs concept features include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability to create a new class from an existing class, inheriting its attributes and methods.
Polymorphism: Ability to use a single interface for different data types or objects.
Abstraction: Hiding the complex implementation ...
Code to display Fibonacci series of n numbers.
Initialize an array to store Fibonacci numbers
Use a loop to calculate Fibonacci numbers based on previous two numbers
Display the Fibonacci series
I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.
Recursion is a programming technique where a function calls itself in order to solve a problem.
Recursion involves breaking down a problem into smaller subproblems and solving them recursively.
Each recursive call works on a smaller input until a base case is reached.
Example: Factorial calculation, Fibonacci sequence, tree traversal.
OOPs concept features include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability to create a new class from an existing class, inheriting its attributes and methods.
Polymorphism: Ability to use a single interface for different data types or objects.
Abstraction: Hiding the complex implementation detai...
Code to display Fibonacci series of n numbers.
Initialize an array to store Fibonacci numbers
Use a loop to calculate Fibonacci numbers based on previous two numbers
Display the Fibonacci series
Code to search a number in an array of strings
Convert the array of strings to an array of integers before searching
Use a loop to iterate through the array and compare each element with the target number
Return the index of the number if found, otherwise return -1
I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.
CORS stands for Cross-Origin Resource Sharing, a mechanism that allows resources on a web page to be requested from another domain outside the domain from which the resource originated.
CORS is a security feature implemented by browsers to prevent cross-origin requests, which can be a security risk.
It involves the browser and the server communicating to determine if the request is allowed.
CORS headers like Access-Contro...
I plan to stay at least 5 years, as I am looking for long-term growth and stability in my career.
I am committed to contributing to the company's success for the long term
I value stability and growth opportunities in my career
I believe in building strong relationships with colleagues and clients over time
Seeking new challenges and opportunities for growth in a senior role.
Looking for more responsibilities and leadership opportunities
Interested in working on larger and more complex projects
Seeking a new environment to learn and grow professionally
I have over 10 years of experience in sales, with a proven track record of exceeding targets and leading successful teams.
Managed a team of sales representatives and consistently exceeded quarterly sales targets
Developed and implemented strategic sales plans to drive revenue growth
Built strong relationships with key clients and stakeholders to ensure customer satisfaction
Utilized CRM software to track sales performance...
I have strong technical skills in CRM systems, data analysis, and Microsoft Office.
Proficient in using CRM systems such as Salesforce and HubSpot
Skilled in data analysis using Excel and SQL
Advanced knowledge of Microsoft Office suite including Word, Excel, and PowerPoint
I have a strong technical background with a degree in Computer Science and experience in software development.
Degree in Computer Science
Experience in software development
Proficient in programming languages such as Java and Python
I appeared for an interview before Jun 2024, where I was asked the following questions.
To reduce LVM in Linux, you need to shrink the filesystem and then reduce the logical volume size safely.
1. Unmount the filesystem: Use 'umount /mountpoint' to unmount the filesystem before resizing.
2. Check filesystem: Run 'e2fsck -f /dev/vg_name/lv_name' to check for errors before resizing.
3. Resize filesystem: Use 'resize2fs /dev/vg_name/lv_name new_size' to shrink the filesystem to the desired size.
4. Reduce logica...
Upgrading and migrating an OS involves planning, backing up data, and executing the upgrade process carefully.
1. Backup all important data and configurations before starting the upgrade.
2. Check compatibility of applications and hardware with the new OS version.
3. Use package managers (e.g., apt, yum) for upgrading on Linux systems.
4. For migration, consider using tools like rsync or dd to transfer data.
5. Test the new...
I appeared for an interview in Feb 2025.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I have 3 years of experience working as a Technical Support Engineer at XYZ Company.
3 years of experience
Worked as a Technical Support Engineer
Company: XYZ Company
I applied via Recruitment Consulltant
A domain is a distinct subset of the internet or a network that is identified by a unique name.
Domains are used in URLs to identify specific web pages, e.g., 'example.com'.
In networking, a domain can refer to a group of computers that share a common database and security policies.
Active Directory domains manage user accounts and resources in Windows environments.
Domains can be hierarchical, such as 'co.uk' being a subd...
Group Policy is a feature in Windows that allows centralized management of user and computer settings in an Active Directory environment.
Enforces security settings across multiple computers in a domain.
Allows configuration of user environments, such as desktop backgrounds and start menu options.
Can be used to deploy software applications automatically to users or computers.
Example: A Group Policy can restrict access to...
Top trending discussions
The duration of Inspirisys Solution interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 58 interview experiences
Difficulty level
Duration
based on 548 reviews
Rating in categories
Technical Support Engineer
378
salaries
| ₹1.4 L/yr - ₹4.5 L/yr |
Software Engineer
255
salaries
| ₹1.5 L/yr - ₹8.6 L/yr |
Senior Software Engineer
172
salaries
| ₹4.9 L/yr - ₹18.5 L/yr |
Desktop Support Engineer
106
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
Senior Technical Support Engineer
91
salaries
| ₹2 L/yr - ₹5.2 L/yr |
3i Infotech
Microland
Newgen Software Technologies
NSE.IT