Musikaar
Asomi Construction & Supply Syndicate Interview Questions and Answers
Q1. How to setup password less authentication in between two or more Linux server
Set up passwordless authentication between Linux servers using SSH keys
Generate SSH key pair on the source server using ssh-keygen command
Copy the public key to the destination server's authorized_keys file
Ensure correct permissions on .ssh directory and authorized_keys file (700 and 600 respectively)
Test the passwordless authentication by SSHing from source to destination server
Q2. What NPS service and how to integrate with network authentication with network device
The NPS service is a network policy server used for network authentication. It can be integrated with network devices using RADIUS protocol.
Set up NPS server with network policies for authentication
Configure network devices to use RADIUS server for authentication
Ensure proper communication between NPS server and network devices
Test authentication process to ensure it is working correctly
Q3. What is difference between clone and template in VMware
A clone is an exact copy of a virtual machine while a template is a pre-configured virtual machine that can be used to create clones.
Clones are independent copies of a virtual machine, while templates are pre-configured virtual machines used for creating clones
Clones retain the same configuration and settings as the original virtual machine, while templates are used as a baseline for creating new virtual machines
Clones are fully functional virtual machines that can be powered...read more
Q4. Where store postfix configuration file
Postfix configuration file is typically stored in /etc/postfix/
Postfix configuration file is usually located in /etc/postfix/
Main configuration file is usually named 'main.cf'
Additional configuration files may be stored in the same directory
Q5. Explain STLC in brief
STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.
STLC involves planning, designing, executing, and reporting on tests throughout the software development lifecycle.
It includes phases like requirement analysis, test planning, test design, test execution, and test closure.
Each phase has specific objectives and deliverables to ensure the quality of the software product.
For example, in the requirement analysis phase, tes...read more
Q6. Overview of testing types
Testing types include functional testing, non-functional testing, manual testing, automated testing, and regression testing.
Functional testing focuses on verifying that the software functions correctly according to the requirements.
Non-functional testing includes performance testing, usability testing, security testing, etc.
Manual testing involves testers executing test cases manually without using any automation tools.
Automated testing uses automation tools to execute test c...read more
Q7. QA process and implementation
QA process involves planning, executing, and evaluating the quality of software products to ensure they meet requirements.
Develop test plans and test cases based on requirements
Execute test cases manually or using automation tools
Report and track defects found during testing
Collaborate with developers to resolve issues
Perform regression testing to ensure fixes did not introduce new issues
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month