Filter interviews by
I have worked on creating wireframes, prototypes, and user flows for various web and mobile applications.
Created wireframes for a new e-commerce website
Designed interactive prototypes for a mobile banking app
Mapped out user flows for a social media platform
I am currently working on developing a mobile application using React Native.
Utilizing React Native framework for cross-platform development
Implementing UI/UX design principles for a seamless user experience
Integrating APIs for data retrieval and storage
Testing and debugging the application for optimal performance
UI Ux design making for any website and explain
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 interview rounds.
Data analyst responsibility
Data mining and profiling
What is data cleaning?
Capitalize the first character of a string
Use a function to capitalize the first character of the string
Ensure to handle cases where the string is empty or already capitalized
Example: 'hello' -> 'Hello', 'data analyst' -> 'Data analyst'
Program to print first 10 natural numbers
Use a loop to iterate from 1 to 10
Print each number in the loop
Program to print first 10 even numbers
Initialize a counter variable to keep track of even numbers
Use a loop to iterate through numbers and print even numbers
Stop the loop when 10 even numbers are printed
I was interviewed before May 2023.
Top trending discussions
I applied via AmbitionBox and was interviewed in Jul 2023. There were 5 interview rounds.
An article is a written piece of content that provides information on a specific topic.
Articles can be informative, persuasive, entertaining, or educational.
They typically have a headline, introduction, body, and conclusion.
Articles can be published in print or online, on websites, blogs, magazines, or newspapers.
Writing an article in clear words for better understanding
Start with a clear introduction to the topic
Use simple language and avoid jargon
Organize the content logically with headings and subheadings
Provide examples and real-life scenarios to illustrate key points
Conclude with a summary or call to action for the reader
Decision making can improve the thinking power
A conversation can help to solve the problem
Case study check your thinking power and analysis the situation
I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.
I had to find right candidates according to job description and I had to create one job description.
I was interviewed before Jan 2023.
Some analytical questions
The candidate should have a strong knowledge of procurement and market research.
The candidate should be familiar with procurement processes and strategies.
They should have experience in conducting market research and analyzing data.
Knowledge of supplier management and negotiation skills is important.
Understanding market trends and competitive analysis is necessary.
Proficiency in using procurement software and tools is
posted on 14 Sep 2021
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
The round consisted of 2 coding Problems and it lasted for 60 minutes from 12:00 PM to 1:00 PM on Hackerearth.
Use of other IDEs was prohibited and video was on.
Ninja stumbled upon a locked suitcase while digging in his lawn. The only way to unlock it is by following specific instructions stated on an accompanying paper.
The idea here is that we can say that number of increment operations required are equal to the number of set bits present in the elements of a given array because in one operation you can double all elements of the array. To get an even number you need to get even / 2 i.e. half of the number. So we need Increment operations only when our current element is odd
and in all other cases, we can divid...
Given a sorted array that has been rotated clockwise by an unknown amount, you need to answer Q
queries. Each query is represented by an integer Q[i]
, and you must ...
The idea here is to do a linear approach which apparently is a brute force way to do this.
O(1)
&nbs...
Round duration - 60 minutes
Round difficulty - Medium
The round was conducted on Google Meet with 2 interviewers . They were friendly and helpful.
The timing was 12:00 to 1:00 PM.
Our Video was on .
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
O(1).
Constant extra space is required.
Time Complexity: O...You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...
One basic approach is to explore all possible steps which can be climbed with either taking one step or two steps. So at every step, we have two options to climb the stairs either we can climb with one step, or we can climb with two steps. So the number of ways can be recursively defined as :
countDistinctWayToClimbStair ( currStep, N ) = countDistinctWayToClimbStair ( currStep+1, N ) + countDistinctWay...
Round duration - 50 minutes
Round difficulty - Medium
This was a Behavioral Round. It lasted for 45-50 minutes. It consisted of a discussion on my projects. The interviewer was very impressed by the way I explained my projects. She even appreciated me in between for that. This was followed by normal HR questions .Timing of This round was 4:00 PM to 5:00 PM
Tip 1 : I prepared all topics from my Coding Ninjas Course - Competitive Programming
Tip 2 : I practiced 300+ questions on CodeZen ( Coding Ninjas Platform), LeetCode, InterviewBit
Tip 3 : I took part in contests on CodeForces.
Tip 4 : Apart from Data Structures and Algorithms , I also studied DBMS, OOPs and other course subjects
Tip 1 : Keep Resume up to date for the role you are applying.
Tip 2 : Mention atleast 1 project or past work experience.
Tip 3 : Try to keep a 1 pager resume.
Cookies are stored on the client-side and sessions are stored on the server-side.
Cookies are small text files that are stored on the client-side and can be accessed by the server.
Sessions are server-side data storage that can be used to store user-specific data.
Cookies can be used to store user preferences, login information, and shopping cart data.
Sessions can be used to store user authentication data, user-specific d...
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
based on 3 interviews
Interview experience
based on 71 reviews
Rating in categories
Software Engineer
128
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Developer
57
salaries
| ₹3.3 L/yr - ₹9.4 L/yr |
Softwaretest Engineer
51
salaries
| ₹3.8 L/yr - ₹7.5 L/yr |
Devops Engineer
47
salaries
| ₹4 L/yr - ₹8 L/yr |
Test Engineer
26
salaries
| ₹4 L/yr - ₹7.2 L/yr |
TCS
Wipro
Infosys
HCLTech