
Asked in Coforge
Write a program to get a list of employees whose salary is greater than 50k and grade is above A. Use Java 8 stream to get the list.

AnswerBot
2y
Program to get employee list with salary > 50k and grade above A using Java 8 stream
Create a list of employees with their salary and grade
Use Java 8 stream to filter employees with salary > 50k and gr...read more
Anonymous
1y
public static void main(String[] args) { List empList = new ArrayList<>(); empList.add(new Employee("Ravi", "Manager", 20000, "Hydrabad", "A")); empList.add(new Employee("Suresh", "Manager", 17000, "...read more
Help your peers!
Add answer anonymously...
Top Technical Analyst Interview Questions Asked at Coforge
Q. What is the name of the student with the second highest score from the dictionar...read more
Q. How do you debug a long-running SQL query in GCP BigQuery?
Q. Given an employee table with missing employee IDs that should follow a sequence ...read more
Interview Questions Asked to Technical Analyst at Other Companies
Top Skill-Based Questions for Coforge Technical Analyst
Data Structures Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
Networking Interview Questions and Answers
250 Questions
Operating Systems Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

