Filter interviews by
Efficiency, simplicity, concurrency support, strong typing, easy to learn and use
Efficiency: Golang compiles to machine code, resulting in fast execution
Simplicity: Golang has a clean and simple syntax, making it easy to read and write
Concurrency support: Golang has built-in support for concurrent programming with goroutines and channels
Strong typing: Golang's static typing helps catch errors at compile time
Easy to lea...
Top trending discussions
posted on 26 Jul 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
Generale questions about my previous experience
Coding test nodejs assignnment
Create a Movie application on compose using mvvm
posted on 6 May 2024
The 'ref' keyword in C# is used to pass arguments by reference instead of by value.
Allows a method to modify the value of the argument passed to it
Useful when you want to update the original value of a variable inside a method
Can be used with value types and reference types
Example: void UpdateValue(ref int num) { num = 10; }
Example: int value = 5; UpdateValue(ref value); // value will be 10 after the method call
React Hooks are functions that let you use state and other React features without writing a class.
React Hooks were introduced in React 16.8.
They allow you to use state and other React features in functional components.
Some commonly used React Hooks are useState, useEffect, useContext, etc.
Hooks are more lightweight and easier to understand compared to class components.
posted on 12 Aug 2023
JWT token is a JSON Web Token used for authentication and authorization. OAuth2 is an authorization framework.
JWT token is a compact and self-contained way to transmit information between parties as a JSON object.
OAuth2 is an authorization framework that enables a third-party application to obtain limited access to an HTTP service.
JWT token is used for authentication and authorization, while OAuth2 is used for authoriz...
I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.
Just basic DSA round
The question is asking for your name.
Answer with your actual name
Be honest and straightforward
Avoid giving a fake name or trying to be clever
An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.
An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.
A class can implement multiple interfaces, but can only inherit from a single abstract class.
Interfaces are used to achieve multiple inheritance in Java.
Abstract classe...
Enum is a data type that consists of a set of named values.
Enums are used to define a set of constants that can be assigned to a variable.
They make code more readable and maintainable.
Example: enum Color { RED, GREEN, BLUE }
Enums can also have values assigned to them, like enum Size { SMALL = 1, MEDIUM = 2, LARGE = 3 }
posted on 20 Feb 2024
I applied via Campus Placement
2 Questions - 1 graph and one basic
Interview experience
based on 1 review
Rating in categories
Development Engineer 2
139
salaries
| ₹10.1 L/yr - ₹16 L/yr |
Development Engineer
124
salaries
| ₹7 L/yr - ₹27 L/yr |
Devops Engineer
118
salaries
| ₹5.2 L/yr - ₹19 L/yr |
Development Engineer 3
110
salaries
| ₹13 L/yr - ₹24.2 L/yr |
Data Engineer
67
salaries
| ₹5.5 L/yr - ₹21 L/yr |
AT&T
Verizon
The Walt Disney Company
Time Warner Cable ( Now Known as Spectrum)