Upload Button Icon Add office photos

Systems Plus

Compare button icon Compare button icon Compare

Filter interviews by

Systems Plus Associate Consultant Interview Questions and Answers

Updated 29 Oct 2022

Systems Plus Associate Consultant Interview Experiences

2 interviews found

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

Interview Questionnaire 

3 Questions

  • Q1. Outlook troubleshooting.
  • Q2. Basic knowledge of VPN
  • Q3. Ticketing tool knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Fluency and grammer in English doesn't matter here.

I applied via Walk-in and was interviewed before Oct 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 - HR 

(1 Question)

  • Q1. Interduce your self, Your professional detsils
Round 3 - Technical 

(1 Question)

  • Q1. Related to technogy, what is that, When it we will use and example

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive, and keep patience,Don't afraid, Give your best

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 realize that the data you've bee ... read more
asked in Capgemini
Q3. Which tools have you used in test management and defect tracking?
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Mastek
Q5. If we include all Header Files in a Java Code, will it increase t ... read more

Top trending discussions

View All
Interview Tips & Stories
2w (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 Systems Plus?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2018. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Core informatica. Lot of scenario based questions.
  • Q2. Very basic questions. Simple and easy.
  • Q3. Third round was very difficult. Couldn't answer one question properly. But I gave efforts
  • Q4. Get Fibonacci series in informatica
  • Ans. 

    Fibonacci series can be generated in Informatica using a recursive function.

    • Create a mapping with a recursive function

    • Use a variable port to store the previous two values

    • Use an expression transformation to generate the series

    • Example: f(0) = 0, f(1) = 1, f(n) = f(n-1) + f(n-2)

  • Answered by AI

Interview Preparation Tips

General Tips: Informatica prepare well. Sql queries too.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills
Duration: 1-3 Months

Skills evaluated in this interview

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

(1 Question)

  • Q1. Good knowledge on plsql, unix, java knowledge, linux
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What are the key principles of oops
  • Ans. 

    Object-Oriented Programming (OOP) is based on four key principles: encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class). Example: A 'Car' class with properties like 'color' and methods like 'drive()'.

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class. Example: 'ElectricCar' ...

  • Answered by AI
  • Q2. Explain SDLC process
  • Q3. Explain the event loop in js
  • Ans. 

    The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.

    • JavaScript is single-threaded, meaning it can execute one command at a time.

    • The call stack keeps track of function execution; when a function is called, it's pushed onto the stack.

    • Web APIs (like setTimeout, fetch) handle asynchronous tasks and push callbacks to the callback queue once completed.

    • The event loop continuou...

  • Answered by AI
  • Q4. What is dependency injection in angular
  • Ans. 

    Dependency Injection in Angular is a design pattern that allows a class to receive its dependencies from external sources rather than creating them itself.

    • Promotes code reusability and testability by decoupling components.

    • Angular uses an injector to manage the creation and lifecycle of services.

    • Example: A service can be injected into a component's constructor: constructor(private myService: MyService) {}

    • Supports hierar...

  • Answered by AI
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 Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Knowledge based questions
  • Q2. Skills based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you prepare well and give interview with confidence

Systems Plus HR Interview Questions

5 questions and answers

Q. Introduce yourself.
Q. How do you manage your workload?
Q. Why do you want to leave your current organization?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Springs Frameworks
  • Q2. Database side SQL
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Explain Spring-MVC Architecture?
  • Ans. 

    Spring-MVC is a framework for building web applications in Java, following the Model-View-Controller design pattern.

    • 1. DispatcherServlet: Central component that handles all incoming requests and routes them to appropriate handlers.

    • 2. Controllers: Handle user requests, process input, and return a model and view. Example: @Controller annotated classes.

    • 3. Models: Represent the data and business logic. Example: Java object...

  • Answered by AI
  • Q2. Java Coding Questions like convert from Decimal number to hexadecimal number
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Basics of Flutter
  • Q2. Types of App States and related concepts
  • Ans. 

    App states refer to the various conditions an application can be in during its lifecycle, affecting user experience and functionality.

    • Active State: The app is in the foreground and interactive (e.g., a user browsing a social media app).

    • Background State: The app is not visible but may still be executing tasks (e.g., music playing in the background).

    • Inactive State: The app is transitioning between states, not receiving e...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Can you explain a challenging project you worked on and how you handled it?
  • Ans. 

    I led a cross-functional team to streamline a client’s supply chain process, overcoming resistance and achieving significant cost savings.

    • Identified inefficiencies in the supply chain through data analysis and stakeholder interviews.

    • Facilitated workshops to gather input from team members and foster collaboration.

    • Developed a detailed project plan with clear milestones and responsibilities.

    • Implemented a pilot program to ...

  • Answered by AI
  • Q2. What technologies have you worked with and how do they apply to out projects?

Systems Plus Interview FAQs

How many rounds are there in Systems Plus Associate Consultant interview?
Systems Plus interview process usually has 3 rounds. The most common rounds in the Systems Plus interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Systems Plus Associate Consultant interview?

Some of the top questions asked at the Systems Plus Associate Consultant interview -

  1. Related to technogy, what is that, When it we will use and exam...read more
  2. Outlook troubleshooti...read more
  3. Basic knowledge of ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.5
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 38 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Techouts Interview Questions
3.7
 • 29 Interviews
View all
Systems Plus Associate Consultant Salary
based on 94 salaries
₹4.3 L/yr - ₹12.5 L/yr
25% less than the average Associate Consultant Salary in India
View more details

Systems Plus Associate Consultant Reviews and Ratings

based on 19 reviews

3.8/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 19 Reviews and Ratings
Associate Consultant
94 salaries
unlock blur

₹4.3 L/yr - ₹12.5 L/yr

Senior Associate Consultant
88 salaries
unlock blur

₹8.4 L/yr - ₹14.5 L/yr

Consultant
81 salaries
unlock blur

₹6.2 L/yr - ₹19.5 L/yr

Principal Consultant
77 salaries
unlock blur

₹20.1 L/yr - ₹36.6 L/yr

Senior Consultant
58 salaries
unlock blur

₹14.7 L/yr - ₹25.9 L/yr

Explore more salaries
Compare Systems Plus with

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

Saama Technologies

3.7
Compare

DISYS

3.1
Compare
write
Share an Interview