Filter interviews by
Patterns, c programs, logics, project
Top trending discussions
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.
Gather requirements from stakeholders
Create a design based on requirements
Write code to implement the design
Test the software for bugs and issues
Deploy the software for users to use
Iterate on feedback and make improvements
posted on 8 Feb 2022
posted on 1 May 2023
I applied via Campus Placement and was interviewed in Nov 2022. There were 2 interview rounds.
A linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.
Each node has a data field and a next field that points to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node and continues until the end node is reached
posted on 5 Sep 2023
It placed in hackerRank.question difficulty level was medium.
posted on 5 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
Medium level leetcode
Join queries are used to combine data from multiple tables based on a related column between them.
Use JOIN keyword to combine tables based on a common column
Specify the columns to select from each table
Use WHERE clause to specify the join condition
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
It is easy to solve the Aptitude question and some identifying outputs of program.
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors of objects.
An object is an instance of a class.
Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
Swap two numbers without using temp variable and reverse a string without using built-in functions.
To swap two numbers without using temp variable, use bitwise XOR operation.
To reverse a string without using built-in functions, use two pointers approach.
Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;
Example for reversing a string: use two pointers to swap characters from start and end of the string.
Now, I am preparing for the third round.
So, I don't know the Coding Question.
posted on 27 Jan 2022
I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.
public static use for accessing methods and variables without creating an object
Allows access to methods and variables without creating an object
Useful for utility classes where objects are not needed
Can be used to create global variables or constants
Example: Math class in Java has only static methods and constants
posted on 27 Oct 2023
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
It was a MCQ + Coding test
posted on 19 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
It was around 2 hrs with 2 coding questions and some mcq questions on fundamentals
Print numbers in a tree format
Use recursion to print numbers in a tree structure
Start with the root node and recursively print child nodes
Use indentation to represent levels in the tree
Example: 1 --2 ----3 --4
Factorial of a number can be calculated using both iterative and recursive methods.
Iterative method involves using a loop to multiply numbers from 1 to n.
Recursive method involves calling the function with n-1 until n reaches 1.
Example: Factorial of 5 using iterative method: 5! = 5*4*3*2*1 = 120
Example: Factorial of 5 using recursive method: 5! = 5 * 4!
Example: Factorial of 4 using recursive method: 4! = 4 * 3!
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Developer
35
salaries
| ₹1.2 L/yr - ₹6.5 L/yr |
Android Developer
14
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Software Engineer
12
salaries
| ₹2 L/yr - ₹6.2 L/yr |
DOT NET Developer
10
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Quality Analyst
9
salaries
| ₹2.4 L/yr - ₹6 L/yr |
HCL Infosystems
Accel Frontline
PC Solutions
RNF Technologies