Add office photos
Engaged Employer

Cognizant

3.8
based on 47.9k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Ind Synergy Interview Questions and Answers

Updated 3 Oct 2024
Popular Designations

Q1. what is the difference between throw and throws in Java?

Ans.

throw is used to throw an exception in Java, while throws is used to declare an exception that a method might throw.

  • throw is used to explicitly throw an exception within a method.

  • throws is used in the method signature to declare that the method might throw a specific type of exception.

  • Example: throw new Exception("An error occurred!");

  • Example: public void method() throws IOException {}

Add your answer

Q2. How will you handle multiple windows in Selenium?

Ans.

Handling multiple windows in Selenium can be achieved using window handles.

  • Use getWindowHandles() method to get all window handles

  • Switch between windows using switchTo().window() method

  • Perform actions on each window as needed

Add your answer

Q3. what is 204 , 400 response code in REST apis?

Ans.

204 and 400 are HTTP response codes in REST APIs indicating success and client error, respectively.

  • 204 response code indicates that the server has successfully fulfilled the request and there is no content to send in the response.

  • 400 response code indicates that the server could not understand the request due to bad syntax or missing required parameters.

  • Example: If a client sends a request to update a resource and the request is successful with no content to return, the serve...read more

Add your answer

Q4. Coding give the count of upper case and lower case letters in a string

Ans.

Count the number of upper case and lower case letters in a string using coding.

  • Iterate through each character in the string and check if it is upper case or lower case using built-in functions or ASCII values.

  • Keep track of the count of upper case and lower case letters separately.

  • Return the counts of upper case and lower case letters.

Add your answer
Discover Ind Synergy interview dos and don'ts from real experiences

Q5. What's is meant by automation testing

Ans.

Automation testing refers to the use of software tools to execute pre-scripted tests on a software application.

  • Automation testing is faster and more reliable than manual testing

  • It helps to identify defects early in the development cycle

  • It can be used for regression testing, load testing, and performance testing

  • Examples of automation testing tools include Selenium, Appium, and JMeter

Add your answer

Q6. Difference between patch release and Hot fix and Cold Fix

Ans.

Patch release is a set of changes to fix bugs or improve functionality, hot fix is an urgent update to address critical issues, and cold fix is a planned update for non-urgent issues.

  • Patch release is a scheduled update that includes multiple fixes and improvements.

  • Hot fix is an immediate update to address critical issues that cannot wait for the next patch release.

  • Cold fix is a planned update for non-urgent issues that can be implemented during regular maintenance.

  • Examples: P...read more

Add your answer
Are these interview questions helpful?

Q7. SQL query for intermediate.

Ans.

SQL query for intermediate level

  • Use SELECT statement to retrieve data from tables

  • Use WHERE clause to filter data based on conditions

  • Use JOIN to combine data from multiple tables

  • Use GROUP BY to group data based on a column

  • Use ORDER BY to sort data based on a column

Add your answer

Q8. write xpath for search in google

Ans.

XPath for search in Google

  • Use the input element with name attribute 'q' for the search box

  • XPath: //input[@name='q']

  • Use the button element with name attribute 'btnK' for the search button

  • XPath: //input[@name='btnK']

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. How automation testing goes on

Ans.

Automation testing involves using software tools to execute pre-scripted tests on a software application.

  • Automation testing is performed using automation tools like Selenium, Appium, etc.

  • Test scripts are created to simulate user actions and verify expected results.

  • Automation testing can be used for regression testing, load testing, and performance testing.

  • Automation testing can be integrated with Continuous Integration/Continuous Deployment (CI/CD) pipelines.

  • Automation testin...read more

Add your answer

Q10. Write sort program of a list

Ans.

Sort program for a list of strings

  • Use a sorting algorithm like bubble sort, selection sort, or quicksort

  • Compare adjacent elements and swap them if they are in the wrong order

  • Repeat this process until the list is sorted

Add your answer

Q11. Explain the framework

Ans.

A framework is a set of guidelines, tools, and libraries that provide structure and support for developing software applications.

  • A framework provides a foundation for building software applications by defining the structure, flow, and behavior of the application.

  • It includes pre-defined functions, classes, and modules that can be used to simplify and accelerate development.

  • Frameworks often follow a specific architectural pattern, such as Model-View-Controller (MVC) or Test-Dri...read more

Add your answer

More about working at Cognizant

Top Rated Mega Company - 2024
Top Rated IT/ITES Company - 2024
HQ - Teaneck. New Jersey., United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Ind Synergy

based on 8 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Automation Engineer Interview Questions from Similar Companies

3.8
 • 17 Interview Questions
3.5
 • 10 Interview Questions
3.8
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter