Cloudify interview experience Real time questions & tips from candidates to crack your interview

Associate Software Developer

Cloudify
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
I focused on strengthening my fundamentals and practicing problem-solving through regular coding exercises. I worked on small projects to apply my learnings and improve logical thinking. I also referred to documentation and online resources to clarify concepts. During interviews, I confidently answered most questions, though coding challenges under pressure highlighted areas for further growth.
Preparation
Topics: Node.Js, MongoDB, Typrescript, HTML, CSS, Javascript
Application process
Where: Coding Ninjas Placement Cell
Eligibility: Any Graduate

Interview rounds

01
Round
Easy
Online Coding Interview
Duration
Interview date17 Feb 2025
Coding problem1

1. Check for Duplicates in an Array

Given a array in that array if any number is repeated we will print true else false

Problem approach
  • Initialize a variable count = 0.
  • Iterate through the array using two nested loops.
  • For every pair of elements, check if they are equal.
    • If yes, increment count.
  • After the loops, if count > 1, return true; otherwise, return false.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Developer
5 rounds | 10 problems
Interviewed by SAP Labs
1202 views
0 comments
0 upvotes
company logo
Associate Software Developer
3 rounds | 3 problems
Interviewed by SAP Labs
788 views
0 comments
0 upvotes