Candidatei-me por meio de recrutador(a). O processo levou 1 dia. Fui entrevistado pela Coforge em fev. de 2015
Entrevista
1. Logical reasoning
2. QA Technical written test
3. F2F round
4. Manager Round
5. HR Round
Hr guys are very responsive.They will take your whole day and after taking all the rounds. they will say ask you to fill up the form. Almost 90% emp interviewed asked to fill the form.
After taking hr they put you on hold because of your salary and hr never reply.
Still waiting for the offer to release.
They send offers on the basis of salary you ask for.
Fiz uma entrevista na empresa Coforge (Bengaluru).
Entrevista
Thser will be screening round by hr and the Will have 3 to 4 rounds of interviews based on role and skillset.
Focus on programming: hashmap, string, and arrays.
Also, behavioral questions from HR and the hiring manager.
Candidatei-me online. Fiz uma entrevista na empresa Coforge.
Entrevista
For an experienced person with 4-5 years in ETL testing.
The interviewer is good and they support but quite strict when they do not get the appropriate answer of there scenario based questions .
Perguntas de entrevista [1]
Pergunta 1
1) Tell something about yourself?
2) How do you perform ETL process day by day? and about rate yourself in etl process
3) what is a fact table?
4) what is surrogate key and what are the differences between the surrogate key and primary key ?
5) Have you implemented any SCD rule in your organization ?
6) some SQL queries with full screen share and rating they asked for SQL :
Q1. Write an SQL query to fetch the employees whose name begins with any two characters, followed by a text “hn” and ends with any sequence of characters.
SELECT *
FROM employees
WHERE full_name LIKE '__hn%';
Q2. Write an SQL query to fetch records that are present in one table but not in another table.
SELECT *
FROM table1 t1
WHERE NOT EXISTS (SELECT 1 FROM table2 t2 WHERE t1.id = t2.id);
Q3.Write an SQL query to fetch the employee’s full names and replace the space with ‘-’.
SELECT REPLACE(full_name, ' ', '-') AS formatted_full_name
FROM employees;
Candidatei-me por meio de recrutador(a). Fui entrevistado pela Coforge (Hyderābād) em abr. de 2024
Entrevista
Got a call from Coforge HR on being shortlisted from Naukri. First round of technical on API and UI Automation using REST Assured, Selenium with Java and Cucumber. Interview would be for 30-40 minutes
Perguntas de entrevista [1]
Pergunta 1
Questions on testing flow using REST Assured. Write a scenario in Cucumber for an API test. JMeter API Testing and Performance testing.