Upload Button Icon Add office photos

Giz

Compare button icon Compare button icon Compare

Filter interviews by

Giz Interview Questions and Answers

Updated 11 Oct 2024

Giz Interview Experiences

Popular Designations

6 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About project basics
Round 2 - HR 

(1 Question)

  • Q1. When can you join.
  • Ans. 

    I can join within two weeks of receiving an offer.

    • I can start within two weeks of receiving an offer.

    • My current notice period is two weeks.

    • I am available to start immediately.

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via devnetjobs and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and vocational training
Round 2 - Aptitude Test 

Project management and client relationship

Round 3 - One-on-one 

(1 Question)

  • Q1. Team management

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Simple skill or knowledge based

Round 3 - Technical 

(1 Question)

  • Q1. Detailed questions on profile, interests, past record, and soft skills.

IT Consultant Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Technical interview as per your job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite good

IT Consultant Interview Questions asked at other Companies

Q1. Tell me if your system is infected by a virus how you will recover the data.
View answer (1)

Giz interview questions for popular designations

 Intern

 (1)

 IT Consultant

 (1)

 Junior Advisor

 (1)

 Program Manager

 (1)

 Project Manager

 (1)

 Technical Advisor

 (1)

I applied via www.devnetjobsindia.org and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell about yourself?
  • Q2. What experience you bring for this position/Why do you think you are fit for this position?
  • Q3. Technical question related to the position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always go through your CV before you go for an interview.
Go through the job description and note down the experience you have related to the job so it will be easy to answer and justify why you are a better fit.
Always go through the website of the organization to see their work, clients, etc

Technical Advisor Interview Questions asked at other Companies

Q1. What is the difference between Customer Service and Customer Satisfaction?
View answer (1)

I applied via Devnetjobs and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Communication at different levels- explain
  • Ans. 

    Communication at different levels involves adapting communication style and content to suit the audience.

    • Different levels of communication include interpersonal, group, organizational, and public

    • Communication style and content should be adapted to suit the audience's needs and preferences

    • Effective communication at different levels can improve relationships, productivity, and outcomes

    • Examples include tailoring a present...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Here it depends on program manager. Sometimes posts are filled in advance and interview is just formalities

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Interview questions from similar companies

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
  • Ans. 

    Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.

    • Open for fixed term hire

    • Willing to work from client location at Gurgaon for 3 days a week

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Ans. 

    Implemented automated testing using Selenium WebDriver and JUnit in Agile environment

    • Implemented automated testing framework using Selenium WebDriver

    • Utilized JUnit for test case management

    • Worked in Agile environment to ensure continuous testing and integration

  • Answered by AI
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Ans. 

    Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.

    • Pilot testing involves a small group of users testing the functionality in a controlled environment.

    • Beta testing involves a larger group of users testing the functionality in a real-world environment.

    • ...

  • Answered by AI
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Ans. 

    Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.

    • Primary key enforces uniqueness and not null constraint on a column

    • Unique key enforces uniqueness but allows null values

    • To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query

  • Answered by AI
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Ans. 

    Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.

    • STLC includes requirements analysis, test planning, test design, test execution, and test closure.

    • Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.

    • STLC ensures that the so...

  • Answered by AI
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Ans. 

    303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.

    • 303 status code indicates that the resource can be found at a different URI and should be retrieved from there

    • PUT method is used to update an existing resource in the API

    • DELETE method is used to remove a resource from the API

    • 3 point esti...

  • Answered by AI
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Ans. 

    Links and labels that can be tagged to a bug in Jira

    • Links: related issues, documents, websites

    • Labels: priority, severity, type, status

  • Answered by AI
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Ans. 

    Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.

    • Shell scripting automates tasks by writing scripts in a Unix/Linux environment

    • Grep command is used to search for specific patterns in text files

    • Example: grep 'search_pattern' file.txt

    • Href is not a standard Unix command, it may be a typo or a custom script

  • Answered by AI
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Ans. 

    To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.

    • Listen to the team member's perspective and concerns

    • Communicate openly and calmly about the issue

    • Find common ground and areas of agreement

    • Work together to find a solution that benefits both parties

    • Seek input from other team members or a mediator if ne

  • Answered by AI
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...
  • Ans. 

    Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.

    • Yes, open to relocating to Bangalore and working from client's office

    • Yes, open to working in night/rotational shifts

    • Yes, open to working in long extendable hours or 24X7 culture

    • Goal is to excel in automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(21 Questions)

  • Q1. What is the Selenium architecture in relation to C#?
  • Q2. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
  • Q3. What are locators, and what are the different types of XPath?
  • Q4. Have you ever managed cookies and caches in automation?
  • Q5. How have you managed team members in your previous roles?
  • Q6. How do you manage a situation where resources are limited and there is a deadline for completing testing?
  • Q7. What is the defect life cycle?
  • Q8. What is test scenario?
  • Q9. What is the relationship between test coverage and a test matrix?
  • Q10. How do you handle conflicting situations when working on priority-based tasks?
  • Q11. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
  • Q12. What is the difference between a scenario and a scenario outline?
  • Q13. What contributions have you made to the framework?
  • Q14. What information do you include in a POM (Project Object Model) file?
  • Q15. What are the differences between WebDriver and ChromeDriver?
  • Q16. Syntax of xpath
  • Q17. How do you manage dynamic elements on a webpage?
  • Q18. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
  • Q19. What is the structure of a framework? Explain.
  • Q20. Explain feature file linking in relation to the step definition file?
  • Q21. What do you write in LINQ, what is its purpose, and how do you validate the database data against the user interface?

Interview Preparation Tips

Interview preparation tips for other job seekers - First, secure an interview and obtain an offer letter with a 40% salary increase. After that, negotiate with your current company; if the negotiations do not yield favorable results, use the same offer letter to apply to another company for a higher salary. Ensure to confirm the total cost to company (CTC) they are offering before attending interviews; if their budget does not align with yours, it would waste time for both parties.They may not respond to candidates though interview went well because they may move with lower salary expectations.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. Cdd edd sdd difference
  • Q2. Regulatory websites
  • Q3. Organizational charts ,risk factors
  • Q4. Risk thresholds, explanation of documents for different types of investor types
  • Q5. Screenings,high risk factors
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience with Angular, and how does it work? What are pipes and components in Angular?
  • Q2. Can you replicate the screen in Angular that is currently visible on your display?
Round 2 - Coding Test 

Multiple questions regarding data structures.

Giz Interview FAQs

How many rounds are there in Giz interview?
Giz interview process usually has 2-3 rounds. The most common rounds in the Giz interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Giz interview?

Some of the top questions asked at the Giz interview -

  1. Communication at different levels- expl...read more
  2. Technical and vocational train...read more
  3. About project bas...read more

Tell us how to improve this page.

Giz Interview Process

based on 7 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
View all

Giz Reviews and Ratings

based on 46 reviews

3.9/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.0

Salary

3.2

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 46 Reviews and Ratings
Technical Expert
18 salaries
unlock blur

₹12.4 L/yr - ₹26 L/yr

Consultant
10 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Technical Advisor
10 salaries
unlock blur

₹10 L/yr - ₹31 L/yr

Technical Consultant
6 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Advisor
6 salaries
unlock blur

₹13 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Giz with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview