Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
posted on 20 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.
I am to good for any type of work doing
Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.
javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]
Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.
A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.
Data Interpretation
Study the following data and answer the question:
Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?
Options:
A) 20%
B) 25%
C) 22%
D) 27%
I was interviewed in Dec 2024.
Work done from all assigments
posted on 5 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.
posted on 20 Dec 2024
I applied via Indeed and was interviewed in Nov 2024. There were 2 interview rounds.
Basic Introduction and communication skills
Some essential plugins for WordPress include Yoast SEO, WooCommerce, Contact Form 7, and Jetpack.
Yoast SEO helps with search engine optimization
WooCommerce is used for creating online stores
Contact Form 7 allows users to easily create contact forms
Jetpack provides various features like security, performance optimization, and site management
I applied via AmbitionBox and was interviewed in Sep 2024. There was 1 interview round.
"Technical" refers to the specialized knowledge, skills, and expertise required to design, develop, implement, and maintain systems, products, or processes. It encompasses various aspects, include.
Technology is the application of scientific knowledge for practical purposes, often involving tools and systems to improve efficiency and solve problems.
Technology encompasses a wide range of tools, systems, and processes designed to improve efficiency and solve problems.
It involves the application of scientific knowledge to practical purposes.
Examples of technology include computers, smartphones, software, and machine...
The technical part refers to the specific skills, knowledge, and expertise required for a particular job or task.
Includes understanding of relevant laws, regulations, and policies
Involves proficiency in HR software and systems
Requires knowledge of employee relations best practices
May involve conducting investigations and resolving conflicts
Includes analyzing data and trends to inform decision-making
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 2 interview rounds.
The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.
Use a three-way partitioning algorithm to sort the array in a single pass.
Keep track of three pointers - low, mid, and high to partition the array.
Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromic substrings.
Keep track of the longest palindrome found so far.
Example: Input 'babad', Output 'bab' or 'aba'.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Consultant
3
salaries
| ₹6 L/yr - ₹10 L/yr |
Sales Manager
3
salaries
| ₹1.2 L/yr - ₹1.2 L/yr |
Copy Editor
3
salaries
| ₹7.3 L/yr - ₹25 L/yr |
Amazon
Uber
Fareportal
OLX