Upload Button Icon Add office photos

Filter interviews by

Accentuate Technology Application Development Associate Interview Questions and Answers

Updated 6 Oct 2024

Accentuate Technology Application Development Associate Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Various reasoning pseudo codes were there in this round

Round 2 - Coding Test 

Set of two coding questions. I got bob and roof and maths solution

Round 3 - Communication round 

(1 Question)

  • Q1. Not yet done. Waiting for this
Round 4 - One-on-one 

(1 Question)

  • Q1. Not yet done. I'm seeking help
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Very easy aptitude just need basics levels of aptitude solving ability.

Round 2 - Coding Test 

Basic level coding questions like prime number and so on..

Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts, Basic SQL concepts and the question on your projects.

Application Development Associate Interview Questions Asked at Other Companies

asked in Accenture
Q1. Sum of Even & Odd Digits Problem Statement Create a program t ... read more
asked in Accenture
Q2. Postfix Expression Evaluation Problem Statement Given a postfix e ... read more
asked in Accenture
Q3. What are the current technologies that are Accenture working on.
asked in Accenture
Q4. coding question - find the duplicate elements present in a given ... read more
asked in Accenture
Q5. Explain me what is Encapsulation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Coding Test 

Few coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about youself
  • Ans. 

    I am a dedicated and passionate application developer with a strong background in programming and problem-solving.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Skilled in developing mobile applications for both Android and iOS platforms

    • Strong understanding of software development lifecycle and agile methodologies

    • Excellent problem-solving skills and ability to work well in a team environment

  • Answered by AI
  • Q2. Explain the project mentioned in your resume.
  • Ans. 

    Developed a mobile application for tracking daily water intake and setting hydration goals.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data and hydration goals

    • Integrated push notifications to remind users to drink water

    • Used charts and graphs to visualize daily water intake progress

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its easy to crack the interview

Interview questions from similar companies

I appeared for an interview before Apr 2019.

Interview Questionnaire 

5 Questions

  • Q1. Data structures
  • Q2.  performance optimization
  • Q3. Best practices in software engineering
  • Ans. 

    Best practices in software engineering

    • Use version control system

    • Write clean and readable code

    • Test code thoroughly

    • Document code and processes

    • Follow agile development methodologies

  • Answered by AI
  • Q4. How do you rate yourself in java programming knowledge ?
  • Ans. 

    I rate myself as proficient in Java programming.

    • I have experience in developing Java applications for X years.

    • I am familiar with Java frameworks such as Spring and Hibernate.

    • I have worked on projects that involve multithreading, data structures, and algorithms.

    • I keep myself updated with the latest Java versions and features.

    • I have contributed to open-source Java projects on GitHub.

  • Answered by AI
  • Q5.  about the latest technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Tie your answers back to your skills and accomplishments. With any question you answer, it is important that you tie your background to the job by providing examples of solutions and results you’ve achieved. Use every opportunity to address the requirements listed in the job description.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Java and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Oh, and get some sleep. This sounds like something your mom would tell you, but there are few things that will throw you off your game like sleep deprivation.

I applied via Company Website and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Tell me about your self
  • Q2. Tell me about your project and leadership activities roles

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice good manners and body language. Practice confident, accessible body language from the moment you enter the building. Sit or stand tall with your shoulders back. Before the interview, take a deep breath and exhale slowly to manage feelings of anxiety and encourage self-confidence. The interviewer should extend their hand first to initiate a handshake. Stand, look the person in the eye and smile. A good handshake should be firm but not crush the other person’s fingers. For more, visit Everything You Need to Know About Job Interview Etiquette.

Interview Questionnaire 

2 Questions

  • Q1. Tell me something about yourself.
  • Q2. Why did you decide to apply for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a list of references. Your interviewers might require you to submit a list of references before or after your interview. Having a reference list prepared ahead of time can help you quickly complete this step to move forward in the hiring process.

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

(1 Question)

  • Q1. Sorting techniquea
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via YouTube and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They took the test which have questions related to reasoning, aptitude, coding and, English

Round 2 - Technical 

(1 Question)

  • Q1. They asked technical questions as well as hr questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic codings like prime no or not

Round 2 - Technical 

(4 Questions)

  • Q1. Oops concepts, data structures
  • Q2. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit proper...

  • Answered by AI
  • Q3. Explain encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also enables data to be accessed only through the methods defined in the class.

    • Example: In a class representing a car, th...

  • Answered by AI
  • Q4. Explain data structures
  • Ans. 

    Data structures are ways to organize and store data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define how data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing performance and efficiency in software development.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Accentuate Technology Interview FAQs

How many rounds are there in Accentuate Technology Application Development Associate interview?
Accentuate Technology interview process usually has 3-4 rounds. The most common rounds in the Accentuate Technology interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Accentuate Technology Application Development Associate interview?

Some of the top questions asked at the Accentuate Technology Application Development Associate interview -

  1. OOPs concepts, Basic SQL concepts and the question on your projec...read more
  2. Not yet done. Waiting for t...read more
  3. Not yet done. I'm seeking h...read more

Tell us how to improve this page.

Accentuate Technology Application Development Associate Interview Process

based on 3 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

Interview Questions from Similar Companies

Pie Infocomm Interview Questions
4.5
 • 39 Interviews
BlackBerry Interview Questions
3.9
 • 11 Interviews
Ricoh Interview Questions
3.8
 • 9 Interviews
View all
Accentuate Technology Application Development Associate Salary
based on 5 salaries
₹4.3 L/yr - ₹5 L/yr
8% less than the average Application Development Associate Salary in India
View more details

Accentuate Technology Application Development Associate Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.7

Skill development

4.8

Work-life balance

4.5

Salary

4.4

Job security

4.8

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 4 Reviews and Ratings
Team Lead
32 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Associate Manager
24 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

Senior Business Analyst
11 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Explore more salaries
Compare Accentuate Technology with

Ricoh

3.8
Compare

Netaxis IT Solutions

4.0
Compare

Pie Infocomm

4.5
Compare

Parsons International

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