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

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

    Write a program to input an integer N and print the sum of all its even digits and sum of all its odd digits separately.

    Digits mean numbers, not the places! That is, if the given intege...
  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas
  • Q2. Evaluation of postfix expression

    An expression is called the postfix expression if the operator appears in the expression after the operands.

    Example :

    Infix expression: A + B  *  C - D 
    
    Postfix expres...
  • 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 by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

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

Total Questions: 20

  • Q1. Basic HR Questions

    What are you most proud of? 

    What has been your greatest failure?

  • Ans. 

    Tip 1 : Be confident
    Tip 2 : Smooth and Fluent English
    Tip 3 : Focused during complete round

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

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.

  • Q1. SQL Questions

    What is difference between foreign key and primary key?
    Two to three select statements on MySQL server.

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

I applied via Campus Placement and was interviewed before Mar 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked to explain the final year project.
  • Q2. Asked about hobbies and career interests.
  • Q3. Asked to talk for around 2 minutes about a socially relevant topic. This was impromptu.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had my interview on campus. There was an aptitude test for screening followed by a group interview for the qualified students. They were basically checking how you deal with situation and whether you can communicate effectively.

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 Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Accentuate IT Solutions interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k 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 & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

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

₹4.3 L/yr - ₹9.5 L/yr

Team Lead
13 salaries
unlock blur

₹7.9 L/yr - ₹24 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹4.6 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.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview