ARC Document Solutions for QA Intern Role Interview Experience
Last Updated :
14 Jun, 2024
I recently had the opportunity to interview for the QA Intern role at ARC Document Solutions. The process was comprehensive and consisted of multiple rounds, including an initial written test, a technical interview, an HR interview, and a managerial round. Here’s a detailed account of my experience:
Round 1: Written Test
The first round was a written test, which was an elimination round. This test covered various topics, including:
1. Aptitude and Reasoning: Questions ranged from basic arithmetic problems to logical reasoning puzzles.
2. Linux Commands: Knowledge of basic Linux commands and their functions was tested.
3. SQL: The test included queries and basic operations related to databases.
4. Software Testing: Questions on manual testing concepts, testing lifecycle, and methodologies.
Round 2: Technical Interview
After clearing the written test, I was invited for a technical interview. The questions were focused on Java programming, SQL queries, and my project experience.
Java Programming:
- Explain Inheritance: I was asked to define inheritance and explain its types and benefits with examples. Inheritance is a fundamental concept in object-oriented programming that allows a class to inherit properties and behavior from another class.
- Explain Constructor: I explained that a constructor is a special type of method in a class that is called when an object is instantiated. It initializes the object and can be overloaded.
- Explain `public static void main`: I described this as the entry point of any Java program. `public` makes it accessible from anywhere, `static` means it belongs to the class rather than instances, `void` indicates it doesn’t return anything, and `main` is the method name
SQL Queries:
- Second Maximum Salary: I wrote a query to find the second highest salary in a table:
SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);
- Count Employees in Kolkata: I provided a query to count the number of employees residing in Kolkata:
SELECT COUNT(*) FROM employees WHERE city = 'Kolkata';
Project Discussion:
I was asked detailed questions about my projects, the technologies used, challenges faced, and how I resolved them.
Round 3: HR Interview
The HR interview included basic questions to assess my personality and fit for the company.
Questions:
- Strengths and Weaknesses: I highlighted my strengths such as problem-solving and attention to detail, and acknowledged areas for improvement like public speaking.
- Willingness to Relocate: I expressed my willingness to relocate if required.
- Rotational Shifts: I confirmed my openness to working in rotational shifts.
- Why IT After ECE?: I explained my interest in software development and how my electronics background complements my understanding of IT systems.
Round 4: Managerial Round
The final round was with the manager, which was also an elimination round.
Questions:
- Self-Rating in SQL: I was asked to rate myself on a scale of 1 to 10 in SQL, to which I gave an honest self-assessment.
- Deleting a Row in SQL: I explained how to delete a row from a table:
DELETE FROM employees WHERE employee_id = 123;
- Project Details: Further questions were asked about the technical aspects and outcomes of my projects.
Outcome
Two days after the final round, I received an email from ARC Document Solutions informing me that I had been selected for the QA Intern role. The entire process was thorough and gave me a good opportunity to showcase my technical and interpersonal skills.
Similar Reads
ARC Document Solution Internship Interview Experience
I recently had the opportunity to interview at ARC Document Solutions, a placement facilitated by my college, Government College of Engineering and Leather Technology. The process involved several rounds aimed at selecting candidates for a six-month paid internship, with the potential for a full-tim
2 min read
ARC Document Solutions Interview Experience For Python Dev (On-Campus)
The company came to our college for hiring. The 1st round was aptitude, and upon clearing, you get to sit for the coding round. Both the rounds were in pen and paper mode, the 1st round was fairly easy mainly consisting of basic aptitude questions (percentage, age, ratio etc.) Coding Questions:Climb
1 min read
Adobe Interview Experience for Product Intern
Stage 1: Online AssessmentThe first stage of the Adobe Product Intern interview process was an online assessment that included both aptitude and coding questions. The aptitude section tested various logical, quantitative, and verbal skills, providing a well-rounded measure of my problem-solving abil
2 min read
StoneX Interview Experience for QA Intern
I recently had an interview with StoneX for a QA Intern position, and I would like to share my experience to help future candidates. The process consisted of two rounds.Round 1: Online Test (90 minutes)The first round was an online test that included several sections:Multiple Choice Questions (MCQs)
2 min read
Candescent Interview Experience for Software Intern
I recently had the opportunity to interview with Candescent, which comprised a total of four rounds:Recruitment Process OverviewOnline AssessmentTechnical Round 1Technical Round 2HR RoundRound 1: Online AssessmentThe process began with an online assessment that included 22 questions in total. Out of
2 min read
o9 Solutions Interview Experience for Functional Consultant (On campus)
o9 Solutions visited the CMRIT campus in February 2024. The interview process was divided into PPT, Online/ Written Test, Technical interview, and HR Interview. It was open for all students with CGPA 7.0 or above. OA round (Mettl): It was a 1-hour test that took place on Mettl. It was divided into 2
2 min read
Arcesium Interview Experience for SDE Intern (On-Campus)
Arcesium visited our campus for hiring SDE interns this year. The whole process was subdivided into cgpa (8.5+) and resume based shortlisting, followed by an online assessment, and a total of 3 technical rounds followed by that.. Online Assessment: The OA consisted of 25 mcqs based on core subjects
1 min read
Infinite Computer Solutions Interview Experience for ASE (On-Campus) 2023
Infinite Computer Solutions visited our campus in March 2023 to hire for the position of Associate Software Engineer in the fields of Java, .Net, and Testing. Round 1 - Cognitive Abilities:This round consisted of questions related to verbal, analytical, and numerical abilities. There were a total of
2 min read
Amazon QA role & Support Engineer Intern interview experience
Round 1: First we took an online test(20 mcq's and 2 programming questions) in our college. After 3 days Amazon recruiters came to our college. On that day they asked us to write 2 programs. Given a string containing alphanumeric characters. Find the sum of the numbers in that string. Input:- aa123b
2 min read
Adobe Interview Experience for Internship (On-Campus)
All three profiles Product Intern, MDSR intern, and Research intern of Adobe were open to all branches of my college.Test Shortlist: Most of the people who applied with a CGPA>7.5 got shortlisted for the test.Online Test Experience: (Duration: 120 min, Total 19 Questions):Platform: HackerrankThe
4 min read