i
Sorcflow
Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2022. There was 1 interview round.
Common features of PHP include dynamic typing, easy integration with HTML, and extensive library support.
Dynamic typing allows for flexibility in variable types
Easy integration with HTML allows for server-side scripting
Extensive library support allows for efficient development
Other common features include object-oriented programming and database integration
PEAR is a framework and distribution system for reusable PHP components.
PEAR stands for PHP Extension and Application Repository.
It provides a structured library of code for PHP developers.
PEAR packages can be easily installed and managed using the PEAR command-line tool.
Some popular PEAR packages include PHPUnit, HTML_QuickForm, and Mail.
Dynamic websites generate content on the fly, while static websites display the s...
I applied via Referral and was interviewed in Oct 2022. There were 3 interview rounds.
To setup an EC2 server, launch an instance, choose an AMI, select instance type, configure security group, and connect to the instance.
Login to AWS console and navigate to EC2 dashboard
Click on Launch Instance button
Choose an Amazon Machine Image (AMI)
Select an instance type and configure instance details
Configure security group and storage
Review and launch the instance
Connect to the instance using SSH or RDP
Elastic IP can be set up in AWS console or using AWS CLI.
Go to EC2 dashboard in AWS console
Click on Elastic IPs in the left navigation pane
Click on Allocate new address
Select the region and click Allocate
Associate the Elastic IP with an EC2 instance or a network interface
Alternatively, use AWS CLI command 'aws ec2 allocate-address' to allocate a new Elastic IP
Elastic Transcoder is a media transcoding service provided by AWS.
It converts media files from one format to another.
It supports a wide range of input and output formats.
It can be used to create adaptive bitrate streaming.
It can be integrated with other AWS services like S3, CloudFront, etc.
EC2 is a web service that provides resizable compute capacity in the cloud.
EC2 stands for Elastic Compute Cloud
It allows users to rent virtual computers on which they can run their own applications
Users can choose from a variety of instance types with different CPU, memory, and storage capacities
EC2 instances can be launched in multiple regions around the world
Users can also configure security and networking settings f
Snowball is a physical data transport solution provided by AWS.
It is a secure and efficient way to transfer large amounts of data into and out of AWS.
It comes in two forms - Snowball and Snowball Edge.
Snowball can transfer up to 80TB of data while Snowball Edge can transfer up to 100TB of data and also has compute and storage capabilities.
It is ideal for transferring data in areas with limited or no internet connectivi...
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
To configure Apache server, modify the httpd.conf file and add virtual hosts.
Edit the httpd.conf file located in /etc/httpd/conf/ directory
Add virtual hosts to the httpd.conf file to host multiple websites
Restart the Apache server using the command 'systemctl restart httpd'
Configure SSL/TLS certificates for secure connections
If kernel stuck in update, we can try to reboot the system and check for any errors.
Try to reboot the system
Check for any errors
If the issue persists, try to boot into a previous kernel version
If all else fails, reinstall the kernel
LVM can be configured using the lvcreate, vgcreate and pvcreate commands.
Create physical volumes using pvcreate command
Create volume groups using vgcreate command
Create logical volumes using lvcreate command
Extend or reduce logical volumes using lvextend or lvreduce command
Mount the logical volumes to use them
Use the lvdisplay, vgdisplay and pvdisplay commands to view the LVM configuration
Patching is the process of updating software to fix vulnerabilities or bugs. It can be resolved by applying the patch.
Identify the vulnerability or bug that needs to be fixed
Find the appropriate patch for the software version
Apply the patch to the system
Test the system to ensure the patch was successful
To setup local repository, create a directory, copy packages, create repo file, and run createrepo command.
Create a directory to store packages
Copy packages to the directory
Create a repo file in /etc/yum.repos.d/ directory
Add necessary information in the repo file
Run createrepo command to create repository metadata
Updating the system involves installing the latest security patches and software updates.
Use the package manager to update the system
For Debian-based systems, use apt-get update and apt-get upgrade
For Red Hat-based systems, use yum update
Regularly check for updates and install them promptly
Reboot the system after updating to ensure changes take effect
posted on 27 Jan 2025
I was interviewed in Dec 2024.
Select the desired range.
Type the information into the first cell.
Press Enter to move to the next cell.
Type the appropriate information.
Repeat steps 3 and 4 until all information is entered.
What are the report formats on Excel?
What keyboard shortcut can you use to increase the number of decimal places?
How can you edit the formula in a cell?
What is a . ...
How can you split a column into more columns?
What is a nested if function?
How can you resize a row or column?
Excel is a powerful and versatile tool that can assist in analyzing and presenting data effectively, particularly through the use of case studies. A case study is a detailed examination of a specific situation or problem in order to better understand the complexities involved.
Listen to information about the business problem and probe deeply or broadly with thoughtful questions posed to the interviewer while building rapport.
Think out loud and express your ideas concisely, responding quickly and confidently, and deal with the pressure of the interview process.
Excel is a spreadsheet program from Microsoft and a component of its Office product group for business applications. Microsoft Excel enables users to format, organize and calculate data in a spreadsheet.
What is ms word? Microsoft Word enables us to create professional-quality reports, documents, resumes, and letters. Unlike a plain text editor, Microsoft Word has highlights including grammar check, spell check, image support, text and font formatting, advanced page layout, HTML support, and more.
How to make a case study in word?
How to Use This Template
Identify an accomplishment you'd like to highlight, whether your own or someone else's (like a friend or client's)
Download the free Case Study Template in Microsoft Word, PDF, or Google Docs format.
Follow the instructions in the template and fill in the blanks, adding plenty of detail.
A Microsoft Word test is a quiz that assesses a job candidate's proficiency with MS Word. It tests the ability to prepare a neat, error free document, checking key MS Word skills like creating new documents, formatting text, using tables and dynamic page layouts, and inserting images and bookmarks.
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.
I have a strong background in HR strategy and business partnering
I enjoy collaborating with cross-functional teams to drive positive change
I am excited about the opportunity to make a meaningful impact on the organization's culture and performance
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
posted on 17 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Utilize AWS or Azure services for scalable web applications
Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling
Leverage AWS Lambda or Azure Functions for serverless computing
Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic
Store data in AWS RDS or Azure SQL Database for scalable database solutions
Use AWS CloudFront or Azure CDN for content delivery
I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.
Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks
Review the code to ensure proper memory allocation and deallocation practices are being followed
Implement smart pointers or garbage collection to automatically manage memory
Use static co...
Yes, I have experience working on legacy systems.
I have successfully maintained and upgraded legacy systems to meet current business needs.
I have refactored legacy code to improve performance and scalability.
I have integrated new technologies with legacy systems to enhance functionality.
I have experience troubleshooting and debugging issues in legacy systems.
Yes, I have experience working with cross functional teams and resolving disputes effectively.
I have successfully collaborated with team members from different departments to achieve project goals.
I am skilled at mediating conflicts and finding mutually beneficial solutions.
I prioritize open communication and actively listen to all team members' perspectives.
I have experience using conflict resolution techniques such a
I was interviewed in Dec 2024.
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
Interview experience
Linux Administrator
3
salaries
| ₹4.8 L/yr - ₹12.2 L/yr |
Webdew
HyScaler
Northcorp Software
Apmosys Technologies