Upload Button Icon Add office photos

Filter interviews by

Accelerize 360 Interview Questions and Answers

Updated 7 Jan 2025

Accelerize 360 Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was a Google Form based online assessment. It was well structured, with the initial pages focusing on domain knowledge and the last few pages dedicated to logical reasoning and pattern based questions. This was a great way to test both technical expertise and analytical thinking.

Round 2 - One-on-one 

(4 Questions)

  • Q1. After clearing the OA, I was contracted by HR for tech interview, where, I was asked how I would handle a high load of API calls.
  • Q2. Second Question included differences between 3NF and BCNF and SQL vs NoSQL databases.
  • Q3. I was asked to explain polymorphism and encapsulation with places where I have actually applied them, which OOP based frameworks I have used and am familiar with.
  • Q4. Then, It went to Coding Part, where screen was shared and I had to first code factorial, then, find first unique character in a string, check if a number is a power of 2 using bitwise operations & follow u...
Round 3 - HR 

(2 Questions)

  • Q1. I was asked about Personal Interests. No such right - wrong type of answers based questions, they were about individuals perspective and reasoning based. Whether I like to work individually more or in a te...
  • Q2. I was asked about future plans like pursuing a master's degree and towards the end, I was asked to solve four pattern problems, which took about 30 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - The company tests candidates holistically, ensuring a balance of technical, logical and soft skills.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

One coding question focused on patterns, along with inquiries related to projects and skills listed on the resume.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

Google Forms Assignment with one section on business analysis case study, one section of verbal ability, one section on unseen passage comprehension, and one section with logical reasoning involving missing image patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - General Intelligence and Common Sense is enough. Time of submission is considered.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via Referral and was interviewed in Nov 2021. 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 - Case Study 

Excellent interview By Arpit sir.to the point question related with architecture.we discuss about development,serverless architecture,Mobile development ,SQL development.it went for around one hour and all scenario based question are very nice.

Interview Preparation Tips

Topics to prepare for Accelerize 360 Senior Software Engineer interview:
  • apex
  • microservice
  • aws
  • web service
Interview preparation tips for other job seekers - Work on apex logic and micro service architecture.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Accelerize 360 interview questions for popular designations

 Email Developer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

 Software Developer Intern

 (1)

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

Interview Questionnaire 

3 Questions

  • Q1. Introduction
  • Q2. Some in depth technical questions but it was easy to answer
  • Q3. Work experience

Email Developer Interview Questions asked at other Companies

Q1. What are entry sources for SFMC journey builder
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

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

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

Accelerize 360 Interview FAQs

How many rounds are there in Accelerize 360 interview?
Accelerize 360 interview process usually has 1-2 rounds. The most common rounds in the Accelerize 360 interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Accelerize 360 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 Accelerize 360. The most common topics and skills that interviewers at Accelerize 360 expect are Salesforce, Apex, Release management, CSS and Javascript.
What are the top questions asked in Accelerize 360 interview?

Some of the top questions asked at the Accelerize 360 interview -

  1. Then, It went to Coding Part, where screen was shared and I had to first code f...read more
  2. I was asked about Personal Interests. No such right - wrong type of answers bas...read more
  3. I was asked to explain polymorphism and encapsulation with places where I have ...read more

Tell us how to improve this page.

Accelerize 360 Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Accelerize 360 Reviews and Ratings

based on 47 reviews

4.7/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

4.5

Salary

4.6

Job security

4.7

Company culture

4.5

Promotions

4.6

Work satisfaction

Explore 47 Reviews and Ratings
Salesforce Developer
13 salaries
unlock blur

₹7.6 L/yr - ₹14 L/yr

Software Developer
9 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Salesforce Administrator
9 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Senior Graphic Designer
6 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Technical Project Manager
4 salaries
unlock blur

₹15 L/yr - ₹36 L/yr

Explore more salaries
Compare Accelerize 360 with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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