Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ClaySys Team. If you also belong to the team, you can get access from here

ClaySys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ClaySys Softwaretest Engineer Interview Questions and Answers

Updated 31 May 2022

ClaySys Softwaretest Engineer Interview Experiences

1 interview found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SQL,c programming,Java
  • Ans. SQL where and having ,a c programming question
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and answer questions much as you know

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Manual testing Automation testing questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is software testing ?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves executing a program or application with the intent of finding errors.

    • It ensures that the software meets the functional and non-functional requirements.

    • It helps in identifying defects early in the development cycle, reducing the cost of fixing them later.

    • ...

  • Answered by AI
  • Q2. Software testing related
  • Q3. Manual testing Automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself, and checking programming knowledge.
  • Q2. Questions about java

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello sir/mam
I am Manisha mane .
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa round and class rounds to do it is that is am are was were

I applied via Walk-in and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude (mathematics, logical reasoning, and software engineering )

Round 2 - Group Discussion 

Group discussion with people of 10

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about programming and final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare aptitude , if you clear aptitude then you are selected, other rounds are more of formality

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a c++ program to implement the basic functions of queue using linked list and class?
  • Ans. 

    C++ program to implement queue using linked list and class

    • Create a class for queue and node

    • Implement enqueue, dequeue, and display functions

    • Use pointers to link nodes in the linked list

  • Answered by AI
  • Q2. Questions related to the projects .

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good command over the language you chose and the tech stack you are working upon. You should be able to explain your role.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Ans. 

    Sqlite database can be implemented in React Native using 'react-native-sqlite-storage' package.

    • Install 'react-native-sqlite-storage' package using npm.

    • Import SQLite from 'react-native-sqlite-storage'.

    • Create a database using SQLite.openDatabase() method.

    • Execute SQL queries using executeSql() method.

    • Close the database connection using close() method.

  • Answered by AI
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() {

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

ClaySys Interview FAQs

How many rounds are there in ClaySys Softwaretest Engineer interview?
ClaySys interview process usually has 2 rounds. The most common rounds in the ClaySys interview process are Resume Shortlist and Technical.
How to prepare for ClaySys Softwaretest Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ClaySys. The most common topics and skills that interviewers at ClaySys expect are Coding, Consulting, Database, Debugging and Design Review.

Tell us how to improve this page.

ClaySys Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
JMR Infotech Interview Questions
4.3
 • 17 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
ClaySys Softwaretest Engineer Salary
based on 53 salaries
₹1 L/yr - ₹5 L/yr
56% less than the average Softwaretest Engineer Salary in India
View more details

ClaySys Softwaretest Engineer Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.0

Salary

3.2

Job security

2.4

Company culture

1.9

Promotions

2.9

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
188 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Software Analyst
64 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Softwaretest Engineer
53 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

RPA Developer
43 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Software Developer
37 salaries
unlock blur

₹1.1 L/yr - ₹5.2 L/yr

Explore more salaries
Compare ClaySys with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview