Filter interviews by
I appeared for an interview before Apr 2024, where I was asked the following questions.
GRUB is a bootloader for Linux systems, managing the boot process and allowing OS selection.
GRUB stands for Grand Unified Bootloader, responsible for loading the operating system.
It allows users to select between multiple operating systems at boot time.
GRUB configuration files are typically located in /boot/grub/ or /etc/grub.d/.
To check disk space, use the command 'df -h' for human-readable output.
The 'du -sh /path/to...
Nginx is a high-performance web server and reverse proxy server known for its speed and efficiency.
Nginx can be configured to log requests and errors using the 'access_log' and 'error_log' directives.
Access logs can be customized with different formats using the 'log_format' directive.
Example of access log configuration: 'access_log /var/log/nginx/access.log;'.
Example of error log configuration: 'error_log /var/log/ngi...
Apache Tomcat is an open-source web server and servlet container for running Java applications.
Developed by the Apache Software Foundation.
Primarily used to serve Java Servlets and JSP (JavaServer Pages).
Supports various Java EE specifications, including Servlet and JSP.
Can be integrated with other web servers like Apache HTTP Server.
Commonly used in enterprise applications for web-based services.
MySQL uses port 3306, while SSH operates on port 22 by default for secure remote access.
MySQL default port: 3306 - used for database connections.
SSH default port: 22 - used for secure shell access.
Both ports can be changed in configuration files if needed.
Example: MySQL config file (my.cnf) can specify a different port.
Example: SSH config file (sshd_config) can also specify a different port.
A zombie process is a terminated process that still has an entry in the process table, waiting for its parent to read its exit status.
Zombie processes occur when a child process has completed execution but its parent process hasn't read its exit status.
They are created when a process terminates, but the parent process has not yet called wait() to collect the exit status.
Zombie processes consume system resources, but th...
Linux firewall rules control network traffic using tools like iptables and firewalld, enhancing system security.
Iptables: A user-space utility that allows a system administrator to configure the IP packet filter rules of the Linux kernel.
Example: 'iptables -A INPUT -p tcp --dport 22 -j ACCEPT' allows SSH traffic.
Firewalld: A dynamic firewall management tool that supports zones and services.
Example: 'firewall-cmd --zone...
Top 10 Linux command-line commands for system management and navigation.
1. ls - Lists files and directories in the current directory. Example: 'ls -l' for detailed listing.
2. cd - Changes the current directory. Example: 'cd /home/user' to navigate to the user's home directory.
3. cp - Copies files or directories. Example: 'cp file.txt /backup/' to copy file.txt to the backup directory.
4. mv - Moves or renames files or d...
TCP is connection-oriented and reliable, while UDP is connectionless and faster but less reliable.
TCP ensures data delivery through acknowledgments and retransmissions.
UDP does not guarantee delivery, order, or error correction.
TCP is used for applications like web browsing (HTTP) and email (SMTP).
UDP is used for applications like video streaming (YouTube) and online gaming.
I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 2 interview rounds.
I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.
I appeared for an interview in May 2022.
Round duration - 120 Minutes
Round difficulty - Easy
Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...
Calculate total area covered by a list of rectangles on a plane.
Iterate through each rectangle and calculate its area
Check for overlapping areas between rectangles
Sum up the total area covered by all rectangles
Round duration - 60 Minutes
Round difficulty - Medium
Oops concepts and 1 DSA problem
You are provided with a string, termed as DIGIT_PATTERN
, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...
Identify the first repeating digit in a given string of digits.
Iterate through the string and keep track of seen digits using a set.
Return the first digit that repeats, or -1 if no digit repeats.
Time complexity: O(n), where n is the length of the input string.
Round duration - 60 Minutes
Round difficulty - Medium
Firstly Some general questions and then suddenly a cosing question with modifications
Given an input string STR
, generate and print all possible permutations of the string.
str
All permutations of the input string, each on a new line.
Generate and print all possible permutations of a given input string.
Use recursion to generate all permutations by swapping characters in the string.
Maintain a visited array to keep track of characters already used in a particular permutation.
Print each permutation as it is generated.
Handle duplicate characters by skipping swapping if the character is already in the current position.
Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.
Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.
I applied via Campus Placement and was interviewed before Feb 2022. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.
2 easy level coding questions to be solved
4 coding ques + 15 technical aptitude
4 Coding Ques + 10 technical aptitude
I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.
Aptitude test was there in exam
Coding 3 questions were there in exam
posted on 25 Sep 2024
I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.
As usual interview with an aptitude test
I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.
Maths, logical question & some related to programming
One problem statement to write a program.
Some of the top questions asked at the Integra Micro Systems Linux Support Engineer interview -
based on 2 interviews
Interview experience
based on 14 reviews
Rating in categories
Software Engineer
112
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Senior Software Engineer
95
salaries
| ₹4 L/yr - ₹11.9 L/yr |
Linux Support Engineer
94
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Softwaretest Engineer
34
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Linux Engineer
30
salaries
| ₹2 L/yr - ₹5.9 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds