Upload Button Icon Add office photos

Accubits Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Accubits Technologies Interview Questions and Answers

Updated 9 Apr 2025
Popular Designations

11 Interview questions

A Software Engineer was asked 3mo ago
Q. What is the difference between deep copy and shallow copy?
Ans. 

Deep copy creates a new object with copies of nested objects; shallow copy copies references to nested objects.

  • Shallow copy: Copies the outer object but references inner objects. Example: Using 'copy()' in Python.

  • Deep copy: Creates a new object and recursively copies all nested objects. Example: Using 'copy.deepcopy()' in Python.

  • Modifying a shallow copy affects the original object if nested objects are changed.

  • Dee...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. What is Currying in JavaScript?
Ans. 

Currying in JavaScript is a functional programming technique that transforms a function with multiple arguments into a sequence of functions.

  • Currying allows partial application of functions, enabling you to fix a number of arguments and generate a new function.

  • Example: A function `add(a, b)` can be curried to `add(a)(b)`, where `add(a)` returns a new function that takes `b`.

  • It enhances code reusability and readabi...

View all Software Engineer interview questions
A Software Developer was asked 12mo ago
Q. Explain how ORM works.
Ans. 

ORM stands for Object-Relational Mapping, which is a programming technique for converting data between incompatible type systems.

  • ORM maps objects from the application to tables in a relational database

  • It eliminates the need for writing complex SQL queries by allowing developers to interact with the database using objects

  • ORM frameworks like Hibernate, Entity Framework, and Sequelize provide tools for managing datab...

View all Software Developer interview questions
A Market Research Analyst was asked
Q. What is the relevance of personal branding?
Ans. 

Personal branding is crucial for market research analysts to establish credibility and differentiate themselves from competitors.

  • Personal branding helps to establish a unique identity and reputation in the industry.

  • It helps to build trust and credibility with clients and stakeholders.

  • A strong personal brand can differentiate you from competitors and increase your market value.

  • Examples of personal branding include ...

View all Market Research Analyst interview questions
A Market Research Analyst was asked
Q. Does the process or outcome matter more?
Ans. 

Both process and outcome are important, but their significance varies by context and goals.

  • The process ensures quality and consistency; for example, in product development, a robust process leads to better outcomes.

  • Outcomes are crucial for measuring success; in sales, hitting targets is often prioritized over the methods used.

  • In healthcare, the process (like patient care protocols) can significantly impact outcome...

View all Market Research Analyst interview questions
A Python Developer was asked
Q. What is an anonymous function?
Ans. 

Anonymous function is a function without a name.

  • Also known as lambda function

  • Used for one-time use or short code snippets

  • Can be used as arguments in higher-order functions

  • Syntax: lambda arguments: expression

  • Example: lambda x: x**2

View all Python Developer interview questions
A Software Engineer was asked
Q. What is Java What Is Object What Is Polymorfizam What is inheritance
Ans. 

Java is a high-level programming language used for developing applications. Object is an instance of a class. Polymorphism is the ability of an object to take on many forms. Inheritance is the mechanism of deriving a new class from an existing one.

  • Java is a class-based, object-oriented language used for developing desktop, web, and mobile applications.

  • An object is a real-world entity that has state and behavior. F...

View all Software Engineer interview questions
Are these interview questions helpful?
A Python Developer was asked
Q. Tell difference between list and tuple.Explain list functions.
Ans. 

List and tuple are both sequence data types in Python. Lists are mutable while tuples are immutable.

  • Lists are created using square brackets [] while tuples use parentheses ()

  • Lists can be modified by adding, removing or changing elements while tuples cannot be modified

  • List functions include append(), extend(), insert(), remove(), pop(), index(), count(), sort() and reverse()

  • Tuple functions include index() and count...

View all Python Developer interview questions
An AI Engineer was asked 11mo ago
Q. Real World scenarios of AI
Ans. 

AI is used in real world scenarios like autonomous vehicles, healthcare diagnosis, fraud detection, and personalized recommendations.

  • Autonomous vehicles - AI is used for self-driving cars to navigate and make decisions on the road.

  • Healthcare diagnosis - AI helps in analyzing medical images and data to assist doctors in diagnosing diseases.

  • Fraud detection - AI algorithms can detect patterns of fraudulent activities...

View all AI Engineer interview questions
A Software Engineer was asked
Q. Responsive View and knowledge in angular or react
Ans. 

Yes, knowledge in responsive view and Angular/React is important for a software engineer.

  • Responsive design is crucial for creating user-friendly interfaces that work well on different devices.

  • Angular and React are popular frameworks for building dynamic web applications.

  • Knowledge of these technologies can help create efficient and scalable software solutions.

View all Software Engineer interview questions

Accubits Technologies Interview Experiences

16 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All oops and ar and vr related

AI Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Real World scenarios of AI
  • Ans. 

    AI is used in real world scenarios like autonomous vehicles, healthcare diagnosis, fraud detection, and personalized recommendations.

    • Autonomous vehicles - AI is used for self-driving cars to navigate and make decisions on the road.

    • Healthcare diagnosis - AI helps in analyzing medical images and data to assist doctors in diagnosing diseases.

    • Fraud detection - AI algorithms can detect patterns of fraudulent activities in f...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked basic questions

Round 2 - Technical 

(1 Question)

  • Q1. Solidity based basic questions modifier,visibility, constructor etc
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic js questions and angular
Round 2 - Coding Test 

Basic js coding questions

Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Real world scenarios of AI implementations

Skills evaluated in this interview

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

I applied via Referral

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 - Technical 

(2 Questions)

  • Q1. Javascript methods, Html Css Scss working and properties that we uses on applications
  • Ans. 

    JavaScript methods, HTML, CSS, and SCSS are essential for building web applications.

    • JavaScript methods are used for manipulating data and interacting with the DOM.

    • HTML is used for structuring content on web pages.

    • CSS is used for styling the HTML elements.

    • SCSS is a preprocessor for CSS that adds features like variables and nesting.

    • Examples: document.getElementById(), <div>, color: blue, $primary-color: #333;

  • Answered by AI
  • Q2. Responsive View and knowledge in angular or react
  • Ans. 

    Yes, knowledge in responsive view and Angular/React is important for a software engineer.

    • Responsive design is crucial for creating user-friendly interfaces that work well on different devices.

    • Angular and React are popular frameworks for building dynamic web applications.

    • Knowledge of these technologies can help create efficient and scalable software solutions.

  • Answered by AI
Round 3 - Coding Test 

In Code pen they make us do the coding with some instructions and we need to solve the issue

Interview Preparation Tips

Interview preparation tips for other job seekers - Please beware of this company there is no job security, this is from my experience, they will throw us without any notification saying company is loss after they make us working hard on projects. They don't know how to handle company and make job security for employees. Till noon we worked together and afternoon ceo made a meeting with all and throwed most of us without any notification and suspended the access.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain how ORM works
  • Ans. 

    ORM stands for Object-Relational Mapping, which is a programming technique for converting data between incompatible type systems.

    • ORM maps objects from the application to tables in a relational database

    • It eliminates the need for writing complex SQL queries by allowing developers to interact with the database using objects

    • ORM frameworks like Hibernate, Entity Framework, and Sequelize provide tools for managing database i...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Have you handled training

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't stress out. The interviewer was cool.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic Js questions like array methods

Interview Preparation Tips

Interview preparation tips for other job seekers - Angular advanced questions like RxJs

HR Intern Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2023

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Experience in years
  • Q2. Why you want to work here

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and have a great day after tomorrow morning and
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

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 - Aptitude Test 

General aptitude, probability, time, speed, percentage, English, prepare basics aptitude questions.

Round 3 - Coding Test 

I got three coding questions out which I solve 60 to 70 percent questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding questions related to problem solving. I have got 3 coding questions.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Accubits Technologies?
Ask anonymously on communities.

Accubits Technologies Interview FAQs

How many rounds are there in Accubits Technologies interview?
Accubits Technologies interview process usually has 2-3 rounds. The most common rounds in the Accubits Technologies interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Accubits Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accubits Technologies. The most common topics and skills that interviewers at Accubits Technologies expect are Javascript, Python, GIT, Angularjs and Node.Js.
What are the top questions asked in Accubits Technologies interview?

Some of the top questions asked at the Accubits Technologies interview -

  1. Tell difference between list and tuple.Explain list functio...read more
  2. what is Java What Is Object What Is Polymorfizam What is inherita...read more
  3. Javascript methods, Html Css Scss working and properties that we uses on applic...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 17 interview experiences

Difficulty level

Easy 14%
Moderate 86%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
Ciklum Interview Questions
3.4
 • 22 Interviews
View all

Accubits Technologies Reviews and Ratings

based on 126 reviews

3.1/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.1

Salary

2.2

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 126 Reviews and Ratings
Software Engineer
107 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Analyst
20 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹6.3 L/yr - ₹15.5 L/yr

QA Engineer
18 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Front end Developer
17 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Accubits Technologies with

Saama Technologies

3.7
Compare

Jumio

3.8
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare
write
Share an Interview