Upload Button Icon Add office photos

Filter interviews by

CLA Global Indus Value Consulting Interview Questions and Answers

Updated 19 May 2025
Popular Designations

8 Interview questions

A Senior Consultant was asked 3mo ago
Q. Are you able to teach others?
Ans. 

Yes, I can teach others effectively by utilizing my experience and communication skills to convey complex concepts simply.

  • I have experience mentoring junior consultants, helping them understand project methodologies.

  • I developed training materials for new software implementations, which improved team efficiency.

  • I regularly conduct workshops to share industry best practices, fostering a culture of continuous learnin...

View all Senior Consultant interview questions
A Senior Consultant was asked 3mo ago
Q. As a senior consultant, if you lacked a necessary skill for a project, what would your attitude be and how would you cope?
Ans. 

I would embrace the challenge, focus on learning, and leverage my experience to adapt and succeed in the new skill area.

  • Adopt a growth mindset: I believe that skills can be developed through dedication and hard work, which fosters resilience and a love for learning.

  • Seek mentorship: I would reach out to colleagues or industry experts who possess the skill to gain insights and practical knowledge.

  • Utilize online reso...

View all Senior Consultant interview questions
A Full Stack Developer was asked 10mo ago
Q. What is dependency injection and how is it implemented in .NET?
Ans. 

Dependency injection is a design pattern where components are given their dependencies rather than creating them.

  • In .NET, dependency injection is implemented using built-in IoC containers like Unity, Autofac, or Ninject.

  • Dependencies are registered in the container and injected into the classes that need them.

  • This helps in decoupling components, making the code more maintainable and testable.

  • For example, in ASP.NET...

View all Full Stack Developer interview questions
A Full Stack Developer was asked 10mo ago
Q. Write a function in C# to reverse a string.
Ans. 

Function in C# to reverse a string

  • Use StringBuilder to efficiently reverse the string

  • Convert the string to char array, reverse it, then convert back to string

  • Handle null or empty string cases

View all Full Stack Developer interview questions
An Associate Consultant was asked 11mo ago
Q. What are lambda functions in Python? Can you provide some examples?
Ans. 

Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

  • Lambda functions are defined using the lambda keyword.

  • They are commonly used for small, one-time operations.

  • Example: add = lambda x, y: x + y

View all Associate Consultant interview questions
A Full Stack Developer was asked 10mo ago
Q. Design a students management results system?Write the logic to short the for the student have marks in english more than 80 marks?
Ans. 

Design a student management results system and write logic to sort students with English marks above 80.

  • Create a database table for students with fields like name, marks in English, etc.

  • Implement a function to retrieve and filter students with English marks above 80.

  • Sort the filtered students based on their marks in English.

  • Display the sorted list of students in the results system.

View all Full Stack Developer interview questions
An Associate Consultant was asked 11mo ago
Q. What challenges did you face while deploying a Flutter application? Which optimization technique did you use?
Ans. 

I faced challenges with performance optimization while deploying a Flutter application.

  • One challenge was optimizing the app's performance on different devices with varying hardware capabilities.

  • I used techniques like code splitting to reduce the initial load time of the app.

  • I also implemented lazy loading for components that were not immediately needed to improve overall performance.

  • Additionally, I utilized tree s...

View all Associate Consultant interview questions
Are these interview questions helpful?
An Associate Consultant was asked 11mo ago
Q. Difference between parallelism and concurrency. Which is better?
Ans. 

Parallelism involves executing multiple tasks simultaneously, while concurrency involves switching between tasks in a timely manner.

  • Parallelism is suitable for tasks that can be truly executed simultaneously, while concurrency is more suitable for tasks that involve waiting for external events or resources.

  • Parallelism can lead to better performance in tasks that can be divided into independent subtasks, while conc...

View all Associate Consultant interview questions

CLA Global Indus Value Consulting Interview Experiences

5 interviews found

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 Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Find a substring from given string
  • Ans. 

    Use string methods to find a substring within a given string.

    • Use the indexOf() method to find the starting index of the substring within the string.

    • Use the substring() method to extract the substring based on the starting index and length.

    • Consider using regular expressions for more complex substring matching.

  • Answered by AI
  • Q2. What are lambda functions in Python, write some expressions
  • Ans. 

    Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time operations.

    • Example: add = lambda x, y: x + y

  • Answered by AI
  • Q3. What challenges did you face while deploying a Flutter application? Which optimization technique did you use?
  • Ans. 

    I faced challenges with performance optimization while deploying a Flutter application.

    • One challenge was optimizing the app's performance on different devices with varying hardware capabilities.

    • I used techniques like code splitting to reduce the initial load time of the app.

    • I also implemented lazy loading for components that were not immediately needed to improve overall performance.

    • Additionally, I utilized tree shakin...

  • Answered by AI
  • Q4. What are some state management techniques you are aware of regarding Flutter. Explain them.
  • Ans. 

    State management techniques in Flutter help manage the state of widgets and data throughout the app.

    • Provider package: A simple way to manage state in Flutter using InheritedWidget.

    • Bloc pattern: Helps separate presentation and business logic, making it easier to manage state.

    • GetX package: A lightweight state management solution with reactive programming.

    • Redux: A predictable state container for Flutter apps, inspired by ...

  • Answered by AI
  • Q5. Difference between parallelism and concurrency. Which is better?
  • Ans. 

    Parallelism involves executing multiple tasks simultaneously, while concurrency involves switching between tasks in a timely manner.

    • Parallelism is suitable for tasks that can be truly executed simultaneously, while concurrency is more suitable for tasks that involve waiting for external events or resources.

    • Parallelism can lead to better performance in tasks that can be divided into independent subtasks, while concurren...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay true to your basics. Never boast of anything. Its not a shame to not know every question asked. But you should atleast try to come at an answer.

Skills evaluated in this interview

Senior Consultant Interview Questions & Answers

user image Chandrababu Gali

posted on 17 Feb 2025

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

(1 Question)

  • Q1. What are the skills you've worked on
  • Ans. 

    I have worked on skills such as project management, data analysis, client communication, and team leadership.

    • Project management - Successfully led multiple projects from initiation to completion

    • Data analysis - Proficient in using tools like Excel, SQL, and Tableau to analyze and interpret data

    • Client communication - Effectively communicated project updates and findings to clients

    • Team leadership - Led and motivated cross...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Questions & Answers

user image Anonymous

posted on 19 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Work experience?
  • Q2. Teri me about yourself
  • Q3. What is ISO
  • Q4. Difference in SOC2 and ISO

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is easy and smooth, HR was very unprofessional and persuasive.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Case Study 

ETL process and a real world scenario

Round 2 - Coding Test 

SQL and python coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Even though I did not have the skill with me what would be my attitude towards it how would I cope as a senior
  • Ans. 

    I would embrace the challenge, focus on learning, and leverage my experience to adapt and succeed in the new skill area.

    • Adopt a growth mindset: I believe that skills can be developed through dedication and hard work, which fosters resilience and a love for learning.

    • Seek mentorship: I would reach out to colleagues or industry experts who possess the skill to gain insights and practical knowledge.

    • Utilize online resources...

  • Answered by AI
  • Q2. Can I teach others
  • Ans. 

    Yes, I can teach others effectively by utilizing my experience and communication skills to convey complex concepts simply.

    • I have experience mentoring junior consultants, helping them understand project methodologies.

    • I developed training materials for new software implementations, which improved team efficiency.

    • I regularly conduct workshops to share industry best practices, fostering a culture of continuous learning.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare normally it’s all up to the client

Full Stack Developer Interview Questions & Answers

user image Manvendra Singh Yadav

posted on 31 Jul 2024

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

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Design a students management results system?Write the logic to short the for the student have marks in english more than 80 marks?
  • Ans. 

    Design a student management results system and write logic to sort students with English marks above 80.

    • Create a database table for students with fields like name, marks in English, etc.

    • Implement a function to retrieve and filter students with English marks above 80.

    • Sort the filtered students based on their marks in English.

    • Display the sorted list of students in the results system.

  • Answered by AI
  • Q2. What is dependency injection and how is it implemented in .NET?
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them.

    • In .NET, dependency injection is implemented using built-in IoC containers like Unity, Autofac, or Ninject.

    • Dependencies are registered in the container and injected into the classes that need them.

    • This helps in decoupling components, making the code more maintainable and testable.

    • For example, in ASP.NET Core...

  • Answered by AI
  • Q3. Write a function in C# to reverse a string.
  • Ans. 

    Function in C# to reverse a string

    • Use StringBuilder to efficiently reverse the string

    • Convert the string to char array, reverse it, then convert back to string

    • Handle null or empty string cases

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CLA Global Indus Value Consulting Full Stack Developer interview:
  • Mssql
  • .net core
Interview preparation tips for other job seekers - Be confidant!, write Sudo code while answering coding questions, and give real life experience for technical understanding questions.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about CLA Global Indus Value Consulting?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was interviewed on JDA Functional skillset along with PLSQL knowledge some basic stuffs.

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds of technical and one HR round all was done over call. 1st round was easy though some basic sql stuffs joins and all. 2nd round on plsql again basic knowledge like functions / procedure and triggers. They focused mainly on JDA functional knowledge.

I applied via Approached by Company and was interviewed in Jun 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. It was a technical Interview but they asked to solve four problems in java
  • Q2. And they select those who solved all of those
  • Q3. A client person took this round he asked questions from all the area I worked in.
  • Q4. Mostly on brand, salary discussion, benefits, why to choose Capgemini etc.

Interview Preparation Tips

Round: Managerial discussion
Experience: It was like what are all domain I worked for. What are all applications I handled. What kind of issue I faced..

General Tips: Over all experience was good.
Duration: 1-3 Months
Are these interview questions helpful?

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. I was given a case study of a business scenario and was asked to implement it technically as a functional consultant using SAP software
  • Q2. Salary negotiation based on the experience
  • Q3. Case study of a business scenario will be given to you based on the job profile

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisted based on the skill set what the Infosys was looking for and the profile I was offering.
Tips: Resume should be as per the requirement of the job profile you are applying for.

Round: Technical Interview
Experience: Panel of Project manager took my interview based on the requirement of the vacancy and skill set I have mentioned in my resume.
Tips: Resume should not be extravagant, it should be very precise

Round: HR Interview
Experience: Always do a pre-check of the organization hierarchy as it helps in negotiating the position.

Round: Case Study Interview
Experience: Try to give precise answer.

Skills: Entrepreneurial Skills

Interview Preparation Tips

Round: Personal Interview
Experience: The interview questions asked:
- Expand on career highlights
- Specific details of your role in product development for
emerging markets
- Details of international work experience
- Since I have done product development in automotive
electronics for considerable part of my career, will I be able to
cope with assignments in non- automotive sectors, such as
telecom, healthcare, etc
- Talk about your extracurricular activities
- Talk about two defining moments in life which have made you
what you are today
- Two positives and two negatives which your family, peers and
superiors see in you. What steps have you taken to improve on
it?

Round: Personal interview
Experience: Personal Interview Questions:
- Tools used for product life cycle management
- Career progress
- How much did you score in DMOP?
- What is your CGPA?

Round: personal interview
Experience: Personal Interview Questions:
- Career progress
- Will you be able to cope with assignments in non- automotive
sectors, such as telecom, healthcare, etc
- Talk about your extracurricular activities
- Are you willing to relocate to Gurgaon?
- Salary expectation
Work experience and the relevance of work experience for the job description were helpful through the interview.

College Name: Indian School Of Business (ISB)

I applied via Approached by Company and was interviewed in Aug 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about the company and regarding my package and compensation
  • Ans. 

    I know that the company is a leading consulting firm known for its innovative solutions. Regarding compensation, I am aware of the competitive salary and benefits package offered.

    • The company is known for its innovative solutions in the consulting industry

    • They have a strong reputation for delivering high-quality services to clients

    • I am aware that the compensation package includes competitive salary and benefits

    • The compa...

  • Answered by AI
  • Q2. Questions related to Selenium and Java

Interview Preparation Tips

General Tips: Have good knowledge on your technology.There will be plenty of Technical questions that are going to be asked on Java and Selenium.Framework knowledge is a must.Experience on other tools such as TestNG,Maven,Gradle,Jenkins,BDD would enhance your chances.The interviewer will quickly understand whether you possess the knowledge or faking it up.Dress smartly and be positive in your outlook and approach.Always remember the competition is high specially in a company like Capgemini where plenty of candidates apply for these positions.So give your best!!
Skills: BDD, TestNg, Maven , Java Programming, Selenium
Duration: 1-3 Months

CLA Global Indus Value Consulting Interview FAQs

How many rounds are there in CLA Global Indus Value Consulting interview?
CLA Global Indus Value Consulting interview process usually has 1-2 rounds. The most common rounds in the CLA Global Indus Value Consulting interview process are Technical, HR and One-on-one Round.
How to prepare for CLA Global Indus Value Consulting 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 CLA Global Indus Value Consulting. The most common topics and skills that interviewers at CLA Global Indus Value Consulting expect are Business Development, Lead Generation, Cold Calling, Cyber Security and ISO 27001 Lead Auditor.
What are the top questions asked in CLA Global Indus Value Consulting interview?

Some of the top questions asked at the CLA Global Indus Value Consulting interview -

  1. What challenges did you face while deploying a Flutter application? Which optim...read more
  2. What is dependency injection and how is it implemented in .N...read more
  3. Design a students management results system?Write the logic to short the for th...read more
How long is the CLA Global Indus Value Consulting interview process?

The duration of CLA Global Indus Value Consulting interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 5 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

CLA Global Indus Value Consulting Reviews and Ratings

based on 18 reviews

2.4/5

Rating in categories

2.3

Skill development

2.4

Work-life balance

2.4

Salary

2.3

Job security

2.3

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 18 Reviews and Ratings
Internal Audit - CA / Semi Qualified

Mumbai

2-7 Yrs

Not Disclosed

Business Development

Kolkata,

Gurgaon / Gurugram

+1

2-7 Yrs

Not Disclosed

Cyber Security Manager with AI/ ML/ Cloud

Mumbai

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
18 salaries
unlock blur

₹7.7 L/yr - ₹14 L/yr

Consultant
6 salaries
unlock blur

₹7 L/yr - ₹10.9 L/yr

Assistant Manager
5 salaries
unlock blur

₹7 L/yr - ₹30 L/yr

Director
5 salaries
unlock blur

₹42 L/yr - ₹45 L/yr

Manager
4 salaries
unlock blur

₹7.7 L/yr - ₹20 L/yr

Explore more salaries
Compare CLA Global Indus Value Consulting with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview