Upload Button Icon Add office photos

Filter interviews by

Shivaami Cloud Services Technical Support Engineer Interview Questions and Answers

Updated 6 Jun 2024

Shivaami Cloud Services Technical Support Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself explain
  • Q2. Tell about your qualification
Round 2 - Technical 

(2 Questions)

  • Q1. What is google workspace
  • Ans. 

    Google Workspace is a suite of cloud computing, productivity, and collaboration tools developed by Google.

    • Includes Gmail, Google Drive, Google Docs, Google Sheets, Google Slides, Google Meet, and more

    • Allows for real-time collaboration on documents, spreadsheets, and presentations

    • Provides email hosting, video conferencing, file storage, and productivity apps

    • Formerly known as G Suite

  • Answered by AI
  • Q2. What is outlook how would you configure outlook to google workspace
  • Ans. 

    Outlook is an email client application used for managing emails, calendars, tasks, and contacts.

    • Open Outlook and go to File > Add Account

    • Select 'Manual setup or additional server types' and click Next

    • Choose 'POP or IMAP' as the account type

    • Enter your name, email address, account type (IMAP), incoming and outgoing mail servers (imap.gmail.com and smtp.gmail.com), and your Google Workspace password

    • Click More Settings > O...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont worry about the interview process it will be easy

Interview questions from similar companies

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

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.

Shivaami Cloud Services Interview FAQs

How many rounds are there in Shivaami Cloud Services Technical Support Engineer interview?
Shivaami Cloud Services interview process usually has 2 rounds. The most common rounds in the Shivaami Cloud Services interview process are HR and Technical.
How to prepare for Shivaami Cloud Services Technical Support Engineer 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 Shivaami Cloud Services. The most common topics and skills that interviewers at Shivaami Cloud Services expect are Active Directory, English and Outlook Configuration.
What are the top questions asked in Shivaami Cloud Services Technical Support Engineer interview?

Some of the top questions asked at the Shivaami Cloud Services Technical Support Engineer interview -

  1. what is outlook how would you configure outlook to google worksp...read more
  2. what is google worksp...read more

Tell us how to improve this page.

Shivaami Cloud Services Technical Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Shivaami Cloud Services Technical Support Engineer Salary
based on 28 salaries
₹2 L/yr - ₹4.4 L/yr
31% less than the average Technical Support Engineer Salary in India
View more details

Shivaami Cloud Services Technical Support Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

4.1

Skill development

3.5

Work-life balance

3.0

Salary

3.8

Job security

4.2

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 7 Reviews and Ratings
Inside Sales Representative
51 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Technical Support Engineer
28 salaries
unlock blur

₹2 L/yr - ₹4.4 L/yr

Executive Accountant
22 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Team Lead
16 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Business Development Executive
16 salaries
unlock blur

₹2.4 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Shivaami Cloud Services with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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