Upload Button Icon Add office photos

Filter interviews by

Accentuate Technology Software Developer Interview Questions and Answers

Updated 23 Jul 2024

Accentuate Technology Software Developer Interview Experiences

7 interviews found

Software Developer Interview Questions & Answers

user image Aanchal Malik

posted on 24 Feb 2024

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

(1 Question)

  • Q1. Basic React questions were asked and javascript. 2 coding questions 1. Find the occurrence of each char in a string
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was about aptitude test

Round 2 - Coding Test 

It had leetcode question

Interview Preparation Tips

Topics to prepare for Accentuate Technology Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Do prepare well before 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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java ,spring boot
  • Q2. SQL,projects based
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative, Network and security, Verbal

Round 2 - Coding Test 

Basic to moderate coding. It will be easy if you know moderate level of coding

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why should i hire you

Accentuate Technology interview questions for designations

 Software Engineer

 (3)

 Java Developer

 (3)

 Technical Developer

 (1)

 Mulesoft Developer

 (1)

 Associate Software Engineer

 (7)

 Software Engineering Specialist

 (2)

 Software Engineer Trainee

 (1)

 Senior Software Engineer

 (1)

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

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

Round 1 - Aptitude Test 

There is basic questions on aptitude test

Round 2 - Coding Test 

Medium level of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the basics very well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

..............................

Round 2 - Coding Test 

...................................

Round 3 - One-on-one 

(2 Questions)

  • Q1. Java ,oops,DBMS,data structure
  • Q2. Diff between throw and throws Diff between class and interface
  • Ans. 

    throw vs throws and class vs interface

    • throw is used to explicitly throw an exception in a method while throws is used to declare the exception that a method may throw

    • class is a blueprint for creating objects while interface is a collection of abstract methods that can be implemented by a class

    • throw is followed by an exception object while throws is followed by the name of the exception class

    • a class can have constructor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview preparation tips for other job seekers
- Focus on your coding skills in Java or C++ (they don't allow python idk why, may be because it is dynamically typed), DBMS, SQL and DS. Practice basic CP question and slay the interview like a king

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online appitude test and the short list for the next round

Round 2 - Group Discussion 

Group discussion to know about ourselves new idea for beginners

Round 3 - HR 

(1 Question)

  • Q1. HR interview to introduce me as myself and my hobbies and about the company and role

Interview Preparation Tips

Interview preparation tips for other job seekers - It will learns everything as know about the company and tha project of the company

Interview questions from similar companies

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

(2 Questions)

  • Q1. Are you familiar with Object-Oriented Programming (OOP)?
  • Ans. 

    Yes, Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Key principles of OOP include encapsulation, inheritance, and polymorphism.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is the definition of a constant in PHP?
  • Ans. 

    A constant in PHP is a variable whose value cannot be changed during the script execution.

    • Constants are defined using the define() function in PHP.

    • Constants are case-sensitive by default.

    • Constants can be accessed globally.

    • Example: define('PI', 3.14);

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of SQL and SQL query questions
Round 3 - Technical 

(2 Questions)

  • Q1. Detailed discussion about previous projects
  • Q2. Python and SQL questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference
  • Ans. 

    Call by value passes a copy of the variable, while call by reference passes the actual variable.

    • Call by value: changes to the parameter inside the function do not affect the original variable.

    • Call by reference: changes to the parameter inside the function affect the original variable.

    • Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i

  • Answered by AI

Accentuate Technology Interview FAQs

How many rounds are there in Accentuate Technology Software Developer interview?
Accentuate Technology interview process usually has 2-3 rounds. The most common rounds in the Accentuate Technology interview process are Coding Test, Aptitude Test and HR.
What are the top questions asked in Accentuate Technology Software Developer interview?

Some of the top questions asked at the Accentuate Technology Software Developer interview -

  1. Diff between throw and throws Diff between class and interf...read more
  2. Basic React questions were asked and javascript. 2 coding questions 1. Find the...read more
  3. Java ,oops,DBMS,data struct...read more

Tell us how to improve this page.

Accentuate Technology Software Developer Interview Process

based on 7 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
Accentuate Technology Software Developer Salary
based on 5 salaries
₹4.6 L/yr - ₹11 L/yr
5% less than the average Software Developer Salary in India
View more details

Accentuate Technology Software Developer Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.2

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Team Lead
40 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Associate Manager
23 salaries
unlock blur

₹18 L/yr - ₹28.5 L/yr

Application Development Analyst
19 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Application Development - Senior Analyst
17 salaries
unlock blur

₹7.4 L/yr - ₹14.5 L/yr

Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Accentuate Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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