i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com
Code to reverse a string without using inbuilt functions.
Create an empty string to store the reversed string
Loop through the original string from the end to the beginning
Append each character to the empty string
Return the reversed string
Code to return non-duplicate values from an array.
Create an empty array to store non-duplicate values.
Loop through the original array and check if the value already exists in the new array.
If it doesn't exist, add it to the new array.
Return the new array with non-duplicate values.
Annotations in Selenium are used to provide additional information about the elements on a web page.
Annotations are added to the code using the @ symbol followed by the annotation name.
Annotations can be used to specify the type of element, its location, and other attributes.
Examples of annotations in Selenium include @FindBy, @BeforeTest, and @AfterTest.
Scenario Outline is a feature in Cucumber that allows for parameterization of scenarios.
It allows for the same scenario to be executed with different sets of data
Data is provided in a tabular format using Examples keyword
Variables are defined using angle brackets <> in the scenario outline
Example: Scenario Outline: Login with valid credentials
To start writing code from scratch, first define the problem, plan the solution, choose a language and IDE, and start coding.
Define the problem and understand the requirements
Plan the solution and break it down into smaller tasks
Choose a programming language and an IDE
Start coding by writing small functions and testing them
Refactor and optimize the code as needed
Use version control to keep track of changes
Document the ...
I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.
Cofing round on hackerearth
Case study with algo and db design
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.
1. One question was given to be solved in 1 hour. Question was medium level based on strings.
1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.
I applied via Walk-in and was interviewed before Sep 2021. There were 2 interview rounds.
MCQs ques related to dbms,os ,oops
2 coding question on basic dsa and arrays and 2 SQL queries
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
Remove duplicates in array
Use a hash table to keep track of seen elements
Sort the array and remove duplicates in a single pass
public static void main is the entry point of a Java program
public: access modifier that allows the main method to be accessed from anywhere
static: indicates that the main method belongs to the class and not to an instance of the class
void: indicates that the main method does not return any value
main: the name of the method that serves as the entry point of the program
String[] args: an array of strings that can be pass
Consultant
34.8k
salaries
| ₹6.5 L/yr - ₹28.2 L/yr |
Senior Consultant
22k
salaries
| ₹11 L/yr - ₹42 L/yr |
Analyst
14.8k
salaries
| ₹3.8 L/yr - ₹12.9 L/yr |
Assistant Manager
10.4k
salaries
| ₹7.8 L/yr - ₹28 L/yr |
Manager
7.3k
salaries
| ₹16 L/yr - ₹52 L/yr |
Accenture
PwC
Ernst & Young
Cognizant