Upload Button Icon Add office photos

Filter interviews by

360 Degree Cloud Technologies Admin Interview Questions and Answers

Updated 14 Feb 2025

360 Degree Cloud Technologies Admin Interview Experiences

1 interview found

Admin Interview Questions & Answers

user image Mohammad Shakir

posted on 14 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. What is your typical morning routine when starting your day in the office?
  • Ans. 

    My typical morning routine in the office involves checking emails, prioritizing tasks, and preparing a to-do list.

    • Check emails for any urgent messages or updates

    • Prioritize tasks based on deadlines and importance

    • Prepare a to-do list for the day to stay organized and focused

  • Answered by AI
  • Q2. How do you define your Management Information System (MIS), and how do you manage your daily operational tasks?
  • Ans. 

    MIS is a system that collects, processes, and presents information to support decision-making. Daily tasks are managed through organization, prioritization, and communication.

    • Define the purpose and scope of the MIS to ensure it aligns with organizational goals

    • Collect and input data from various sources to generate reports and analysis

    • Use software tools such as spreadsheets, databases, and business intelligence systems ...

  • Answered by AI

Interview questions from similar companies

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

(2 Questions)

  • Q1. Write a code to reverse the string of your name.
  • Ans. 

    Code to reverse a string of your name

    • Create a function that takes a string as input

    • Use built-in functions like reverse() or loop through the string to reverse it

    • Return the reversed string

  • Answered by AI
  • Q2. Write a code to print pyramid pattern
  • Ans. 

    Code to print pyramid pattern in Python

    • Use nested loops to print spaces and stars in each row

    • Increment the number of stars in each row to form the pyramid shape

    • Example: for a pyramid with 5 rows, the code would look like this:

    • for i in range(5):

    • print(' '*(5-i-1) + '*'*(2*i+1))

  • Answered by AI

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. About Oops, syntax ,dbms , logical approach
Round 3 - HR 

(1 Question)

  • Q1. Family bckgrnd, strengths,weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics ,oops in detail,dbms,projects must be descriptive

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Write the code to reverse the string
  • Ans. 

    Code to reverse a string

    • Use a loop to iterate through the string

    • Create a new string and add each character from the original string in reverse order

    • Return the new string

  • Answered by AI
  • Q2. How to overload constructor in Python?
  • Ans. 

    Overloading constructor in Python allows creating multiple constructors with different parameters.

    • Define multiple constructors with different parameters

    • Use default values for optional parameters

    • Call the appropriate constructor based on the number and type of arguments passed

  • Answered by AI
  • Q3. How to remove leading whitespaces from a string in the Python
  • Ans. 

    Python provides a built-in method to remove leading whitespaces from a string.

    • Use the lstrip() method to remove leading whitespaces from a string.

    • lstrip() method removes all whitespaces from the beginning of the string.

    • Example: string = ' Hello World' string.lstrip() Output: 'Hello World'

  • Answered by AI
  • Q4. Why we use tuple, difference between tuple and list and some basic questions on data structure .
  • Q5. Oops concepts
  • Q6. Write code to create pattern { star (*) pattern was given }
  • Ans. 

    Code to create a star pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of stars to print in each row

    • Use a combination of spaces and stars to create the pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be a MCQ round, not too tough only basic questions.

Main is Interview :
For Technical interview ;
Prepare some data structure questions available over internet .
Prepare any language for pattern and some basic 5-6 line code .

That's it . HR round is normal
Tell me about yourself , Why cloud analogy , any experience , what is cloud computing and some basic HR questions as your likes , dislikes etc .

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Coding Test 

Coding test contains 4 questions in which we have to do only 3
1. It was based on a pattern ,we have to print the pattern
2. Reverse array with some additional work
3. Find the number to delete so that it makes a palindrome number .for ex-122321 Here 2 at index 0 or 1 should be deleted to make a palindrome number.
4.We have to find the difference of stable numbers and unstable number
Stable number is which contains same no. of each digit like 112233
Unstable no. which has different no. of each digit like 1123

Round 3 - Technical 

(1 Question)

  • Q1. Last atmost 20 minutes 1.Dsa question to find common factor of two numbers 2. Find sum of numbers of diagonals in matrix Other Dbms , Oops questions
Round 4 - HR 

(1 Question)

  • Q1. Last atmost 20 minutes 1. About myself 2. About interesting which is not in resume 3. While and do while loop syntax 4. Difference between c and c++ Some other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on coding part as first round is coding. In interview also they just verify that candidate is done coding or not
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 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 - Coding Test 

Mcq questiojn answering given

Round 3 - Technical 

(2 Questions)

  • Q1. What is salesforce developer
  • Ans. 

    Salesforce developer is a professional who develops and customizes applications on the Salesforce platform.

    • Salesforce developers use Apex and Visualforce to create custom applications and functionality

    • They work closely with stakeholders to understand business requirements and design solutions

    • They also integrate Salesforce with other systems and manage data within the platform

    • Examples of Salesforce developer roles inclu...

  • Answered by AI
  • Q2. Why we use apex programming language
  • Ans. 

    Apex is used for building custom business logic and integrations on the Salesforce platform.

    • Apex is a strongly-typed, object-oriented programming language.

    • It allows developers to create custom code to extend Salesforce functionality.

    • Apex can be used to build triggers, controllers, and classes for custom business logic.

    • It can also be used to integrate Salesforce with external systems.

    • Apex code runs natively on the Sales...

  • Answered by AI
Round 4 - Aptitude Test 

Quant and verbal percentage question number series question

Interview Preparation Tips

Interview preparation tips for other job seekers - please suggest best question answer for interview preparation

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

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 - Coding Test 

There is a total of 4 coding questions and you have to complete any 3 codes to get selected for the next round i.e. Technical Round.

Round 3 - Technical 

(1 Question)

  • Q1. Not got shortlisted for this round
Round 4 - HR 

(1 Question)

  • Q1. Not got shortlisted for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 Coding Questions

1. You have to print a pattern like this

4 3 2 1
3 2 1
2 1
1
2 1
3 2 1
4 3 2 1

2. Find the number that needs to be removed to make a palindrome.
input = 12334
output = 2

3. Print the sum of the palindrome number between to number given.

Input = 10, 45
Palindrome numbers between these two are 11, 22, 33, 44
Output = 1+1+2+2+3+3+4+4
= 20

4. Generate a N-digit password whose sum and multiplication are two times the digit and equal.
Input = 4
Output = 1124

5 = 11125
6 = 111126
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. When we will face Attempt to de-refresh null object
  • Ans. 

    Attempt to de-reference null object occurs when trying to access or manipulate a null object in Salesforce development.

    • Always check if an object is null before trying to access its properties or methods

    • Use safe navigation operator '?' to avoid null pointer exceptions

    • Example: Account acc = null; System.debug(acc.Name); // This will throw Attempt to de-reference null object error

    • Example: Account acc = null; System.debug(

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure give the logical and accurate answer

Interview Questionnaire 

2 Questions

  • Q1. Mostly puzzles and one case study
  • Q2. They asked me questions about my interests and hobbies

Interview Preparation Tips

Round: Test
Experience: There were three sets of question paper. We were sitting according to our roll number then question paper with rough sheet were distributed and we were allowed 1 hour to finish that. There was no negative marking.
Tips: For aptitude practice data interpretation and data sufficiency
Duration: 1 hour
Total Questions: 30

Round: Group Discussion
Duration: 15 minutes

Round: Technical Interview
Tips: Practice puzzles and case study for this round

Round: HR Interview
Tips: Be yourself

College Name: NIT Rourkela

Interview Questionnaire 

18 Questions

  • Q1. Tell me about your yourself
  • Ans. 

    I am a detail-oriented business analyst with experience in data analysis and process improvement.

    • I have a Bachelor's degree in Business Administration

    • I have worked with various stakeholders to identify business needs and requirements

    • I am proficient in SQL and Excel for data analysis

    • I have experience in process improvement and project management

    • I am a strong communicator and collaborator

  • Answered by AI
  • Q2. Tell us about your training and internships
  • Ans. 

    I have completed a business analyst certification course and have interned at a software development company.

    • Completed a business analyst certification course from XYZ Institute

    • Interned at ABC Software Development Company for 6 months

    • Worked on requirement gathering, documentation and analysis for a project

    • Assisted senior business analysts in creating project plans and reports

  • Answered by AI
  • Q3. What is the role of Instrumentation Department? (my training)
  • Ans. 

    The Instrumentation Department is responsible for designing, installing, and maintaining control systems and instruments used in industrial processes.

    • Designing and implementing control systems for industrial processes

    • Installing and maintaining instruments used in industrial processes

    • Ensuring accuracy and reliability of instruments and control systems

    • Collaborating with other departments to optimize processes and improve...

  • Answered by AI
  • Q4. Why do you want to join Affine Analytics?
  • Ans. 

    I am excited to join Affine Analytics because of their reputation for delivering innovative solutions and their focus on employee growth.

    • Affine Analytics has a strong track record of delivering cutting-edge solutions to clients across industries.

    • I am impressed by the company's commitment to employee growth and development, as evidenced by their training and mentorship programs.

    • I am excited about the opportunity to work...

  • Answered by AI
  • Q5. Why Data anayltics? Why not a technical job in your field?
  • Ans. 

    Data analytics allows me to use my technical skills to solve business problems and make data-driven decisions.

    • Data analytics helps me to identify patterns and trends in data that can be used to improve business processes.

    • It allows me to work with large datasets and use statistical methods to extract insights.

    • I can use my technical skills to develop and implement data models and algorithms.

    • Data analytics is a growing fi...

  • Answered by AI
  • Q6. If I keep two diodes in series will it work as a transistor? (EC branch)
  • Ans. 

    No, two diodes in series cannot work as a transistor.

    • Transistors have three terminals while diodes have two.

    • Transistors can amplify signals while diodes cannot.

    • Transistors can be used as switches while diodes cannot.

    • Diodes in series will only increase the voltage drop.

    • Transistors have different modes of operation such as common emitter, common base, and common collector.

  • Answered by AI
  • Q7. What exactly have you accomplished with the drone? (my final year project)
  • Ans. 

    I developed a drone that can detect and monitor forest fires.

    • Designed and built a drone with thermal imaging camera

    • Integrated machine learning algorithm to detect fire

    • Tested and validated the drone in a controlled forest environment

    • Presented the project at a national engineering conference

  • Answered by AI
  • Q8. How frequently do you play Badminton? (Hobby)
  • Ans. 

    I play badminton twice a week as a hobby.

    • I enjoy playing badminton as a way to stay active and relieve stress.

    • I usually play with friends or family members at a local community center.

    • I have been playing badminton for several years and have improved my skills over time.

  • Answered by AI
  • Q9. Do you have any problem working in Bangalore?
  • Ans. 

    No, I don't have any problem working in Bangalore.

    • I am familiar with the city and its culture

    • I have worked in Bangalore before and enjoyed my experience

    • I am open to new experiences and challenges

    • I am willing to adapt to the local environment and work culture

  • Answered by AI
  • Q10. Do you have any questions for us?
  • Q11. Which football club do you follow? (My answer: Real Madrid) (Que based on hobby)
  • Q12. Why is Real Madrid your favorite?
  • Ans. 

    Real Madrid is my favorite because of their rich history, success, and style of play.

    • Real Madrid has won a record 13 Champions League titles, which is a testament to their success

    • Their style of play is attractive and entertaining to watch

    • The club has a rich history and has had some of the greatest players in football history, such as Cristiano Ronaldo and Zinedine Zidane

  • Answered by AI
  • Q13. Assume you are the CEO of Flipkart. Your board has decided to go App only. What factors would you consider before making your final decision. (You have the relevant data from your website of last 7 years ...
  • Ans. 

    Factors to consider before going App only as CEO of Flipkart

    • Analyze the data from website and app to understand user behavior

    • Evaluate the impact on sales and revenue

    • Consider the potential loss of customers who prefer website over app

    • Assess the cost of developing and maintaining the app

    • Evaluate the competition and their strategies

    • Consider the impact on brand image and customer loyalty

    • Assess the feasibility of providing ...

  • Answered by AI
  • Q14. The Horse Puzzle
  • Q15. 3 Ants triangle puzzle
  • Q16. 3 Jars puzzle (Apple/Orange puzzle)
  • Q17. I have two jars of 5 litres and 3 litres. How can I measure 4 litres? (Assume: Infinite supply of water and no third jar is present)
  • Q18. A revolver with 2 bullets puzzle

Interview Preparation Tips

Round: Test
Experience: The first 10 questions were Data Interpretation type. There were around 4 to 5 logic questions. The rest were quantitative questions.
The questions were pretty basic.
Tips: The aim is to check the speed of your calculations.
Duration: 30 minutes
Total Questions: 23

Round: Group Discussion
Tips: Speak relevant points and you will be fine.
High proficiency in English is a must.
Duration: 10 minutes

Round: Puzzle Interview
Experience: The interview was great and lasted around 35-40 minutes. The interviewer gave ample amount of time to solve the questions.
To answer the questions was ofcourse important but approach to your final answer is very important as well. If you already know the answer but fail to explain the approach to the interviewer, you will get rejected.
Tips: Keep the interviewer in the loop and keep explaining him what you are thinking.
Fluent English is very important as well.

Round: HR Interview
Experience: The interviewers were very friendly and the interview lasted around 15 min.
Tips: Have one or two favorite subject/s from which you can answer any question thrown at you.
Be well versed about your final year project.
Do not put rubbish in your resume as they read the entire resume.

Skills: Enthusiasm, Projects, Proficiency In English, Logical Puzzles, Logical Thinking
College Name: NIT Surat
Funny Moments: As the HR interviewer is an alumni of my college, we had some chat about the college. This made the interview mood very light.

360 Degree Cloud Technologies Interview FAQs

How many rounds are there in 360 Degree Cloud Technologies Admin interview?
360 Degree Cloud Technologies interview process usually has 1 rounds. The most common rounds in the 360 Degree Cloud Technologies interview process are HR.

Tell us how to improve this page.

360 Degree Cloud Technologies Admin Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 48 Interviews
Cloud Analogy Interview Questions
3.6
 • 40 Interviews
360 Realtors Interview Questions
3.8
 • 35 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Salesforce Developer
285 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Salesforce Developer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Administrator
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 360 Degree Cloud Technologies with

Cloudway Consulting

2.8
Compare

Cloud Analogy

3.6
Compare

CloudMoyo

4.0
Compare

CloudThat Technologies Private Limited

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