Premium Employer

i

This company page is being actively managed by Softenger Team. If you also belong to the team, you can get access from here

Softenger Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Softenger Interview Questions and Answers

Updated 4 Aug 2025
Popular Designations

22 Interview questions

An Unix Administrator was asked 6d ago
Q. How does LVM work?
Ans. 

LVM (Logical Volume Manager) allows flexible disk management by creating logical volumes from physical storage devices.

  • LVM abstracts physical storage into logical volumes, making it easier to manage disk space.

  • It consists of Physical Volumes (PVs), Volume Groups (VGs), and Logical Volumes (LVs).

  • PVs are the actual disks or partitions, VGs are pools of storage, and LVs are the usable storage units.

  • You can resize LVs...

View all Unix Administrator interview questions
An Unix Administrator was asked 6d ago
Q. Explain the boot process.
Ans. 

The boot process initializes the system, loading the operating system and preparing the hardware for use.

  • 1. BIOS/UEFI: The process starts with the BIOS or UEFI firmware performing a POST (Power-On Self-Test) to check hardware integrity.

  • 2. Bootloader: After POST, the BIOS/UEFI locates the bootloader (e.g., GRUB) from the bootable device to load the OS.

  • 3. Kernel Loading: The bootloader loads the kernel into memory a...

View all Unix Administrator interview questions
An Unix Administrator was asked 6d ago
Q. What is swap space, and how do you create it?
Ans. 

Swap space is disk space used as virtual memory when RAM is full, enhancing system performance.

  • Swap space can be a dedicated partition or a file on the filesystem.

  • To create a swap file: 'sudo fallocate -l 1G /swapfile' creates a 1GB swap file.

  • Set the correct permissions: 'sudo chmod 600 /swapfile'.

  • Format the file as swap: 'sudo mkswap /swapfile'.

  • Activate the swap file: 'sudo swapon /swapfile'.

  • To make it permanent,...

View all Unix Administrator interview questions
An Unix Administrator was asked 6d ago
Q. Which tools do you use for monitoring systems?
Ans. 

I use various tools like Nagios, Zabbix, and Prometheus for effective system monitoring and performance tracking.

  • Nagios: Provides comprehensive monitoring of systems, networks, and infrastructure.

  • Zabbix: Offers real-time monitoring and alerting capabilities with a web-based interface.

  • Prometheus: A powerful time-series database and monitoring system, ideal for dynamic environments.

  • Grafana: Often used alongside Prom...

View all Unix Administrator interview questions
An Unix Administrator was asked 6d ago
Q. How do you perform a rear backup?
Ans. 

Rear (Relax and Recover) is a tool for creating system backups in Unix/Linux environments.

  • Install Rear: Use package managers like 'apt' or 'yum' to install Rear. Example: 'sudo apt install rear'.

  • Configure Rear: Edit the configuration file located at '/etc/rear/local.conf' to set backup options.

  • Run Backup: Execute 'rear mkbackup' to create a backup. This will generate a backup in the specified location.

  • Verify Backu...

View all Unix Administrator interview questions
A L2 Network Engineer was asked 3mo ago
Q. What is the name of layer 4?
Ans. 

Layer 4 of the OSI model is the Transport Layer, responsible for end-to-end communication and data flow control.

  • Ensures reliable data transfer through protocols like TCP (Transmission Control Protocol).

  • Uses UDP (User Datagram Protocol) for faster, connectionless communication.

  • Manages error detection and correction to maintain data integrity.

  • Facilitates flow control to prevent network congestion.

View all L2 Network Engineer interview questions

Softenger HR Interview Questions

16 questions and answers

Q. Why are you leaving your current job?
Q. How many years of total experience do you have?
Q. What programming languages do you know?
A L2 Network Engineer was asked 3mo ago
Q. Define tunnel trace.
Ans. 

Tunnel trace is a diagnostic method used to analyze and troubleshoot network tunnels.

  • Used to identify issues in VPN or GRE tunnels.

  • Helps in verifying the path taken by packets through the tunnel.

  • Can reveal latency, packet loss, or misconfigurations.

  • Example: Using 'traceroute' to see the route packets take through a VPN tunnel.

  • Useful in ensuring secure and efficient data transmission.

View all L2 Network Engineer interview questions
Are these interview questions helpful?
A L2 Network Engineer was asked 3mo ago
Q. How do you troubleshoot when the BGP is in a down state?
Ans. 

Troubleshooting BGP down state involves checking configurations, connectivity, and peer status.

  • Check BGP configuration: Ensure that the BGP neighbor statements are correctly configured.

  • Verify IP connectivity: Use ping to check if you can reach the BGP peer's IP address.

  • Examine BGP session status: Use 'show ip bgp summary' to see the state of BGP peers.

  • Check for ACLs or firewalls: Ensure that there are no access li...

View all L2 Network Engineer interview questions
An Unix System Administrator was asked 4mo ago
Q. What are your daily activities?
Ans. 

Daily activities of a Unix System Administrator include system monitoring, user management, backups, and troubleshooting.

  • Monitor system performance using tools like top, vmstat, or iostat to ensure optimal operation.

  • Manage user accounts and permissions, adding or removing users as necessary.

  • Perform regular backups using tools like rsync or tar to ensure data integrity.

  • Apply system updates and patches to maintain s...

View all Unix System Administrator interview questions
A Java Developer was asked 8mo ago
Q. What is Jira and what are its uses?
Ans. 

Jira is a project management tool used for issue tracking and agile project management in software development.

  • Facilitates agile project management with Scrum and Kanban boards.

  • Tracks bugs and issues, allowing teams to prioritize and resolve them efficiently.

  • Enables collaboration among team members through comments and notifications.

  • Integrates with various development tools like Bitbucket and Confluence.

  • Provides r...

View all Java Developer interview questions

Softenger Interview Experiences

61 interviews found

Software Developer Interview Questions & Answers

user image Vikashojaswin

posted on 11 Aug 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Arrays, basics. easy, some important topics in python and sql

Round 3 - Technical 

(2 Questions)

  • Q1. SQL basics question learned in online or self
  • Q2. Joins, groupby, clause, projection, having

Interview Preparation Tips

Interview preparation tips for other job seekers - do well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. How lvm works ?
  • Ans. 

    LVM (Logical Volume Manager) allows flexible disk management by creating logical volumes from physical storage devices.

    • LVM abstracts physical storage into logical volumes, making it easier to manage disk space.

    • It consists of Physical Volumes (PVs), Volume Groups (VGs), and Logical Volumes (LVs).

    • PVs are the actual disks or partitions, VGs are pools of storage, and LVs are the usable storage units.

    • You can resize LVs dyna...

  • Answered by AI
  • Q2. Explain boot process ?
  • Ans. 

    The boot process initializes the system, loading the operating system and preparing the hardware for use.

    • 1. BIOS/UEFI: The process starts with the BIOS or UEFI firmware performing a POST (Power-On Self-Test) to check hardware integrity.

    • 2. Bootloader: After POST, the BIOS/UEFI locates the bootloader (e.g., GRUB) from the bootable device to load the OS.

    • 3. Kernel Loading: The bootloader loads the kernel into memory and ha...

  • Answered by AI
  • Q3. What tool you use for monitoring the systems
  • Ans. 

    I use various tools like Nagios, Zabbix, and Prometheus for effective system monitoring and performance tracking.

    • Nagios: Provides comprehensive monitoring of systems, networks, and infrastructure.

    • Zabbix: Offers real-time monitoring and alerting capabilities with a web-based interface.

    • Prometheus: A powerful time-series database and monitoring system, ideal for dynamic environments.

    • Grafana: Often used alongside Prometheu...

  • Answered by AI
  • Q4. How to take rear backup?
  • Ans. 

    Rear (Relax and Recover) is a tool for creating system backups in Unix/Linux environments.

    • Install Rear: Use package managers like 'apt' or 'yum' to install Rear. Example: 'sudo apt install rear'.

    • Configure Rear: Edit the configuration file located at '/etc/rear/local.conf' to set backup options.

    • Run Backup: Execute 'rear mkbackup' to create a backup. This will generate a backup in the specified location.

    • Verify Backup: Ch...

  • Answered by AI
  • Q5. What is swap space and how to create ?
  • Ans. 

    Swap space is disk space used as virtual memory when RAM is full, enhancing system performance.

    • Swap space can be a dedicated partition or a file on the filesystem.

    • To create a swap file: 'sudo fallocate -l 1G /swapfile' creates a 1GB swap file.

    • Set the correct permissions: 'sudo chmod 600 /swapfile'.

    • Format the file as swap: 'sudo mkswap /swapfile'.

    • Activate the swap file: 'sudo swapon /swapfile'.

    • To make it permanent, add ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through scenario based questions

Skills evaluated in this interview

Java Developer Interview Questions & Answers

user image arun kumar

posted on 29 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concept asked
  • Ans. 

    OOPs (Object-Oriented Programming) concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: 'Dog' class inherits from 'Animal' class.

    • P...

  • Answered by AI
  • Q2. Springboot annotations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details simply
  • Q2. Springboot related
Round 3 - HR 

(2 Questions)

  • Q1. Easy about salary
  • Q2. Details about asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept and real time example is the only thing achieve to clear interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is BRD,RACI MATRIX, FRD, SDLC,AGILE
  • Ans. 

    BRD, RACI MATRIX, FRD, SDLC, and AGILE are common terms used in business analysis and project management.

    • BRD stands for Business Requirements Document, which outlines the business solution for a project.

    • RACI MATRIX is a tool used to define roles and responsibilities for project tasks.

    • FRD stands for Functional Requirements Document, which details the functional specifications of a project.

    • SDLC stands for Software Develo...

  • Answered by AI
  • Q2. SPRINTS, KANBAN,SCRUM,PHASES OF SDLC.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. How many years of total experience?
  • Ans. 

    I have over 5 years of experience in server engineering, focusing on system optimization and cloud infrastructure.

    • Worked for 3 years at XYZ Corp, managing Linux servers and optimizing performance.

    • Led a team in migrating on-premises servers to AWS, improving scalability by 40%.

    • Implemented automated deployment processes using Ansible, reducing setup time by 50%.

    • Conducted regular security audits, ensuring compliance with ...

  • Answered by AI
  • Q2. Why do you want to left this job
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align better with my career goals and aspirations.

    • Desire for professional growth: I'm looking for a role that offers more opportunities for advancement and skill development.

    • Seeking a better cultural fit: My current workplace has a different work culture than what I thrive in, and I'm looking for a team-oriented environment.

    • Interest in new technologies: I'm e...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Have you ever disagreed with a team member on a project, and how did you handle it?
  • Ans. 

    I once disagreed with a team member on project direction, but we resolved it through open communication and collaboration.

    • Encouraged open dialogue to understand each other's perspectives.

    • Organized a meeting to discuss our differing views and find common ground.

    • Used data and examples to support my viewpoint, while also being receptive to theirs.

    • Compromised by integrating elements from both ideas, leading to a stronger p...

  • Answered by AI
  • Q2. Could you provide a brief explanation of the projects that have been completed?
  • Ans. 

    I have completed various projects focused on enhancing communication, teamwork, and emotional intelligence skills in diverse settings.

    • Conducted workshops for corporate teams to improve collaboration and reduce conflicts.

    • Developed a training program for new managers on effective feedback and performance reviews.

    • Facilitated role-playing exercises to enhance interpersonal skills among healthcare professionals.

    • Created onli...

  • Answered by AI

Site Engineer Interview Questions & Answers

user image krishnaveni katuri

posted on 15 Jun 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What are the current advancements and applications of artificial intelligence?
  • Ans. 

    AI advancements enhance automation, data analysis, and decision-making across various industries, improving efficiency and innovation.

    • Machine Learning: Algorithms that improve through experience, used in predictive analytics and recommendation systems.

    • Natural Language Processing: Enables machines to understand and respond to human language, seen in virtual assistants like Siri and Alexa.

    • Computer Vision: AI systems that...

  • Answered by AI
  • Q2. What do you do in your work, and why should I hire you?
  • Ans. 

    As a Site Engineer, I oversee construction projects, ensuring quality, safety, and timely completion while managing resources effectively.

    • I manage site operations, coordinating with contractors and subcontractors to ensure project milestones are met.

    • I conduct regular site inspections to ensure compliance with safety regulations and quality standards, preventing costly delays.

    • I utilize project management software to tra...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What languages did you know
  • Ans. 

    I am proficient in several programming languages, each suited for different tasks and projects.

    • JavaScript: Used for web development, creating interactive front-end applications.

    • Python: Great for data analysis, machine learning, and scripting tasks.

    • Java: Commonly used for building enterprise-level applications and Android development.

    • C#: Utilized for developing Windows applications and game development with Unity.

    • SQL: E...

  • Answered by AI
  • Q2. What are they
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is OSPF Define BGP What is MPLS , ISIS
  • Ans. 

    OSPF, BGP, MPLS, and ISIS are key networking protocols used for routing and traffic management in IP networks.

    • OSPF (Open Shortest Path First) is a link-state routing protocol used within an autonomous system.

    • BGP (Border Gateway Protocol) is a path vector protocol used for routing between different autonomous systems on the internet.

    • MPLS (Multiprotocol Label Switching) is a technique for speeding up and shaping network ...

  • Answered by AI
  • Q2. Define static routing
  • Ans. 

    Static routing is a method of manually configuring routes in a network, providing fixed paths for data packets.

    • Static routes are manually configured by a network administrator.

    • They do not change unless manually altered, providing stability.

    • Example: A route to a specific subnet can be defined as 'ip route 192.168.1.0 255.255.255.0 192.168.0.1'.

    • Static routing is suitable for small networks with few changes.

    • It can improve...

  • Answered by AI
  • Q3. How to troubleshoot the BGP is down state
  • Ans. 

    Troubleshooting BGP down state involves checking configurations, connectivity, and peer status.

    • Check BGP configuration: Ensure that the BGP neighbor statements are correctly configured.

    • Verify IP connectivity: Use ping to check if you can reach the BGP peer's IP address.

    • Examine BGP session status: Use 'show ip bgp summary' to see the state of BGP peers.

    • Check for ACLs or firewalls: Ensure that there are no access lists b...

  • Answered by AI
  • Q4. What is the name of layer 4
  • Ans. 

    Layer 4 of the OSI model is the Transport Layer, responsible for end-to-end communication and data flow control.

    • Ensures reliable data transfer through protocols like TCP (Transmission Control Protocol).

    • Uses UDP (User Datagram Protocol) for faster, connectionless communication.

    • Manages error detection and correction to maintain data integrity.

    • Facilitates flow control to prevent network congestion.

  • Answered by AI
  • Q5. Define tunnel trace
  • Ans. 

    Tunnel trace is a diagnostic method used to analyze and troubleshoot network tunnels.

    • Used to identify issues in VPN or GRE tunnels.

    • Helps in verifying the path taken by packets through the tunnel.

    • Can reveal latency, packet loss, or misconfigurations.

    • Example: Using 'traceroute' to see the route packets take through a VPN tunnel.

    • Useful in ensuring secure and efficient data transmission.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Growths the strong knowledge after attend the interview easy get the job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is your experience?
  • Ans. 

    Experienced Incident Management Analyst with a strong background in IT service management and problem resolution.

    • Over 5 years of experience in incident management within ITIL framework.

    • Successfully reduced incident response time by 30% through process optimization.

    • Implemented a ticketing system that improved tracking and resolution of incidents.

    • Conducted root cause analysis for recurring incidents, leading to permanent...

  • Answered by AI
  • Q2. How would you like to contribute to this company?
  • Ans. 

    I aim to enhance incident management processes, improve team collaboration, and drive continuous improvement for better service delivery.

    • Implement data-driven decision-making by analyzing incident trends to identify root causes and prevent future occurrences.

    • Foster a culture of collaboration by organizing regular cross-departmental meetings to share insights and best practices.

    • Utilize ITIL best practices to streamline ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java related Questions
  • Q2. SQL Databases related Questions
Round 2 - Technical 

(1 Question)

  • Q1. Client side interview core Java, SQL, Spring Boot, hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java, spring boot, project, SQL preparation

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Softenger?
Ask anonymously on communities.

Softenger Interview FAQs

How many rounds are there in Softenger interview?
Softenger interview process usually has 2-3 rounds. The most common rounds in the Softenger interview process are Technical, Resume Shortlist and HR.
How to prepare for Softenger interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Softenger. The most common topics and skills that interviewers at Softenger expect are Troubleshooting, Monitoring, Linux, Javascript and Windows.
What are the top questions asked in Softenger interview?

Some of the top questions asked at the Softenger interview -

  1. How do you find the heap dump files in Linux? What is the role of the superuser...read more
  2. What are the current advancements and applications of artificial intelligen...read more
  3. What is the difference between switch and rout...read more
What are the most common questions asked in Softenger HR round?

The most common HR questions asked in Softenger interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...read more
How long is the Softenger interview process?

The duration of Softenger interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 77 interview experiences

Difficulty level

Easy 15%
Moderate 74%
Hard 10%

Duration

Less than 2 weeks 84%
2-4 weeks 13%
6-8 weeks 3%
View more
Join Softenger Your Technology Solution Partner since 1999

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 383 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 140 Interviews
Sify Technologies Interview Questions
3.8
 • 134 Interviews
Mastek Interview Questions
3.6
 • 128 Interviews
Maveric Systems Interview Questions
3.5
 • 125 Interviews
Sonata Software Interview Questions
3.3
 • 124 Interviews
View all

Softenger Reviews and Ratings

based on 899 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.6

Salary

3.8

Job security

4.0

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 899 Reviews and Ratings
Vmware And Linux Administrator | Bangalore

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Linux Administrator

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

System Administrator

Mumbai

4-6 Yrs

Not Disclosed

Explore more jobs
Application Support Engineer
88 salaries
unlock blur

₹2.2 L/yr - ₹6.7 L/yr

Oracle Database Administrator
77 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

System Administrator
75 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Developer
66 salaries
unlock blur

₹11.1 L/yr - ₹20.6 L/yr

Linux System Administrator
52 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Softenger with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview