Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.
A DLL (Dynamic Link Library) is a file containing code and data that can be used by multiple programs at the same time. OOPs (Object-Oriented Programming) concepts include inheritance, polymorphism, encapsulation, and abstraction.
DLL stands for Dynamic Link Library and contains code and data that can be used by multiple programs simultaneously
OOPs concepts include inheritance, polymorphism, encapsulation, and abstracti...
You can use an ArrayList in Java to dynamically change the size of the array without creating a new array.
Use ArrayList<String> instead of String[] to store strings in a dynamic array.
You can add or remove elements from the ArrayList as needed without creating a new array.
Example: ArrayList<String> strings = new ArrayList<String>(); strings.add("Hello"); strings.add("World");
Different programming languages have unique syntax for printing 'Hello, World!'. Here are some examples.
Python: print('Hello, World!')
Java: System.out.println('Hello, World!');
JavaScript: console.log('Hello, World!');
C: printf('Hello, World!');
Ruby: puts 'Hello, World!'
PHP: echo 'Hello, World!';
Yes, multiple catch blocks can be used with one try block to handle different types of exceptions.
Multiple catch blocks can be used to handle different types of exceptions thrown within the try block.
Each catch block can specify a different type of exception to catch and handle.
The catch blocks are evaluated in order, so the first catch block that matches the thrown exception type will be executed.
If no catch block mat...
Asynchronous and synchronous refer to different methods of executing code in relation to time.
Synchronous code is executed in a sequential order, one task at a time.
Asynchronous code allows multiple tasks to be executed concurrently, without waiting for each other to finish.
Examples of synchronous operations include reading a file line by line, while examples of asynchronous operations include making API calls or handl...
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.
I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.
Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.
Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.
Interest in new technologies: I'm excited about working with cuttin...
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
posted on 19 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.
C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.
C++ is an extension of the C programming language.
It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.
C++ is used in developing operating systems, browsers, databases, and other software applications.
It is known for its performance an...
A data structure that stores a sequence of elements in a linear order.
Consists of nodes that contain data and a pointer to the next node.
Can be singly linked or doubly linked.
Used for implementing stacks, queues, and hash tables.
Example: Singly linked list - 1 -> 2 -> 3 -> null
Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.
I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.
Some of the top questions asked at the Magnatesage Technologies Junior Software Developer interview -
based on 1 interview experience
Difficulty level
Duration
Software Engineer
5
salaries
| ₹2.5 L/yr - ₹7.4 L/yr |
Web Developer
4
salaries
| ₹3.6 L/yr - ₹4 L/yr |
Quality Analyst
3
salaries
| ₹4.6 L/yr - ₹4.6 L/yr |
Junior Software Engineer
3
salaries
| ₹2 L/yr - ₹4 L/yr |
Android Developer
3
salaries
| ₹2.8 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant