Upload Button Icon Add office photos
Engaged Employer

i

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

Cloudsufi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloudsufi Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Cloudsufi Interview Questions and Answers

Cloudsufi Interview Experiences

Popular Designations

11 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

There were 3 coding questions in which 2 were DSA medium and 1 was SQL question.

Round 2 - Technical 

(3 Questions)

  • Q1. Copy Constructor and operator overloading code
  • Q2. Basic OOPS related questions
  • Q3. What is virtual functions.
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes to achieve runtime polymorphism.

    • Virtual functions allow a function to be redefined in a derived class while preserving its calling signature.

    • They are declared using the 'virtual' keyword in the base class and can be overridden in derived classes using the 'override' keyword.

    • Virtual functions enable dynamic binding, where the function...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Typical HR question like tell me about yourself.
  • Q2. Asked about hobbies

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Some basic question
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions
Round 3 - HR 

(1 Question)

  • Q1. Job and salary . Even does not bother to give me brief about company
Round 4 - One-on-one 

(1 Question)

  • Q1. Some basic question about their own company
Round 5 - One-on-one 

(1 Question)

  • Q1. Again meet up with delivery manager

Interview Preparation Tips

Interview preparation tips for other job seekers - After 5 round recruiter called me and said that they want me to talk with ceo as well and which never happened.
After each round they had different story to tell . After two technical round recruiter said I am selected and after hr discussion in one day they will release offer letter. Then after HR round he said , one person from management wants to talk me and then they will go further . After that they said me our delivery manager wants to talk to you and then we can go further . Then ceo … it was a chain of lies . I really do not know how they have good ranking on Glassdoor but then when I went through the review comments I realised that they all are fake .

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Cloudsufi Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Life cycles and hooks
  • Q2. Redux, Promises close curry function

Senior React Native Developer Interview Questions asked at other Companies

Q1. React Native Unit Testing and What is TDD ?
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics and current tech stack
  • Q2. Microservices & API gateway
  • Q3. DB related questions & optimization solutions
  • Q4. Algo writing based on binary search
Round 2 - HR 

(3 Questions)

  • Q1. Tell me something about myself
  • Ans. 

    I am a dedicated and experienced professional with a passion for leading teams to success.

    • I have a proven track record of successfully managing teams and projects

    • I am skilled in communication, problem-solving, and decision-making

    • I am committed to fostering a positive and productive work environment

    • I prioritize collaboration and teamwork to achieve goals

    • I am always looking for opportunities to learn and grow in my leade

  • Answered by AI
  • Q2. My current organization roles & responsibilities
  • Ans. 

    I am currently responsible for leading a team of 10 members in a software development project.

    • Leading and managing a team of 10 members

    • Setting project goals and deadlines

    • Assigning tasks and monitoring progress

    • Providing guidance and support to team members

    • Collaborating with other teams and stakeholders

  • Answered by AI
  • Q3. My career history and my iterations
Round 3 - Behavioral 

(3 Questions)

  • Q1. My personal history & family background
  • Q2. My motivation for change
  • Ans. 

    My motivation for change stems from a desire for personal growth and development.

    • Seeking new challenges and opportunities for learning

    • Striving for continuous improvement and advancement

    • Inspired by the potential for positive impact and success

    • Embracing change as a catalyst for growth and innovation

  • Answered by AI
  • Q3. How I see myself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a strategic leader within the team, driving innovation and achieving significant milestones.

    • Continuing to develop my leadership skills through mentorship programs and training sessions

    • Taking on more challenging projects and responsibilities to showcase my capabilities

    • Building strong relationships with team members and stakeholders to foster collaboration and drive results

    • W...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be technically sound and true in answers cz they might catch you in your conflicting answers

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Cloudsufi interview questions for popular designations

 Backend Developer

 (2)

 Associate Qa Software Engineer

 (1)

 Group Product Manager

 (1)

 Intern

 (1)

 QA Consultant

 (1)

 QA Engineer

 (1)

 Senior React Native Developer

 (1)

 Software Development Engineer Intern

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

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

(3 Questions)

  • Q1. Can you explain diffrent joins in sql
  • Ans. 

    Different types of joins in SQL are inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is at least one match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q2. Left join, right join, inner join, full join
  • Q3. Black box testing

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Product growth strategy
  • Q2. B2B product SAAS model

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Group Product Manager Interview Questions asked at other Companies

Q1. Pharma industry insights. Impact of Covid and change in scenarios
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java based questions-OOPS
  • Q2. Anagram Strings and Reverse a number
Round 2 - Technical 

(2 Questions)

  • Q1. Autoboxing Unboxing
  • Q2. Design Type round-fetch data from oracle and insert into mysql
  • Ans. 

    Use a round-fetch method to transfer data from Oracle to MySQL.

    • Use a cursor to fetch data from Oracle in batches

    • Iterate through the fetched data and insert into MySQL using prepared statements

    • Handle any errors or exceptions during the data transfer process

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal HR and Delivery Head questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work - positive attitude and learning environment

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed in Jul 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Normal Aptitude questions with some techinical questions

Round 3 - Group Discussion 

Topic is about the OTT platforms

Round 4 - Technical 

(3 Questions)

  • Q1. Merge sort and linked list DSA were asked
  • Q2. Questions on Joints concept of were asked
  • Q3. Discussion about project and stuff
Round 5 - HR 

(2 Questions)

  • Q1. Asked about detailed explanation of project
  • Q2. Gave a scenario and told how you will solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Just wash out the concepts and the Resume of yours

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. About educational background
  • Q2. What is your salary expectations
Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding your specific role
Round 4 - Behavioral 

(2 Questions)

  • Q1. General discussion about your background
  • Q2. Your commitment towards organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be bold and Don't fear if you don't know answer of any question, just say I have no idea regarding this question rather giving answer which is not related

Software Testing Interview Questions & Answers

user image Amit Kumar Pathak

posted on 22 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are different joins
  • Ans. 

    Different joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join (or ...

  • Answered by AI
  • Q2. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Identifying defects or bugs in the software

    • Verifying that the software meets the specified requirements

    • Ensuring the software functions correctly under different conditions

    • Improving the quality and reliability of the software

    • Types of software testing include unit testing, integration tes

  • Answered by AI

Skills evaluated in this interview

Software Testing Interview Questions asked at other Companies

Q1. What do you understand by coding??
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Cloudsufi Interview FAQs

How many rounds are there in Cloudsufi interview?
Cloudsufi interview process usually has 2-3 rounds. The most common rounds in the Cloudsufi interview process are Technical, HR and One-on-one Round.
How to prepare for Cloudsufi 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 Cloudsufi. The most common topics and skills that interviewers at Cloudsufi expect are AWS, Python, Postgresql, SQL and Java.
What are the top questions asked in Cloudsufi interview?

Some of the top questions asked at the Cloudsufi interview -

  1. Design Type round-fetch data from oracle and insert into my...read more
  2. Can you explain diffrent joins in ...read more
  3. what is virtual functio...read more
How long is the Cloudsufi interview process?

The duration of Cloudsufi interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Cloudera

No Interviews

INTERVIEWS

Worley

No Interviews

INTERVIEWS

Endava

No Interviews

Tell us how to improve this page.

Cloudsufi Interview Process

based on 10 interviews

Interview experience

3.3
  
Average
View more

Societe Generale Global Solution Centre

Be part of a company where work complements life, not consumes it

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.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 904 Interviews
View all

Cloudsufi Reviews and Ratings

based on 42 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.1

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 42 Reviews and Ratings
Associate Consultant
15 salaries
unlock blur

₹5 L/yr - ₹7.1 L/yr

Senior Consultant
15 salaries
unlock blur

₹13 L/yr - ₹30.1 L/yr

Consultant
6 salaries
unlock blur

₹11 L/yr - ₹18 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹6.8 L/yr - ₹7 L/yr

Senior QA Consultant
5 salaries
unlock blur

₹20 L/yr - ₹27 L/yr

Explore more salaries
Compare Cloudsufi with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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