Filter interviews by
VPC in Nexus device stands for Virtual Port Channel, which allows multiple physical links to be combined into a single logical link for increased bandwidth and redundancy.
VPC allows for active-active links between switches, improving network resiliency
It is commonly used in data centers to create a loop-free topology
VPC is a feature of Cisco Nexus switches
VDC stands for Virtual Device Context in Nexus device, allowing multiple virtual switches within a single physical switch.
VDC allows for logical separation of resources within a single physical switch
Each VDC has its own set of resources and configuration, operating independently
VDC helps in achieving better resource utilization and network segmentation
I was interviewed in Jan 2025.
Trapping rain water and median of two sorted array
I was interviewed before Feb 2024.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
posted on 4 Dec 2024
It was an online assessment containing 3 DSA questions
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Yes, future methods can be called from a batch class in Salesforce.
Future methods can be called from batch classes to perform asynchronous processing.
This can be useful for offloading long-running tasks to future methods to avoid hitting governor limits.
Example: Calling a future method from a batch class to update records in Salesforce asynchronously.
The @track decorator in Salesforce is used to track changes to a property in a Lightning web component.
Used to make a property reactive and trigger re-renders when its value changes
Not mandatory but recommended for properties that need to be reactive
Use @track when you want changes to a property to be reflected in the UI
APEX CPU Limit Exceeded error happens when code consumes too much CPU time. Best practices include optimizing code, reducing loops, and using asynchronous processing.
Avoid using nested loops and optimize code for better performance
Use asynchronous processing like @future or Queueable to offload CPU intensive tasks
Limit the use of SOQL queries inside loops to reduce CPU consumption
Mixed DML Exception occurs when DML operations are performed on setup and non-setup objects in a single transaction.
Occurs when DML operations are performed on both setup and non-setup objects in a single transaction
Setup objects include User, Profile, PermissionSet, etc.
Non-setup objects include custom objects, standard objects like Account, Contact, etc.
The code will output 'undefined' because variable 'a' is hoisted within the function.
Variable 'a' is hoisted to the top of the function scope, so when 'console.log(a)' is called, 'a' is undefined.
To fix this, move the declaration of 'var a=2;' above the 'console.log(a);' statement.
SOQL query to fetch description field from Account and reason for inability to filter
SOQL query: SELECT Description FROM Account
Description field is not filterable because it is a long text field
Long text fields cannot be filtered in SOQL queries
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
I was interviewed in Jul 2024.
Use authentication, authorization, encryption, input validation, and monitoring to ensure API security in .NET.
Implement authentication mechanisms like OAuth or JWT to verify the identity of clients accessing the API.
Use authorization to control access to different parts of the API based on user roles and permissions.
Encrypt sensitive data transmitted over the API using protocols like HTTPS.
Validate and sanitize input ...
Considerations for managing millions of responses in a client-server application
Implement efficient data storage and retrieval mechanisms, such as using a distributed database or caching
Optimize network communication by minimizing unnecessary data transfer and using compression techniques
Scale the server infrastructure horizontally to handle increased load, such as using load balancers and auto-scaling
Implement asynchr...
Various technologies used in the project include Java, Spring Boot, Angular, MySQL, and Docker.
Java
Spring Boot
Angular
MySQL
Docker
based on 1 interview
Interview experience
Associate
335
salaries
| ₹1.5 L/yr - ₹6.3 L/yr |
Associate Engineer
282
salaries
| ₹2.8 L/yr - ₹8 L/yr |
Financial Analyst
263
salaries
| ₹6.8 L/yr - ₹23 L/yr |
Project Manager
238
salaries
| ₹7 L/yr - ₹23.3 L/yr |
Network Engineer
203
salaries
| ₹2.7 L/yr - ₹9 L/yr |
Vodafone Idea
Bharti Airtel
Jio
Tata Communications