Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Statusneo Team. If you also belong to the team, you can get access from here

Statusneo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Statusneo Senior Consultant Interview Questions and Answers for Experienced

Updated 30 Apr 2024

Statusneo Senior Consultant Interview Experiences for Experienced

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Medium level, you should be clear with basic topics
  • Q2. What is autodiscover
  • Ans. 

    Autodiscover is a feature in Microsoft Exchange that automatically configures email clients.

    • Automatically configures email clients with server settings

    • Uses DNS records to locate Exchange server

    • Helps users easily set up email accounts on devices

  • Answered by AI
  • Q3. How doesSCPlookup work
  • Ans. 

    SCPlookup is a tool used to search for specific information within the SCP Foundation database.

    • SCPlookup allows users to input keywords or phrases to search for relevant SCP entries.

    • Users can filter search results by SCP number, object class, containment procedures, description, and more.

    • The tool provides quick access to detailed information about SCP objects, including their anomalous properties and containment requir

  • Answered by AI
  • Q4. Teams admin center policies

Interview Preparation Tips

Topics to prepare for Statusneo Senior Consultant interview:
  • Autodiscover
  • Mail flow
Interview preparation tips for other job seekers - Be confident and cover basic topics

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure vpn
  • Ans. 

    To configure a VPN, you need to set up a VPN server, create user accounts, configure client devices, and establish secure connections.

    • Set up a VPN server using software like OpenVPN or Windows Server

    • Create user accounts with unique credentials for accessing the VPN

    • Configure client devices to connect to the VPN server using the provided credentials

    • Establish secure connections by encrypting data transmitted over the VPN

  • Answered by AI
  • Q2. System slowness how to resolve
  • Ans. 

    To resolve system slowness, check for hardware issues, optimize software, update drivers, and monitor resource usage.

    • Check for hardware issues such as low memory or CPU usage

    • Optimize software by removing unnecessary programs or services

    • Update drivers for hardware components

    • Monitor resource usage to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - only immediate joiners

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three DSA questions one on likedlist one on BST and one on maps

Round 2 - Technical 

(2 Questions)

  • Q1. Cpp pointers explain smart pointers
  • Ans. 

    Smart pointers in C++ provide automatic memory management and help prevent memory leaks.

    • Smart pointers are objects that manage the memory of a pointer automatically.

    • They ensure that memory is deallocated when it is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

  • Answered by AI
  • Q2. Cpp question based on OOPs concepts
Round 3 - Coding Test 

DSA questions on graph and lots of puzzles

Interview Preparation Tips

Topics to prepare for Ansys Software Private Limited Senior Engineer interview:
  • C++
  • DSA
  • OOPS
  • Puzzles
Interview preparation tips for other job seekers - Overall good experience, but the HR hasn't replied yet.

Skills evaluated in this interview

I appeared for an interview in Apr 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Related to fpga qutioms
  • Q2. Ask About protocols and implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while we attend interview

I appeared for an interview in Nov 2022.

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 

Basic questions on generic IT terms

Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on skillset mentioned in resume
  • Q2. Questions based on basic computer science knowledge
Round 4 - Technical 

(2 Questions)

  • Q1. Questions based on skilleset mentioned in resume
  • Q2. Questions based on Mulesoft for me
Round 5 - Technical 

(1 Question)

  • Q1. One more level up on technical questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Managerial and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - My only advice to job seekers who are willing to join Apisero with passion, please don't be dependent on Apisero. No clear idea about the selection process on Apisero, even if you perform well in all the technical rounds, still they will filter out your profile in the Final round, they will not be ready to listen to your technical qualifications and your justifications to give you the opportunity, they will simply close the call as they have so many candidates. They will provide opportunity to candidates who are already holding offers ( who may or may not join Apisero) and who has project experience but they will not consider people like us who are willing to join Apisero only for great learning curve and work culture. Hereby whatever I have shared is my own personal experience. If Apisero is providing opportunities for passionate candidates please avoid comparing their profiles wirh experience candidates, we are waiting with a ray of hope from you. Thank you Apisero for the corporate lessons. My advice is to attend Apisero interview only if you have experience else please avoid as you will be filtered among experienced candidates in the Final round despite your technical expertise and performance in the previous rounds.

I applied via Job Fair and was interviewed in Jun 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 - Aptitude Test 

Cloud , Big Data , Jenkins , CICD Pipeline

Round 3 - One-on-one 

(4 Questions)

  • Q1. Computer Basic , Cloud computing , ETL , Java
  • Q2. What at is finally block
  • Ans. 

    Finally block is used in try-catch-finally statement to execute code after try and catch blocks.

    • Finally block is optional and can be used with try-catch or try-catch-catch statements.

    • It is executed regardless of whether an exception is thrown or not.

    • It is often used to release resources like file handles, database connections, etc.

    • Example: try { //code } catch (Exception e) { //code } finally { //code }

  • Answered by AI
  • Q3. How to get second largest salary from a table
  • Ans. 

    To get the second largest salary from a table, you can use the SQL query with the ORDER BY and LIMIT clauses.

    • Write a SQL query to select the distinct salaries from the table.

    • Order the salaries in descending order using the ORDER BY clause.

    • Use the LIMIT clause to retrieve the second row from the result set.

  • Answered by AI
  • Q4. What are joins , type of joins and example
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all row...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from very basic cloud computing topics. Be confident about previously worked projects.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Tell me something about integration patterns? With examples.
  • Ans. 

    Integration patterns are design patterns used to integrate different systems and applications.

    • Point-to-Point: Direct communication between two systems.

    • Publish-Subscribe: One-to-many communication where a message is broadcast to multiple recipients.

    • Message Broker: Middleware that facilitates communication between different systems.

    • Shared Database: Systems share a common database to exchange information.

    • File Transfer: Da...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Preferred working model
  • Ans. 

    I prefer a collaborative working model where team members communicate openly and work together towards common goals.

    • Open communication among team members

    • Collaborative decision-making

    • Regular team meetings to discuss progress and challenges

    • Flexibility to adapt to changing project requirements

  • Answered by AI

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What do you mean by Integration, middleware, EAI systems
  • Ans. 

    Integration, middleware, and EAI systems are technologies that enable communication and data exchange between different software applications.

    • Integration involves connecting different software applications to enable data exchange and communication.

    • Middleware is software that sits between different applications and facilitates communication and data exchange.

    • EAI (Enterprise Application Integration) systems are a type of...

  • Answered by AI
  • Q2. Communication protocols - FTP SFTP
  • Q3. Basic programming logic, while loops, java diamond inheritance problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions around your integration experience. Knowledge of mulesoft not expected for beginner roles.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They have asked basic Java questions and MySQL questions

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

Interview Questionnaire 

3 Questions

  • Q1. Are you able to find other companies if you are terminated from span idea systems once after 3 months working with client "Enphase Energy"?
  • Q2. How good you are facing situation like if the HR of Span Idea Systems tells you that "We don't have any projects right now. We got a negative feedback about you from "Enphase Energy" though you are hired j...
  • Q3. Just F*** Y******f

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company if they are hiring you for the client "Enphase Energy".

Statusneo Interview FAQs

How many rounds are there in Statusneo Senior Consultant interview for experienced candidates?
Statusneo interview process for experienced candidates usually has 1 rounds. The most common rounds in the Statusneo interview process for experienced candidates are Technical.
How to prepare for Statusneo Senior Consultant interview for experienced candidates?
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 Statusneo. The most common topics and skills that interviewers at Statusneo expect are Facility Administration, Facility Management, Facility Operations, Facility Services and Housekeeping Management.
What are the top questions asked in Statusneo Senior Consultant interview for experienced candidates?

Some of the top questions asked at the Statusneo Senior Consultant interview for experienced candidates -

  1. How doesSCPlookup w...read more
  2. What is autodisco...read more
  3. Medium level, you should be clear with basic top...read more

Tell us how to improve this page.

Statusneo Senior Consultant Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
GlobalStep Interview Questions
2.7
 • 29 Interviews
SpanIdea Interview Questions
3.6
 • 24 Interviews
View all
Statusneo Senior Consultant Salary
based on 138 salaries
₹12.3 L/yr - ₹40 L/yr
29% more than the average Senior Consultant Salary in India
View more details

Statusneo Senior Consultant Reviews and Ratings

based on 41 reviews

3.6/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

4.0

Salary

3.2

Job security

3.7

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 41 Reviews and Ratings
Senior Consultant
138 salaries
unlock blur

₹12.3 L/yr - ₹40 L/yr

Consultant
64 salaries
unlock blur

₹8.9 L/yr - ₹27 L/yr

Digital Consultant
50 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Software Developer
39 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Principal Consultant
39 salaries
unlock blur

₹13 L/yr - ₹45 L/yr

Explore more salaries
Compare Statusneo with

Apisero

4.3
Compare

Actalent Services

3.5
Compare

Cyber Infrastructure

3.5
Compare

TestingXperts

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