What We Are Learn On This Post
Cybage Software Interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Cybage Software interview questions and answers.
Post On: | Cybage Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Cybage Software interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Cybage Software Pune Interview Questions
Company Location: Pune, India
Updated on: 13.11.2021
1st round
- Tell me about yourself?
- Explain the current project?
- What is a web service?
- Why web service is required?
- What is the purpose of web service in soap ui?
- What is WSDL?
- What does WSDL contain?
- What is rest?
- What is the difference between soap and rest web services?
- What are the methods of rest web services?
- What is a selenium web driver?
- How to raise defects in the jira tool?
- What is the union?
- What is database testing?
- Explain the agile process?
- When to go for soap and rest web services?
- Write a logic to print output as: ab ac ad bc bd cd from a given string “abcd”?
2nd Round
- Tell me about urself?
- Explain the current project?
- What are the test cases for creating an account form?
- How many joins are required if you retrieve the data from 3 tables?
- What is the difference between soap and rest?
- Explain about automation lifecycle of soap ui?
- Explain how to automate web services?
- How to generate reports in soap ui?
- What is namespace?
- How we can declare namespace?
- What is the use of XPath in soap ui instead of XPath in selenium?
- What is the difference between selenium and soap ui?
- Explain about the agile environment?
- How do you perform database testing in your application?
- How do you create test cases in the jira tool?
- What is the requirement traceability matrix?
- What is the format of RTM?
- How do you link test cases to defects in jira?
- What is the difference between smoke testing and sanity testing?
- How do you know whether your test case is passed in the soap web service test step?
- how many requests did you test in your soap till now?
- Instead of having soap why rest web services are required?
- What are the challenges you faced with soap ui?
- Have you been involved in the rest api testing?
HR Interview Questions
- Anything do you know about cybage.
- Why you want to join cybage.
- If you join cybage then where do you see your self.
- Expectations
- They will check your confidence and communication skills.
Cybage Interview Questions [ Pune, India ]
Company Name: Cybage
Company Location: Pune, India
Position: SDET Role
Interview Dated: May 8, 2021
Updated on: 22.07.2021
1st round (Mar 11, 2021) – Abhijeet (Manager), Akhil (Technical)
- How are you managing the conflicts over git repo?
- Write code for do login & click
public class Test { WebDriver driver=new ChromeDriver(); driver.get("some url"); WebElement username=driver.findElement(By.id("custom-ID")); WebElement passwordField=driver.findElement(By.id("password-ID")); username.sendKeys("jetblue123@gmail.com"); passwordField.sendKeys("jetblue123"); passwordField.submit(); <form> }
- Double click?
Actions action = new Actions(driver); WebElement link = driver.findElement(By.xpath("//button[text()='Double-Click Me To See Alert']")); action.doubleClick(link).perform();
- TestNG parameters
@Test(priority=1) public void TC_SignUp(){} @Test(depensOnMethods={TC_SignUp}) public void TC_LogIn(){} <suite> <parameter name="browser" value="Safari"> <test> <classes> <class name="">
@BeforeSuite @Test @Parameters({"browser"}) public void TC_01(String browser){}" "@Test(groups={"Sanity", "Smoke"}) public void TC_01(){ } @Test(groups={"Smoke"}) @Test(depensOnMethods={TC_SignUp}) public void TC_02(){ } <groups> <run> <include name="Sanity"> <include name="Smoke"> <suite parallel="tests" thread-counts="3"> <test> <classes> <class name=""> <test> @Test(enabled=false)
- Disable suite?
- How many reports by TestNG?
Ans: test-output -> emailable-reports.html
Java Program
- Input: – aaabbccccddddd => Output:- a3b2c4d5
Cybage Software Interview Questions
Company Name: Cybage Software
Company Location: Pune, India
Questions asked in Cybage interview for 2 years experience:
- Encapsulation Vs abstraction Vs interfaces
- Oops examples
- Waits
- Framework
- Inheritance
- Rest API
- HTTP methods
- Patch
- Response validation
- Traversing over the JSON response
- How many types of API
- Work experience
- Bug life cycle
- Pom
- What is a hybrid framework?
- Patterns
- Strings
- Can we use selenium code in MBL
- Regression
- Over Riding
- Extends, implements
- Multiple inheritances
- Frames
- My SQL basics
- Test case
- Types Exceptions found in selenium
- Limitations of selenium
Cybage Software Interview Questions
Interview Questions : (Core java +spring)
- What is the oop principle, where you used polymorphism in your project?
- Why we are injecting interface reference in the spring framework why not direct implementation?
- Tell me Hash Map implementation
- Difference between Linked List and Array List
- How to make a map as synchronized map
- What is the difference between Collections.synchronizedMap(m) and concurrent hash map
- Difference between forEach and iterator
- Can we instantiate the interface if not then why?
- Difference between classNotFoundException and NoClassDefError in which situation we will face this?
- WAP to find the number of vowels present and their count from given input String
- What is serializable? If my business object does not implement serializable is there any problem?
Spring Boot:
- Why we should go for spring boot?
- What is the main component of a spring boot?
- How to monitor applications in a different environment?
- Why we are returning ResponseEntity from the controller method why not direct object?
- How to handle exceptions using spring boot MVC architecture
- What @SpringBootApplication annotation does?
- Without any configuration file how spring boot scan our bean even, we are not writing @Componentscan
- How to write a test case for the controller method? Which framework u r using?
- What are the build tools u r aware of?
- How to develop soap web service using spring boot without config.
- I want to enable features in the specific environment how can I archive using spring boot
- Explain Spring batch architecture, suppose I want to do validation while the batch job is running how can I do
- What is the application? Properties if I will keep a different name instead of an application will it work?
- How to enable logging in spring boot
- The difference between soap and rest web services give one example
Amazing post! It is very easy to read and understand. Keep posting more information.