Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There was 1 interview round.
IIFE stands for Immediately Invoked Function Expression. It is a function that is executed as soon as it is defined.
IIFE is enclosed in parentheses () to make it an expression.
It is followed by another set of parentheses () to invoke the function immediately.
It is commonly used to create a private scope for variables and functions.
Example: (function() { console.log('Hello World!'); })();
Promises in JavaScript are used to handle asynchronous operations and avoid callback hell.
Promises represent a value that may not be available yet but will be resolved at some point in the future.
They have three states: pending, fulfilled, or rejected.
Promises can be chained using .then() and .catch() methods.
They can also be used with async/await syntax.
Example: new Promise((resolve, reject) => {...}).then(result => {
I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.
Some basic aptitude questions
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Basic apptitude qwuestions were asked
Java is a statically typed, object-oriented programming language, while Python is dynamically typed and focuses on simplicity and readability.
Java is statically typed, meaning variables must be declared with a specific data type, while Python is dynamically typed.
Java is more verbose and requires more code to accomplish tasks compared to Python.
Python emphasizes simplicity and readability, making it easier for beginner...
I chose Mindtree because of its reputation for innovation, collaborative work culture, and opportunities for growth.
Reputation for innovation: Mindtree is known for its cutting-edge technology solutions and innovative projects.
Collaborative work culture: Mindtree fosters a team-oriented environment where employees can learn and grow together.
Opportunities for growth: Mindtree offers various training programs and career...
posted on 19 Jan 2025
I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.
Techmahindra asking good question .
About skills, and when graduate and he asking about under the skill you know
Good question and number, factorial etc
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Python full stack coding, Java full stack
Discuss about coding,aptitude
I applied via Naukri.com and was interviewed in Nov 2023. There were 5 interview rounds.
Reasoning and arithmetic questions and sudoo codes and english grammar
C, C++, JAVA, PYTHON programs
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reusability and promotes a hierarchical relationship between classes.
Example: Class B inherits from Class A, gaining access to its attributes and methods.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Example: A method th...
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
2 questions . 1 arrays , 2nd double sliding window
I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.
Input and output functions in C language are used to interact with the user and the external environment.
Input functions in C include scanf() for reading input from the user and getchar() for reading a single character.
Output functions in C include printf() for displaying output to the user and putchar() for displaying a single character.
File input and output functions in C include fopen(), fclose(), fread(), and fwrit
Header files contain declarations of functions, variables, and constants used in a program.
Header files are included in source code files using #include directive.
They help in organizing code by separating declarations from implementation.
Common header files in C/C++ include
Datatypes in C language include int, float, char, double, and more.
Basic datatypes: int, float, char, double
Derived datatypes: arrays, pointers, structures, unions
Enumerated datatypes: enum
Void datatype: void
Example: int num = 10; char letter = 'A'; float value = 3.14;
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
Basic General knowledge questions in Aptitude test
The job purpose of a Junior Software Developer is to develop and maintain software applications.
Developing and coding software applications
Testing and debugging software
Collaborating with team members to design and implement software solutions
Maintaining and updating existing software
Troubleshooting and resolving software issues
Learning and adapting to new technologies and programming languages
based on 1 review
Rating in categories
Devops Engineer
50
salaries
| ₹4 L/yr - ₹12 L/yr |
Software Engineer
22
salaries
| ₹4 L/yr - ₹8.9 L/yr |
Project Manager
11
salaries
| ₹7 L/yr - ₹17 L/yr |
Sccm Administrator
7
salaries
| ₹7.8 L/yr - ₹11 L/yr |
Cloud Security Engineer
7
salaries
| ₹4.5 L/yr - ₹6.8 L/yr |
Amazon Web Services
Microsoft Azure
Google Cloud
IBM