Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ARC Document Solutions Team. If you also belong to the team, you can get access from here

ARC Document Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ARC Document Solutions QA Engineer Interview Questions and Answers

Updated 22 Oct 2024

ARC Document Solutions QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Reverse string program with inbuilt methods in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Java and selenium basics

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning and quantitative, theoretical

Round 2 - Technical 

(2 Questions)

  • Q1. Knowledge of QA testing?
  • Ans. 

    QA testing involves evaluating software to ensure it meets quality standards and functions correctly.

    • Understanding requirements and creating test cases

    • Executing test cases manually or using automation tools

    • Identifying and reporting bugs

    • Regression testing to ensure fixes do not introduce new issues

  • Answered by AI
  • Q2. Java program to find a valid word from a mixed phrase.
  • Ans. 

    Java program to find a valid word from a mixed phrase.

    • Split the mixed phrase into individual words

    • Check each word against a dictionary of valid words

    • Return the first valid word found

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Behaviour role
Round 2 - Technical 

(1 Question)

  • Q1. Based on Postman and Functional and scenario based
Round 3 - HR 

(1 Question)

  • Q1. Hiring Manager Round. Expectation is they need a unrealistic candidate who has history of doing wonders like cost cutting, implement advanced technology alone. save revenue

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

It had Coding (Leetcode Easy-Medium ) and Aptitude (Quant, Logical Reasoning, Data Interpretation and English)

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round 1 - MongoDb queries, HTTP protocols, Sorting algorithms, 2 pointer approaches. I was asked about HTTP protocols and REST APIs because I had internship experience in those fields.
Round 4 - Technical 

(1 Question)

  • Q1. Managerial Round - Preference of hybrid or work from home, discussion on cloud technologies and simple discussion on sports.

Interview Preparation Tips

Topics to prepare for Lexmark International Software Engineer interview:
  • Data Structures
  • Algorithms
  • Database management system
  • OOPS
  • REST API
  • HTTP
Interview preparation tips for other job seekers - Stay calm and be confident about your preparation. Lexmark interviews are not very difficult to crack. I feel they mainly judge the attitude of the person than their skills.
Overall, it is one of the highest paying companies in Kolkata so keep an eye out for them,

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Aws question was asked
  • Q2. Data structures were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The coding test was of 2 hours 30 minutes. It was mainly based on python coding questions and MCQ’s like APIs and SQL.

Round 2 - HR 

(1 Question)

  • Q1. The second round was a HR round where all the managerial questions were asked.
Round 3 - Technical 

(1 Question)

  • Q1. The third and the last round was a technical round where all the questions were based on OOPS concepts and SQL queries.

I applied via Walk-in and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - study hhhhhhhhhhhhhhhhhhhhhhhhhhh
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Numarical, percentage, data interpretation,arithmatical ability

Round 3 - Coding Test 

Even or odd , sum of two numbers

Round 4 - HR 

(1 Question)

  • Q1. Self intro, weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - i am not good as you know i am just a fresher
Contribute & help others!
anonymous
You can choose to be anonymous

ARC Document Solutions Interview FAQs

How many rounds are there in ARC Document Solutions QA Engineer interview?
ARC Document Solutions interview process usually has 1-2 rounds. The most common rounds in the ARC Document Solutions interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in ARC Document Solutions QA Engineer interview?

Some of the top questions asked at the ARC Document Solutions QA Engineer interview -

  1. Java program to find a valid word from a mixed phra...read more
  2. Knowledge of QA testi...read more

Recently Viewed

INTERVIEWS

TVS Motor

No Interviews

INTERVIEWS

INDOASIAN

No Interviews

INTERVIEWS

TVS Motor

No Interviews

INTERVIEWS

Parle Products

No Interviews

INTERVIEWS

Wipro Consumer Care & Lighting

No Interviews

INTERVIEWS

Yes Bank

No Interviews

INTERVIEWS

Maruti Suzuki

No Interviews

INTERVIEWS

Yes Bank

No Interviews

INTERVIEWS

A K Capital Services

10 top interview questions

INTERVIEWS

Adani Wilmar

No Interviews

Tell us how to improve this page.

ARC Document Solutions QA Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

HP India Interview Questions
4.1
 • 139 Interviews
Cimpress Interview Questions
4.0
 • 62 Interviews
Times Group Interview Questions
3.8
 • 27 Interviews
ANY Graphics Interview Questions
4.1
 • 24 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
View all
ARC Document Solutions QA Engineer Salary
based on 19 salaries
₹2.5 L/yr - ₹7 L/yr
19% less than the average QA Engineer Salary in India
View more details

ARC Document Solutions QA Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

2.4

Skill development

3.1

Work-life balance

2.4

Salary

3.1

Job security

3.1

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Support Executive
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ARC Document Solutions with

Repro India

3.5
Compare

Xerox

3.8
Compare

Canon

4.0
Compare

Ricoh

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview