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

ARC Document Solutions Software Developer Interview Questions and Answers

Updated 1 Aug 2024

ARC Document Solutions Software Developer Interview Experiences

2 interviews found

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

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

Round 1 - Aptitude Test 

Normal aptitude test followed by coding test.

Round 2 - Coding Test 

3 questions ranging from medium to hard.

Software Developer Interview Questions & Answers

user image Manikanta Raju

posted on 19 Sep 2015

Interview Questionnaire 

14 Questions

  • Q1. XOR gate using nand gates
  • Ans. 

    XOR gate can be implemented using NAND gates by combining them in a specific way.

    • Use two NAND gates to create a basic XOR gate

    • Combine the output of the two NAND gates using another NAND gate

    • Use the two inputs of the XOR gate as inputs to the two basic NAND gates

    • The output of the XOR gate will be the output of the final NAND gate

  • Answered by AI
  • Q2. Advantages of arrays and linked lists, one over the other
  • Ans. 

    Arrays are faster for random access, while linked lists are better for dynamic insertion and deletion.

    • Arrays have constant time access to elements by index

    • Linked lists have constant time insertion and deletion at any position

    • Arrays use contiguous memory, while linked lists use scattered memory

    • Arrays are better for small data sets, while linked lists are better for large data sets

    • Arrays are used for implementing matrice...

  • Answered by AI
  • Q3. Sorting algorithms
  • Q4. Machine learning, Big data
  • Q5. Support vector machines
  • Q6. Image processing
  • Q7. Thresholding
  • Q8. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with Agile methodology

    • Passionate about learning new technologies

  • Answered by AI
  • Q9. Why should we select you
  • Ans. 

    I have the technical skills, experience, and passion to contribute to your team's success.

    • I have a strong background in software development, with expertise in multiple programming languages and frameworks.

    • I am a quick learner and enjoy staying up-to-date with the latest technologies and industry trends.

    • I have experience working in both individual and team settings, and am comfortable collaborating with others to achie...

  • Answered by AI
  • Q10. Toughest decision of your life
  • Ans. 

    Deciding to leave my hometown for better career opportunities

    • Had to leave behind family and friends

    • Had to adjust to a new environment and culture

    • Had to start from scratch in building a social circle

    • Had to deal with homesickness and loneliness

    • Ultimately led to personal and professional growth

  • Answered by AI
  • Q11. Where do see yourself in upcoming years
  • Ans. 

    In the upcoming years, I see myself growing as a software developer and taking on more challenging projects.

    • Continuing to learn and stay up-to-date with new technologies

    • Taking on leadership roles and mentoring junior developers

    • Contributing to open-source projects

    • Exploring different areas of software development, such as machine learning and AI

  • Answered by AI
  • Q12. Interests other than programming
  • Ans. 

    I enjoy playing basketball, reading books, and traveling to new places.

    • Playing basketball

    • Reading books

    • Traveling to new places

  • Answered by AI
  • Q13. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to exploring new locations and cultures.

    • I am willing to relocate for a better career growth and learning opportunities.

    • I have relocated in the past for work and have had positive experiences.

    • I am willing to consider relocation assistance if offered.

  • Answered by AI
  • Q14. Are you a smart worker or hard worker
  • Ans. 

    I am both a smart worker and a hard worker.

    • I prioritize tasks and work efficiently to complete them quickly (smart worker)

    • I am dedicated and put in the necessary effort to ensure quality work (hard worker)

    • I am able to adapt to different situations and find the most effective approach

    • For example, I may use automation tools to streamline repetitive tasks (smart worker)

    • But I also take the time to thoroughly test and debug

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: programming questions were based on basics, good knowledge of linked lists ,arrays and sorting algorithms is needed. Puzzles were a bit tricky but can be solved with a little observation. Programming MCQs are also based on basic knowledge of errors and syntaxes to be followed when writing a c code.
Tips: Good fundamentals and reasoning is needed

Round: Technical Interview
Experience: good technical knowledge in programming is needed. The interviewer asked me for my favorite subjects and asked questions accordingly. Being an EC student i said my interests were electronics and programming. Programming questions were mainly focussed. Strong programming basics are needed. Questions on data analytics were extra since i had a course on machine learning. The interviewer also asked questions regarding my internship. Dont expect the interviewer to know nothing about your internship or projects you do other than programming oriented ones.
Tips: strong programming skills. geeksforgeeks is a good site to look up to.

Round: HR Interview
Experience: My HR interview started with a routine tell me about yourself question. I gave a confident answer, which really allowed me settle. Then came the why do we select you question. I justified my selection with examples of my teamwork, programming skills and my contribution in internship. moving on i have told my toughest decision and my interests. Being a smart worker and someone who does what he loves, i said that i want my ideas to get implemented and i would find real joy in seeing them working.
Tips: confidence matters. justify yourself by giving instances of your work and character. When the interviewer asks "Do you have any questions for me?". don't give a blunt NO. do a little research on the company beforehand. Asking what skills are need to perform well in their company is a good question. you can also ask them about their work culture.

General Tips: be confident, cool and little common sense is all needed. Be strong on basics, don't try to learn complex things when you are not strong enough in basics.
Skill Tips: strong programming basics.
reasoning skills
Skills: programming in c, reasoning
College Name: IIT Kharagpur
Motivation: They offer a job in the domain i would love to work. Do what you love is my motto.

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Best Time to sell and buy stock

Round 2 - One-on-one 

(2 Questions)

  • Q1. Promises, closures, hoisting in JS
  • Q2. Classes and Object Prototyping
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 tips
Round 2 - Coding Test 

The written test involved qiestions from bssic aptitude, computer fundamentals and coding.

Round 3 - Technical 

(1 Question)

  • Q1. This was a technical discussion with the pannel. The discussion was mostly based in what's written in resume. Expect the questions from Java, OOPs, Data structures, SQL.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a one on one discussion with the manager. It was mostly to identify if the candidate meets basic non technical requirements for the job role.
Round 5 - HR 

(1 Question)

  • Q1. This round was little tricky as i was interviewed by the HR head since all other HRs were busy interviewing other candidates. it was mostly to check the communication skills, flexibility of the employee, t...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About Oracle database and Oracle adfs

Interview Questionnaire 

4 Questions

  • Q1. Indexes in sql server
  • Ans. 

    Indexes improve query performance by allowing faster data retrieval.

    • Indexes are created on columns that are frequently used in WHERE, JOIN, and ORDER BY clauses.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure that includes the indexed columns and a pointer to the actual data.

    • Indexes can be created, altered, and dropped using SQL commands.

    • Indexes can al...

  • Answered by AI
  • Q2. Different between Asp.net web form & MVC
  • Ans. 

    ASP.NET Web Forms is a traditional event-driven web application framework, while ASP.NET MVC is a modern web application framework based on the Model-View-Controller (MVC) architectural pattern.

    • Web Forms uses server controls and view state to manage state and behavior, while MVC uses models, views, and controllers to separate concerns.

    • Web Forms has a page-based lifecycle, while MVC has a request-based lifecycle.

    • Web For...

  • Answered by AI
  • Q3. Interfaces and Abstract class
  • Q4. JQuery related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at K J Somaiya College of Engineering, Mumbai and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions on Hacker Earth platform for 1 hour 15min and 1 question from array and 2 questions from strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. This round was based on SQL, DBMS, DSA, OOPS SQL--> Designed the complete schema for one of my projects for COVID-19 vaccination. and SQL queries from that schema. DSA--> 1.) Find the pair in an array whos...
Round 3 - Technical 

(1 Question)

  • Q1. This was a technical managerial round. OOPS--> Example of overloading and overriding. Mostly DBMS and SQL-based questions like what is indexing and SQL queries and joins. DSA--> 1.) Write one sorting algo....
Round 4 - HR 

(1 Question)

  • Q1. Just a normal discussion regarding my tech stack and my internship experience only 15mins.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important

ARC Document Solutions Interview FAQs

How many rounds are there in ARC Document Solutions Software Developer interview?
ARC Document Solutions interview process usually has 2 rounds. The most common rounds in the ARC Document Solutions interview process are Aptitude Test and Coding Test.
What are the top questions asked in ARC Document Solutions Software Developer interview?

Some of the top questions asked at the ARC Document Solutions Software Developer interview -

  1. advantages of arrays and linked lists, one over the ot...read more
  2. XOR gate using nand ga...read more
  3. interests other than programm...read more

Tell us how to improve this page.

ARC Document Solutions Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
ARC Document Solutions Software Developer Salary
based on 7 salaries
₹3 L/yr - ₹9 L/yr
22% less than the average Software Developer Salary in India
View more details

ARC Document Solutions Software Developer Reviews and Ratings

based on 8 reviews

2.7/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

3.7

Salary

2.3

Job security

2.7

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
63 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹5.4 L/yr - ₹13 L/yr

Technical Lead
32 salaries
unlock blur

₹8.4 L/yr - ₹16.1 L/yr

Senior Technical Support Executive
23 salaries
unlock blur

₹6 L/yr - ₹6.8 L/yr

QA Engineer
19 salaries
unlock blur

₹2.5 L/yr - ₹7 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