Filter interviews by
I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.
ORM stands for Object-Relational Mapping. It is a programming technique for converting data between incompatible type systems in object-oriented programming languages.
ORM helps developers to interact with databases using an object-oriented approach
It eliminates the need to write complex SQL queries by providing a way to perform CRUD operations using programming language syntax
ORM frameworks like Hibernate in Java or En...
Typehinting is specifying the data type of a variable in function parameters or return values in programming languages.
Typehinting helps improve code readability and maintainability by clearly defining the expected data types.
It can help catch errors early on during development, as the code editor or IDE can provide warnings if incorrect data types are used.
If typehinting is not used, it may lead to unexpected errors o...
Events and observers in Laravel allow for decoupling of classes and handling of various actions in a more modular way.
Events are triggered when a specific action occurs in the application.
Observers listen for these events and respond accordingly.
Events and observers help in decoupling classes and keeping the codebase clean and modular.
Example: Creating a 'UserRegistered' event when a new user registers, and having an '...
The default package used for Auth in the latest Laravel is 'Jetstream'. It provides pre-built authentication scaffolding.
Jetstream is a new package introduced in Laravel 8 for authentication.
It provides pre-built authentication components like login, registration, email verification, two-factor authentication, and more.
Jetstream uses Laravel Fortify under the hood for authentication logic.
Developers can choose between ...
Static methods and static arguments are associated with the class itself rather than with instances of the class.
Static methods are methods that belong to the class itself, not to any specific instance of the class.
Static arguments are arguments that are passed to static methods and are not associated with any particular instance of the class.
Static methods can be called directly on the class, without needing to create...
Dependency injection is a design pattern where components are provided with their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.
Logical Aptitude, Verbal, Numerical
2 codes one small and easy , another big and medium difficultly
I appeared for an interview before Jul 2021.
This will be a general apptitude test where a questionnaire is consist of reasoning, English and Maths questions
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
To check Java version, use command prompt/terminal and type 'java -version'.
Open command prompt/terminal
Type 'java -version'
Press enter
The installed Java version will be displayed
The main method syntax is a standard entry point for Java programs.
The main method must be declared as public, static, and void.
The method name must be 'main'.
The method must accept an array of strings as an argument.
The method must be defined within a class.
Example: public static void main(String[] args) { }
I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.
I appeared for an interview before Nov 2020.
Round duration - 180 Minutes
Round difficulty - Medium
The test was started in the evening 4pm approx.
It was flexible due to Corona so we gave the test from our home only.
It had listening skill activity too according to which we were marked .
Interviewer was very supportive because of which it was easier for us to open up easily .
You are provided with a string expression
consisting of characters '+', '-', '*', '/', '(', ')' and digits '0' to '9', representing an arithmetic express...
Evaluate arithmetic expressions in infix notation with given operators and precedence rules.
Parse the infix expression to postfix using a stack and then evaluate the postfix expression using another stack
Use a stack to keep track of operators and operands while parsing the expression
Handle operator precedence and associativity rules while converting to postfix and evaluating the expression
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
The task is to determine if a given string of parentheses is balanced or not.
Iterate through the characters of the string and use a stack to keep track of opening parentheses.
When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.
If the stack is empty at the end or there are unmatched parentheses, the string is not balanced.
Exa...
Round duration - 20 Minutes
Round difficulty - Medium
Interview
Ninja is exploring new challenges and desires to reverse a given number. Your task is to assist Ninja in reversing the number provided.
If a number has trailing ze...
Implement a function to reverse a given number, omitting trailing zeros.
Create a function that takes an integer as input and reverses it while omitting trailing zeros
Use string manipulation to reverse the number and remove any trailing zeros
Handle test cases where the number has leading zeros as well
Ensure the reversed number is printed for each test case on a new line
Tip 1 : confidence is the key.
Tip 2 : focus on communication skills.
Tip 3 : be honest and well prepared about your projects and trainings .
Tip 1 : it should be to the point.
Tip 2 : be honest. And one should know everything that is written down there.
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
Puzzles, Psychometric Test
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.
Some of the top questions asked at the Telltoday Media Software Developer interview -
based on 1 interview
Interview experience
Head - Projects
3
salaries
| ₹15 L/yr - ₹15 L/yr |
TCS
Accenture
Wipro
Cognizant