i
CodeClouds
Filter interviews by
Easy level test can be cleared
Top trending discussions
I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.
Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.
Advantage: Provides structure and pre-built components for faster development
Advantage: Can improve code quality and maintainability
Disadvantage: Can limit flexibility and customization
Disadvantage: Requires learning curve and potential dependency issues
Example: ReactJS provides a fr...
Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.
Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism
Disadvantages: complexity, steep learning curve, performance overhead
Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'
I applied via Approached by Company and was interviewed in May 2021. There were 3 interview rounds.
I appeared for an interview in Oct 2021.
Round duration - 60 Minutes
Round difficulty - Hard
Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.
Integer N
Prime numbers printed on separate lines
Generate and print all prime numbers between 2 and N, inclusive.
Iterate from 2 to N and check if each number is prime
A prime number is only divisible by 1 and itself
Print each prime number on a new line
Round duration - 60 Minutes
Round difficulty - Hard
Given two strings 'STR' and 'PTR', identify all starting indices of 'PTR' anagram substrings in 'STR'. Two strings are anagrams if one can be rearranged to form the other.
Implement a function to find all starting indices of anagram substrings of a given string in another string.
Create a frequency map of characters in the 'PTR' string.
Use a sliding window approach to check for anagrams in 'STR'.
Return the starting indices of anagram substrings found.
Example: For input 'BACDGABCD' and 'ABCD', output should be [0, 5].
Round duration - 60 Minutes
Round difficulty - Hard
Common testing questions related to Linux and operating systems
What are the different types of testing that can be performed on a Linux operating system?
How do you test the compatibility of software with different Linux distributions?
Can you explain the process of testing kernel modules in a Linux environment?
What tools and techniques do you use for performance testing on Linux systems?
How do you ensure the security an
Tip 1 : practice coding
Tip 2 : be thorough with your resume
Tip 1 : have good projects
Tip 2 : fulfill the required tech stack
I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.
posted on 23 Oct 2023
I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.
SQL query to fetch duplicates
Use GROUP BY and HAVING clause to identify duplicates
Select columns to be checked for duplicates
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;
SQL query to fetch nth highest Salary
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to fetch the nth highest salary
Consider handling cases where there might be ties for the nth highest salary
based on 1 interview
Interview experience
Web Developer
187
salaries
| ₹2.4 L/yr - ₹8.5 L/yr |
Senior Web Developer
65
salaries
| ₹4.2 L/yr - ₹10.5 L/yr |
Html Developer
54
salaries
| ₹2.7 L/yr - ₹7.5 L/yr |
Quality Analyst
43
salaries
| ₹3 L/yr - ₹8.4 L/yr |
Front end Developer
38
salaries
| ₹3.1 L/yr - ₹9 L/yr |
Thomson Reuters
Duck Creek Technologies
FinThrive
Grey Orange