Upload Button Icon Add office photos
Engaged Employer

i

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

Stefanini Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Stefanini Interview Questions and Answers

Updated 22 Mar 2025
Popular Designations

16 Interview questions

A L2 Network Engineer was asked 3mo ago
Q. What is EtherChannel?
Ans. 

EtherChannel is a Cisco technology that allows multiple physical Ethernet links to be combined into a single logical link for increased bandwidth.

  • Increases bandwidth by aggregating multiple links (e.g., 4 x 1 Gbps links = 4 Gbps).

  • Provides redundancy; if one link fails, traffic continues over remaining links.

  • Supports load balancing across the links, distributing traffic evenly.

  • Can be configured using LACP (Link Agg...

View all L2 Network Engineer interview questions
A Software Developer was asked 7mo ago
Q. What are the differences between ref and out arguments?
Ans. 

ref and out are C# keywords for passing arguments by reference, allowing methods to modify the original data.

  • ref requires the variable to be initialized before being passed. Example: 'int x = 10; SomeMethod(ref x);'

  • out does not require initialization before being passed. Example: 'int y; SomeMethod(out y);'

  • Both allow methods to modify the original variable, but ref is for existing data, while out is for returning ...

View all Software Developer interview questions
A Software Developer was asked 7mo ago
Q. Briefly explain the SOLID principles.
Ans. 

SOLID principles are five design principles aimed at making software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have one reason to change. For example, a class handling user data should not also handle logging.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification. For instance, using interfaces allows n...

View all Software Developer interview questions
A Software Developer was asked 7mo ago
Q. Explain OOP concepts.
Ans. 

OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOP focuses on creating objects that contain data and methods to manipulate that data.

  • Encapsulation: Objects hide their internal state and require interaction through defined interfaces.

  • Inheritance: Objects can inherit attributes and methods from other objects.

  • Polymorphism: Objects can take on different forms or have...

View all Software Developer interview questions
A System Engineer was asked 9mo ago
Q. How would you resolve system slowness issues?
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

View all System Engineer interview questions
A System Engineer was asked 9mo ago
Q. How do you configure a 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...

View all System Engineer interview questions
A SAP Technical Consultant was asked 10mo ago
Q. What is the difference between SAP BW and BW on HANA?
Ans. 

SAP BW is a traditional data warehouse solution, while BW on HANA is optimized for SAP HANA in-memory database.

  • SAP BW is a standalone data warehouse solution, while BW on HANA is integrated with SAP HANA in-memory database.

  • BW on HANA offers faster data processing and real-time analytics compared to SAP BW.

  • BW on HANA allows for advanced analytics and predictive modeling capabilities due to its integration with SAP ...

View all SAP Technical Consultant interview questions
Are these interview questions helpful?
A SAP Technical Consultant was asked 10mo ago
Q. What is a navigational attribute and a time-independent attribute?
Ans. 

Navigational attribute is used for navigation in a data model, while time independent attribute does not change over time.

  • Navigational attribute helps in navigating through different levels of data in a data model.

  • Time independent attribute remains constant and does not change over time.

  • Example: In a sales data model, 'Product Category' can be a navigational attribute to drill down from 'Product' to 'Category'. 'C...

View all SAP Technical Consultant interview questions
A SAP Technical Consultant was asked 10mo ago
Q. What is the difference between LSA and LSA++ architecture?
Ans. 

LSA is a traditional architecture for data warehousing, while LSA++ is an enhanced version with additional layers and capabilities.

  • LSA (Layered Scalable Architecture) is a traditional approach to data warehousing, consisting of layers like Data Acquisition, Data Transformation, and Data Presentation.

  • LSA++ is an enhanced version of LSA, with additional layers such as Data Harmonization, Data Governance, and Data Co...

View all SAP Technical Consultant interview questions
A Softwaretest Engineer was asked
Q. Write a C# function to reverse a string.
Ans. 

Reversing a string in C# can be achieved using various methods, including built-in functions and manual iteration.

  • Using Array.Reverse: Convert the string to a char array, reverse it, and then create a new string. Example: string str = "hello"; char[] charArray = str.ToCharArray(); Array.Reverse(charArray); string reversed = new string(charArray);

  • Using LINQ: Utilize the Reverse() method from LINQ. Example: str...

View all Softwaretest Engineer interview questions

Stefanini Interview Experiences

36 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
  • Ans. 

    ref and out are C# keywords for passing arguments by reference, allowing methods to modify the original data.

    • ref requires the variable to be initialized before being passed. Example: 'int x = 10; SomeMethod(ref x);'

    • out does not require initialization before being passed. Example: 'int y; SomeMethod(out y);'

    • Both allow methods to modify the original variable, but ref is for existing data, while out is for returning new d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic question on windows administration.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl from a respected family, it is advisable not to go there. They may claim that there are many girls, but in reality, there are very few, and they harass them. The environment is quite detrimental. If you do not support the seniors' inappropriate behavior, there inappropriate touching you will have to leave immediately, as the HR lacks proper manners. No one will listen, even if the level of harassment is extremely high.

SAP Technical Consultant Interview Questions & Answers

user image penchalasaitejagaddam

posted on 27 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between sap bw and bw on hana
  • Ans. 

    SAP BW is a traditional data warehouse solution, while BW on HANA is optimized for SAP HANA in-memory database.

    • SAP BW is a standalone data warehouse solution, while BW on HANA is integrated with SAP HANA in-memory database.

    • BW on HANA offers faster data processing and real-time analytics compared to SAP BW.

    • BW on HANA allows for advanced analytics and predictive modeling capabilities due to its integration with SAP HANA.

    • ...

  • Answered by AI
  • Q2. What is navigational attribute and time independent attribute.
  • Ans. 

    Navigational attribute is used for navigation in a data model, while time independent attribute does not change over time.

    • Navigational attribute helps in navigating through different levels of data in a data model.

    • Time independent attribute remains constant and does not change over time.

    • Example: In a sales data model, 'Product Category' can be a navigational attribute to drill down from 'Product' to 'Category'. 'Custom...

  • Answered by AI
  • Q3. Difference between Lsa vs lsa++ artitecture
  • Ans. 

    LSA is a traditional architecture for data warehousing, while LSA++ is an enhanced version with additional layers and capabilities.

    • LSA (Layered Scalable Architecture) is a traditional approach to data warehousing, consisting of layers like Data Acquisition, Data Transformation, and Data Presentation.

    • LSA++ is an enhanced version of LSA, with additional layers such as Data Harmonization, Data Governance, and Data Consump...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Mainly on real time project questions. How many implementation and support projects you have done?
  • Q2. Daily roles and responsibilities
  • Ans. 

    Daily roles and responsibilities include configuring SAP systems, troubleshooting technical issues, and collaborating with clients.

    • Configuring SAP systems according to client requirements

    • Troubleshooting technical issues and providing solutions

    • Collaborating with clients to understand their needs and provide technical support

    • Developing and implementing technical solutions to improve system performance

    • Participating in mee...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is current ctc? How much you are expected ctc
  • Ans. 

    Current CTC is X and expected CTC is Y

    • Current CTC is X amount per annum

    • Expected CTC is Y amount per annum

    • The expected CTC may vary based on the role, experience, and market conditions

  • Answered by AI
  • Q2. What was the reason to shift the current company
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Opportunity to work on new technologies

    • Seeking a more challenging role

    • Company restructuring or downsizing

    • Better work-life balance

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. General HR questions also a little bit about my experience
Round 2 - Technical 

(1 Question)

  • Q1. .net general questions like ref vs out, interface vs abstract class
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Workspace one core component
  • Q2. Patching on workspace one

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company at any cost.
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
  • 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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Test English level
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOP concepts
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation: Objects hide their internal state and require interaction through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have mult...

  • Answered by AI
  • Q2. Questions related to previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of the basics
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SAP BASIS Questions
  • Q2. SAP HANA Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply for Steffaneni useless company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General questions
  • Q2. All required for the job
Round 2 - Technical 

(2 Questions)

  • Q1. It was based on the knowledge of domain
  • Q2. It was for the indepth scenerio basis

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Windows technology
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discusssion

Top trending discussions

View All
Interview Tips & Stories
5d (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 Stefanini?
Ask anonymously on communities.

Stefanini Interview FAQs

How many rounds are there in Stefanini interview?
Stefanini interview process usually has 2-3 rounds. The most common rounds in the Stefanini interview process are Technical, HR and Resume Shortlist.
How to prepare for Stefanini 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 Stefanini. The most common topics and skills that interviewers at Stefanini expect are Troubleshooting, Service Desk, IT Infrastructure, IT Operations and Information Technology.
What are the top questions asked in Stefanini interview?

Some of the top questions asked at the Stefanini interview -

  1. What step you will taken after getting any system infected with vir...read more
  2. What are the levels of Office 365 Administrati...read more
  3. What is navigational attribute and time independent attribu...read more
What are the most common questions asked in Stefanini HR round?

The most common HR questions asked in Stefanini interview are -

  1. Why are you looking for a chan...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your strengths and weakness...read more
How long is the Stefanini interview process?

The duration of Stefanini 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

3.5/5

based on 35 interview experiences

Difficulty level

Easy 13%
Moderate 81%
Hard 6%

Duration

Less than 2 weeks 59%
2-4 weeks 29%
6-8 weeks 12%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 241 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
Apexon Interview Questions
3.3
 • 150 Interviews
Brillio Interview Questions
3.4
 • 139 Interviews
View all

Stefanini Reviews and Ratings

based on 285 reviews

2.9/5

Rating in categories

2.7

Skill development

3.0

Work-life balance

2.9

Salary

2.6

Job security

2.8

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 285 Reviews and Ratings
System Administrator
130 salaries
unlock blur

₹2.6 L/yr - ₹8.5 L/yr

System Administrator 2
65 salaries
unlock blur

₹7.7 L/yr - ₹13.8 L/yr

Senior System Administrator
57 salaries
unlock blur

₹13.4 L/yr - ₹22 L/yr

System Administrator 1
53 salaries
unlock blur

₹3.5 L/yr - ₹5.8 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹11.4 L/yr - ₹21 L/yr

Explore more salaries
Compare Stefanini with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare

HERE Technologies

3.8
Compare
write
Share an Interview