0% found this document useful (0 votes)
2 views5 pages

Automations Questions List

The document outlines various technical concepts and differences in programming, including HashMap vs. Hashtable, PUT vs. POST, authentication vs. authorization, and interface vs. abstract class. It also covers exception handling, API validation, and differences between data structures like ArrayList and LinkedList. Additionally, it touches on software development practices such as Agile, BDD, and Git commands.

Uploaded by

gedidaj347
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

Automations Questions List

The document outlines various technical concepts and differences in programming, including HashMap vs. Hashtable, PUT vs. POST, authentication vs. authorization, and interface vs. abstract class. It also covers exception handling, API validation, and differences between data structures like ArrayList and LinkedList. Additionally, it touches on software development practices such as Agile, BDD, and Git commands.

Uploaded by

gedidaj347
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

1.

diff between HashMap and hash table

2. diff put and post

3. diff between authentication and authorization

4. diff between interface and abstract class

5. diff between error and exception

6. what is exception

7. how do you throw exceptions

8. how do you validate api message

9. what is stale-element exception

10. what is patch

11. what is serialization and deserialization

13. can we create static constructors, no

14. how to get screenshot

15. diff between SOAP API and Rest API

16. how to scroll up and down in selenium

17. how to drag and drop in selenium

18. how to sort array list

19. What type of assertion used in rest assured api

Coforge

1.internal working of HashMap

2.what is array list,,

3.what is inheritance and polymorphism

Inheritance supports the concept of reusability and reduces code length in object-oriented
programming. Polymorphism allows the object to decide which form of the function to implement at
compile-time (overloading) as well as run-time (overriding).

4.what is singleton how to create


5.what is interface

6.what is difference between enumeration and iteratable

Iterator can do modifications (e.g using remove() method it removes the element from the Collection
during traversal). Enumeration interface acts as a read only interface, one cannot do any modifications to
Collection while traversing the elements of the Collection

7.what is out put

void main()

if(true)

break;

10. what is synchronization in java

11. what is upcasting

12. int arr[]={1,2,3,4,5} output 5,2,4,3,1

S1. find xpath for google search button

2. String st=new str str.concat("hello") String st2=st.concatnate("kitty") find output

3. Static variable

4. if u declare variable in bulk would it consume memory

5. swap two string without third variable

5.what is early and dynamic binding

6.define agile ceramoney

7.BDD---DATATABLE,PARAMEERISATION,

GIT:PUL/FETCH,GIT REPOINIT,LOCAL BRANCH SWITCH,STRT WORK,,,,,STASH,CONFLICT

1.GIT STATUS.....GIT ADD .


2.COMMIT

3.PUSH

8.A

1.hashmap and hasttable

2.@Find by what does do

3.difference between By as and @find by

4.What is data provider how to use

5.What is data driven testing,is reading data from excel is data driven testing

6.how to fetch data from webtable

7.difference between linklist and array list

8.string a=new String("abcd"

a.concate("test");

what is out put

my intevu at birlasoft

1.how to validate schema in restassured

2.what are diff status code

3.how u manage changable json load

4.diff between testng and bdd


5.how to run password10 times

6.wat is disadvantages of agil

7.how u use git clone data to local

8. wat out put

public class House

public class RowHouse extends House

public static void main(String[] args)

House h1 = new RowHouse();//1

RowHouse h2 = new House(); //2//ClassCastException is thrown at runtime

9.String str="nidhi" find duplicate and occurance of character

10.can we add duplicate in hashmap?

11.if we have key=1 and value=20 and agains on same we add key=1 and value=40 what will happen

12.what is encasuplation

13.what is hooks and scenariooutline

14 what is garbage collector

15.difference between integer and int

16.what is multithreading

[09-05-2024 04:38 PM] Infobahn Poonam Sharma Colleague: Sapient(3-feb- 2024)

1.diference between string builder and string buffer

2.internal architecture of webdriver

3.how to Automate underline line of document

4.how to enable disabled text box through selenim

5.find the occurnace of string"hi text tester hi tester"

6,how to validate time in api


7.how validate schema in api

8.how to run parrallel execution tell format

9.how to use regx in selenium write syntax

10.Write steps of your frame work

11.read data from first two column then right result in third column write code

12.Write sysntax to keys to shift and control in selenium

13.Name the dependency added to excel read

14.What are listners in selenium

15.how to configure selenium grid

16.how to create pipleline in jenkin

17.Difference between pull request and fetch

18.what is stash command how to remove stash

19.Difference between Comaprable and Comparator

20.What is design pattern,

21,difference between pom and page factory

You might also like