Upload Button Icon Add office photos

Filter interviews by

Acuver Consulting Private Limited. Internship Trainee Interview Questions, Process, and Tips

Updated 25 Jan 2022

Acuver Consulting Private Limited. Internship Trainee Interview Experiences

1 interview found

Internship Trainee Interview Questions & Answers

user image Jay shankar Kumar

posted on 25 Jan 2022

I applied via LinkedIn and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1.  OOPs concept, Like Basic concept of polymorphism, Write a program how can we achieve polymorphism, Inheritance ,
  • Q2.  Concept of JDK , JRE , JVM
  • Q3. Concept of consrtuctor in java
  • Ans. 

    Constructor is a special method used to initialize objects in Java.

    • Constructor has the same name as the class.

    • It is called automatically when an object is created.

    • It can be used to set default values for object attributes.

    • There can be multiple constructors in a class with different parameters.

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

  • Answered by AI
  • Q4. Write a program like top ten prime no and many more
  • Ans. 

    Program to find top ten prime numbers and more

    • Create a function to check if a number is prime

    • Loop through numbers and add prime numbers to an array

    • Sort the array in descending order and return the top ten

    • Add options for user to input range of numbers and number of primes to find

  • Answered by AI
  • Q5. Concept of Collection framework in java
  • Ans. 

    Collection framework is a set of interfaces and classes that provide a way to store and manipulate groups of objects in Java.

    • Collection framework provides interfaces like List, Set, Queue, etc. for storing and manipulating groups of objects.

    • It also provides classes like ArrayList, HashSet, PriorityQueue, etc. that implement these interfaces.

    • Collection framework provides algorithms like sorting, searching, shuffling, et...

  • Answered by AI
  • Q6. Concept of interface in java
  • Ans. 

    Interface in Java is a blueprint of a class that defines a set of methods without implementation.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • All methods in an interface are public and abstract by default.

    • A class can implement multiple interfaces but can only extend one class.

    • Interfaces can also have default and static methods with implementation.

    • Example: interface Shape { void draw(); }

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They take 4 round
In the first round that is written in which they ask problem on java program, aptitude and SQL database which is online mode on google meet
In the second round that is Technical Interview which is taken on google meet video face to face . They ask opps concept , and give some logical problem to solve and some aptitude problem to solve on live . collection frame work in java
In the 3rd round that is Technical round they ask opps concept little advance level and also ask about the real time project . describe about the project which we done in collage or during an internship which technology we use in a project . they also ask some aptitude problem .
In the 4th round that is HR round they discuss the role . and some common HR round question

After clear all round they provide offer letter

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Self introduction
  • Q2. Why do you want this job
  • Q3. Your career goal

Interview Preparation Tips

Interview preparation tips for other job seekers - i want to achieve my dream and goal
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Two written coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript basic questions such as Functions
  • Q2. React question such as hooks ,react life cycle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There wew two questions in the test one was a pattern problrm to print and second was a rray problem you have to solve both of the questions

Round 2 - Technical 

(1 Question)

  • Q1. I was not aplicable for this

Interview Preparation Tips

Interview preparation tips for other job seekers - the aked about core java interface oops
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Good questions easy to think and clear

Round 2 - Technical 

(2 Questions)

  • Q1. SDLC life cycle
  • Q2. Release management

I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the threads
  • Ans. 

    Threads are a sequence of instructions that can be executed independently by a program.

    • Threads are lightweight processes that share the same memory space as the parent process.

    • They allow for concurrent execution of multiple tasks within a single program.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples of multi-threaded programs include web servers, video games, and operating sys

  • Answered by AI
  • Q2. What is the difference between stack and tree
  • Ans. 

    Stack is a linear data structure while tree is a hierarchical data structure.

    • Stack is a collection of elements with LIFO (Last In First Out) order.

    • Tree is a collection of nodes with parent-child relationship.

    • Stack has only one entry and exit point while tree can have multiple entry and exit points.

    • Stack is used for backtracking, undo operations, etc. while tree is used for representing hierarchical data like file syste

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic dbms, data structure, oop concepts questions answer from popular websites like geeks for geeks

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Self introduction
  • Q2. Why do you want this job
  • Q3. Your career goal

Interview Preparation Tips

Interview preparation tips for other job seekers - i want to achieve my dream and goal

I applied via Company Website and was interviewed in Jan 2022. 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. Oops ,dbms sql , c++

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience with interviews

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops ,dbms sql , c++

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience with interviews

Acuver Consulting Private Limited. Interview FAQs

What are the top questions asked in Acuver Consulting Private Limited. Internship Trainee interview?

Some of the top questions asked at the Acuver Consulting Private Limited. Internship Trainee interview -

  1. write a program like top ten prime no and many mo...read more
  2. Concept of Collection framework in ja...read more
  3. Concept of consrtuctor in ja...read more

Tell us how to improve this page.

Consultant
57 salaries
unlock blur

₹4.5 L/yr - ₹15.2 L/yr

Senior Consultant
47 salaries
unlock blur

₹8.6 L/yr - ₹27 L/yr

Associate Consultant
26 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹13 L/yr - ₹28 L/yr

Software Engineer
14 salaries
unlock blur

₹5 L/yr - ₹15.3 L/yr

Explore more salaries
Compare Acuver Consulting Private Limited. with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

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