i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed before Apr 2023.
The aptitude test had medium difficulty questions.
A case study was provided to us and based on that a few questions were asked followed by a few other technical questions.
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
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 LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I had a conflict with a team member over project priorities.
Miscommunication led to conflicting priorities
Discussed the issue openly and found a compromise
Learned the importance of clear communication in team projects
Developed a web-based project management tool for tracking tasks and deadlines
Used React for front-end development
Implemented user authentication and authorization using JWT tokens
Utilized Node.js and Express for back-end development
Integrated MongoDB for database storage
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...
posted on 8 Mar 2024
I applied via Campus Placement
Consultant
32.7k
salaries
| ₹6.2 L/yr - ₹23 L/yr |
Senior Consultant
20.8k
salaries
| ₹11 L/yr - ₹42 L/yr |
Analyst
13.8k
salaries
| ₹3.8 L/yr - ₹12.6 L/yr |
Assistant Manager
9.9k
salaries
| ₹7.5 L/yr - ₹24 L/yr |
Manager
6.9k
salaries
| ₹15.5 L/yr - ₹52 L/yr |
Accenture
PwC
Ernst & Young
Cognizant