Тёмный

Interview Experience - Service Now, Hyderabad (0-3 yoe) Software QA Engineer 

Curious kalyan
Подписаться 5 тыс.
Просмотров 4,3 тыс.
50% 1

Book a 1:1 call : topmate.io/curiouskalyan/776359
Instagram: / its.kalyan
SERVICE NOW:
***************************************
Round 1 (Technical Round) - 1hr
****************************************
tell me about yourselves and about your experience
explain your automation framework and which framework you have been used
how have you been passing test data to test methods?
do you pass all the test data at one time to test method or data provider method is diff for diff test methods?
what is the difference between method overloading and method overriding. give me an example for each where you have used.
what is the output of the below program:
public class SampleClass {
public static void main(String [] args) {
method(null);
IntegerMethod in = new IntegerMethod();
in.intMethod();
}
public static void method(Object obj) {
System.out.println("object method called");
}
public static void method(String str) {
System.out.println("string method called");
}
}
public class IntegerMethod{
int i=9;
public void intMethod() {
int i=8;
System.out.println(this.i);
}
}
write a program to print first repeating and first non-repeating numbers from an integer array.
write a program to print largest substring without repeating characters in it.
write a dynamic xpath to click button for specific row based on name [a web url was given to find the path in webpage].
//tr/td[text()='%s']/../td/button[text()='update']
what is stale element exception? how would you tackle this to not see the exception again?
there is a file needs to be copied from local machine to remote machine. but customer unable to copy paste the file.
how will do the root cause analysis?
do you have any questions for me?
------------------------------------------------------------------------
****************************************
Round 2 (Technical Round) - 1hr
****************************************
give me a brief introduction about you, your project in current organization, roles and responsibilities
write a dynamic xpath to get duration from row with WBS as 1.1.1 - www.bryntum.com/products/gant...
write selenium code to update the duration for row with WBS as 1.1.1 and verify if it is updated correctly or not
public void method(WebDriver driver, String wbsValue, String days) {
String xpath = "//div[@data-column='wbsValue' and text()='%s']//ancestor::div[@role='row']//div[@data-column='fullDuration']";
WebElement duration = driver.findElement(By.xpath(String.format(xpath, wbsvalue));
Actions actions = new Actions(driver);
actions.doubleClick(duration);
duration.sendKeys(days);
duration.sendKeys(Keys.ENTER);
Assert.assertTrue(duration.getText().contains(days));
}
how will you initialize a webdriver in selenium
WebDriver driver = new ChromeDriver();
why cant we directly use ChromeDriver? what is the advantage of creating webdriver object with WebDriver interface?
have you developed any framework or have you made any chages to the existing framework?
write a program to reverse a string array.
write a program to print words ending with letter 'e' from string array
which kind of report is using in your project? have you created any customized reports?
do you have any questions for me?
------------------------------------------------------------------------
**************************************
Round 3 (Technical & Hiring Manager Round) - 2hrs
****************************************
tell me about your experience, recent project, projects you worked on, which automation tools you worked on, what types of testings you worked on
why do you want to change from Accenture?
why do you want to join ServiceNow?
among some xyz company and ServiceNow, which company you would choose? what all factors you would consider to make a decision?
Q: write a program to print numbers in below format for 2d array
also try different input for this program. provide different test data to the code to verify all possible scenarios
input:
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
output:
5,10,15,20,19,14,9,4,3,8,13,18,17,12,7,2,1,6,11,16,
Q: write a program to print numbers in below format
input: 5
output:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
Q: write selenium code to test a multi-select field from below url. verify all possible scenarios for multi-select field.
www.w3schools.com/tags/tryit....
Requirement 1: copy a file from one location and paste it in different location
what all usecases you would test and what all testings you would perform
Requirement 2: there is messenger app for cross-language users.
how would you test the application is working for all the languages
do you have any questions for us?

Опубликовано:

 

3 фев 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@anjipittu9524
@anjipittu9524 3 дня назад
how many years experience do you have on servicenow.?
@giridharcool
@giridharcool 16 дней назад
Bro a small info 3 + petti try cheyali ante what skills we need to be expertise with Javascript kakunda nka what skills i need to have
@gauravyo1949
@gauravyo1949 5 дней назад
ana please tell me range of slry
@Nmadhumathi
@Nmadhumathi 3 месяца назад
Hello Kalyan, after interview how many days gap was their to announce the result and how was the interview was Liberal or tough Because you mentioned all the interview thanks thats a great Thanks But wanted to know how was the interviewer because the coding questions you mentioned literally collections has to be used Please give more insights
@krishnasai5806
@krishnasai5806 5 месяцев назад
Freshers ki opportunities unaya
@jatingupta4026
@jatingupta4026 3 месяца назад
public static void method(Object obj) { System.out.println("object method called"); }
@Avocuddles174
@Avocuddles174 5 месяцев назад
Anna fresher resume format share cheyyandi anna please anna 🥲
@Curiouskalyan
@Curiouskalyan 5 месяцев назад
Already video chesa.. have a look 😊
@techgyaan4422
@techgyaan4422 2 месяца назад
Bhai kis language me baat krna chah rhe ho ye to bta do pehle.
@myfootball9992
@myfootball9992 Месяц назад
Telugu
@lukes6084
@lukes6084 4 месяца назад
*Promo sm* 😒
Далее
10 JavaScript Interview Questions You HAVE TO KNOW
13:41