Upload Button Icon Add office photos

Filter interviews by

Systems Plus Senior Consultant Interview Questions, Process, and Tips

Updated 6 Apr 2024

Top Systems Plus Senior Consultant Interview Questions and Answers

View all 6 questions

Systems Plus Senior Consultant Interview Experiences

3 interviews found

I applied via Recruitment Consulltant and was interviewed in Apr 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 - Technical 

(3 Questions)

  • Q1. What storage arrays have you worked on?
  • Ans. 

    I have worked on various storage arrays including EMC VNX, NetApp FAS, and Dell EMC Unity.

    • EMC VNX

    • NetApp FAS

    • Dell EMC Unity

  • Answered by AI
  • Q2. How to perform a test activity on remote site
  • Ans. 

    Performing a test activity on a remote site

    • Ensure proper communication channels are established

    • Define clear objectives and scope of the test

    • Select appropriate tools and equipment for the test

    • Conduct a pre-test site survey to identify potential issues

    • Execute the test plan and document results

    • Analyze the results and report findings to stakeholders

  • Answered by AI
  • Q3. Data protection methods
Round 3 - Technical 

(3 Questions)

  • Q1. Architecture of storages
  • Ans. 

    Storages can be classified into three types: direct-attached, network-attached, and storage area networks.

    • Direct-attached storage (DAS) is directly connected to a server or computer, such as a hard drive or USB drive.

    • Network-attached storage (NAS) is a file-level storage connected to a network, allowing multiple users to access the same data simultaneously.

    • Storage area networks (SAN) are block-level storage connected t...

  • Answered by AI
  • Q2. Replication types and basic task procedures.
  • Ans. 

    Replication types include snapshot, transactional, and merge. Basic task procedures involve setting up publications and subscriptions.

    • Snapshot replication copies a snapshot of the entire database to the subscriber

    • Transactional replication copies only the changes made to the database since the last replication

    • Merge replication allows for bidirectional synchronization of data

    • Setting up publications involves selecting the...

  • Answered by AI
  • Q3. Tiering, brocade zoning, errors terminolgies

Interview Preparation Tips

Topics to prepare for Systems Plus Senior Consultant interview:
  • Storage Area Network
  • Brocade
  • Infinidat
  • EMC Storage
Interview preparation tips for other job seekers - Stay focussed with basics, and also be prepared for everything thats mentioned in your resume

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic finance related

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with basics

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more

Interview Questionnaire 

2 Questions

  • Q1. What is insurance
  • Ans. 

    Insurance is a contract between an individual and an insurance company to protect against financial loss.

    • Insurance provides financial protection against unexpected events

    • Individuals pay premiums to an insurance company in exchange for coverage

    • Types of insurance include health, auto, home, and life insurance

    • Insurance policies have terms and conditions that outline what is covered and what is not

    • Insurance companies use a...

  • Answered by AI
  • Q2. What do you know about data annotation
  • Ans. 

    Data annotation is the process of labeling data to make it understandable for machines.

    • Data annotation involves adding metadata to raw data.

    • It is used to train machine learning models.

    • Examples include labeling images with object names or sentiment analysis of text.

    • It can be done manually or with the help of tools like Labelbox or Amazon Mechanical Turk.

  • Answered by AI

Skills evaluated in this interview

Senior Consultant Jobs at Systems Plus

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 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 

(1 Question)

  • Q1. Expected Ctc ,current ctc,experience etc,etc
Round 3 - Technical 

(1 Question)

  • Q1. System knowledge ,they see if your experience is usable.It’s a long round but if you are skilled and experience d enough ,it will be a breeze

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good knowledge in your field and be confident in what you say. If you don’t know an answer ,show that you are willing to know or learn that .They appreciate enthusiasm towards your work

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Interview based on your programming language , how good you know like java or python or scala
  • Q2. Big data & Data science interview question like working of spark , Hive optimization of queries , what is graphx
  • Q3. Explain your recent project in detail
Round 2 - Technical 

(2 Questions)

  • Q1. More deep dive in your expertise technologies like Spark DAG working explain
  • Q2. How you do data validation in hive
  • Ans. 

    Data validation in Hive involves using built-in functions and custom scripts to ensure data accuracy and consistency.

    • Use built-in functions like IS NULL, IS NOT NULL, and COALESCE to check for missing or null values

    • Use regular expressions and pattern matching to validate data formats

    • Write custom scripts to perform more complex data validation tasks

    • Perform data profiling to identify potential data quality issues

    • Use data...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary , why changing job etc..
  • Q2. Your complete background of career

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume things strong for interview tthats it.

Skills evaluated in this interview

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 Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Field relatimed questions SAP wms
Round 2 - Technical 

(1 Question)

  • Q1. Field related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Basic hardware troubleshooting
  • Q2. Basic network issue
  • Q3. OS installation and configuration

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for Freshers to start there carrier.

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 - Technical 

(4 Questions)

  • Q1. What is AD & DNS
  • Ans. 

    AD is Active Directory, a Microsoft service for managing users, computers, and resources. DNS is Domain Name System, a protocol for translating domain names to IP addresses.

    • AD is used for centralized authentication and authorization of users and computers in a network

    • DNS is used for resolving domain names to IP addresses

    • AD and DNS are often used together in a Windows environment

    • AD can store DNS information for a domain

    • ...

  • Answered by AI
  • Q2. How to configure outlook
  • Ans. 

    Configuring Outlook involves setting up email accounts, server settings, and personal preferences.

    • Open Outlook and click on File

    • Click on Add Account and enter your email address and password

    • Follow the prompts to set up server settings and account preferences

    • Customize settings such as signature, automatic replies, and calendar options

    • Test the account to ensure it is working properly

  • Answered by AI
  • Q3. If a laptop os crashed, what you do to recover the file?
  • Ans. 

    Recover files by booting from a recovery disk or using data recovery software.

    • Boot from a recovery disk and attempt to recover files

    • Use data recovery software to scan the hard drive for recoverable files

    • If the laptop has a backup system, restore files from the backup

    • Avoid using the laptop until the files are recovered to prevent overwriting data

  • Answered by AI
  • Q4. If a system not getting internet. what steps you do to troubleshoot?
  • Ans. 

    To troubleshoot a system not getting internet, I would perform the following steps.

    • Check if other devices on the same network are able to connect to the internet

    • Check if the network cable is properly connected to the system

    • Check if the network adapter is enabled and working properly

    • Check if the IP address and DNS settings are configured correctly

    • Check if there are any firewall or antivirus software blocking the interne...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - make your answers 2 or 3 sentences, if you don't know the answer say "don't know" directly,

Skills evaluated in this interview

Systems Plus Interview FAQs

How many rounds are there in Systems Plus Senior Consultant interview?
Systems Plus interview process usually has 2 rounds. The most common rounds in the Systems Plus interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Systems Plus Senior 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 Systems Plus. The most common topics and skills that interviewers at Systems Plus expect are Business Administration, Managed Services, Analytical Skills, SAP EWM and SAP Security.
What are the top questions asked in Systems Plus Senior Consultant interview?

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

  1. What storage arrays have you worked ...read more
  2. How to perform a test activity on remote s...read more
  3. Replication types and basic task procedur...read more

Tell us how to improve this page.

Systems Plus Senior Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
Systems Plus Senior Consultant Salary
based on 83 salaries
₹13.4 L/yr - ₹26 L/yr
6% less than the average Senior Consultant Salary in India
View more details

Systems Plus Senior Consultant Reviews and Ratings

based on 12 reviews

4.9/5

Rating in categories

4.5

Skill development

4.9

Work-life balance

4.9

Salary

4.5

Job security

4.9

Company culture

4.8

Promotions

4.8

Work satisfaction

Explore 12 Reviews and Ratings
SAP Security Senior Consultant

Pune,

Mumbai

8-13 Yrs

Not Disclosed

SAP CPI Senior Consultant

Pune

8-12 Yrs

Not Disclosed

SAP EWM Senior Consultant

Pune

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Associate Consultant
88 salaries
unlock blur

₹5.8 L/yr - ₹19 L/yr

Associate Consultant
85 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Senior Consultant
83 salaries
unlock blur

₹13.4 L/yr - ₹26 L/yr

Principal Consultant
82 salaries
unlock blur

₹11.6 L/yr - ₹39 L/yr

Consultant
76 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Explore more salaries
Compare Systems Plus with

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

DISYS

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