Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Acies Consulting Team. If you also belong to the team, you can get access from here

Acies Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Acies Consulting Software Engineer Intern Interview Questions and Answers

Updated 5 Dec 2024

Acies Consulting Software Engineer Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on sorting basics
  • Q2. Time complexity of heap functions
Round 2 - One-on-one 

(1 Question)

  • Q1. Reverse a linked list

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Apr 2022. 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 - One-on-one 

(1 Question)

  • Q1. Cant be able to tell you now
Round 3 - One-on-one 

(1 Question)

  • Q1. Cant be able to tell you now

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

Coding questions

  • Q1. What can you tell me about queries related to SQL joins?
Round 2 - Coding Test 

(2 Questions)

Round duration - 140 Minutes
Round difficulty - Hard

Group Anagrams
Valid Parenthesis

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Q2. 

    Group Anagrams Problem Statement

    Given an array or list of strings called inputStr, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...

Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Some technical questions were asked by HR to check my confidence

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteria6.75+ CGPA, No backlogsExpertLancing Research Services interview preparation:Topics to prepare for the interview - OOPS, DBMS, Data structures, Pointers, Algorithms, OS, SDLCTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : You need to have a great aptitude for knowledge
Tip 2 : Should practice top 50 frequently asked coding questions

Application resume tips for other job seekers

Tip 1 : Have a plain and simple resume.
Tip 2 : Add things to resume which you're 100% sure of

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They will mostly ask questions from resume's mentioned skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical.It lasted for about 45 minutes.The interviewer wanted to both my knowledge and technical skills.Most of the questions asked to me from OOPS concepts and Database.Some questions were also asked from Html,CSS and JavaScript.Luckily I was able to answer all questions correctly.Please go through job description thoroughly word by word and recheck your resume and ensure that mentioned only those skills which you know.They will mostly questions from resume mentioned skills.

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

Acies Consulting Interview FAQs

How many rounds are there in Acies Consulting Software Engineer Intern interview?
Acies Consulting interview process usually has 2 rounds. The most common rounds in the Acies Consulting interview process are One-on-one Round.
What are the top questions asked in Acies Consulting Software Engineer Intern interview?

Some of the top questions asked at the Acies Consulting Software Engineer Intern interview -

  1. Time complexity of heap functi...read more
  2. Question on sorting bas...read more
  3. Reverse a linked l...read more

Tell us how to improve this page.

Acies Consulting Software Engineer Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 787 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all
Business Advisory Specialist
44 salaries
unlock blur

₹5.4 L/yr - ₹14.2 L/yr

Business Analyst
21 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Associate
16 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Consultant
15 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Senior Consultant
14 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Explore more salaries
Compare Acies Consulting with

McKinsey & Company

3.8
Compare

BCG

3.7
Compare

Bain & Company

3.8
Compare

Deloitte

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