i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Abstraction is hiding implementation details, while interfaces define a contract for classes to implement.
Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only interact with the public methods and properties.
Interfaces define a contract that specifies a set of methods that a class must implement, without specifying how those methods are implemented.
Abstraction can be ac...
Yes, I have worked on web services. I have experience in designing, developing, and maintaining RESTful APIs.
Designed RESTful APIs for communication between different systems
Developed web services using technologies like Node.js, Express, and Spring Boot
Maintained and optimized existing web services for better performance
Integrated third-party APIs into existing systems for added functionality
globalzn refers to variables or functions that can be accessed from anywhere in the program, while localzn refers to variables or functions that are only accessible within a specific scope.
Globalzn variables/functions can be accessed from anywhere in the program
Localzn variables/functions are only accessible within a specific scope
Globalzn variables/functions have a wider scope than localzn variables/functions
I have worked on various design patterns including Singleton, Factory, Observer, and Strategy.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are no...
I applied via Approached by Company and was interviewed in Apr 2024. There were 4 interview rounds.
Contained only mcq questions related to maths and reasoning
Use Floyd's Cycle Detection Algorithm to detect two loops in a linked list.
Initialize two pointers, slow and fast, both starting at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps in each iteration.
If they meet at some point, there is a loop. Reset one pointer to head and move both by one step until they meet again to find the start of the loop.
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List
Few basics of java
Dsa question
Basic aptitude questions. Could be done easily if practiced enough
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
Code test on Codility
NodeJs handles concurrency using event-driven, non-blocking I/O model.
NodeJs uses event loop to handle multiple requests concurrently.
It utilizes asynchronous functions to avoid blocking the main thread.
NodeJs supports callbacks, promises, and async/await for managing asynchronous operations.
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Dec 2023. There were 5 interview rounds.
It was a MCQ type round with 3 coding questions. This round consisted of questions from aptitude, SQL knowledge and a sql command writing question, Programming basics, Web Technology, 2 coding questions. CS Subjects and some Situational based questions.
It was a Just a minute round in which a topic was given by the interviewer to speak upon.
NOSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.
NOSQL databases store data in key-value pairs, wide-column stores, document databases, or graph databases.
They are designed for handling large volumes of data and are highly scalable.
Examples include MongoDB, Cassandra, Redis, and Neo4j.
I was interviewed in Dec 2023.
Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.
ngOnChanges: called when an input property changes
ngOnInit: called once the component is initialized
ngDoCheck: called during every change detection run
ngAfterContentInit: called after content (ng-content) has been projected into the component
ngAfterContentChecked: called after every check of the projected content
ng...
posted on 6 Jun 2024
Services in Drupal are reusable objects that perform specific functions, such as database queries or sending emails.
Services are defined in YAML files and can be accessed throughout a Drupal site.
They are used to encapsulate reusable functionality and promote code reusability.
Examples of services in Drupal include the database service for interacting with the database, the mail service for sending emails, and the logge
Debugging in Drupal involves using tools like Devel module, watchdog(), and error logs.
Enable Devel module for debugging information
Use watchdog() function to log messages to Drupal's watchdog log
Check error logs for PHP errors and warnings
Use dpm() function to print variables for debugging purposes
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Var is function scoped, let is block scoped in JavaScript.
Var is function scoped, let is block scoped
Var can be redeclared, let cannot
Var is hoisted to the top of the function, let is not
Use let for block-level variables, var for function-level variables
React hooks are functions that let you use state and other React features in functional components.
useState: allows functional components to have local state
useEffect: allows side effects in functional components
useContext: allows functional components to access context
useReducer: alternative to useState for more complex state logic
useMemo: memoizes the result of a function
useCallback: memoizes a callback function
useRe...
Consultant
33k
salaries
| ₹6.3 L/yr - ₹23 L/yr |
Senior Consultant
20.7k
salaries
| ₹11 L/yr - ₹35 L/yr |
Analyst
14k
salaries
| ₹3.6 L/yr - ₹12.4 L/yr |
Assistant Manager
10k
salaries
| ₹7.8 L/yr - ₹24 L/yr |
Manager
7k
salaries
| ₹15.7 L/yr - ₹52 L/yr |
Accenture
PwC
Ernst & Young
Cognizant