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
Top trending discussions
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
SQL test on Select query, insert, create
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
posted on 12 Sep 2023
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
Advanced JS, PHP related questions
posted on 24 Oct 2024
I applied via Internshala and was interviewed in Dec 2021. There were 3 interview rounds.
They mostly ask some basic dsa questions in the automated interview
based on 2 interviews
Interview experience
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
Appsierra