Upload Button Icon Add office photos

Filter interviews by

Accentuate IT Solutions Associate Engineer Interview Questions and Answers

Updated 20 Dec 2023

Accentuate IT Solutions Associate Engineer Interview Experiences

2 interviews found

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

I applied via campus placement at Raghu Engineering College, Visakhapatnam and was interviewed in Nov 2023. There were 2 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 - Technical 

(1 Question)

  • Q1. Self introduction About project Strengths and weakness Hobbies Achievements Explain about the process when you working as team lead in any event or activity Basics of Java like what we use to print output...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

No aptitude but reasoning is there

Round 2 - Coding Test 

Given two questions atleast one should be fully completed

Round 3 - HR 

(4 Questions)

  • Q1. It's a hr+tr round so Max asked only hr questions
  • Q2. About projects and all...
  • Q3. How do you see yourself in three years?
  • Q4. How much salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically they will examine only your speaking skills

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The duration is 2 hours and consists of reasoning, quantitative aptitude, operating systems, networking, and English grammar.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Experience with CAD software such as SolidWorks

    • Completed internships at engineering firms

  • Answered by AI
  • Q2. Write a program to print vowels and consonants separately from a string?
  • Ans. 

    Program to print vowels and consonants separately from a string.

    • Iterate through each character in the string and check if it is a vowel or consonant.

    • Store vowels and consonants in separate arrays.

    • Print the arrays containing vowels and consonants separately.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. I was not selected for the HR Interview ,despite successfully executing and demonstrating the program, considering the interviewer only asked me to write a program and then concluded the interview?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was two coding and mcq's

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse array without using extra space
  • Ans. 

    Reverse array in place without using extra space

    • Use two pointers, one at the beginning and one at the end, swap elements until they meet in the middle

    • For example, if the array is ['apple', 'banana', 'cherry'], after reversing it will be ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q2. Binary tree left reversal

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident you can crack it too

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Pune University and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a intermediate level test

Round 2 - Coding Test 

It was quite hard and it makes you apply logic

Round 3 - Technical 

(5 Questions)

  • Q1. Basic oops question and basic programming questions are asked.
  • Q2. Explain types of datatypes
  • Ans. 

    Datatypes are classifications of data items that determine the kind of operations that can be performed on them.

    • Primitive datatypes: int, float, char, boolean

    • Derived datatypes: array, pointer, structure, union

    • Abstract datatypes: stack, queue, tree, graph

  • Answered by AI
  • Q3. Explain your project
  • Q4. Explain Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override...

  • Answered by AI
  • Q5. Explain Runtime Polymorphism
  • Ans. 

    Runtime polymorphism is the ability of a function to behave differently based on the object it is called with.

    • Runtime polymorphism is achieved through method overriding in object-oriented programming.

    • It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • The actual method that gets called is determined at runtime based on the type of object.

    • Example: Animal class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge of aptitude and basic programming and have knowledge regarding oops concepts.

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is oops concept
  • Ans. 

    Object-oriented programming concept that focuses on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and methods from another class.

    • Polymorphism: Ability for objects to take on different forms or behaviors based on their data type.

    • Abstraction: Hiding complex implementation d...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate round with multiple choice

Round 2 - Technical 

(3 Questions)

  • Q1. Sql and sql joins
  • Q2. Union and union all
  • Q3. Cte, temp tables
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Preferred location
  • Ans. 

    I am open to working in any location, but I prefer a city with a good work-life balance and opportunities for professional growth.

    • Open to working in any location

    • Prefer a city with good work-life balance

    • Opportunities for professional growth are important

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on technical, rest is assured
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Apr 2023. There were 3 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 - Coding Test 

2 questions were asked in coding round, both are medium level

Round 3 - Technical 

(5 Questions)

  • Q1. Asked about projects, one simple coding question to solve in monitor. since, I'm from ece they asked about latest trends in electronics,etc..
  • Q2. Role of electronics in automotive industry
  • Q3. Chip manufacturing india
  • Q4. Problems faced during working for project
  • Q5. How you overcome that

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why do you want to join Genpact?
  • Ans. 

    I want to join Genpact because of its reputation for innovation, growth opportunities, and strong company culture.

    • Genpact is known for its innovative solutions in the field of technology and business process management.

    • I am excited about the growth opportunities that Genpact offers, allowing me to develop my skills and advance in my career.

    • I have heard great things about the company culture at Genpact, including its fo...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Roman numbers converted to natural numbers

Round 2 - Aptitude Test 

English language grammar writing errors correction

Round 3 - Group Discussion 

Topic was ibm watson and moon lightning

Accentuate IT Solutions Interview FAQs

How many rounds are there in Accentuate IT Solutions Associate Engineer interview?
Accentuate IT Solutions interview process usually has 3 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.

Accentuate IT Solutions Associate Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Team Lead
11 salaries
unlock blur

₹8.6 L/yr - ₹25 L/yr

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

Application Development - Senior Analyst
8 salaries
unlock blur

₹9.2 L/yr - ₹16.5 L/yr

Associate Manager
7 salaries
unlock blur

₹15.5 L/yr - ₹33.5 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