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 System Administrator 2 Interview Questions and Answers for Experienced

Updated 25 Oct 2023

Stefanini System Administrator 2 Interview Experiences for Experienced

1 interview found

System Administrator 2 Interview Questions & Answers

user image Shashank Bhardwaj

posted on 24 Oct 2023

Interview experience
4
Good
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:
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. Citrix DAAS live Issues Azure Implementation Questions Day to day responsibilities in Current Role Technical Handson experience
  • Q2. Brief career experiences DAAS experience and handling real time issues Azure Exposure
  • Ans. 

    Experienced in DAAS and Azure, handling real-time issues

    • Managed Desktop as a Service (DAAS) solutions for multiple clients

    • Resolved real-time issues such as network outages and server failures

    • Implemented Azure cloud services for data storage and virtual machines

    • Troubleshooted and optimized Azure resources for performance and cost efficiency

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

(1 Question)

  • Q1. Job location Compensation discussion Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong with Technical knowledge
Gain hands on exposure
They prefer immediate or with less notice period

Skills evaluated in this interview

System Administrator 2 Jobs at Stefanini

View all

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Write a embedded C program which will communicate with DB and fetch some data back while using host and indicator varibles.
  • Ans. 

    A C program that communicates with a database and retrieves data using host and indicator variables.

    • Use appropriate database libraries and APIs to establish a connection with the database.

    • Define host and indicator variables to store the fetched data.

    • Write SQL queries to fetch the required data from the database.

    • Execute the queries and retrieve the data into the host variables.

    • Use the indicator variables to check for an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show attitude to learn new things

Skills evaluated in this interview

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

(1 Question)

  • Q1. It was went well they will ask some Basic quesadillas regarding the technologies that you have worked before.
Round 3 - Technical 

(1 Question)

  • Q1. It will be like another round in interview process they will dig your knowledge about technologies a bit more.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through projects and technologies once again when you are going to face an interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding Java 8, Spring boot,. Micro services
Round 2 - Technical 

(1 Question)

  • Q1. . Regarding Java 8, Spring boot,. Micro services
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 Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java basics to advanced
  • Q2. Collections concepts in java
  • Ans. 

    Collections in Java are data structures that store and manipulate groups of objects.

    • Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data.

    • Collections offer methods for adding, removing, and accessing elements in a structured way.

    • Collections can be used to sort, search, and iterate over elements efficiently.

    • Example: ArrayList<String> ...

  • Answered by AI
  • Q3. Threads and its life cycle
  • Ans. 

    Threads in programming have a life cycle that includes creation, running, blocking, and termination.

    • Threads are created using the Thread class in Java or pthread_create in C.

    • Threads start running when the start() method is called.

    • Threads can be blocked using methods like sleep(), wait(), or join().

    • Threads terminate when their run() method completes or when explicitly stopped.

  • Answered by AI
  • Q4. OOPS with DB connections
  • Ans. 

    Object-oriented programming principles can be applied to manage database connections efficiently.

    • Encapsulation: Encapsulate database connection details within a class to hide complexity.

    • Inheritance: Use inheritance to create reusable database connection classes.

    • Polymorphism: Implement polymorphism to switch between different types of database connections.

    • Abstraction: Abstract database connection methods to simplify usa

  • Answered by AI
  • Q5. Spring boot basic to medium

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on HTML, CSS, JQUERY, PHP, WORDPRESS. this is for WordPress developer role.

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round. Questions on experience, scenerios, coding standards etc..
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to basic Javascript.
  • Q2. How confident you are in work.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the features of Java8
  • Ans. 

    Java 8 introduced significant features like lambdas, streams, and new date/time APIs, enhancing productivity and code readability.

    • Lambda Expressions: Enable functional programming by allowing you to pass behavior as a parameter. Example: (a, b) -> a + b.

    • Streams API: Facilitates processing sequences of elements, enabling operations like filter, map, and reduce. Example: list.stream().filter(x -> x > 10).collect...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Java
  • Ans. 

    A transaction in Java is a unit of work that is performed as a single, indivisible operation.

    • Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.

    • Transactions are typically used in database operations to ensure consistency.

    • In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.

  • Answered by AI
  • Q2. GitHub code push

Skills evaluated in this interview

Interview experience
5
Excellent
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 - HR 

(1 Question)

  • Q1. About my self & Exper to Fit role
Round 3 - Technical 

(1 Question)

  • Q1. Client Round Final & HR from HTC

Stefanini Interview FAQs

How many rounds are there in Stefanini System Administrator 2 interview for experienced candidates?
Stefanini interview process for experienced candidates usually has 3 rounds. The most common rounds in the Stefanini interview process for experienced candidates are One-on-one Round and Resume Shortlist.
How to prepare for Stefanini System Administrator 2 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 Stefanini. The most common topics and skills that interviewers at Stefanini expect are Troubleshooting, Active Directory, IT Infrastructure, IT Operations and Information Technology.
What are the top questions asked in Stefanini System Administrator 2 interview for experienced candidates?

Some of the top questions asked at the Stefanini System Administrator 2 interview for experienced candidates -

  1. Brief career experiences DAAS experience and handling real time issues Azure ...read more
  2. Citrix DAAS live Issues Azure Implementation Questions Day to day responsibili...read more

Tell us how to improve this page.

Stefanini System Administrator 2 Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 278 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Xoriant Interview Questions
4.1
 • 188 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 142 Interviews
Brillio Interview Questions
3.4
 • 133 Interviews
View all
Stefanini System Administrator 2 Salary
based on 58 salaries
₹5.1 L/yr - ₹14.2 L/yr
21% more than the average System Administrator 2 Salary in India
View more details

Stefanini System Administrator 2 Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

3.6

Salary

2.5

Job security

2.8

Company culture

3.5

Promotions

2.8

Work satisfaction

Explore 9 Reviews and Ratings
System Administrator
130 salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

System Administrator 2
58 salaries
unlock blur

₹5.1 L/yr - ₹14.2 L/yr

Senior System Administrator
55 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

System Administrator 1
50 salaries
unlock blur

₹3.5 L/yr - ₹5.8 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
Did you find this page helpful?
Yes No
write
Share an Interview