Upload Button Icon Add office photos

Filter interviews by

Soluzione It Services Interview Questions and Answers

Updated 27 Oct 2023
Popular Designations

Soluzione It Services Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What was your previous roles and responsibilities?
  • Q3. What kind of technologies you worked with?
  • Ans. 

    I have experience working with a variety of technologies including project management software, collaboration tools, and data analysis tools.

    • Project management software (e.g. Microsoft Project, Asana)

    • Collaboration tools (e.g. Slack, Microsoft Teams)

    • Data analysis tools (e.g. Tableau, Power BI)

  • Answered by AI
  • Q4. Do you have any knowledge of CRM
  • Ans. 

    Yes, I have knowledge of CRM (Customer Relationship Management)

    • I have experience using CRM software such as Salesforce, HubSpot, and Zoho

    • I have managed CRM databases to track customer interactions and improve relationships

    • I have implemented CRM strategies to increase customer retention and satisfaction

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

(3 Questions)

  • Q1. How many year of experience do yoy have?
  • Q2. Have you ever worked on CRM?
  • Ans. 

    Yes, I have worked on CRM systems in my previous roles as a Project Manager.

    • Implemented a CRM system to streamline customer interactions and improve sales processes

    • Customized CRM software to meet specific business needs

    • Trained team members on how to effectively use the CRM system

    • Analyzed data from the CRM to make informed business decisions

  • Answered by AI
  • Q3. Communication testing

Interview Preparation Tips

Topics to prepare for Soluzione It Services Project Manager interview:
  • PMP
  • CRM
Interview preparation tips for other job seekers - Company will give you proper knowledge and exposure only you need to be focused on their expectations.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is your current and expected salary?
  • Q3. Why did you leave the previous job?
Round 3 - Technical 

(3 Questions)

  • Q1. Explain your writing process?
  • Q2. Write something you like.
  • Q3. What is power bi
  • Ans. 

    Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • It provides a wide range of visualization options such as charts, graphs, maps, and tables.

    • Users can also collaborate and share their reports and dashboards with others.

    • Power BI can be ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don’t go to the marketing team. You will regret.

Skills evaluated in this interview

I applied via Company Website

Interview Questionnaire 

1 Question

  • Q1. What is == and equal in c#
  • Ans. 

    The '==' operator checks if two values are equal, while 'Equal' is a method that checks if two objects are equal.

    • The '==' operator is used to compare values of primitive types like int, float, etc.

    • The 'Equal' method is used to compare objects of reference types like string, class, etc.

    • The '==' operator can be overloaded to provide custom comparison logic for user-defined types.

    • Example: int a = 5; int b = 5; bool result...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask don't related work questions
Like

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Soluzione It Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. 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 - Aptitude Test 

Reasoning questions and General Awareness

Round 3 - HR 

(1 Question)

  • Q1. About ME Strengths Weaknesses Selling skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident
Upto the point to point discussion

I applied via Campus Placement and was interviewed before Nov 2021. 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 - Aptitude Test 

Numerical and logical aptitude test

Round 3 - Coding Test 

There are 5 rounds on datastructure and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice hr and all team is suportive
Good and smoth interview experiance

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why EY
  • Q2. Your strength
  • Q3. Your weakness
  • Q4. Long term and short term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't stress be honest and give your 100%

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Case Study 

Global warming

Round 2 - Group Discussion 

General with companies details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm and compose, don't too excited not to be too excited.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

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

Interview Questionnaire 

5 Questions

  • Q1. Javascript fundamentals
  • Q2. ES6 Functions
  • Q3. React hooks basics
  • Q4. State Management in React- states and props
  • Ans. 

    State management in React involves managing the state and props of components.

    • State is used to manage data that changes within a component

    • Props are used to pass data from a parent component to a child component

    • State can be updated using setState() method

    • Props are read-only and cannot be modified within a component

    • State and props are used together to create dynamic and interactive UIs

  • Answered by AI
  • Q5. Redux Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended for react developer role. Asusual it started with self introduction and project role description. Then I was tested on the javascript core concepts with ES6 features and react basics. In the middle, we discussed about the best practices we follow in our project for error handling.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Aptitude, coding

Soluzione It Services Interview FAQs

How many rounds are there in Soluzione It Services interview?
Soluzione It Services interview process usually has 3 rounds. The most common rounds in the Soluzione It Services interview process are Resume Shortlist, HR and Technical.
How to prepare for Soluzione It Services 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 Soluzione It Services. The most common topics and skills that interviewers at Soluzione It Services expect are C#, MS Dynamics CRM, .Net, HTML and IT Services.
What are the top questions asked in Soluzione It Services interview?

Some of the top questions asked at the Soluzione It Services interview -

  1. What kind of technologies you worked wi...read more
  2. Do you have any knowledge of ...read more
  3. Have you ever worked on C...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 2k Interviews
Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Google Interview Questions
4.4
 • 896 Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
View all

Soluzione It Services Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.0

Salary

3.1

Job security

3.5

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 11 Reviews and Ratings
Solution Architect / Sr Developers

Bhopal

5-10 Yrs

Not Disclosed

Pre - sales Executive

Bhopal

2-4 Yrs

Not Disclosed

Content Writer

Bhopal

1-2 Yrs

Not Disclosed

Explore more jobs
Software Developer
14 salaries
unlock blur

₹1.8 L/yr - ₹6.8 L/yr

Software Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹7.7 L/yr

Senior Software Developer
5 salaries
unlock blur

₹7 L/yr - ₹15.6 L/yr

Business Development Executive
4 salaries
unlock blur

₹3.5 L/yr - ₹5.1 L/yr

Wordpress Developer
4 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Soluzione It Services with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.7
Compare

Reliance Retail

3.9
Compare
write
Share an Interview