Filter interviews by
Classes are blueprints for creating objects in object-oriented programming. Objects are instances of classes.
Classes define the properties and behaviors of objects
Objects are instances of classes that contain data and methods
Classes can inherit properties and behaviors from other classes
Objects can interact with each other by calling methods on each other
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
I prefer Java as it is versatile, widely used, and has a strong community support.
Java is versatile and can be used for a variety of applications
Java is widely used in enterprise environments
Java has a strong community support with a large number of libraries and frameworks available
Basic array operations include creation, manipulation, and iteration of arrays in programming.
Creating an array: var fruits = ['apple', 'banana', 'cherry'];
Accessing elements: console.log(fruits[0]); // Outputs 'apple'
Adding elements: fruits.push('date'); // fruits now contains ['apple', 'banana', 'cherry', 'date']
Removing elements: fruits.pop(); // Removes 'date', fruits now contains ['apple', 'banana', 'cherry']
Itera...
Use indexed for loop instead of for each loop to reduce time complexity.
Indexed for loop has a constant time complexity of O(1) whereas for each loop has a time complexity of O(n).
Indexed for loop is faster when accessing elements in an array.
Example: for (int i = 0; i < array.length; i++) { //access array[i] }
Example: for (String str : stringArray) { //access str }
Python syntax encompasses rules for writing code, including variables, data types, control structures, functions, and more.
Variables: Use '=' to assign values. Example: x = 10
Data Types: Common types include int, float, str, list, dict. Example: my_list = [1, 2, 3]
Control Structures: Use 'if', 'elif', 'else' for conditional statements. Example: if x > 5: print('Greater')
Loops: 'for' and 'while' loops for iteration. ...
Top trending discussions
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.
I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.
I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.
I aspire to mentor junior analy...
To debug a particular program without affecting others, use breakpoints and step through the code.
Set a breakpoint in the program you want to debug
Step through the code using a debugger to identify the issue
Use logging statements to track the flow of the program
Check the call stack to see which functions are being called
Use conditional breakpoints to stop the program at specific points
I applied via Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.
HR told about the company on the first day, how it works, told the rules, showed the management and a lot
I applied via Approached by Company and was interviewed before Jul 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
If and Switch Case statements are used for conditional branching in programming.
If statements are used for simple conditional branching.
Switch Case statements are used for multiple conditional branching.
If statements are more flexible than Switch Case statements.
Switch Case statements are more efficient than If statements for large number of conditions.
If statements can be nested, but Switch Case statements cannot.
Exam...
Yes, algorithms and pseudocodes are still important in IT Services.
Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.
Pseudocodes are used to plan and design algorithms before coding them.
Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.
Examples of algorithms include sorting algorithms, search algorithms...
Yes, I am comfortable using both CLIs and IDEs for my daily tasks.
I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.
I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.
I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.
based on 1 interview experience
Difficulty level
Duration
Servicenow Developer
10
salaries
| ₹3 L/yr - ₹6 L/yr |
Associate Technical Consultant
7
salaries
| ₹3 L/yr - ₹4.4 L/yr |
Senior Technical Consultant
5
salaries
| ₹10.2 L/yr - ₹13.3 L/yr |
Senior Human Resource Manager
4
salaries
| ₹7 L/yr - ₹7.2 L/yr |
Technical Consultant
3
salaries
| ₹6 L/yr - ₹7.2 L/yr |
TCS
Accenture
Wipro
Cognizant