Upload Button Icon Add office photos

Filter interviews by

Accentuate Technology Associate Manager Interview Questions, Process, and Tips

Updated 29 Mar 2024

Accentuate Technology Associate Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Lifecycle hooks in lwc
  • Ans. 

    Lifecycle hooks in LWC are methods that allow you to hook into the component lifecycle at specific points.

    • There are four main lifecycle hooks in LWC: connectedCallback, disconnectedCallback, renderedCallback, errorCallback

    • connectedCallback is called when a component is inserted into the DOM

    • disconnectedCallback is called when a component is removed from the DOM

    • renderedCallback is called after the component's template ha...

  • Answered by AI
  • Q2. Questions on screen flows
  • Q3. Update the count of contact on account
  • Ans. 

    To update the count of contacts on an account, you can run a query in the database or use a CRM system.

    • Access the account record in the CRM system

    • Navigate to the contacts section within the account

    • Update the count of contacts manually or run a query to automatically update it

  • Answered by AI
  • Q4. Questions on platform event in Vlocity cpq
  • Q5. Asynchronous apex
  • Ans. 

    Asynchronous apex is used in Salesforce to perform long-running operations without blocking the user interface.

    • Asynchronous apex allows you to run processes in the background without affecting the user experience.

    • It is commonly used for tasks like sending email notifications, updating records in bulk, or integrating with external systems.

    • Examples include @future methods, Queueable interface, and Batch Apex.

    • Asynchronous...

  • Answered by AI
  • Q6. Test class best practices
  • Ans. 

    Test class best practices involve writing clear, concise, and comprehensive test cases to ensure thorough testing of software functionality.

    • Write test cases that cover all possible scenarios and edge cases

    • Use descriptive names for test methods and variables

    • Keep test classes small and focused on testing specific functionality

    • Use setup and teardown methods to prepare the test environment

    • Regularly review and update test c

  • Answered by AI
  • Q7. Community /experience cloud scenario based questions

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. How do you feel about working weekends or late hours?
  • Q3. How quickly do you adapt to new technology?
  • Ans. 

    I am a quick learner and enjoy exploring new technologies.

    • I stay up-to-date with the latest industry trends and attend conferences and workshops.

    • I have experience working with various programming languages and tools.

    • I am always eager to learn and enjoy challenging myself with new projects.

    • I am comfortable with experimenting and troubleshooting to find solutions.

    • I believe that adapting to new technology is essential for

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Arrive Early
Be Prepared to Answer Their Questions

Interview Questionnaire 

2 Questions

  • Q1. "Why do you want this job?"
  • Q2.  "What do you consider to be your biggest professional achievement?"

Interview Preparation Tips

Interview preparation tips for other job seekers - Reread the job description. You may want to print it out and begin underlining specific skills the employer is looking for. Think about examples from your past and current work that align with these requirements.

I appeared for an interview before Apr 2019.

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 - Make a great first impression. Don’t forget the little things,Display confident body language and a smile throughout.

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

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q2.  Explain your project? some project related questions
  • Q3.  some project related questions
  • Q4. Java questions
  • Q5. Asked about what I did in previous company.
  • Q6. Some network related basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make a great first impression. Don’t forget the little things,Display confident body language and a smile throughout.

Interview Questionnaire 

1 Question

  • Q1. For the last few companies you've been at, take me through: (i) When you left, why did you leave? (ii) When you joined the next one, why did you choose it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wear a Confident Smile
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were given

Round 2 - Coding Test 

Moderate level coding questions from aaray,stack and linked lists

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts , java basic questions, projects
  • Q2. Write a code for removing duplicate elements
  • Ans. 

    Code to remove duplicate elements from an array of strings

    • Create a set to store unique elements

    • Iterate through the array and add elements to the set

    • Convert the set back to an array to get unique elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why mindtree? And how would you contribute to the company
  • Ans. 

    I chose Mindtree because of its reputation for innovation and commitment to employee growth. I believe my strong technical skills and collaborative mindset would contribute to the company's success.

    • I am impressed by Mindtree's track record of delivering cutting-edge solutions to clients.

    • I value the company's focus on continuous learning and development for its employees.

    • My experience in software development and problem...

  • Answered by AI
  • Q2. Final year project, who motivates you
  • Ans. 

    My final year project was motivated by my passion for solving real-world problems and making a positive impact.

    • Passion for solving real-world problems

    • Desire to make a positive impact

    • Inspiration from mentors or industry professionals

    • Personal drive to excel and innovate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on aptitude and dsa

Interview Questionnaire 

2 Questions

  • Q1. Core Java(Collection,multithreading), Spring boot, Struts, coding question
  • Q2. How to count numbers for words in string using hash Map
  • Ans. 

    Count numbers for words in a string using hash map.

    • Create a hash map to store the count of each word.

    • Split the string into an array of words.

    • Loop through the array and check if each word is a number.

    • If it is a number, increment the count in the hash map.

    • Return the hash map with the count of each number word.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

They given current trending technology

Round 2 - Coding Test 

Paper written coding test

Round 3 - HR 

(2 Questions)

  • Q1. Good experience but didn't get offer
  • Q2. Nothing but good experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 

40 question and you have to solve all these and also mention your marks of graduation, they also select the people on the basic of 10, 12th marks,

Round 3 - Group Discussion 

They give the trending topic like what you learn from the covid19 and all the group discussion topic, and you have 5(for whole group not for only your) minutes and you are free to speak English or Hindi.

Round 4 - Technical 

(2 Questions)

  • Q1. In this round they asked about the technical skill and all you mention in your resume, Tell the full form of PHP.
  • Q2. What is role of DBA?
  • Ans. 

    A DBA is responsible for managing and maintaining databases, ensuring data integrity, performance, and security.

    • Designing and implementing database structures

    • Installing and configuring database software

    • Monitoring and optimizing database performance

    • Ensuring data security and backup

    • Troubleshooting and resolving database issues

    • Collaborating with developers and system administrators

    • Performing database upgrades and migratio

  • Answered by AI
Round 5 - HR 

(3 Questions)

  • Q1. Tell Me Something About Yourself, Your Family Background
  • Q2. How you want to work like front-end or back-end?
  • Ans. 

    I am comfortable working in both front-end and back-end development.

    • I have experience in both front-end and back-end technologies such as HTML, CSS, JavaScript, React, Node.js, and SQL.

    • I enjoy the creativity and design aspect of front-end development, as well as the problem-solving and logic aspect of back-end development.

    • I am adaptable and willing to work on whichever aspect is needed for the project at hand.

  • Answered by AI
  • Q3. If you get the offer form other company than you switch or not?
  • Ans. 

    It depends on various factors such as salary, benefits, growth opportunities, and work culture.

    • Consider the salary offered by the other company. If it is significantly higher, it may be worth considering the switch.

    • Evaluate the benefits package offered by the other company. If it includes better healthcare, retirement plans, or other perks, it could be a deciding factor.

    • Assess the growth opportunities in both companies...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Pie Infocomm Software Engineer interview:
  • Maths
  • Web Technologies
  • application
  • Java
  • PHP
  • DBMS
Interview preparation tips for other job seekers - Please be real and prepare the aptitude very hard , and Also keep your technical skill very sharp and clear,

Accentuate Technology Interview FAQs

How many rounds are there in Accentuate Technology Associate Manager interview?
Accentuate Technology interview process usually has 1 rounds. The most common rounds in the Accentuate Technology interview process are Technical.
What are the top questions asked in Accentuate Technology Associate Manager interview?

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

  1. Update the count of contact on acco...read more
  2. Lifecycle hooks in ...read more
  3. Test class best practi...read more

Tell us how to improve this page.

Accentuate Technology Associate Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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 Associate Manager Salary
based on 24 salaries
₹18 L/yr - ₹28.5 L/yr
53% more than the average Associate Manager Salary in India
View more details

Accentuate Technology Associate Manager Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

4.3

Skill development

3.6

Work-life balance

3.2

Salary

3.5

Job security

4.3

Company culture

2.6

Promotions

3.9

Work satisfaction

Explore 5 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

Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹12.1 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