i
Deloitte
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Using a shared service to communicate data between unrelated components in Angular.
Create a shared service with a BehaviorSubject to store and emit data
Inject the shared service into both components that need to share data
Subscribe to the BehaviorSubject in each component to receive updates
Lazy loading in Angular allows for loading modules only when they are needed, improving performance.
Lazy loading is achieved by using the loadChildren property in the route configuration.
Modules are loaded asynchronously when the user navigates to a route that requires them.
Lazy loading helps reduce the initial bundle size and improve the app's loading time.
Example: { path: 'admin', loadChildren: () => import('./admin/...
Prevent XSS vulnerability by sanitizing user input, using Angular's built-in security features, and implementing Content Security Policy.
Sanitize user input by using Angular's DomSanitizer to prevent execution of malicious scripts
Use Angular's built-in security features like SafeValue and SafeHtml to securely render user input
Implement Content Security Policy (CSP) to restrict the sources from which scripts can be load...
Use observables and combineLatest operator to fetch data from multiple services in a component
Create observables for each service call
Use combineLatest operator to combine the observables and fetch data from all services at once
Subscribe to the combined observable to get the data
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Program to calculate factorial
Use a loop to multiply the numbers from 1 to n
Handle edge cases like 0 and negative numbers
Use recursion for a more elegant solution
posted on 8 Mar 2024
I applied via Campus Placement
What people are saying about Deloitte
I have a strong background in software development, focusing on full-stack technologies and agile methodologies.
Bachelor's degree in Computer Science from XYZ University.
3 years of experience in web development using JavaScript, React, and Node.js.
Worked on a team project that improved application performance by 30%.
Experience with Agile methodologies, participating in daily stand-ups and sprint planning.
Contributed to...
posted on 9 Nov 2024
I applied via LinkedIn and was interviewed before Jul 2023. There were 5 interview rounds.
Hackerrank online assessment
Case study with a little bit of math for scenario based questions
2 questions of coding with a live interviewer
Behavioral and coding with a senior engineer
I handle conflicts by actively listening, seeking common ground, and finding mutually beneficial solutions.
Actively listen to all parties involved to understand their perspectives
Seek common ground and areas of agreement to build upon
Find mutually beneficial solutions that address the concerns of all parties
Communicate openly and transparently to resolve conflicts effectively
Developing a real-time data synchronization system across multiple servers
Designing a scalable architecture to handle high volume of data
Implementing efficient algorithms for data synchronization
Handling conflicts and ensuring data consistency
Testing the system under various load conditions
posted on 28 Mar 2022
I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.
Very Basic Questions
around 50 question
Only the top Candidates will be move to next round
2 basic level coding promblems
can write in any language
I am a software developer with experience in various programming languages and a passion for creating innovative solutions.
Experienced in Java, C++, and Python
Developed a mobile app using React Native
Worked on a team to build a web application using AngularJS
Strong problem-solving and analytical skills
EY is a multinational professional services firm specializing in assurance, tax, consulting, and advisory services.
EY is one of the Big Four accounting firms.
It has a global presence with offices in over 150 countries.
The company offers services in areas such as auditing, tax planning, risk management, and technology consulting.
EY is known for its expertise in financial services, healthcare, technology, and other indus...
Yes, I have plans for higher education.
I am currently pursuing a Bachelor's degree in Computer Science and plan to continue my education with a Master's degree.
I believe that higher education will provide me with a deeper understanding of software development principles and help me stay updated with the latest technologies.
I am considering specialized courses or certifications in areas such as artificial intelligence o...
I know multiple programming languages including Java, Python, and C++.
Proficient in Java, Python, and C++
Familiar with JavaScript, HTML, and CSS
Experience with SQL and NoSQL databases
Comfortable with object-oriented programming and design patterns
I have worked on various projects involving web development, mobile app development, and database management.
Developed a web application using HTML, CSS, and JavaScript for a client in the e-commerce industry.
Created a mobile app using React Native for a startup in the travel sector.
Managed and optimized a MySQL database for a healthcare organization.
Implemented RESTful APIs using Node.js and Express for a social media...
Challenging questions in mathematics.
A constructive discussion about the significance of various topics and additional aspects.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Basic coding
based on 1 interview experience
Difficulty level
Duration
based on 3 reviews
Rating in categories
Consultant
40.2k
salaries
| ₹10 L/yr - ₹21.5 L/yr |
Senior Consultant
24.9k
salaries
| ₹16.6 L/yr - ₹33.4 L/yr |
Analyst
16.7k
salaries
| ₹5 L/yr - ₹12 L/yr |
Assistant Manager
11.3k
salaries
| ₹12.1 L/yr - ₹22 L/yr |
Manager
7.9k
salaries
| ₹24.6 L/yr - ₹43.8 L/yr |
Accenture
PwC
Ernst & Young
Cognizant