Upload Button Icon Add office photos

Filter interviews by

Clear (1)

66degrees Cloud Engineer Interview Questions, Process, and Tips

Updated 23 Oct 2024

66degrees Cloud Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduction about myself
  • Ans. 

    I am a Cloud Engineer with a strong background in designing, implementing, and managing cloud infrastructure.

    • Experienced in working with AWS, Azure, and Google Cloud Platform

    • Skilled in automating tasks using tools like Terraform and Ansible

    • Proficient in monitoring and optimizing cloud resources for cost efficiency

    • Strong understanding of networking and security principles in cloud environments

  • Answered by AI
  • Q2. SQL query : Write a query to find the employees from employee table whose middle name is 'Mohan' and have salary more than 2 lac
  • Ans. 

    Query to find employees with middle name 'Mohan' and salary over 2 lac.

    • Use SELECT statement to retrieve data from employee table

    • Use WHERE clause to filter employees with middle name 'Mohan' and salary over 2 lac

    • Example: SELECT * FROM employee WHERE middle_name = 'Mohan' AND salary > 200000

  • Answered by AI
  • Q3. WAP to convert a string into uppercase and lowercase
  • Ans. 

    A program to convert a string into uppercase and lowercase.

    • Use built-in functions like toUpperCase() and toLowerCase() to convert the string.

    • Iterate through each character of the string and convert it to uppercase or lowercase accordingly.

    • Ensure to handle special characters and spaces appropriately.

  • Answered by AI
  • Q4. Count the common occurrence of elements of list A and list B
  • Ans. 

    Count common elements in two lists

    • Iterate through both lists and count occurrences of each element

    • Use a dictionary to store counts of elements in both lists

    • Return the common elements and their counts

  • Answered by AI
  • Q5. Describe any one project in detail with code manipulation
  • Ans. 

    Developed a cloud-based data analytics platform using Python and AWS services

    • Used AWS Lambda functions for serverless computing

    • Implemented data processing pipelines with AWS Glue and S3

    • Utilized Python libraries like Pandas and NumPy for data analysis

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 66degrees Cloud Engineer interview:
  • C++
  • Python
  • Javascript
  • DBMS
  • SQL
  • DSA
  • Problem Solving

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

There is a question based on Rest API and another question on Java

Interview Preparation Tips

Topics to prepare for trivago Software Engineer interview:
  • REST API
  • Java

Interview Preparation Tips

Round: Resume Shortlist
Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.

Round: Test
Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.

Round: Technical Interview
Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.

Round: HR Interview
Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.

College Name: IIT ROORKEE
Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.

You do not require any specific information regarding the company to ace the interviews or any questionnaire.

Interview Questionnaire 

11 Questions

  • Q1. Why do u want to move into IT
  • Q2. Wat do u understand by the term Networking
  • Ans. 

    Networking refers to the process of connecting devices and systems to share information and resources.

    • Networking involves the use of hardware and software to connect devices and systems.

    • It allows for the sharing of information and resources such as files, printers, and internet access.

    • Networking can be done through wired or wireless connections.

    • Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.

    • ...

  • Answered by AI
  • Q3. Explain the concepts of a router
  • Ans. 

    A router is a networking device that forwards data packets between computer networks.

    • A router operates at the network layer of the OSI model.

    • It uses routing tables to determine the best path for data packets to reach their destination.

    • Routers can connect multiple networks together, such as LANs and WANs.

    • They provide network address translation (NAT) to allow multiple devices to share a single public IP address.

    • Routers ...

  • Answered by AI
  • Q4. What is subnetting
  • Ans. 

    Subnetting is the process of dividing a network into smaller subnetworks, called subnets, to improve network efficiency and security.

    • Subnetting allows for better utilization of IP addresses by dividing a network into smaller segments.

    • It helps in improving network performance by reducing network congestion.

    • Subnetting enhances network security by isolating different departments or devices within a network.

    • It enables effi...

  • Answered by AI
  • Q5. What are protocols
  • Ans. 

    Protocols are a set of rules and guidelines that govern the communication between devices or systems.

    • Protocols define the format and order of messages exchanged between devices.

    • They ensure reliable and efficient communication by specifying error detection and correction mechanisms.

    • Examples of protocols include TCP/IP, HTTP, SMTP, and FTP.

    • Protocols can operate at different layers of the network stack, such as the applic

  • Answered by AI
  • Q6. What are static & dynamic protocols
  • Ans. 

    Static protocols are fixed and do not change, while dynamic protocols can adapt to changing network conditions.

    • Static protocols are typically used in simple networks with predictable traffic patterns.

    • Dynamic protocols are used in complex networks with varying traffic patterns.

    • Examples of static protocols include ARP and RARP.

    • Examples of dynamic protocols include OSPF and BGP.

  • Answered by AI
  • Q7. Why TCS
  • Ans. 

    TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.

    • TCS has a strong reputation in the IT industry for delivering high-quality services and solutions.

    • TCS offers diverse opportunities for growth and career development.

    • TCS has a global presence, providing exposure to different cultures and working environments.

    • TCS values innovation and encourages employees to think cr...

  • Answered by AI
  • Q8. Why should i hire u
  • Q9. Wat do expect from us since u r a non IT candidate
  • Ans. 

    I expect to receive proper training and support to transition into the IT field successfully.

    • I expect to be provided with relevant training and resources to learn the necessary skills for the role.

    • I hope for guidance and mentorship from experienced IT professionals within the company.

    • I am eager to contribute my non-IT skills and knowledge to the team, bringing a fresh perspective.

    • I am committed to putting in the effort...

  • Answered by AI
  • Q10. What are ur strengts & weaknesses
  • Q11. Any queries

Interview Preparation Tips

Round: Test
Experience: Written round consists of Analytical Test and Verbal Ability Test. TCS has various criteria for skipping Analytical Test. If you are a geek ( in top five of a few stream like CSE/IT/ECE/EE/Mechanical ) then you will be allowed to skip the Analytical round. Also if you have at least 75% aggregate in 10th and 12th  and a minimum percentage marks in college ( This is set by TCS and varies from college to college, May be 8.5 pointer or 7.90 or as desired by TCS )   then you can skip analytical round. TCS is continuously changing its placement process so prepare for the worst and do not pretend that you can skip the analytical round even if you are a geek.If you are taking only verbal part then you will get ten minutes time and within this time frame you need to write an email based on the given scenario.
Tips: solve more n more questions to clear aptiude cz dats da first step. :)
Duration: 90 minutes
Total Questions: 45

Round: Technical Interview
Experience: Personal Interview round consists of three phases i.e. T. R. + M. R.+H. R. .  So you will come across three person. If you are being interviewed by a panel of three person than you will have all the three interview in a single round. If you are being interview by only two persons than you will have to go through HR round only when you qualify the previous round. So this varies but you will have to go through all the three phases.
Tips: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions. 
I do not remember all the questions they asked me, but a few are as above

Round: HR Interview
Experience: This round lets you know about TCS terms and conditions. They can ask you questions related to your family and other non-technical stuffs. Basically they check your communication skills and presence of mind. Even if you do not know the answer of a non-technical question, give answer in support of that. Here they may also ask you questions related to pre-placement talk so do not miss that one. Also do R & D on TCS and grab information about TCS  ( like C. E. O., M. D., Founder etc. ). If you have qualified the T. R. and M. R. round then you are almost selected. 
The most commonly asked questions in HR round are listed above. DO refer..
Tips: Be well prepared for the FAQz. so u can answer dem cnfidently

General Tips: develop programming skills & logics
Skill Tips: NA
Skills: c programing, ccna, ccnp, hardware, networking
College Name: SIES Institute of Technology.
Motivation: understand the basic math formulae. and also basic networking skills
Funny Moments: NA

Skills evaluated in this interview

System Engineer Interview Questions & Answers

TCS user image MADHURA DHOLE

posted on 25 Mar 2015

Interview Questionnaire 

11 Questions

  • Q1. Functions of basic electronic componenents like R L C
  • Ans. 

    R, L, and C are basic electronic components used in circuits for resistance, inductance, and capacitance respectively.

    • Resistors (R) limit current flow and reduce voltage

    • Inductors (L) store energy in a magnetic field and resist changes in current

    • Capacitors (C) store energy in an electric field and pass AC signals while blocking DC signals

    • These components are used in various circuits such as filters, oscillators, and amp

  • Answered by AI
  • Q2. Diff betn passive & active components
  • Ans. 

    Passive components do not require an external power source, while active components do.

    • Passive components include resistors, capacitors, and inductors.

    • Active components include transistors, diodes, and integrated circuits.

    • Passive components do not amplify signals, while active components do.

    • Passive components are used to control the flow of electricity, while active components are used to create and amplify signals.

  • Answered by AI
  • Q3. What is the function of a switch
  • Ans. 

    A switch is a networking device that connects devices together on a local area network (LAN) and forwards data packets between them.

    • Switches operate at the data link layer of the OSI model.

    • They use MAC addresses to forward data to the correct destination.

    • Switches can improve network performance by reducing network congestion and collisions.

    • Examples of switches include Ethernet switches, LAN switches, and network switch

  • Answered by AI
  • Q4. What is LAN MAN WAN PAN ETC
  • Ans. 

    LAN, MAN, WAN, PAN are types of computer networks that differ in their geographical coverage and purpose.

    • LAN (Local Area Network) is a network that covers a small area like a home, office, or building.

    • MAN (Metropolitan Area Network) is a network that covers a larger area like a city or town.

    • WAN (Wide Area Network) is a network that covers a large geographical area like a country or the whole world.

    • PAN (Personal Area Ne...

  • Answered by AI
  • Q5. What is the potential diffrence acc to u
  • Ans. 

    Potential difference is the difference in electric potential between two points in an electric field.

    • Potential difference is measured in volts (V)

    • It is the work done per unit charge to move a charge from one point to another

    • It is the driving force that causes current to flow in a circuit

    • Potential difference can be calculated using Ohm's law: V = IR

    • A battery creates a potential difference between its terminals to power

  • Answered by AI
  • Q6. Functon of the MODEM
  • Ans. 

    A modem is a device that modulates and demodulates signals to enable communication between devices over a network.

    • Modulates digital signals into analog signals for transmission over telephone lines

    • Demodulates analog signals back into digital signals for use by the receiving device

    • Can be used for dial-up internet connections or to connect to a local area network (LAN)

    • Examples include cable modems, DSL modems, and wirele

  • Answered by AI
  • Q7. Tel mi abt urself
  • Ans. 

    I am a system engineer with experience in designing and implementing complex systems.

    • I have a degree in computer engineering

    • I have worked on projects involving network infrastructure design and implementation

    • I am proficient in programming languages such as Java and Python

    • I have experience with cloud computing platforms such as AWS and Azure

    • I am a quick learner and enjoy working in a team environment

  • Answered by AI
  • Q8. Ur hobbies
  • Q9. Why r ur academics not da mark
  • Ans. 

    My academics were affected by personal circumstances and health issues.

    • I faced some personal challenges during my academic years

    • I had to take a break from studies due to health issues

    • I have since worked hard to improve my skills and knowledge

    • I have gained practical experience through internships and projects

  • Answered by AI
  • Q10. Why shud we hire you
  • Ans. 

    I have the necessary technical skills and experience to excel in this role.

    • I have a strong background in systems engineering and have successfully completed several complex projects.

    • I am a quick learner and am always eager to expand my knowledge and skills.

    • I am a team player and work well with others to achieve common goals.

    • I am highly organized and detail-oriented, ensuring that all tasks are completed accurately and ...

  • Answered by AI
  • Q11. Would u work in nyt shifts if needed
  • Ans. 

    Yes, I am willing to work in night shifts if required.

    • I understand that as a system engineer, there may be times when working in night shifts is necessary to ensure the smooth functioning of the system.

    • I am flexible and adaptable to changing work schedules and can manage my time effectively to ensure that I am well-rested and alert during night shifts.

    • I have prior experience working in night shifts and understand the c...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Written round consists of Analytical Test and Verbal Ability Test. TCS has various criteria for skipping Analytical Test. If you are a geek ( in top five of a few stream like CSE/IT/ECE/EE/Mechanical ) then you will be allowed toskip the Analytical round. Also if you have at least 75% aggregate in 10th and 12th  and a minimum percentage marks in college ( This is set by TCS and varies from college to college, May be 8.5 pointer or 7.90 or as desired by TCS )   then you can skip analytical round. TCS is continuously changing its placement process so prepare for the worst and do not pretend that you can skip the analytical round even if you are a geek.If you are taking only verbal part then you will get ten minutes time and within this time frame you need to write an email based on the given scenario.
Tips: keep calm & carry on ..first  attend da questions wich u r 100% sure about. then think abt the rest paper.. be well prepared n confident before attempting the paper it wil definetly help u clear it wid flying colors.. all da best all

Round: Technical Interview
Experience: clear all ur basic concepts .. cause that is goin to help cracking the interview. & also be confident but not over confident
Tips: refer seniors & also the web if u have small queries .. ambitionbox is there to help you.. solve as many apti papers possible

Round: Group Activity
Experience: our topic was reality shows
Tips: be well prepared fo selective topics like politics, reality shows, tv-boon or curse.. use of cell phnz etcbe confident n well prepared for dis as well

Round: Behavioural Interview
Experience: here they chek our confiddence n how do we react on there questions.. we shud maintain calm n a ssmall smile while answering every questions
Tips: be confident work on ur dressing n vocal abilities coz prsonallity matterswear a smile always

General Tips: be confident about yourself. n also b well prepared
College Name: TERNA ENGINEERING COLLEGE
Motivation: TCS is the largest software company of India. It is the most admired company of India. Being an employee of TCS is what many dream. And getting into TCS is quite easy also. All that you need is your desire and work towards it.
Funny Moments: yet to join.. recently got placed :)

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: On the first day questions were from campus gate. I gave my apti the second day in 3rd slot and got 2-3 familiar questions.
Tips: Most important thing is your confidence,willingness to work,relocatable anywhere Guys be clear in your thoughts  Think example for every strength u speak there. As they will note down key points and ask example for each such as creative,optimistic etc. Think about yourself of any 1 quality that is different from others. They were also asking map of India States and capitals.CEO of major companies.

Round: Technical Interview
Experience: Hello Divya How r u?

I m fine sir how r you.

I m fine too.





He asked me to write program for insertion in stack & fibonacci series.Tell me about yourself, strength & weakness, hobbies, universal gates and draw it, flip flop, layers of osi and tcp and how data flows, difference between interface and abstraction. Difference between xp and windows 7. Types of OS & OOPS principles. Program for interface. Some more questions but could remember this. Which location do u want?Delhi

Why not lucknow?

Sir you can relocate me in any part of the world u want.

went on for nearly 30 minutes.

Any question?

Software Engineer Interview Questions & Answers

TCS user image Shamika Gaokar

posted on 24 Sep 2015

Interview Questionnaire 

6 Questions

  • Q1. Why do you want to join TCS if you are from electronics?
  • Q2. Tell me about your background
  • Q3. Tell me about your hobbies
  • Q4. Are you open to relocation in any city?
  • Q5. How would you rate your C programming skill on a level of 0-5?
  • Ans. 

    4

    • Extensive experience in C programming

    • Proficient in writing efficient and optimized code

    • Familiar with memory management and pointers

    • Comfortable with low-level programming and system-level development

  • Answered by AI
  • Q6. Questions on Academic Projects

Interview Preparation Tips

Round: HR Interview
Experience: The interview went quite well. The usual questions of your background and hobbies were asked.
Tips: Do ask the interviewer a question when they ask if you have any questions in the end.

Round: Technical Interview
Experience: The interviewer was quite warm and friendly. She tried to make me feel comfortable before proceeding with technical questions.
Tips: Write your resume carefully as they ask about everything written on it.

Skills: C Programming
College Name: Vidyalankar Institute Of Technology

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. What all languages do you know?
  • Ans. 

    I know several programming languages including Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. Have you done any certification courses?
  • Ans. 

    Yes, I have completed a certification course in Java programming.

    • Completed Oracle Certified Associate, Java SE 8 Programmer certification

    • Attended a course on Advanced Java Programming at XYZ Institute

    • Certified in Agile Development Methodology

  • Answered by AI
  • Q3. Tell me something about TCS?
  • Ans. 

    TCS is a multinational IT services, consulting and business solutions organization.

    • Founded in 1968 by Tata Group

    • Headquartered in Mumbai, India

    • Operates in 46 countries

    • Provides services in areas such as IT, engineering, BPO, and consulting

    • Has over 469,000 employees worldwide

    • Listed among the top IT services companies globally

  • Answered by AI
  • Q4. What is your ambition?
  • Ans. 

    My ambition is to become a highly skilled software engineer and contribute to the development of innovative and impactful software solutions.

    • To continuously learn and improve my skills in software development

    • To work on challenging projects that push me to think creatively and outside the box

    • To collaborate with talented individuals and contribute to a team's success

    • To make a positive impact on society through the develo...

  • Answered by AI
  • Q5. Tell me something about yourself?
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for learning new technologies.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Proficient in programming languages such as Java and Python

    • Passionate about learning new technologies and staying up-to-date with industry trends

    • Strong problem-solving skills and ability to work in a team...

  • Answered by AI
  • Q6. Are you aware about TCS criteria?
  • Ans. 

    Yes, TCS has certain criteria for hiring software engineers.

    • TCS has a minimum academic requirement of 60% throughout the education.

    • They also have an age limit of 28 years for freshers.

    • TCS conducts a written test, technical interview, and HR interview during the hiring process.

    • They also have certain eligibility criteria for experienced professionals.

    • TCS also looks for candidates with good communication and interpersonal

  • Answered by AI
  • Q7. Tell me something about your family?
  • Ans. 

    My family is a close-knit group of individuals who support and care for each other.

    • My parents have been married for over 30 years.

    • I have two siblings, a younger brother and an older sister.

    • We enjoy spending time together, whether it's watching movies or going on vacations.

    • My family has always been supportive of my career aspirations.

  • Answered by AI
  • Q8. Any questions for me?
  • Ans. 

    Yes, what is the company culture like and what opportunities are there for professional development?

    • Ask about work-life balance

    • Inquire about mentorship programs

    • Ask about opportunities for attending conferences or training sessions

  • Answered by AI
  • Q9. What are your hobbies?
  • Ans. 

    I enjoy reading, hiking, and playing video games.

    • Reading: I love getting lost in a good book, especially science fiction and fantasy.

    • Hiking: I enjoy exploring new trails and challenging myself physically.

    • Video games: I like playing both single-player and multiplayer games, and I find it a great way to unwind after work.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Good. The interview was in the flow. I answered honestly what I know and what I dint knew.
Tips: Be preapared for anything. Be patient and confident while you speak. Work on communication skills almost daily

Round: HR Interview
Experience: Better then Technical
The panel was fantastic and made me feel home
I spoke very confidently there
Tips: Be the best and that will lead you to the organization

Skill Tips: Be honest thats all
Skills: Presence Of Mind, Attitude, Aptitude
College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

3 Questions

  • Q1. Why should i select you?
  • Q2. Tell me about the company
  • Q3. Tell me about yourself

Interview Preparation Tips

Round: Technical Interview
Experience: It was quite good..All the quesions asked where good
Tips: Study about the company that is visiting you.


Skills:
College Name: Vidyalankar Institute Of Technology

Software Engineer Interview Questions & Answers

TCS user image Dhanashree Jadhav

posted on 24 Sep 2015

Interview Questionnaire 

5 Questions

  • Q1. What do you expect from tcs? what do know about the company?
  • Q2. How good are you at maths? Reverse your pincode
  • Ans. 

    The question is irrelevant to the job and does not reflect my mathematical abilities.

    • The question is not related to the job requirements

    • Reverse pincode can be done by anyone regardless of their math skills

    • Math skills required for software engineering are different from basic arithmetic

    • Examples of relevant math skills include algorithms, data structures, and logic

  • Answered by AI
  • Q3. Who is the CHAIRMAN,CEO?
  • Q4. What is your B.E project?
  • Q5. Would you do a night shift? Will you work at odd hours? Will you work anywhere beyond Mumbai ?

Interview Preparation Tips

Round: Technical Interview
Experience: good enough. people are friendly
Tips: be confident!!

General Tips: be yourself
Skills: , Basic Mathematics, c
College Name: Vidyalankar Institute Of Technology
Motivation: work experience
Funny Moments: no
Contribute & help others!
anonymous
You can choose to be anonymous

66degrees Interview FAQs

How many rounds are there in 66degrees Cloud Engineer interview?
66degrees interview process usually has 1 rounds. The most common rounds in the 66degrees interview process are Technical.
How to prepare for 66degrees Cloud 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 66degrees. The most common topics and skills that interviewers at 66degrees expect are Python, Computer Networking, Consulting, Information Technology and Linux Administration.
What are the top questions asked in 66degrees Cloud Engineer interview?

Some of the top questions asked at the 66degrees Cloud Engineer interview -

  1. SQL query : Write a query to find the employees from employee table whose middl...read more
  2. Count the common occurrence of elements of list A and lis...read more
  3. WAP to convert a string into uppercase and lowerc...read more

Recently Viewed

INTERVIEWS

DMart

No Interviews

SALARIES

Bain Capability Network

INTERVIEWS

Landmark Group

No Interviews

INTERVIEWS

Target

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Bain Capability Network

SALARIES

Bain Capability Network

SALARIES

Bain Capability Network

JOBS

LTIMindtree

No Jobs

INTERVIEWS

Arvind Fashions

No Interviews

Tell us how to improve this page.

66degrees Cloud Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
66degrees Cloud Engineer Salary
based on 4 salaries
₹7 L/yr - ₹20 L/yr
55% more than the average Cloud Engineer Salary in India
View more details

66degrees Cloud Engineer Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

4.0

Skill development

3.4

Work-life balance

3.5

Salary

2.4

Job security

2.8

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 66degrees with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent