Upload Button Icon Add office photos

Filter interviews by

Accentuate Technology Associate Application Developer Interview Questions and Answers

Updated 31 Mar 2024

Accentuate Technology Associate Application Developer Interview Experiences

1 interview found

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

Can clear with good practice, difficulty level medium

Round 2 - Coding Test 

Can clear with good hand on coding

Round 3 - Technical 

(1 Question)

  • Q1. Be confident and question are from resume what have mentioned

Interview questions from similar companies

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

Interview Questionnaire 

7 Questions

  • Q1. What is polymerphism, encapsulation and inheritance?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Encapsulation is the practice of hiding data and methods within a class. Inheritance is the ability of a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to be treated as if they are of different types.

    • Encapsulation helps to protect data from outside interference and misuse.

    • Inheritance allows for code reuse and promot...

  • Answered by AI
  • Q2. What are stacks and give some examples of stacks
  • Ans. 

    Stacks are a data structure that follows the Last-In-First-Out (LIFO) principle. They are used to store and retrieve data in a specific order.

    • Stacks have two main operations: push (to add an element to the top) and pop (to remove the top element)

    • Examples of stacks include the call stack in programming languages, undo/redo functionality in text editors, and the back button in web browsers

  • Answered by AI
  • Q3. Why is c++ better than C?
  • Ans. 

    C++ is better than C due to its object-oriented programming features and better memory management.

    • C++ supports object-oriented programming while C does not.

    • C++ has better memory management with features like constructors and destructors.

    • C++ has more advanced features like templates and exceptions.

    • C++ is more versatile and can be used for both low-level system programming and high-level application development.

    • C++ has a...

  • Answered by AI
  • Q4. Advantages of python over c++
  • Ans. 

    Python is easier to learn, has simpler syntax, and is more versatile than C++.

    • Python has a simpler syntax and is easier to read and write than C++.

    • Python is an interpreted language, which means it doesn't need to be compiled before running.

    • Python has a vast library of modules and packages that can be easily imported and used.

    • Python is more versatile than C++ and can be used for a wide range of applications, including w...

  • Answered by AI
  • Q5. Given an array of length N. Find all the possible combinations of 2 elements whose sum= 10
  • Ans. 

    Find all possible combinations of 2 elements in an array of length N whose sum is 10.

    • Iterate through the array and for each element, check if there exists another element in the array whose sum is 10.

    • Use a nested loop to compare each element with every other element in the array.

    • Store the pairs of elements whose sum is 10 in a new array.

    • Return the array of pairs.

  • Answered by AI
  • Q6. Why is linked list better than array?
  • Ans. 

    Linked list is better than array for dynamic memory allocation and insertion/deletion operations.

    • Linked list allows for dynamic memory allocation, while arrays have a fixed size.

    • Insertion and deletion operations are faster in linked list as compared to arrays.

    • Arrays have better cache locality and are faster for random access.

    • Linked list is used in applications like implementing stacks, queues, and hash tables.

    • Arrays ar...

  • Answered by AI
  • Q7. Explain the algorithm of binary search , merge sorting and bubble sorting
  • Ans. 

    Binary search finds the position of a target value within a sorted array. Merge sort and bubble sort are sorting algorithms.

    • Binary search: repeatedly divide the search interval in half until the target value is found or not found

    • Merge sort: divide the unsorted list into n sublists, repeatedly merge sublists to produce new sorted sublists until there is only 1 sublist remaining

    • Bubble sort: repeatedly swap adjacent eleme...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was a written online test. Shortlisted candidates had to go through 2 technical PI and a HR round.

Skills evaluated in this interview

Accentuate Technology Interview FAQs

How many rounds are there in Accentuate Technology Associate Application Developer interview?
Accentuate Technology interview process usually has 3 rounds. The most common rounds in the Accentuate Technology interview process are Aptitude Test, Coding Test and Technical.

Tell us how to improve this page.

Accentuate Technology Associate Application Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Cyient Interview Questions
3.7
 • 280 Interviews
View all
Team Lead
31 salaries
unlock blur

₹10 L/yr - ₹28 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 Developer
13 salaries
unlock blur

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