Upload Button Icon Add office photos

Filter interviews by

Accentuate IT Solutions Application Development Associate Interview Questions and Answers

Updated 7 Jun 2023

Accentuate IT Solutions Application Development Associate Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jun 2022. There were 4 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 - Aptitude Test 

Basics has been covered

Round 3 - Coding Test 

2 coding questions one is medium level and other is hard

Round 4 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself, basic non technical questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are constructors?
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object of the class is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q2. What is final keyword?
  • Ans. 

    Final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes.

    • Final variables must be initialized and cannot be reassigned.

    • Final methods cannot be overridden in subclasses.

    • Final classes cannot be subclassed.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Good interview woth medium difficulty
  • Q2. Tell me about project What are your technical skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Nicee test with difficulty things in the test but fine
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Gudlavalleru Engineering College, Gudlavalleru and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They ask about layers in networking.
Few questions related to python.
They ask about recursive functions in c programming
They as about lambda functions in python
Difference between sql and pandas

Round 2 - Aptitude Test 

They ask only one question related to

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was on statistics and logic based questions

Round 2 - Coding Test 

Sort the array without using library

Round 3 - Group Discussion 

General knowledge discussion

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 135 minutes
Round difficulty - Medium

This round has 2 stages : (Both were elimination rounds)
1) Cognitive & Technical Assessment 
2) Coding Assessment

Upon only clearing Cognitive & Technical Assessment , candidate will be eligible for further rounds.

1) Cognitive & Technical Assessment : (90 mins)
This section contains questions from English Ability, Analytical Reasoning , Numerical Ability , Pseudo coding, Common Application and MS Office, Fundamentals of Networking, Security and Cloud.

2) Coding Assessment : (45 mins)
You are eligible for this round only if you cleared Cognitive & Technical Assessment.
It has 2 coding questions 1 simple and 1 moderate level.

Languages you can use : C, C++, Java, Python, Dot net.

  • Q1. 

    Sum of Even & Odd Digits Problem Statement

    Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer.

    Explanation:

    ...
  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
  • Q2. 

    Postfix Expression Evaluation Problem Statement

    Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the operands. The output for each expr...

  • Ans. Evaluation of postfix expression.

     The idea is to use a stack to store the operands. Whenever an operator is encountered, we pop the top two numbers from the stack, perform the operation and push the result back to the stack. Finally, when the traversal is completed, the number left in the stack is the final answer.

     

    1. Create a stack to store the operands.
    2. Scan the given expression from left to right. For every sc...
  • Answered Anonymously
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Medium

Communication Assessment: (Virtual HR Round)
1) Sentence Mastery
2) Vocabulary
3)Fluency 
4) Pronunciation

Total Questions: 20

Round 3 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Timing : 3:00 to 3:20 Pm
There was one interviewer.
1) Started with introduction.
2) Asked about projects mention in the resume.
3) Favorite subjects during academics. How do you tackle tough subjects?
4) Two to three questions on select statements. 
5) Difference between foreign key and primary key.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Shri Guru Gobind Singhji Institute of Engineering and Technology, Nanded. I applied for the job as Application Development Associate in PuneEligibility criteriaGood knowledge of atleast one programming language, minimum 65 % (overall) in graduation , Good communication skillsAccenture interview preparation:Topics to prepare for the interview - Logical Reasoning, Algorithms , Programming Languages : c, c++, python , SQL (Structure Query Language)Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare your resume with good projects and keep it short , add project links.
Tip 2 : Mention only those skills in which you are confident
Tip 3 : Practice coding problems on Code Studio.

Application resume tips for other job seekers

Tip 1 : Have Relevant Internships.
Tip 2 : Atleast 2 projects .

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself.
  • Q2. What projects you have done in your final year.
  • Q3. What are the current technologies that are Accenture working on.
  • Ans. 

    Accenture is working on various technologies including AI, cloud computing, blockchain, and IoT.

    • AI: Accenture is using AI for various applications such as chatbots, predictive analytics, and natural language processing.

    • Cloud computing: Accenture is helping clients migrate to cloud platforms such as AWS, Azure, and Google Cloud.

    • Blockchain: Accenture is working on blockchain solutions for industries such as finance, heal...

  • Answered by AI
  • Q4. So you are from Non CS background, How will you cope up with IT industry.
  • Q5. Tell me about your hobbies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident weather you are CS or Non CS. That is just an interview nothing like death like situation. So stay calm and focused.

I applied via Whatsapp and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself
  • Q2. Hobbies
  • Q3. What is the difference between java and python
  • Ans. 

    Java is a statically typed language while Python is dynamically typed.

    • Java is compiled while Python is interpreted.

    • Java is more verbose while Python is more concise.

    • Java is better for large-scale projects while Python is better for small-scale projects.

    • Java has strict syntax rules while Python has flexible syntax rules.

    • Java is faster while Python is easier to learn and use.

  • Answered by AI
  • Q4. About project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with a genuine self introduction. You should show how confident you are and how good at communication skills.

Skills evaluated in this interview

I applied via campus placement at Lbs Institute of Technology For Women, Thiruvananthapuram and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I got selected to accenture through campus placement. We had only one round interview, in which both Technical and HR questions were covered. The questions started with self introduction, interests, final ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are asked based on your resume. Be prepare and confident on whatever included in the resume. All the best.

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - they mainly focus on your communication skills and other than this your technical skils in cs must be good like coding , core subjects

Accentuate IT Solutions Interview FAQs

How many rounds are there in Accentuate IT Solutions Application Development Associate interview?
Accentuate IT Solutions interview process usually has 4 rounds. The most common rounds in the Accentuate IT Solutions interview process are Aptitude Test, Coding Test and One-on-one Round.

Tell us how to improve this page.

Accentuate IT Solutions Application Development Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Accentuate IT Solutions Application Development Associate Salary
based on 4 salaries
₹3 L/yr - ₹4.5 L/yr
15% less than the average Application Development Associate Salary in India
View more details

Accentuate IT Solutions Application Development Associate Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Application Development Analyst
11 salaries
unlock blur

₹4.3 L/yr - ₹9.8 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹4.6 L/yr

Team Lead
9 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Application Development - Senior Analyst
8 salaries
unlock blur

₹9.2 L/yr - ₹16.5 L/yr

Senior Analyst
8 salaries
unlock blur

₹8.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Accentuate IT Solutions 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