Filter interviews by
Clear (1)
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
Round 1 was a coding round consisting of 3 easy questions.
Given an integer array ARR
of size N
, your objective is to perform a series of operations to maximize the sum of selected elements from the array. During each operation, you should...
Maximize sum by selecting elements from array and removing adjacent elements.
Select element 'i' and remove 'i-1' and 'i+1' from array during each operation.
Continue until array is empty to maximize sum of selected elements.
Focus on maximizing sum rather than printing results.
Round duration - 45 minutes
Round difficulty - Medium
Interviewer asked every a number of question from OOPS and data structures.
Implement a queue data structure that follows the FIFO (First In First Out) property, using only instances of the stack data structure.
Implement a queue using only stack data structure with predefined functions for FIFO operations.
Use two stacks to simulate a queue - one for enqueue and one for dequeue operations.
For enQueue operation, push elements onto the enqueue stack.
For deQueue operation, if the dequeue stack is empty, transfer elements from enqueue stack to dequeue stack.
For peek operation, return the top element of the dequeue stack.
For isEmpt...
Round duration - 30 minutes
Round difficulty - Easy
He asked me about my projects and extra-curriculars that I have done in college.
Round duration - 15 minutes
Round difficulty - Easy
Tip 1 : Practice Strings, Arrays, Dynamic Programming for coding test
Tip 2 : Practice Data Structures, OOPS, SQL for interviews
Tip 3 : Practice questions from Codezen, GFG and Leetcode on a daily basis.
Tip 1:Mention only genuine things in the resume
Tip 2:Be ready for questioning for the skills and projects you have mentioned in resume.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.
Program using OOPs concept
Identify the objects and their properties
Create classes and define their methods
Use inheritance and polymorphism
Encapsulate data and use access modifiers
Example: A program to simulate a bank account
Code reviews are conducted regularly to ensure code quality and adherence to coding standards.
Code reviews are conducted by peers or senior developers.
Reviewers check for code quality, readability, maintainability, and adherence to coding standards.
Issues found during code review are documented and addressed by the developer.
Code reviews are conducted regularly, either before merging code or on a scheduled basis.
Tools ...
One programming challange just to see how good you use OOPs
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 interview rounds.
I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.
Proficient in Java and JavaScript
Experience in developing web applications
Strong understanding of software development principles
Familiarity with agile methodologies
Knowledge of database management systems
Experience with version control systems like Git
Ability to work in a team and comm
Coding Round two questions with OOPs concepts
posted on 6 Nov 2024
I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.
Apptitude test was quite easy to attend
Hackerrank platform was used for coding round.
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for a position that aligns with my career goals and offers growth opportunities.
I have relocated in the past for job opportunities and have found it to be a positive experience.
I understand that relocation may come with challenges, but I am prepared to adapt and thrive in a new environment.
posted on 20 Feb 2015
posted on 22 Mar 2015
posted on 10 Sep 2020
I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.
Connecting to a database has multiple options depending on the type of database and programming language used.
For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.
For NoSQL databases, options include using MongoDB's driver for Python or Node.js.
ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.
Connection strings are used to spe...
I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.
Implement stack data structure
Use an array or linked list to store elements
Push operation adds element to top of stack
Pop operation removes element from top of stack
Peek operation returns top element without removing it
Global variables are accessible from any part of the program and can be modified by any function.
Global variables are declared outside of any function.
They can be accessed and modified by any function in the program.
If a function modifies the value of a global variable, the new value is visible to all other functions.
Global variables can be useful for sharing data between functions.
However, overuse of global variables
Program to transpose a matrix
Iterate through rows and columns of the matrix
Swap the elements at (i,j) and (j,i) positions
Return the transposed matrix
Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.
Pre-fix operator (++x) increments the value of x and returns the new value.
Post-fix operator (x++) returns the value of x and then increments it.
Both operators can be used with variables of numeric data types.
They can also be used with pointers to increment or decrement the memory address they point to.
Junior Engineer
252
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
209
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
191
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
137
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Engineer
126
salaries
| ₹0 L/yr - ₹0 L/yr |
Siemens
ABB
Schneider Electric
BHEL