Premium Employer

i

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

Actalent Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Actalent Services Consultant Interview Questions and Answers

Updated 4 Jul 2021

Actalent Services Consultant Interview Experiences

1 interview found

Consultant Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2021

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly they asked about my previous experience and projects i worked on in my previous organisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on yourself, Try to explain your projects with clear cut conceptual clarity and ready to face questions on what you said

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Java basics- abstraction, interface, multithreading, garbabge collector etc..
  • Q2. Knowledge about design patters, microservices pattern- circuit breaker, distributed training.. etc.
  • Q3. Framework like spring boot- basics like autowire, beans, annomations, internal spring working.

Consultant Interview Questions & Answers

Xebia user image SAURAV KUMAR

posted on 13 Jul 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How angular run it's project.
  • Ans. 

    Angular runs its project using the Angular CLI, which provides a command-line interface for various project tasks.

    • Angular projects are run using the 'ng serve' command to start a development server.

    • The Angular CLI handles tasks such as building, testing, and deploying the project.

    • Configuration for the project can be done using the 'angular.json' file.

    • Dependencies are managed using npm or yarn.

    • Angular applications are t...

  • Answered by AI
  • Q2. How many methods to create a singleton services.
  • Ans. 

    There are multiple methods to create a singleton service in software development.

    • Using a static member variable

    • Using a static method to return a single instance

    • Using an enum

    • Using a synchronized block

  • Answered by AI
Round 2 - Coding Test 

Basic question related to javascript and angular

Round 3 - HR 

(2 Questions)

  • Q1. What is your role in previous organization
  • Q2. Salary disussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basic. It's really help you.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a business requirement document

Round 2 - Technical 

(1 Question)

  • Q1. What are the strengths and weakness
  • Ans. 

    Strengths include strong analytical skills and attention to detail. Weaknesses may include difficulty with public speaking and time management.

    • Strengths: strong analytical skills

    • Strengths: attention to detail

    • Weaknesses: difficulty with public speaking

    • Weaknesses: time management

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions regarding selenium testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Got interview call after applying 1 week.
Within 1 week interview was scheduled.
Received offer letter with 4-5 days.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. R u team player
  • Ans. 

    Yes, I am a team player who values collaboration and communication with my colleagues.

    • I believe in open communication and actively listen to my team members' ideas and feedback.

    • I am willing to help out my team members when needed and work towards common goals.

    • I am adaptable and can easily adjust to different team dynamics and work styles.

    • I have successfully collaborated with cross-functional teams on various projects i

  • Answered by AI
  • Q2. What is ru expected team to be
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 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 

(2 Questions)

  • Q1. What is Supervised machine learning? Which algorithm you think you can explain brilliantly? Why we use random forest then normal decision tree
  • Ans. 

    Supervised machine learning is a type of ML where the algorithm learns from labeled data. Random forest is used over normal decision tree for better accuracy and to avoid overfitting.

    • Supervised ML learns from labeled data to make predictions on new data

    • Random forest is an ensemble learning method that uses multiple decision trees to improve accuracy

    • Random forest is preferred over normal decision tree to avoid overfitti...

  • Answered by AI
  • Q2. Example of case study
  • Ans. 

    Case study on a successful marketing campaign for a new product launch

    • Identified target audience and their needs

    • Developed a unique selling proposition

    • Created a multi-channel marketing plan

    • Implemented the plan and tracked results

    • Adjusted strategy based on data analysis

    • Achieved high sales and positive customer feedback

  • Answered by AI
Round 3 - Case Study 

Retail case study , company trends salw.. Total sale. Profit charts and reports

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, coding practice and case study is important.

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 Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I don’t remember now

Round 2 - Communication round 

(1 Question)

  • Q1. Speak for 3 minutes about any topic you like. How will you phrase a sentence for a given topic?
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate? Are you comfortable table with rotational shifts?

I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to generate time dimension?
  • Ans. 

    A time dimension can be generated by creating a table with all possible dates and relevant attributes.

    • Create a table with all possible dates, including past and future dates

    • Include relevant attributes such as day of the week, month, year, etc.

    • Populate the table with data using a script or ETL process

    • Ensure the table is updated regularly to include new dates

    • Use the time dimension table in data modeling and analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not a pure technical. Based on your work experience and projects you worked, questions will be raised.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Interface in golang
  • Ans. 

    Interfaces in Golang define a set of methods that a type must implement.

    • Interfaces are a way to specify behavior of an object.

    • A type satisfies an interface if it implements all the methods of that interface.

    • Interfaces allow for polymorphism in Golang.

    • Example: type Writer interface { Write([]byte) (int, error) }

    • Example: type MyWriter struct {} func (mw MyWriter) Write(data []byte) (int, error) { return len(data), nil }

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding questions of joy of energy
Round 3 - HR 

(1 Question)

  • Q1. Social media influence

Skills evaluated in this interview

Tell us how to improve this page.

Join Actalent Services A global leader in engineering services.
Actalent Services Consultant Salary
based on 5 salaries
₹2.5 L/yr - ₹5.7 L/yr
73% less than the average Consultant Salary in India
View more details

Actalent Services Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
364 salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

Senior Design Engineer
214 salaries
unlock blur

₹4 L/yr - ₹11.4 L/yr

Specialist
62 salaries
unlock blur

₹6.3 L/yr - ₹14 L/yr

CAE Engineer
48 salaries
unlock blur

₹2.4 L/yr - ₹7.1 L/yr

Mechanical Engg. Design
48 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Actalent Services with

Randstad

3.8
Compare

Kelly Services

4.2
Compare

ManpowerGroup

3.9
Compare

Allegis Group

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