Filter interviews by
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
Angular file structure organizes code into modules, components, services, and assets.
Angular projects have a src folder containing app and assets folders
App folder contains modules, components, services, and other files
Components have their own folder with HTML, CSS, and TypeScript files
Services are placed in a separate folder for reusability
Assets folder stores static files like images and fonts
Auth guards are used in software development to control access to certain resources based on user authentication and authorization.
Auth guards are used in web applications to restrict access to certain routes or resources based on user authentication.
They are commonly used in frameworks like Angular and Laravel to protect routes from unauthorized access.
Auth guards can check if a user is authenticated and authorized to...
Http client module is a module in programming languages that allows communication with HTTP servers.
Http client module is used to send requests to servers and receive responses.
It can handle various HTTP methods like GET, POST, PUT, DELETE, etc.
It can also handle headers, cookies, and other request/response parameters.
Examples include HttpClient in Java, requests module in Python, axios in JavaScript.
Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.
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
...
CSS box model is a fundamental concept in web design that defines the structure and layout of elements on a webpage.
The box model consists of content, padding, border, and margin.
Content area is where text or images are displayed.
Padding is the space between the content and the border.
Border is the line that surrounds the padding.
Margin is the space outside the border.
Each of these components can be styled using CSS pr
Top trending discussions
General aptitude questions
Problem solving, solved 2 out of 3 questions
General topics were given in gd
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Aug 2024. There were 2 interview rounds.
Its basically a test comprising 32 mcq
12- logical reasoning
20- core C,DBMS, OS , Computer Networks
2 coding Questions
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization is used to eliminate data redundancy by breaking up tables into smaller, related tables.
It helps in reducing data anomalies such as insertion, update, and deletion anomalies.
Normalization is achieved through a series of stages called normal forms, with the most common being First Normal Form (1NF)...
Armstrong algorithm is used to find Armstrong numbers in a given range.
Iterate through the numbers in the given range
Calculate the sum of cubes of each digit in the number
Check if the sum is equal to the original number
posted on 15 Jul 2024
To add two linked lists, iterate through both lists simultaneously and add corresponding nodes, considering carry from previous addition.
Create a dummy node to hold the result.
Initialize current node to dummy node.
Iterate through both lists, adding values and carry from previous addition.
Move to next nodes in both lists.
Handle cases where one list is longer than the other.
Handle final carry if present.
Use Dijkstra's algorithm to find the shortest path in a graph
Implement Dijkstra's algorithm to find the shortest path between two nodes in a graph
Maintain a priority queue to keep track of the shortest distance to each node
Update the shortest distance to each node as you traverse the graph
Track the path by storing the previous node for each node visited
Check if a binary tree is a Binary Search Tree (BST)
Perform an in-order traversal of the tree and check if the resulting array is sorted
Keep track of the previous node value during traversal to compare with the current node value
Ensure that each node's value is greater than the previous node's value in the in-order traversal
Check if a substring in an array of strings is a palindrome or not.
Iterate through each string in the array
For each string, check if any of its substrings are palindromes
Return true if a palindrome substring is found, false otherwise
posted on 23 Oct 2024
posted on 13 Jun 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
Java theory questions and system questions with 2 DSA question
System design question with api designs
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
posted on 20 May 2024
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.
Use xpath to locate elements based on their attributes or position on the page
For dynamic loading, use explicit waits to ensure elements are present before interacting with them
Consider using relative xpath expressions to make your tests more robust and maintainable
TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.
TestNG uses annotations to define test methods and test configurations.
It supports parameterized tests, test dependencies, and test groups.
TestNG allows parallel execution of tests, making it faster than other testing frameworks.
It provides detailed test reports and supports data-driven testing.
TestNG can be integ...
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
263
salaries
| ₹6 L/yr - ₹22 L/yr |
Member Technical Staff
135
salaries
| ₹9 L/yr - ₹30 L/yr |
Software Engineer
110
salaries
| ₹3 L/yr - ₹12 L/yr |
Physical Design Engineer
55
salaries
| ₹5 L/yr - ₹17 L/yr |
Software Engineer2
49
salaries
| ₹5 L/yr - ₹12 L/yr |
Sasken
Einfochips
Cyient
L&T Technology Services