Applied Materials
CCI Rwanda Interview Questions and Answers
Q1. how to check the processes running in linux machine
To check processes running in a Linux machine, you can use commands like ps, top, and htop.
Use 'ps' command to display information about processes
Use 'top' command to display dynamic real-time view of processes
Use 'htop' command for an interactive process viewer
Q2. write a member function to find the second largest number in an array
Write a member function to find the second largest number in an array.
Iterate through the array and keep track of the largest and second largest numbers.
Handle edge cases like when the array has less than 2 elements.
Consider sorting the array and returning the second last element for a simpler solution.
Q3. what is core and how to determine it
Core is the central or most important part of something. Determining the core involves identifying the key components or elements.
Core is the central or essential part of a system or object
To determine the core, identify the key components or elements that are crucial for the functionality or purpose of the system
In software QA, determining the core may involve identifying the critical features or functionalities that must be thoroughly tested
Examples: For a web application, ...read more
Q4. how do you add a file to bitbucket
To add a file to Bitbucket, you can use the web interface or command line tools.
Navigate to the repository where you want to add the file
Click on the 'Add file' button or use 'git add' command to add the file
Commit the changes with a message describing the file addition
Push the changes to the remote repository
Q5. How defect management systems work
Defect management systems track, prioritize, and resolve software issues throughout the development lifecycle.
Defects are reported by testers or users and logged into the system.
Each defect is assigned a priority level based on its impact on the software.
Defects are tracked from discovery to resolution, with status updates along the way.
Defect management systems help teams prioritize and allocate resources efficiently.
Examples of defect management systems include Jira, Bugzil...read more
Q6. what is shared memory
Shared memory is a memory space that multiple processes can access and use to communicate with each other.
Shared memory allows multiple processes to share data without the need for inter-process communication mechanisms like pipes or sockets.
It is commonly used in parallel computing to improve performance by allowing processes to share data quickly.
Shared memory can be implemented using techniques like memory mapping or System V shared memory.
Example: In a multi-threaded appl...read more
More about working at Applied Materials
Interview Process at CCI Rwanda
Reviews
Interviews
Salaries
Users/Month