Upload Button Icon Add office photos

Filter interviews by

Rolling Arrays Associate Consultant Interview Questions and Answers

Updated 5 Apr 2024

Rolling Arrays Associate Consultant Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy to crack easy questions

Round 2 - Assignment 

Video assignment for the topics

Round 3 - Technical 

(1 Question)

  • Q1. How well you know the sap success factor
  • Ans. 

    I have a strong understanding of SAP SuccessFactors and its modules.

    • I have completed training in SAP SuccessFactors and have hands-on experience with implementing the software.

    • I am familiar with modules such as Employee Central, Performance & Goals, Learning, and Recruitment.

    • I have worked on configuring and customizing SAP SuccessFactors for clients to meet their HR needs.

  • Answered by AI

I applied via Referral and was interviewed in Mar 2022. There were 4 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 

Normal aptitude that everyone has

Round 3 - Group Discussion 

Group Discussion amongst other applicants on marketing

Round 4 - One-on-one 

(3 Questions)

  • Q1. Questions were related to Communication skills
  • Q2. Questions were related to previous work
  • Q3. Why we want to join RA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, be thorough about the profile, ask yourself whether you want to do it or not and if yes, then nothing can stop you!

Be confident, be realistic, be practical and try answering max questions with right information and logics..

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. All about angular framework and Typescript
  • Q2. Javascript precoded question
Round 2 - Technical 

(3 Questions)

  • Q1. In this round as well as Angular related question
  • Q2. Lifecycle hook of angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.

    • Example: ngOnInit() { console.log('Component initialized'); }

  • Answered by AI
  • Q3. Lazy loading concept

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mysql query for 3rd highest salary
  • Ans. 

    Use a subquery to find the third highest salary from the employees table in MySQL.

    • Use a subquery to select distinct salaries from the employees table.

    • Order the salaries in descending order and use LIMIT to get the third highest salary.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;

  • Answered by AI
  • Q2. What are the steps to connect to a database?
  • Ans. 

    Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.

    • Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).

    • Provide the necessary credentials such as username and password.

    • Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a considerable amount of internal politics involved, and the interview process includes the asking of unnecessary questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about the change management
  • Q2. What is HEAD type of method in REST API Integration
  • Ans. 

    HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.

    • HEAD requests are similar to GET requests but only return the headers of the resource, not the body.

    • This can be useful for checking the status of a resource or determining its size without downloading the entire content.

    • For example, a HEAD request to a website URL will return the headers like content type, conten

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your proudest solution provided to the clients
  • Q2. Breif about your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. TEll us about yourself
  • Q2. Why should we hire you

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

The assignment is not very challenging

Round 2 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in next 5 years
  • Q2. What is SWOT analysis
  • Ans. 

    SWOT analysis is a strategic planning tool used to identify Strengths, Weaknesses, Opportunities, and Threats of a business or project.

    • Strengths: internal factors that give an advantage (e.g. strong brand reputation)

    • Weaknesses: internal factors that may hinder success (e.g. limited resources)

    • Opportunities: external factors that could be beneficial (e.g. new market trends)

    • Threats: external factors that could cause troub

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. About different joins in SQL
  • Q2. 1)About previous projects done in detail 2) Regarding any certification like dp-203 or spark certification 3) spark architecture 4) about delta table
  • Q3. Some questions about adf pipelines scenario based
  • Q4. Spark actions and transformation

Interview Preparation Tips

Topics to prepare for Cognizant Associate Consultant interview:
  • Adf
  • SQL
  • Pyspark
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quite easy for the cs based students

Round 2 - Technical 

(2 Questions)

  • Q1. Easy but need to answer creatively for every question
  • Q2. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Who developed c
  • Ans. 

    C was developed by Dennis Ritchie at Bell Labs in the early 1970s.

    • Developed by Dennis Ritchie at Bell Labs

    • Created in the early 1970s

    • Influenced by B programming language

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Coding problem statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

A 60-minute aptitude test.

Round 2 - One-on-one 

(2 Questions)

In this round, you will receive multiple questions tailored to your area of expertise.

  • Q1. What motivated you to pursue a career in UI/UX design?
  • Q2. Could you please showcase your previous work experiences?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be creative and authentic. Articulate your strengths and acknowledge your weaknesses.

Rolling Arrays Interview FAQs

How many rounds are there in Rolling Arrays Associate Consultant interview?
Rolling Arrays interview process usually has 3-4 rounds. The most common rounds in the Rolling Arrays interview process are Aptitude Test, Resume Shortlist and Group Discussion.
How to prepare for Rolling Arrays Associate Consultant interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Rolling Arrays. The most common topics and skills that interviewers at Rolling Arrays expect are Cloud, Computer science, HR, Information Technology and Presales.
What are the top questions asked in Rolling Arrays Associate Consultant interview?

Some of the top questions asked at the Rolling Arrays Associate Consultant interview -

  1. How well you know the sap success fac...read more
  2. Questions were related to Communication ski...read more

Tell us how to improve this page.

Rolling Arrays Associate Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Rolling Arrays Associate Consultant Salary
based on 13 salaries
₹5 L/yr - ₹10 L/yr
33% less than the average Associate Consultant Salary in India
View more details

Rolling Arrays Associate Consultant Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.5

Salary

2.0

Job security

2.5

Company culture

1.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Associate Consultant
13 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Consultant
11 salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Senior Consultant
8 salaries
unlock blur

₹16.5 L/yr - ₹25.5 L/yr

Software Engineer
7 salaries
unlock blur

₹6 L/yr - ₹10.6 L/yr

Lead Consultant
7 salaries
unlock blur

₹21 L/yr - ₹41 L/yr

Explore more salaries
Compare Rolling Arrays with

PeopleStrong

3.4
Compare

Keka HR Payroll Software

2.9
Compare

Darwinbox

3.9
Compare

SAP

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