Add office photos
Engaged Employer

Cloud Analogy

3.4
based on 136 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 25 Jul 2024
Popular Designations
Q1. Count Good Subsets

You are given an array ‘ARR’ of size ‘N’ consisting of distinct elements. Your task is to find the total number of good subsets. A subset is called a good subset when you can rearrange the ele...read more

View 4 more answers
Q2. Ways To Make Coin Change

You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a change fo...read more

View 6 more answers
Q3. Reverse Linked List

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked lis...read more
View 5 more answers
Q4. Count Subsequences

You have been given an integer array/list 'ARR' of size 'N'. Your task is to return the total number of those subsequences of the array in which all the elements are equal.

A subsequence of a ...read more

View 2 more answers
Discover null interview dos and don'ts from real experiences
Q5. Star Pattern
Pattern for N = 4

picture

The dots represent spaces.
Input Format:
The first line contains a single integer ‘T’ representing the number of test cases. The first line of each tes...read more
Add your answer
Q6. OS Questions

In computer science, a semaphore is a variable or abstract data type used to control access to a common resource by multiple processes and avoid critical section problems in a concurrent system such...read more

Add your answer
Are these interview questions helpful?

Q7. Q1. Palindrome numbers in a given range.

Ans.

A program to find palindrome numbers in a given range.

  • Iterate through the given range of numbers

  • Convert each number to a string and check if it is equal to its reverse

  • If yes, add it to the list of palindrome numbers

Add your answer

Q8. Q2. Carry generated in a sum of two numbers.

Ans.

Carry is generated when the sum of two digits is greater than 9.

  • Carry is a digit that is carried over to the next place value in the sum.

  • For example, in the sum 56 + 78, the carry generated is 1 (5+7=12, carry 1, 6+8+1=15).

  • Carry is important in addition of large numbers and in binary addition.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Explain Campaigns, Promotions, and Coupons.

Ans.

Campaigns, Promotions, and Coupons are marketing strategies used to attract customers and increase sales.

  • Campaigns are strategic marketing efforts to promote a product or service over a specific period of time.

  • Promotions are temporary incentives offered to customers to encourage purchases, such as discounts or free gifts.

  • Coupons are vouchers that entitle the holder to a discount on a particular product or service.

  • Examples: Black Friday campaign, Buy One Get One Free promotion...read more

Add your answer

Q10. Print 1,1.5,2,2.5,3 in an array

Ans.

Create an array of strings containing 1, 1.5, 2, 2.5, 3

  • Initialize an array of strings

  • Add the numbers 1, 1.5, 2, 2.5, 3 as strings to the array

Add your answer

Q11. What is Global JS.

Ans.

Global JS refers to JavaScript variables or functions that are accessible from anywhere in the code.

  • Global JS variables are declared outside of any function and can be accessed from any part of the code.

  • Global JS functions are defined without being enclosed within another function and can be called from anywhere in the code.

  • Using global variables or functions can lead to potential conflicts and security risks.

Add your answer

Q12. Explain clouds and their types

Ans.

Clouds are visible masses of water droplets or ice crystals suspended in the atmosphere.

  • Clouds are classified based on their altitude, shape, and appearance.

  • Types of clouds include cirrus, cumulus, stratus, and nimbus.

  • High-level clouds are found at altitudes above 20,000 feet, while low-level clouds are below 6,500 feet.

  • Clouds can also be classified as convective, stratiform, or cumulonimbus.

Add your answer

Q13. Explain Sequrity model

Ans.

Security model refers to the framework that defines how security is implemented in a system or application.

  • Security model determines who can access what resources and under what conditions

  • It includes authentication, authorization, encryption, and auditing

  • Examples of security models include discretionary access control (DAC), mandatory access control (MAC), and role-based access control (RBAC)

Add your answer

Q14. Explain Data modelling

Ans.

Data modelling is the process of creating a visual representation of data and its relationships within a system.

  • Identifying entities and their attributes

  • Defining relationships between entities

  • Creating a schema to represent the data

  • Normalization to reduce redundancy

  • Example: Entity-Relationship Diagram (ERD)

Add your answer

Q15. Write @Wire syntax

Ans.

Annotation used in Java to inject dependencies

  • @Wire annotation is used in Java to inject dependencies

  • It is typically used in frameworks like Dagger or ButterKnife

  • Example: @Wire TextView textView;

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 3 interviews in the last 1 year
Interview experience
4.7
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

4.1
 • 377 Interview Questions
4.4
 • 88 Interview Questions
3.6
 • 64 Interview Questions
3.5
 • 26 Interview Questions
3.1
 • 19 Interview Questions
4.0
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter