Upload Button Icon Add office photos
Engaged Employer

i

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

Arrise Bpo Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Arrise Bpo Solutions Computer Engineer Interview Questions and Answers

Updated 4 Mar 2025

Arrise Bpo Solutions Computer Engineer Interview Experiences

1 interview found

Computer Engineer Interview Questions & Answers

user image SAHARIYAR HOSSAIN

posted on 4 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - Group Discussion 

Computer printer engineer

Round 2 - Group Discussion 

Computer and printer repairing engineering

Round 3 - Technical 

(5 Questions)

  • Q1. Do you know how to turn on the computer?
  • Ans. 

    To turn on a computer, locate the power button and press it, ensuring the system is connected to a power source.

    • Ensure the computer is plugged into a power outlet.

    • Locate the power button, usually found on the front or side of the case.

    • Press the power button once; you should hear a beep or see lights indicating it's starting.

    • If using a laptop, ensure the battery is charged or connect it to a power source before pressing...

  • Answered by AI
  • Q2. Know how to format computer
  • Q3. Do you know what is the full form of computer?
  • Q4. Do you know what to do if the computer does not turn on?
  • Q5. Not everyone can be a computer engineer yes/no
  • Ans. 

    Not everyone can be a computer engineer due to varying skill sets, interests, and educational backgrounds.

    • Requires strong analytical skills; for example, problem-solving in coding challenges.

    • Demands proficiency in mathematics; many engineers excel in calculus and discrete math.

    • Involves continuous learning; technology evolves rapidly, requiring adaptability.

    • Not everyone has an interest in technology; some may prefer fie...

  • Answered by AI
Round 4 - Aptitude Test 

I am computer and printer engineer

Interview Preparation Tips

Interview preparation tips for other job seekers - I I have good computer skills

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Arrise Bpo Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Ans. 

    A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.

    • A bit can represent two states: off (0) or on (1).

    • Bits are the building blocks of all digital data, including text, images, and sound.

    • In binary code, a sequence of bits can represent numbers, letters, and commands.

    • For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.

  • Answered by AI
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

Computer Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. How many development tools have you used?
asked in Infosys
Q2. How many programming languages do you know?
Q3. What is the difference between overloading and overriding?
Q4. What is your understanding of objects and classes?
Q5. What do you do if a computer does not turn on?

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servicenow related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scripting knowledge and technical questions

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Q2. What are the new features in java 8
  • Q3. What is the use of spring boot
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job security but do not expect projects with latest technologies or development side.

If you are lucky you will get project with new technologies and you can learn.

Interview Questionnaire 

1 Question

  • Q1. About DBMS and c++

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is web api, Get, put post, delete, Asp. Net Oops
  • Ans. 

    Web API is a framework for building HTTP services that can be accessed by various clients.

    • GET, PUT, POST, and DELETE are HTTP methods used to interact with Web APIs.

    • ASP.NET is a popular framework for building Web APIs.

    • Object-Oriented Programming (OOP) concepts are used in building Web APIs.

    • Examples of Web APIs include Twitter API, Google Maps API, and Facebook Graph API.

  • Answered by AI
Round 2 - Aptitude Test 

It was good communication test English grammer and email writing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic level of questions like web api basic questions, Asp. Net basic questions, oops concepts

Skills evaluated in this interview

Arrise Bpo Solutions Interview FAQs

How many rounds are there in Arrise Bpo Solutions Computer Engineer interview?
Arrise Bpo Solutions interview process usually has 4 rounds. The most common rounds in the Arrise Bpo Solutions interview process are Group Discussion, Technical and Aptitude Test.
What are the top questions asked in Arrise Bpo Solutions Computer Engineer interview?

Some of the top questions asked at the Arrise Bpo Solutions Computer Engineer interview -

  1. Do you know what to do if the computer does not turn ...read more
  2. Do you know what is the full form of comput...read more
  3. Do you know how to turn on the comput...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

Cipla Interview Questions
4.1
 • 539 Interviews
Salesforce Interview Questions
4.0
 • 236 Interviews
Apollo Hospitals Interview Questions
4.0
 • 424 Interviews
Google Interview Questions
4.3
 • 917 Interviews
Caterpillar Inc Interview Questions
4.2
 • 188 Interviews
NTT Data Interview Questions
3.8
 • 672 Interviews
Axis Bank Interview Questions
3.7
 • 1.7k Interviews
ZS Interview Questions
3.3
 • 481 Interviews
Siemens Interview Questions
4.0
 • 468 Interviews
View all
Team Lead
53 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Customer Service Associate
17 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Collections Executive
17 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Assistant Manager
16 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Telecaller
15 salaries
unlock blur

₹1.1 L/yr - ₹2.5 L/yr

Explore more salaries
write
Share an Interview