Filter interviews by
I applied via Company Website
A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition.
While loop continues to execute a block of code as long as the specified condition is true
The condition is evaluated before each iteration of the loop
Example: while (x < 5) { // code to be executed }
I applied via Naukari and was interviewed in Jan 2024. There were 5 interview rounds.
Aptitude and reasoning questions
Coadingprogrammingtest
Disscus about particular topic
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
3-4 easy level coding questions(find maximum number,Reverse String,Bubble Sort,Leap Year)
Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and organization.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the s...
I applied via Walk-in and was interviewed in Dec 2023. There were 3 interview rounds.
Patterns, strings, arrays,.
I possess strong programming skills, problem-solving abilities, and experience with various technologies and frameworks.
Proficient in languages like Java, Python, and JavaScript; developed a web application using React and Node.js.
Experience with database management systems such as MySQL and MongoDB; optimized queries for better performance.
Strong understanding of software development methodologies, including Agile and...
Find the odd number in sequence
Find the odd number in series
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
Tuples and lists are data structures in Python used to store multiple items.
Tuples are immutable and ordered collections of elements.
Lists are mutable and ordered collections of elements.
Both can store different data types.
Tuples are defined using parentheses, while lists use square brackets.
Example: tuple = (1, 'a', True), list = [1, 'a', True]
The code is a software program that performs a specific function.
The code is written in a specific programming language.
It may contain functions, classes, or modules.
The code may interact with databases or external APIs.
It could be part of a larger software system or application.
The code may have been written by multiple developers.
It may include comments or documentation to explain its purpose.
Top trending discussions
I appeared for an interview in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.
Use Dijkstra's algorithm to find the shortest path between the given vertices.
Create a graph data structure to represent the weighted, undirected graph.
Handle cases where no path exists between the given vertices by returning -1.
Optimize the algorithm to handle multiple queries efficiently.
Consider edge cases such as...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Divide the input array into two halves recursively
Sort the two halves separately
Merge the sorted halves to produce a fully sorted array
Time complexity of Merge Sort is O(n log n)
Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.
Use backtracking to explore all possible paths from the starting cell to the destination cell.
At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.
Keep track of the path taken so far and mark the cells accordingly.
Once the destination cell i...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Basic coding and MySQL queries. Like Types of join, having and where difference etc.
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
Basic coding maths aptitude java python communication skills test
Java coding c plus python SQL oracle dbmsos
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Find the single duplicate element in an array of strings with length n-1.
Iterate through the array and use a HashSet to keep track of elements seen so far.
If an element is already in the HashSet, that is the duplicate element.
Return the duplicate element once found.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
based on 7 interview experiences
Difficulty level
Duration
based on 13 reviews
Rating in categories
Software Engineer
44
salaries
| ₹2.8 L/yr - ₹6.5 L/yr |
Apprentice Engineer
43
salaries
| ₹3.5 L/yr - ₹5.1 L/yr |
Software Developer
26
salaries
| ₹3.5 L/yr - ₹6.1 L/yr |
Java Developer
12
salaries
| ₹4 L/yr - ₹5.5 L/yr |
Senior Marketing Executive
9
salaries
| ₹4.8 L/yr - ₹10.6 L/yr |
FastInfo
Testbook.com
BrightCHAMPS
Acadecraft