i
Brane Enterprises
Filter interviews by
I was interviewed in Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical round with questions on Java and Basic programming concepts.
What is static variable and static method?
The static variable is a class level variable and it is common to all the class objects i.e. a single copy of the static variable is shared among all the class objects.
A static method manipulates the static variables in a class. It belongs to the class instead of the class objects and can be invoked without using a class object.
Difference between For and While loop?
The difference between for loop and while loop is that in for loop the number of iterations to be done is already known and is used to obtain a certain result whereas in while loop the command runs until a certain condition is reached and the statement is proved to be false.
What is do-while loop?
The do...while loop in C programming checks its condition at the bottom of the loop. The do...while loop is similar to a while loop, except the fact that it is guaranteed to execute at least one time.
Syntax
The syntax of a do...while loop in C programming language is −
do {
statement(s);
} while( condition );
The conditional expression appears at the end of the loop, so the statement(s) in the loop executes once before the
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.
Code to print 'Hello World' in Java
Create a class with a main method
Use System.out.println() to print 'Hello World'
Static variables and methods belong to the class rather than the instance of the class.
Static variables are shared among all instances of the class
Static methods can be called without creating an instance of the class
Static variables and methods are accessed using the class name, not an instance variable
Example: Math.PI is a static variable in the Math class
Example: Math.sqrt() is a static method in the Math class
While loop is used when the number of iterations is unknown, whereas for loop is used when the number of iterations is known.
While loop checks the condition before executing the code block, whereas for loop checks the condition after executing the code block
For loop is more concise and readable when the number of iterations is known
While loop is more flexible and can be used for infinite loops or when the number of ite...
A do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block, or not, depending on a given condition.
The loop body is executed at least once before the condition is checked
The loop continues to execute until the condition becomes false
Syntax: do { // code block } while (condition);
Example: do { System.out.println(i); i++; } while (i < 5);
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
My 1st Round was Coding round where there were leetcode medium-hard problem one was on linked list that check if it returns any boolean value and another one was there is array divide it into parts and nums and it had string given as input both were hard questions but i managed to clear it .
To become a senior Java developer and contribute to innovative projects in a collaborative team environment.
Continue learning new technologies and best practices in Java development
Work on challenging projects to enhance problem-solving skills
Collaborate with team members to share knowledge and improve code quality
I believe my strong Java skills and problem-solving abilities can positively impact the company by improving efficiency and developing innovative solutions.
I have experience in developing efficient and scalable Java applications, which can help streamline processes within the company.
I am skilled in identifying and solving complex technical issues, which can contribute to the overall success of projects.
I am proactive ...
posted on 21 Apr 2024
I applied via campus placement at Anna University and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
Polymorphism ,table print ,reverse
Reasoning, english synonyms,math, opposite words
Oops ,collection, thread, Servlet ,JSP, databases
I applied via Approached by Company and was interviewed in Jan 2023. There were 3 interview rounds.
Round 1 is coding round and they share qualified.io link where they ask you 3 questions and level was easy
Associate Solution Lead
562
salaries
| ₹6.5 L/yr - ₹24 L/yr |
Solution Lead
265
salaries
| ₹13 L/yr - ₹45 L/yr |
Product Manager
185
salaries
| ₹10 L/yr - ₹40 L/yr |
Business Analyst
99
salaries
| ₹4 L/yr - ₹12 L/yr |
Software Developer
96
salaries
| ₹6.7 L/yr - ₹28.1 L/yr |
Tata Group
Reliance Industries
Aditya Birla Group
Mahindra & Mahindra