Upload Button Icon Add office photos
Engaged Employer

i

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

Six Sigma Soft Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Six Sigma Soft Solutions Service Desk Administrator Interview Questions and Answers

Updated 8 Jul 2024

Six Sigma Soft Solutions Service Desk Administrator Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you interested?
  • Q2. When can you join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go with them, you will get destroyed

Interview questions from similar companies

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 - Technical 

(2 Questions)

  • Q1. What is the difference between L2 and L3 switch
  • Ans. 

    L2 switches operate at the data link layer and make forwarding decisions based on MAC addresses, while L3 switches operate at the network layer and make forwarding decisions based on IP addresses.

    • L2 switches operate at the data link layer of the OSI model

    • L2 switches make forwarding decisions based on MAC addresses

    • L3 switches operate at the network layer of the OSI model

    • L3 switches make forwarding decisions based on IP ...

  • Answered by AI
  • Q2. Wh lan is faster and wifi?
  • Ans. 

    Wired LAN is faster than WiFi.

    • Wired LAN typically offers faster and more stable connection speeds compared to WiFi.

    • WiFi speeds can be affected by interference, distance from the router, and the number of devices connected.

    • Examples of wired LAN technologies include Ethernet and Powerline adapters.

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

(1 Question)

  • Q1. What do we do if scope are full on DHCP server
  • Ans. 

    If scope are full on DHCP server, you can either expand the scope or delete inactive leases to make room for new ones.

    • Expand the scope by increasing the range of IP addresses available for lease

    • Delete inactive leases to free up space for new leases

    • Check for any misconfigured devices causing IP address conflicts

  • Answered by AI

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. How oracle architecture is work. How to check if user password expired If dataguard not in synch what steps to follow and synch the standby database from primary. What is ASM and how to start and stop ASM....
  • Ans. 

    Oracle architecture is a multi-tiered structure that includes the client, application server, and database server.

    • Oracle architecture consists of multiple components such as the client, application server, and database server.

    • The client sends requests to the application server, which in turn communicates with the database server.

    • The database server manages the storage, retrieval, and manipulation of data.

    • Oracle archite...

  • Answered by AI
  • Q2. What is SGA and PGA?
  • Ans. 

    SGA (System Global Area) is a shared memory region that stores data and control information for an Oracle database. PGA (Program Global Area) is a memory region that stores data and control information for a single Oracle session or process.

    • SGA is shared by all users and processes connected to the database

    • SGA includes the database buffer cache, shared pool, and redo log buffer

    • PGA is private to each individual session o...

  • Answered by AI
  • Q3. What is Dataguard and standby?
  • Ans. 

    Dataguard is a feature of Oracle Database that provides high availability, data protection, and disaster recovery.

    • Dataguard is used to create and maintain one or more standby databases that can be used for failover or disaster recovery purposes.

    • It works by continuously applying changes from the primary database to the standby database(s) to keep them synchronized.

    • In case of a failure or disaster, the standby database c...

  • Answered by AI
  • Q4. What is difference between TNS and LISTENER?
  • Ans. 

    TNS is a network protocol used to connect to Oracle databases, while LISTENER is a process that listens for incoming connection requests.

    • TNS (Transparent Network Substrate) is a protocol used to establish connections between clients and Oracle databases.

    • LISTENER is a process that runs on the database server and listens for incoming connection requests.

    • TNS resolves the service name to the database's network address, all...

  • Answered by AI
  • Q5. How to start RFS and MRP Service.
  • Ans. 

    To start RFS and MRP Service in Oracle Database, you can use the ALTER SYSTEM command.

    • Connect to the Oracle Database as a user with SYSDBA or SYSOPER privilege.

    • To start RFS (Remote File Server) Service, execute the following command: ALTER SYSTEM SET REMOTE_LISTENER='listener_name' SCOPE=SPFILE;

    • To start MRP (Managed Recovery Process) Service, execute the following command: ALTER DATABASE RECOVER MANAGED STANDBY DATABAS

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. DHCP DNS ADDS AZURE Related
  • Q2. Complete structure of DHCP and dns
  • Ans. 

    DHCP assigns IP addresses to devices, while DNS resolves domain names to IP addresses.

    • DHCP stands for Dynamic Host Configuration Protocol

    • DHCP server assigns IP addresses to devices on a network

    • DNS stands for Domain Name System

    • DNS resolves domain names to IP addresses

    • DNS server maintains a database of domain names and their corresponding IP addresses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare little bit depth

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. ACTIVE DIRECTORY, INSTALLATION OF SOFTWARES LIKE SAP, SQL, RETIAL SOFTWARES AND BASIC SOFTWARES, HARDWARE TROBLESHOOTING.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare you self and give 100%

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core java, oops concepts and collections like inheritence, abstraction, polymorphism, method overloading, method overriding.
  • Q2. All questions I answerd

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills, and good knowledge of oops cincepts and collections, mainly confidence.

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

Interview Questionnaire 

5 Questions

  • Q1. Explain OSI model
  • Ans. 

    The OSI model is a conceptual framework used to describe the communication functions of a network.

    • The model has 7 layers, each with a specific function.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer communicates with the layer above and below it.

    • The model helps ensure interoperability between different network devices and software.

    • Example: When you visit a web...

  • Answered by AI
  • Q2. What is ssl offloading in f5
  • Ans. 

    SSL offloading is a process of removing SSL encryption from incoming traffic and decrypting it before sending it to the backend servers.

    • SSL offloading is performed by a load balancer like F5 to reduce the processing load on backend servers.

    • It improves server performance and reduces latency by offloading SSL processing to a dedicated hardware or software.

    • F5 SSL offloading can be configured to support multiple SSL certif...

  • Answered by AI
  • Q3. What is SNAT in f5
  • Ans. 

    SNAT stands for Secure Network Address Translation and is a feature in F5 that allows for the translation of IP addresses.

    • SNAT is used to translate the source IP address of outgoing traffic to a different IP address.

    • This can be useful in scenarios where multiple devices are sharing a single public IP address.

    • SNAT can also be used to improve security by hiding the actual IP address of a device from the public internet.

    • F...

  • Answered by AI
  • Q4. What is STP, HSRP,FRRP, what is the difference between hsrp and vrrp and why hsrp is better than vrrf
  • Ans. 

    STP, HSRP, and FRRP are network protocols used for redundancy and failover. HSRP and VRRP are similar but HSRP is preferred.

    • STP (Spanning Tree Protocol) prevents loops in a network by disabling redundant links

    • HSRP (Hot Standby Router Protocol) and VRRP (Virtual Router Redundancy Protocol) provide redundancy by allowing multiple routers to share a virtual IP address

    • FRRP (Fast Router Redundancy Protocol) is a Cisco propr...

  • Answered by AI
  • Q5. What is xlate table in ASA and ipsec tunnel trouble shooting
  • Ans. 

    The xlate table in ASA is used to keep track of translations between internal and external IP addresses. It is important for IPsec tunnel troubleshooting.

    • The xlate table is used to map internal IP addresses to external IP addresses

    • It is important for troubleshooting IPsec tunnels because it allows you to see if traffic is being translated correctly

    • You can view the xlate table using the 'show xlate' command in the ASA C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD carefully

Skills evaluated in this interview

Six Sigma Soft Solutions Interview FAQs

How many rounds are there in Six Sigma Soft Solutions Service Desk Administrator interview?
Six Sigma Soft Solutions interview process usually has 1 rounds. The most common rounds in the Six Sigma Soft Solutions interview process are One-on-one Round.

Tell us how to improve this page.

Six Sigma Soft Solutions Service Desk Administrator Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Six Sigma Soft Solutions Service Desk Administrator Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.5

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
HR Executive
34 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Desktop Support Engineer
33 salaries
unlock blur

₹2.8 L/yr - ₹4.9 L/yr

Software Developer
32 salaries
unlock blur

₹4 L/yr - ₹7.1 L/yr

Resource Coordinator
31 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

System Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Six Sigma Soft Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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