Upload Button Icon Add office photos

Filter interviews by

FRSPL Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top FRSPL Interview Questions and Answers

View all 11 questions

FRSPL Interview Experiences

Popular Designations

6 interviews found

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Linux administration
  • Q2. User management Lvm Process management
  • Q3. Devops admin
  • Q4. Git Maven Ansible Puppet Chef

Interview Preparation Tips

Interview preparation tips for other job seekers - Good. Asked all the devops things

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.

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 - HR 

(6 Questions)

  • Q1. Please tell me about yourself
  • Q2. How much experience do you have in the financial industry
  • Q3. How do you handle conflict between your team members
  • Q4. Give an example where you were able to solve a conflict within your team. What was your learning from this incident?
  • Q5. What are your expectations from our company?
  • Q6. Are you a technical person or a pure managerial person? Are you an individual contributor?
Round 3 - Technical 

(4 Questions)

  • Q1. Questions related to immutability
  • Q2. Questions related to Multi-threading and garbage collection
  • Q3. Question related to streams API, sorting, average, min, max, range etc
  • Q4. Java 8 specific questions related to static interfaces, default methods in interfaces etc.
Round 4 - Technical 

(13 Questions)

  • Q1. What are different types of cloning in javascript?
  • Ans. 

    There are two types of cloning in JavaScript: Shallow cloning and Deep cloning.

    • Shallow cloning creates a new object and copies the references of the original object's properties.

    • Deep cloning creates a new object and recursively copies all nested objects and their properties.

    • Shallow cloning can be achieved using Object.assign() or the spread operator (...).

    • Deep cloning can be achieved using libraries like Lodash or by i

  • Answered by AI
  • Q2. How familar are you with FlexBox
  • Q3. What do you mean by asynchronous operations and how do you handle them
  • Ans. 

    Asynchronous operations allow tasks to be executed independently of the main program flow, improving performance and responsiveness.

    • Asynchronous operations are tasks that can run independently of the main program flow, allowing other tasks to continue without waiting for them to finish.

    • In Java, asynchronous operations can be handled using features like CompletableFuture, ExecutorService, and callbacks.

    • Example: Using Co...

  • Answered by AI
  • Q4. Difference between promise.all and promise.AllSettled
  • Ans. 

    promise.all waits for all promises to be resolved or any to be rejected, while promise.allSettled waits for all promises to be settled (either resolved or rejected)

    • promise.all waits for all promises to be resolved or any to be rejected

    • promise.allSettled waits for all promises to be settled (either resolved or rejected)

    • promise.all will reject immediately if any promise is rejected, while promise.allSettled always resolv

  • Answered by AI
  • Q5. How quickly can you learn Angular in our project
  • Q6. What is a bean in spring? What is a spring bean life cycle?
  • Ans. 

    A bean in Spring is a Java object managed by the Spring IoC container. Spring bean life cycle includes instantiation, initialization, and destruction.

    • A Spring bean is a Java object that is instantiated, assembled, and managed by the Spring IoC container.

    • The life cycle of a Spring bean includes instantiation, initialization, in-use, and destruction phases.

    • Spring provides various ways to define beans, such as XML configu...

  • Answered by AI
  • Q7. What is an ORM framework?
  • Ans. 

    ORM framework stands for Object-Relational Mapping framework, which is used to map objects in code to tables in a database.

    • ORM frameworks help developers to interact with databases using objects instead of SQL queries.

    • They provide a way to perform CRUD operations on database tables using object-oriented programming.

    • Popular ORM frameworks include Hibernate, JPA (Java Persistence API), and Entity Framework.

  • Answered by AI
  • Q8. What are different types of object relations we can have in Hibernate? Explain them
  • Ans. 

    Different types of object relations in Hibernate include one-to-one, one-to-many, many-to-one, and many-to-many.

    • One-to-one: Each record in one table is related to only one record in another table.

    • One-to-many: Each record in one table can be related to multiple records in another table.

    • Many-to-one: Multiple records in one table can be related to only one record in another table.

    • Many-to-many: Multiple records in one tabl...

  • Answered by AI
  • Q9. Difference between lazy and eager initialisation. Pros and cons. Applications of them.
  • Ans. 

    Lazy initialization delays the creation of an object until it is actually needed, while eager initialization creates the object immediately.

    • Lazy initialization can improve performance by only creating objects when necessary.

    • Eager initialization can lead to higher memory usage as objects are created upfront.

    • Lazy initialization is commonly used in singleton design pattern to delay the creation of the instance until it is...

  • Answered by AI
  • Q10. How do you pass an object in an API request body
  • Ans. 

    Passing an object in an API request body involves serializing the object into JSON or XML format.

    • Serialize the object into JSON or XML format before sending it in the request body

    • Use libraries like Jackson or Gson in Java to convert the object to JSON

    • Set the content type of the request to application/json or application/xml

  • Answered by AI
  • Q11. What are different design patterns you are familiar with.
  • Ans. 

    I am familiar with Singleton, Factory, Observer, and Strategy design patterns.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updat...

  • Answered by AI
  • Q12. What are SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software more maintainable, flexible, and understandable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with ob...

  • Answered by AI
  • Q13. What are ACID properties
  • Ans. 

    ACID properties are a set of properties that guarantee the reliability of database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none of them are.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that the concurrent execution of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panels are from South Africa and you'll be working under them. Have strong command on English and be clear, precise in your answers. And be really good in your tech stacks.

Skills evaluated in this interview

Top FRSPL Java Developer Interview Questions and Answers

Q1. What is a bean in spring? What is a spring bean life cycle?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Interview Questions & Answers

user image Vinay More

posted on 21 Jun 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2023. There were 3 interview rounds.

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. What is Agile and Waterfall model? How to handle popups? Explain framework? Why are you leaving previous company? Logical Programs on string
Round 3 - Technical 

(1 Question)

  • Q1. How to design test cases? Selenium based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your clear ideas on your current experience! It's enough if you have a real time experience.

FRSPL interview questions for popular designations

 Automation Test Engineer

 (2)

 Java Developer

 (1)

 Test Analyst

 (1)

 Linux System Administrator

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions about roles and responsibilities
  • Q2. Can you work on both project simultaneously (manual and auto)
  • Ans. 

    Yes, I can work on both manual and automated projects simultaneously.

    • I have experience in managing multiple projects at the same time.

    • I can prioritize tasks effectively to ensure both manual and automated projects are completed on time.

    • I am proficient in using tools and technologies for both manual and automated testing.

    • For example, I have worked on a project where I created automated test scripts while also performing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
Round 3 - Client Interview 

(1 Question)

  • Q1. Asked about dependency in project

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2019

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing and Analytical Questions, also, Project based scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and polite. Answer all the question in polite manner

Test Analyst Interview Questions asked at other Companies

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

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 - Coding Test 

Asking about selenium & manual testing - Duration - 30 min, platform- Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence ,Try to say perfect answer

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not sure about the particular question they asked but the thing is they are testing about how much you are confident with your answers and fluency.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, don't underestimate

Interview Questionnaire 

6 Questions

  • Q1. If you preparing for Automation job with selenium java then brush up your concept on below:.
  • Q2. 1. Java OOPS concept like interface , inheritance, Encapsulation and Polymorphism and where you have used in your project one example
  • Q3. 2. TestNg and it's annotations and order of execution.
  • Ans. 

    TestNG is a testing framework for Java. Annotations like @Test, @BeforeMethod, @AfterMethod, etc. are used to define test cases and their order of execution.

    • @Test annotation is used to define a test case.

    • @BeforeMethod and @AfterMethod annotations are used to define pre and post conditions for each test case.

    • Test cases can be grouped using @Test annotation with 'groups' parameter.

    • Test cases can be prioritized using @Tes...

  • Answered by AI
  • Q4. 3. Selenium and it's method and different commands used.
  • Ans. 

    Selenium is a popular automation testing tool used for web applications. It has various methods and commands for testing.

    • Selenium WebDriver is used for automating web applications

    • findElement() method is used to locate an element on the web page

    • sendKeys() method is used to enter text into a text field

    • click() method is used to click on an element

    • getTitle() method is used to get the title of the web page

    • getText() method i...

  • Answered by AI
  • Q5. 4. Read about maven how to execute project using maven commands.
  • Q6. 5. Git repository . How to push and pull code.
  • Ans. 

    Git is a version control system. Push code to upload changes to a remote repository. Pull code to download changes from a remote repository.

    • To push code, use the command 'git push '. For example, 'git push origin master'.

    • To pull code, use the command 'git pull '. For example, 'git pull origin master'.

    • Make sure to commit changes before pushing code using the command 'git commit -m '.

    • Use 'git status' to check the statu...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Manual testing and selenium tool basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have experience, Just prepare Selenium basics, tool knowledge, you can clear the interview.

FRSPL Interview FAQs

How many rounds are there in FRSPL interview?
FRSPL interview process usually has 2-3 rounds. The most common rounds in the FRSPL interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in FRSPL interview?

Some of the top questions asked at the FRSPL interview -

  1. What is a bean in spring? What is a spring bean life cyc...read more
  2. What are different types of object relations we can have in Hibernate? Explain ...read more
  3. What do you mean by asynchronous operations and how do you handle t...read more

Tell us how to improve this page.

FRSPL Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

FRSPL Reviews and Ratings

based on 27 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.3

Job security

4.2

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 27 Reviews and Ratings
Java Developer
17 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Storage Backup Administrator
13 salaries
unlock blur

₹8.8 L/yr - ₹15 L/yr

Backup Administrator
8 salaries
unlock blur

₹8.4 L/yr - ₹10 L/yr

Senior Java Developer
7 salaries
unlock blur

₹23 L/yr - ₹46 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Explore more salaries
Compare FRSPL with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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