Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Attagis Solutions Team. If you also belong to the team, you can get access from here

Attagis Solutions Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Attagis Solutions Interview Questions and Answers

Updated 11 Mar 2024

Attagis Solutions Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium and core java related questions
Round 2 - Assignment 

Written assignment given to solve

Round 3 - Coding Test 

Java simple programs to write

Round 4 - Client Interview 

(1 Question)

  • Q1. Basic questions about your experience
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview process

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. SQL query related to Uber
Round 2 - One-on-one 

(1 Question)

  • Q1. Question related to Tableau and one SQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience ,polite interviewer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is scatter gather?
  • Q2. What is RAML? What are traits?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. How Angular application works?
  • Ans. 

    Angular applications work by utilizing TypeScript to create components, services, and modules that interact with the DOM.

    • Angular applications are built using TypeScript, a superset of JavaScript.

    • Components are the building blocks of Angular applications, representing different parts of the UI.

    • Services are used to share data and functionality across components.

    • Modules help organize the application into cohesive blocks o...

  • Answered by AI
  • Q2. What are components and directives?
  • Ans. 

    Components and directives are key concepts in Angular framework for building dynamic web applications.

    • Components are the basic building blocks of Angular applications, representing a part of the user interface.

    • Directives are markers on a DOM element that tell Angular to attach a specific behavior to that element or transform it.

    • Components are directives with a template.

    • Examples: ngIf, ngFor, ngStyle, ngClass

  • Answered by AI
  • Q3. What are dependency injection in angular
  • Ans. 

    Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them.

    • In Angular, dependencies are injected into a component's constructor using TypeScript.

    • This allows for better modularity, reusability, and testability of code.

    • Dependencies can be provided at the module level or at the component level.

    • Example: constructor(private userService: UserService) {}

  • Answered by AI
  • Q4. How do you call an api in angular
  • Ans. 

    To call an API in Angular, you can use the HttpClient module to make HTTP requests.

    • Import the HttpClientModule in your app module

    • Inject the HttpClient service in your component/service

    • Use HttpClient's methods like get(), post(), put(), delete() to make API calls

    • Subscribe to the Observable returned by the HTTP request to get the response data

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Why do you want to get placed in Accenture?
  • Q2. What are ur strengths and weakness?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong communication. My weakness is that I can be overly critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Strengths: strong communication

    • Weakness: overly critical of my own work

  • Answered by AI
  • Q3. If there is a task and someone comes for your help what will be your approach?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well it depends on interviewer how easy or tough he/she wants to take, but prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Gayatri Vidya Parishad College of Engineering, Visakhapatnam and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Most of the questions on verbal,logical,numerical aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Could you explain the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about the resume and do background work on company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Case Study 

It was regarding the case study of Punjab National Bank and pnbmetlife.

Round 2 - Assignment 

It was regarding basic financial knowledge.

Interview Preparation Tips

Topics to prepare for Pie Infocomm Intern interview:
  • Basic financial knowledge
  • Fintech
Interview preparation tips for other job seekers - Either you have a very strong conceptual knowledge, companies will train you according to their need or a good internship and practical knowledge and skills.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Linux Question

Round 2 - Technical 

(3 Questions)

  • Q1. What is ftp port number?
  • Ans. 

    FTP port number is 21.

    • FTP port number is used for transferring files over a network.

    • It is a default port number for FTP protocol.

    • FTP clients connect to port 21 on the server to initiate a file transfer.

    • FTP servers listen on port 21 for incoming connections.

  • Answered by AI
  • Q2. What is DHCP and how its working?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • DHCP server assigns IP addresses to devices on a network

    • It also provides other network configuration information such as subnet mask and default gateway

    • DHCP uses a lease mechanism to manage IP address assignments

    • DHCP operates on the client-server model

    • Example: When a device conne...

  • Answered by AI
  • Q3. What is Domain name System?
  • Ans. 

    Domain Name System (DNS) is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS is like a phone book for the internet, translating domain names (like google.com) to IP addresses (like 172.217.3.206).

    • DNS servers store records of domain names and their corresponding IP addresses.

    • DNS helps users access websites by resolving domain names to IP addresses in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. How much do you know about inspection and what would you refer for doing inspection work
  • Ans. 

    I have a strong understanding of inspection processes and recommend thorough documentation, attention to detail, and adherence to regulations.

    • Understanding of inspection procedures and protocols

    • Attention to detail in identifying issues and discrepancies

    • Thorough documentation of findings and recommendations

    • Adherence to regulations and standards

    • Utilization of appropriate tools and equipment for inspections

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic HR questions, understand basic terminology that goes in inspection duties and be confident in showing your learning ability and communication skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Digital marketing strategy for social media
  • Ans. 

    A digital marketing strategy for social media involves creating engaging content, utilizing various platforms, analyzing data, and interacting with followers.

    • Identify target audience and choose appropriate social media platforms

    • Create a content calendar with a mix of promotional and engaging posts

    • Utilize paid advertising to reach a larger audience

    • Analyze data and adjust strategy based on performance metrics

    • Engage with ...

  • Answered by AI
  • Q2. Social media used? And how?
  • Ans. 

    Social media platforms like Facebook, Instagram, Twitter, LinkedIn, and TikTok are used to engage with the audience, share content, run ads, and build brand presence.

    • Facebook is used for sharing updates, creating events, and running targeted ads.

    • Instagram is used for visual content sharing, influencer partnerships, and Instagram Stories.

    • Twitter is used for real-time updates, customer service, and engaging with industry...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You prepare social media platforms knowledge for digital Marketing

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Roles and responsibilities
Round 2 - Technical 

(1 Question)

  • Q1. Roles and responsibilities and tell me about your family and jave , python

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication

Attagis Solutions Interview FAQs

How many rounds are there in Attagis Solutions interview?
Attagis Solutions interview process usually has 5 rounds. The most common rounds in the Attagis Solutions interview process are HR, Technical and Assignment.
How to prepare for Attagis Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Attagis Solutions. The most common topics and skills that interviewers at Attagis Solutions expect are PHP, Selenium, Java, Software Testing and Automation Testing.

Tell us how to improve this page.

People are getting interviews through

based on 1 Attagis Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Pie Infocomm Interview Questions
4.6
 • 36 Interviews
Ricoh Interview Questions
3.8
 • 7 Interviews
View all
QA Engineer
9 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Attagis Solutions with

Ricoh

3.8
Compare

Netaxis IT Solutions

4.0
Compare

Pie Infocomm

4.6
Compare

Zovian Technologies

4.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview