Filter interviews by
Normal aptitude question
Arrays, string, collection
I was interviewed in Feb 2024.
The workflow of an ecommerce platform involves various stages from product selection to payment processing and order fulfillment.
Customer browses products and adds them to cart
Customer proceeds to checkout and enters shipping/payment information
Platform processes payment and sends order confirmation to customer
Order is fulfilled and shipped to customer
System specification document captures detailed requirements and functionalities of a system.
Detailed requirements of the system
Functionalities of the system
User interfaces and interactions
Data flow and processing
Error handling and recovery
Performance requirements
Security requirements
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
What is reverse string ?
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
1. 1st round is apptitude and coding test in paper >:
Question 1: A,B,C,and D are sit in a circle. A is sit next of B. D is opposite to C. who is opposit of A
?
Question 2 : A person walked 4km/hr in a first hour, and 6km/hr in the second two hour. how much distance does he covered ?
Question 3 : Remove the most repeated duplicicate characters in the array.?
Input: coedeboardtechnoelogyee
Outputc: codeboard technology
Question 4 : Which number is appear more than K value remove it and print in the array?
K=2
Input : [ 1,1,1,2,2,5,5,5,3,3,4,4 ]
Output : [1,1,2,2,5,5,3,3,4,4,]
Codeboard Technology interview questions for popular designations
posted on 26 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Finding the index value of a given element in an array of strings.
Iterate through the array and compare each element with the given value.
If a match is found, return the index of that element.
If no match is found, return -1.
Top trending discussions
I was interviewed in Feb 2025.
posted on 4 Feb 2025
I was interviewed in Jan 2025.
Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.
Open for fixed term hire
Willing to work from client location at Gurgaon for 3 days a week
Implemented automated testing using Selenium WebDriver and JUnit in Agile environment
Implemented automated testing framework using Selenium WebDriver
Utilized JUnit for test case management
Worked in Agile environment to ensure continuous testing and integration
Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.
Pilot testing involves a small group of users testing the functionality in a controlled environment.
Beta testing involves a larger group of users testing the functionality in a real-world environment.
...
Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.
Primary key enforces uniqueness and not null constraint on a column
Unique key enforces uniqueness but allows null values
To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query
Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.
STLC includes requirements analysis, test planning, test design, test execution, and test closure.
Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.
STLC ensures that the so...
303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.
303 status code indicates that the resource can be found at a different URI and should be retrieved from there
PUT method is used to update an existing resource in the API
DELETE method is used to remove a resource from the API
3 point esti...
Links and labels that can be tagged to a bug in Jira
Links: related issues, documents, websites
Labels: priority, severity, type, status
Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.
Shell scripting automates tasks by writing scripts in a Unix/Linux environment
Grep command is used to search for specific patterns in text files
Example: grep 'search_pattern' file.txt
Href is not a standard Unix command, it may be a typo or a custom script
To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.
Listen to the team member's perspective and concerns
Communicate openly and calmly about the issue
Find common ground and areas of agreement
Work together to find a solution that benefits both parties
Seek input from other team members or a mediator if ne
Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.
Yes, open to relocating to Bangalore and working from client's office
Yes, open to working in night/rotational shifts
Yes, open to working in long extendable hours or 24X7 culture
Goal is to excel in automation testing
I was interviewed in Jan 2025.
Since joining the company, I have noticed a strong focus on customer satisfaction and continuous improvement.
Regular training sessions for employees to enhance customer service skills
Feedback mechanisms in place to gather customer opinions and suggestions
Implementation of new technologies to streamline customer interactions
Company culture that values empathy and problem-solving
I am motivated to seek a position in the BPO sector because of the opportunity to interact with diverse customers and provide excellent service.
Opportunity to interact with diverse customers
Ability to provide excellent service
Interest in problem-solving and communication skills
Career growth and development opportunities
Excitement about working in a fast-paced environment
Customer service is the act of providing assistance and support to customers before, during, and after a purchase.
Customer service involves actively listening to customers' needs and concerns.
It requires empathy and patience to address customer issues effectively.
Providing timely and accurate information to customers is essential for good customer service.
Going above and beyond to exceed customer expectations can lead ...
In the next five years, I see myself growing within the company, taking on more responsibilities, and potentially moving into a leadership role.
Continuing to excel in my current role as a Customer Care Executive
Participating in training and development programs to enhance my skills
Seeking opportunities for advancement within the company
Building strong relationships with colleagues and customers
Possibly transitioning in
Samsung is a multinational conglomerate known for its electronics products such as smartphones, TVs, and home appliances.
Samsung is a South Korean multinational conglomerate
It was founded in 1938 by Lee Byung-chul
Samsung Electronics is the largest subsidiary of the company
They produce a wide range of products including smartphones, TVs, home appliances, and more
Popular Samsung products include the Galaxy smartphones, Q
Premium segment customers are high-end customers who are willing to pay more for superior products or services.
Premium segment customers are typically more affluent and have higher disposable income.
They prioritize quality, exclusivity, and personalized service.
Examples include luxury car buyers, high-end fashion shoppers, and first-class airline passengers.
Artificial intelligence (AI) is the simulation of human intelligence processes by machines, especially computer systems.
AI involves the development of algorithms that enable machines to perform tasks that typically require human intelligence.
Examples of AI include virtual assistants like Siri and Alexa, self-driving cars, and recommendation systems like those used by Netflix and Amazon.
AI can be categorized into narrow...
The desktop test consisted of four different rounds, and a minimum score of 65 was required to pass.
Challenges in automation include dynamic UI elements, data synchronization, and maintenance of test scripts.
Dynamic UI elements can be challenging to automate as they may change frequently.
Data synchronization between different systems can be difficult to achieve in automation.
Maintenance of test scripts can be time-consuming, especially when application changes frequently.
To read data and assert with db value in API automation, use API response to extract data and compare with database query result.
Extract data from API response using JSON parsing libraries like Gson or Jackson
Execute database query to retrieve expected value
Compare the extracted data with the database value using assertion libraries like TestNG or JUnit
based on 6 interviews
Interview experience
based on 22 reviews
Rating in categories
Software Developer
23
salaries
| ₹1.8 L/yr - ₹10.7 L/yr |
Senior Software Developer
8
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Engineer
7
salaries
| ₹4.2 L/yr - ₹6.8 L/yr |
Full Stack Software Developer
6
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹2.8 L/yr - ₹8.8 L/yr |
Logic Square Technologies
AlgoMinds Technologies
Softential Solutions
Techvista