Filter interviews by
I applied via Job Fair and was interviewed in May 2022. There was 1 interview round.
I chose this field because of my passion for data and its potential to drive business decisions.
I have always been fascinated by the power of data to reveal insights and drive decision-making.
I enjoy working with numbers and analyzing trends to identify patterns and opportunities.
I believe that data analysis is a critical skill in today's business world, and I am excited to be a part of it.
Some of my ideas for using da...
I applied via Walk-in and was interviewed before Apr 2021. There were 2 interview rounds.
I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
String Reverse Coding Test
User
Share Detail for coding test
ChatGPT
Certainly! I'd be happy to provide you with details for a coding test. Here's an example of a coding test description:
Title: String Reversal
Description:
Write a function that takes a string as input and returns the reverse of that string. The function should reverse the order of characters in the string and return the reversed string as the output.
Requirements:
The function should be named reverseString and take a single parameter, inputString, of type string.
The function should return a string.
The function should handle both uppercase and lowercase letters.
The function should preserve any whitespace or special characters in the input string.
The function should not use any built-in or library functions that directly solve this problem.
Example:
Input: "Hello, World!"
Output: "!dlroW ,olleH"
Note:
The input string can be of any length.
The input string may contain alphanumeric characters, whitespace, or special characters.
Evaluation Criteria:
Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with.
Good luck!
String Reverse Coding Test
User
Share Detail for coding test
ChatGPT
Certainly! I'd be happy to provide you with details for a coding test. Here's an example of a coding test description:
Title: String Reversal
Description:
Write a function that takes a string as input and returns the reverse of that string. The function should reverse the order of characters in the string and return the reversed string as the output.
Requirements:
The function should be named reverseString and take a single parameter, inputString, of type string.
The function should return a string.
The function should handle both uppercase and lowercase letters.
The function should preserve any whitespace or special characters in the input string.
The function should not use any built-in or library functions that directly solve this problem.
Example:
Input: "Hello, World!"
Output: "!dlroW ,olleH"
Note:
The input string can be of any length.
The input string may contain alphanumeric characters, whitespace, or special characters.
Evaluation Criteria:
Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with. Good luck!
User
Share derail for amplitude test
ChatGPT
Certainly! Here's an example of a coding test description for an amplitude test:
Title: Finding Amplitude
Description:
Write a function that takes a list of integers as input and returns the amplitude of the list. The amplitude of a list is defined as the difference between the largest and smallest elements in the list.
Requirements:
The function should be named findAmplitude and take a single parameter, inputList, which is a list of integers.
The function should return an integer representing the amplitude of the input list.
The function should handle both positive and negative integers.
The function should handle an empty list as input and return 0 as the amplitude.
Example:
Input: [2, 5, 9, -1, 3, 7]
Output: 10
Explanation:
The largest element in the list is 9, and the smallest element is -1. Therefore, the amplitude is 9 - (-1) = 10.
Note:
The input list can contain duplicates.
The input list can be of any length.
Evaluation Criteria:
Correctness of the solution.
Efficiency and clarity of the code.
Proper handling of edge cases and error conditions.
Adherence to coding best practices.
Please complete the task within 30 minutes and submit your solution as a single file. Feel free to use any programming language you are comfortable with.
Good luck!
Certainly! Here's an example of a group discussion topic:
Topic: The Impact of Artificial Intelligence on the Job Market
Description:
In this group discussion, we will explore the impact of artificial intelligence (AI) on the job market. AI is rapidly advancing, and its integration into various industries and sectors has raised concerns about the future of work.
Points to consider:
Potential job displacement: Discuss how AI has the potential to automate tasks and replace human jobs in various fields. Explore which industries or job roles are most susceptible to automation and the potential consequences for workers.
Job creation: Explore the other side of the argument and discuss how AI can also create new job opportunities. Consider the emergence of AI-related roles such as data scientists, AI trainers, and AI ethicists. Discuss the skills and expertise required for these new job roles.
Skills and education: Discuss the importance of skills development and education in adapting to the changing job market. Explore what skills will be in high demand in an AI-driven economy and how individuals and organizations can upskill or reskill to remain relevant.
Ethical considerations: Consider the ethical implications of AI in the job market. Discuss issues such as algorithmic bias, data privacy, and the responsibility of companies and policymakers in ensuring a fair and inclusive job market.
Job market transformation: Discuss the overall transformation of the job market due to AI. Explore how AI is reshaping traditional job roles, the gig economy, and the potential for new forms of work, such as remote work and flexible arrangements.
Guidelines:
Each participant should express their thoughts and ideas clearly and respectfully.
Encourage active listening and give everyone an opportunity to speak.
Support your arguments with relevant examples or data, if possible.
Be open to different perspectives and engage in constructive debate.
Evaluation Criteria:
Clarity of thought and expression.
Ability to articulate and support arguments.
Active participation and engagement with other participants.
Respectful and collaborative attitude towards the group discussion.
Please prepare your thoughts on the topic before the discussion. The group discussion will last for approximately 30 minutes. Good luck!
posted on 8 Dec 2020
I applied via Campus Placement and was interviewed in Jun 2020. There were 4 interview rounds.
A diode is an electronic component that allows current to flow in only one direction. A transistor is a semiconductor device used to amplify or switch electronic signals.
Diode is a two-terminal electronic component that conducts current primarily in one direction.
Transistor is a three-terminal electronic component that can amplify or switch electronic signals.
Diodes are commonly used in rectifiers, voltage regulators, ...
Arafat and linked list are unrelated concepts.
Arafat is a name of a person, while linked list is a data structure used in computer science.
Arafat is associated with the Palestinian leader Yasser Arafat, while linked list is associated with programming languages.
There is no connection or comparison between Arafat and linked list.
Yes, I am planning to pursue a Master's degree in Data Science.
I have been researching various universities and programs that offer a Master's degree in Data Science.
I believe that a higher degree will help me gain a deeper understanding of the field and enhance my skills.
I am particularly interested in courses that focus on machine learning and data visualization.
I plan to continue working while pursuing my degree, so...
posted on 11 Sep 2022
I applied via Referral and was interviewed before Sep 2021. There were 4 interview rounds.
I was interviewed in Sep 2021.
Round duration - 30 minutes
Round difficulty - Easy
start with introduction
then some simple oops concept
one simple coding problem
and at last deep discussion on project
Ninja wants to find the reverse of a given number but needs your assistance.
T = 2
N = 10400
N = 12345
401
54321
If a number has...
Reverse a given number excluding trailing zeros.
Iterate through the digits of the number from right to left.
Skip any trailing zeros while reversing the number.
Handle the edge case where the number is 0 separately.
Convert the reversed digits back to a number for the final result.
Round duration - 25 minutes
Round difficulty - Easy
Round duration - 5 minutes
Round difficulty - Easy
Telephonic call
About yourself and family
Location preference
Tip 1 : Be Honest
Tip 2 : Resume with correct details
Tip 3 : At least one good project
Tip 1 : Atleast one good project
Tip 2 : No fake details
posted on 24 Aug 2023
I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.
SAS questions in character functions, sas procedures and Macros
Data is used in various industries and sectors for analysis and decision-making.
Data is used in finance to analyze market trends and make investment decisions.
Data is used in healthcare to track patient outcomes and improve treatment plans.
Data is used in marketing to analyze customer behavior and target advertising campaigns.
Data is used in transportation to optimize routes and improve logistics.
Data is used in educat...
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
I am a data analyst with 5 years of experience in analyzing and interpreting complex data sets to drive business decisions.
I have a strong background in statistical analysis and data visualization techniques.
Proficient in SQL, Python, and Tableau for data manipulation and reporting.
Experience in developing predictive models and conducting A/B testing to optimize marketing strategies.
based on 2 reviews
Rating in categories
Senior Software Engineer
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Teleperformance
Amazon
iEnergizer
Deloitte