Filter interviews by
Designing Ms Teams involves creating channels, setting up permissions, integrating apps, and customizing notifications.
Create different channels for different teams or projects
Set up permissions to control access to channels and files
Integrate apps like Trello, Asana, or Salesforce for seamless workflow
Customize notifications to ensure important messages are not missed
Trigger code to update a field in a table when a new record is inserted
Create a trigger on the table for INSERT events
Use the NEW keyword to access the newly inserted record
Update the desired field in the table using the NEW values
Handle dynamic web elements by using techniques like waiting, locating by attributes, and using explicit waits.
Use implicit waits to wait for elements to load before interacting with them
Locate elements by attributes like ID, class name, xpath, etc.
Use explicit waits to wait for specific conditions before proceeding
Handle dynamic elements by using dynamic locators or regular expressions
Use frameworks like Selenium...
I break down the task into smaller steps, prioritize them, seek help if needed, and stay organized.
Break down the task into smaller, manageable steps
Prioritize the steps based on urgency and importance
Seek help or guidance from colleagues or supervisors if necessary
Stay organized by keeping track of progress and deadlines
Custom metadata is customizable, deployable, and upgradeable application metadata, while custom settings are application settings that can be accessed using Apex code.
Custom metadata is deployable and upgradeable, while custom settings are not
Custom metadata is customizable at the field level, while custom settings are not
Custom metadata can be accessed in Apex using SOQL queries, while custom settings can be acce...
Yes, Aura can be called from LWC using the lightning namespace
Aura can be called from LWC using the 'lightning' namespace
You can use 'lightning/navigation' to navigate to a record page or URL
You can also use 'lightning/messageService' to communicate between components
Developed a web-based project management tool for tracking tasks and deadlines.
Used AngularJS for front-end development
Implemented RESTful APIs for backend using Node.js
Utilized MongoDB for database storage
Design a library system for efficient management of books and resources.
Consider user-friendly interface for searching and borrowing books
Implement a database to store information about books, users, and transactions
Include features like book reservation, due date reminders, and late fee calculation
Integrate a system for tracking book availability and location within the library
Create a trigger to copy billing location to shipping location upon account creation.
Use 'AFTER INSERT' trigger on the Account object.
Access the billing location fields from the newly created account.
Create a new shipping location record with the copied billing details.
Example: If billing address is '123 Main St', set shipping address to '123 Main St'.
Ensure to handle bulk inserts to avoid governor limits.
A grand parent child trigger scenario involves triggering an action in a child record based on changes in a grandparent record.
Create a trigger on the grandparent object to monitor changes
Use a trigger handler class to handle the logic for updating child records
Consider using trigger context variables to pass data between the grandparent and child triggers
I appeared for an interview in Feb 2025.
They provide a dataset, and you are required to create a dashboard.
I appeared for an interview in Feb 2025.
The first round was a coding test on HackerRank that lasted 75 minutes and included three medium-level questions. The second round involved pair coding; a CoderPad link was shared, and you were required to solve a coding question within 45 minutes. The third and fourth rounds were focused on High-Level Design (HLD) and Low-Level Design (LLD), which I was unable to experience as I was rejected in the second round.
Find the optimized path in an n*m matrix from top-left to bottom-right using dynamic programming.
Use dynamic programming to store the minimum cost to reach each cell.
Initialize a 2D array 'dp' where dp[i][j] represents the minimum cost to reach cell (i, j).
Base case: dp[0][0] = matrix[0][0].
For each cell, calculate dp[i][j] as the minimum of dp[i-1][j] and dp[i][j-1] plus the current cell's cost.
Example: For a matrix [...
I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.
Listen actively, stay calm, empathize, apologize, offer solutions, follow up
Listen actively to understand their concerns
Stay calm and composed, do not take their anger personally
Empathize with their situation and show understanding
Apologize for any inconvenience caused, even if it's not your fault
Offer solutions or alternatives to address their issues
Follow up to ensure the problem is resolved to their satisfaction
posted on 17 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Design a machine learning system for Quora to enhance question-answering and user engagement.
User Profiling: Analyze user interests and past interactions to personalize question recommendations.
Content Ranking: Use NLP to rank answers based on relevance, quality, and user engagement metrics.
Spam Detection: Implement ML models to identify and filter out spam or low-quality content.
Collaborative Filtering: Suggest questi...
Implement Kmeans algorithm from scratch
Initialize k centroids randomly
Assign each data point to the nearest centroid
Update centroids based on the mean of data points assigned to them
Repeat until convergence criteria is met
I appeared for an interview in Jun 2025, where I was asked the following questions.
I have a diverse background in data analysis, project management, and financial modeling, with a strong focus on delivering insights.
Graduated with a degree in Economics, where I developed a strong foundation in statistical analysis and economic theory.
Interned at XYZ Corp, where I assisted in analyzing market trends, leading to a 15% increase in sales through data-driven recommendations.
Worked as a Data Analyst at ABC...
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
First round was mcq round
Technical support engineers often face development-related questions to assess their problem-solving skills and technical knowledge.
Understand the software development lifecycle (SDLC) and its phases.
Familiarize yourself with common programming languages like Python, Java, or JavaScript.
Be prepared to troubleshoot code issues; for example, debugging a simple script.
Know how to use version control systems like Git for c...
Implemented a new ticketing system to streamline support processes
Researched and evaluated different ticketing systems
Collaborated with IT team to implement chosen system
Provided training to support team on how to use the new system
Yes, I am proficient in Lightning Web Components (LWC) development.
Experienced in developing custom components using LWC framework
Knowledge of HTML, CSS, JavaScript, and Salesforce Apex
Familiar with Salesforce Lightning Design System (SLDS)
Ability to create interactive and responsive user interfaces
Troubleshooting and debugging skills for LWC applications
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
Scatter gather is a Mule component that sends a message to multiple targets in parallel and aggregates the responses.
Scatter gather allows you to send a message to multiple endpoints concurrently.
Each endpoint processes the message independently and returns a response.
The responses are then aggregated and returned as a single message.
Useful for scenarios where you need to call multiple services and combine their result...
REST APIs are more suitable for lightweight, stateless communication, while SOAP APIs are better for complex, stateful interactions.
REST APIs are preferred for web-based applications due to their simplicity and flexibility.
SOAP APIs are better suited for enterprise-level applications that require strict security and transactional support.
REST APIs use standard HTTP methods like GET, POST, PUT, and DELETE, making them e...
DataWeave code should be provided based on input and output requirements to transform data in Mulesoft.
DataWeave code should be provided when there is a need to transform data from one format to another.
It should be executed when integrating systems with different data structures.
Examples include transforming JSON to XML, CSV to JSON, etc.
I approach tasks by analyzing requirements, selecting appropriate connectors, designing the integration flow, testing, and ensuring expected outcomes are met.
Analyze the requirements of the task to understand the data sources, transformations, and endpoints involved
Select the appropriate connectors based on the systems being integrated (e.g. Salesforce, SAP, databases)
Design the integration flow using MuleSoft's Anypoi...
I appeared for an interview in Jan 2025.
Pmp related assignment
I appeared for an interview in Aug 2024.
The three types of data extensions are Data Extension, Sendable Data Extension, and Data Filter.
Data Extension: Used to store data and can be used for sending emails.
Sendable Data Extension: A type of Data Extension that can be used for sending emails.
Data Filter: Used to segment data based on specific criteria.
I have worked on multiple complex journeys involving troubleshooting network issues, resolving software bugs, and implementing system upgrades.
Troubleshooting network issues for a multinational company with offices in multiple countries
Resolving software bugs in a critical application used by thousands of users
Implementing system upgrades for a large-scale data center to improve performance and security
Yes, I have experience handling clients in stressful situations and resolving issues effectively.
I have strong communication skills to calmly address the client's concerns
I am able to troubleshoot and identify the root cause of the issue
I have experience in providing timely and effective solutions to clients
I am able to remain calm and professional under pressure
Yes, I am open for shifts and can work flexible hours as required.
I am willing to work different shifts including nights and weekends
I understand the importance of being available to support customers at all times
I have previous experience working in a shift-based role
Top trending discussions
Some of the top questions asked at the Salesforce interview -
The duration of Salesforce interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 205 interview experiences
Difficulty level
Duration
based on 1k reviews
Rating in categories
Hyderabad / Secunderabad,
Bangalore / Bengaluru
8-13 Yrs
₹ 33.5-61.2 LPA
Technical Support Engineer
993
salaries
| ₹14.5 L/yr - ₹26 L/yr |
Technical Consultant
448
salaries
| ₹19 L/yr - ₹32 L/yr |
Senior Technical Consultant
396
salaries
| ₹26 L/yr - ₹45 L/yr |
Member Technical Staff
367
salaries
| ₹32 L/yr - ₹58.3 L/yr |
Senior Member of Technical Staff
343
salaries
| ₹48 L/yr - ₹87.7 L/yr |
SAP
Zoho
Oracle
Adobe