Upload Button Icon Add office photos

Filter interviews by

Resolute Electronics Manual Testing Interview Questions and Answers

Updated 14 Dec 2020

Resolute Electronics Manual Testing Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidential and honestly

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude, electronics

Round 2 - Technical 

(2 Questions)

  • Q1. Transformer and power supply
  • Q2. What is a pointer
Round 3 - Technical 

(1 Question)

  • Q1. What all thinks happen on powering on a device.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study btech project.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to create custom serializable interface
  • Ans. 

    To create a custom serializable interface, you need to define an interface with the Serializable marker interface and implement the necessary methods.

    • Define an interface with the Serializable marker interface

    • Implement the necessary methods for serialization and deserialization

    • Ensure all fields in the class implementing the interface are serializable

  • Answered by AI
  • Q2. Whatis criteria in hibernate
  • Ans. 

    Criteria in Hibernate is used to create and execute dynamic queries.

    • Criteria is an interface in Hibernate that allows the creation of dynamic queries without using HQL or SQL.

    • Criteria queries are type-safe and can be easily modified at runtime.

    • Criteria queries can be used to fetch entities based on certain conditions or restrictions.

    • Example: Criteria criteria = session.createCriteria(Employee.class);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interview was very easy. But second client round interview is really annoying. He has too much arrogance and was saying. Interview is not about QnA session, you are supposed to talk alot.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitute with cs fundamental questions (MCQ)

Round 2 - Technical 

(2 Questions)

  • Q1. Explanation of project
  • Ans. 

    Developed a web application for tracking inventory in a warehouse

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js for back-end

    • Utilized PostgreSQL database for storing inventory data

  • Answered by AI
  • Q2. Sql query to fetch specific column
  • Ans. 

    Use SELECT statement in SQL to fetch specific column from a table.

    • Use SELECT column_name FROM table_name;

    • Replace column_name with the name of the column you want to fetch.

    • Replace table_name with the name of the table where the column is located.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ(objective ) question... computer based exam about computer skills

Round 2 - Group Discussion 

They will give one concept and conduct debate candidates will speak argue advantage and disadvantage about that concept

Round 3 - Technical 

(1 Question)

  • Q1. Face to face technical round. They will ask what's html and what's python advantages of python ect....
  • Ans. Hyper text markup language, it will used for creating website and designing website
  • Answered Anonymously
Round 4 - HR 

(4 Questions)

  • Q1. Finally Hr round...face to face interview
  • Q2. Why we would hiring u
  • Q3. Why are you selecting this job
  • Q4. What you expect about your salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Id any freshers attend this interview please don't ask more questions about skills... Bcz the graduation didn't built their skills.... experience will build their skill and knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apti quest normal maths english

Round 2 - Coding Test 

Medium leetchode question

Tell us how to improve this page.

Interview Questions from Similar Companies

UST Interview Questions
3.8
 • 508 Interviews
Siemens Interview Questions
4.1
 • 429 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
CARS24 Interview Questions
3.6
 • 323 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
ABB Interview Questions
4.1
 • 229 Interviews
View all
Quality Engineer
7 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Process Engineer
5 salaries
unlock blur

₹1.9 L/yr - ₹2.8 L/yr

Test Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4.3 L/yr

Electrician
4 salaries
unlock blur

₹3 L/yr - ₹3.1 L/yr

Production Supervisor
4 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Explore more salaries
Compare Resolute Electronics with

Electrotherm

4.2
Compare

Bharat Electronics

4.2
Compare

Havells

4.0
Compare

Crompton Greaves Consumer Electricals

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