Upload Button Icon Add office photos
Engaged Employer

i

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

AtliQ Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AtliQ Technologies Interview Questions and Answers

Updated 27 Oct 2024

AtliQ Technologies Interview Experiences

Popular Designations

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2024

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

(1 Question)

  • Q1. Explain power bi project
  • Ans. 

    Power BI project is a data visualization tool used to create interactive reports and dashboards.

    • Power BI allows users to connect to various data sources such as Excel, SQL databases, and online services.

    • Users can create visually appealing reports and dashboards by dragging and dropping data fields onto a canvas.

    • Interactive features like slicers, filters, and drill-down capabilities enhance data exploration and analysis...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How can you handle many to many relationship
  • Ans. 

    Many to many relationships can be handled using a junction table to connect the two entities.

    • Create a junction table with foreign keys referencing the two entities

    • Use JOIN queries to retrieve data from both tables

    • Ensure data integrity by properly managing the junction table

  • Answered by AI

Junior Data Analyst Interview Questions asked at other Companies

Q1. What is the main difference between data mining and data analysis?
View answer (4)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How you design cicd pipeline
  • Ans. 

    Designing a CI/CD pipeline involves defining stages, tools, triggers, and integrations for automated software delivery.

    • Define stages for build, test, deploy, and release

    • Select appropriate tools for each stage (e.g. Jenkins, GitLab CI, Travis CI)

    • Set up triggers for automatic pipeline execution (e.g. code commit, pull request)

    • Integrate with version control, testing frameworks, and deployment platforms

    • Implement security m...

  • Answered by AI
  • Q2. How you deploy to k8s cluster
  • Ans. 

    I deploy to k8s cluster using CI/CD pipelines and kubectl commands.

    • Use CI/CD pipelines to automate the deployment process

    • Leverage kubectl commands to interact with the Kubernetes cluster

    • Ensure proper configuration and version control for smooth deployments

  • Answered by AI
  • Q3. How do you use secrets in k8s
  • Ans. 

    Secrets in k8s are used to store sensitive information like passwords, API keys, and tokens securely.

    • Create secrets using kubectl create secret command

    • Mount secrets as volumes in pods

    • Access secrets in pods using environment variables or files

    • Rotate secrets regularly for security purposes

  • Answered by AI
  • Q4. What is pod affinity
  • Ans. 

    Pod affinity is a Kubernetes feature that allows you to influence the scheduling of pods based on the presence of other pods.

    • Pod affinity can be used to ensure that pods are scheduled on the same node or in close proximity to other pods.

    • Pod affinity can be defined at the pod level or at the node level.

    • Examples of pod affinity include spreading pods across different availability zones or ensuring that pods with specific

  • Answered by AI
  • Q5. What is anti affinity
  • Ans. 

    Anti affinity is a concept in cloud computing where related resources are intentionally placed on separate physical hardware to increase fault tolerance.

    • Anti affinity ensures that related resources, such as virtual machines or containers, are not placed on the same physical hardware to reduce the impact of hardware failures.

    • It is commonly used in distributed systems to improve availability and resilience.

    • For example, i...

  • Answered by AI

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    Reverse the words in a string without using built-in functions.

    • Split the string into an array of words using a space as the delimiter.

    • Create a new array and iterate over the words array in reverse order, adding each word to the new array.

    • Join the new array of words back into a single string with spaces between each word.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results

    • Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin

    • Path params are typically used for required parameters, while query params...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.

    • Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}

    • Query parameters are used for filtering or sorting data, e.g. /users?status=active

    • Header parameters contain additional information for the request, e.g. Content-Type: application/json

    • Body parameters are used to send data in ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.

    • Use given() method to set request parameters and body

    • Use post() method to send the request

    • Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate web developer with experience in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript, and various frameworks like React and Angular

    • Proficient in server-side languages like Node.js and PHP

    • Familiar with databases such as MySQL and MongoDB

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities of my last company
  • Ans. 

    I was responsible for front-end and back-end development, maintaining and updating websites, and collaborating with designers and stakeholders.

    • Developed and maintained websites using HTML, CSS, JavaScript, PHP, and MySQL

    • Collaborated with designers to implement visual elements and user experience improvements

    • Worked with stakeholders to gather requirements and provide technical solutions

    • Ensured websites were responsive a

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Complete the task with given instruction
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical questions
Round 5 - HR 

(3 Questions)

  • Q1. Tell me your family background
  • Ans. 

    I come from a close-knit family with a diverse background and strong values.

    • My parents are both educators, instilling in me a love for learning and problem-solving.

    • I have two siblings, one pursuing a career in finance and the other in healthcare.

    • Family gatherings are always filled with laughter, good food, and lively discussions.

  • Answered by AI
  • Q2. Last company's work experience
  • Ans. 

    I worked as a web developer at a software company, where I was responsible for designing and developing websites and web applications.

    • Designed and developed responsive websites using HTML, CSS, and JavaScript

    • Collaborated with the design team to create user-friendly interfaces

    • Integrated third-party APIs to enhance functionality

    • Optimized website performance for speed and SEO

    • Provided ongoing maintenance and support for ex

  • Answered by AI
  • Q3. How you handle the work pressure
  • Ans. 

    I handle work pressure by prioritizing tasks, setting realistic deadlines, and taking breaks when needed.

    • Prioritize tasks based on deadlines and importance

    • Break down tasks into smaller, manageable chunks

    • Set realistic deadlines and communicate with team members if needed

    • Take short breaks to recharge and refocus

    • Practice stress-relief techniques such as deep breathing or mindfulness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After successfully clear all the interview round I was not selected and I was not given a proper reason for my rejection from HR team, my advice is to stay resilient and patient. follow up professionally, but if you experience delays and unclear communication, consider it a reflection of the company's management. keep applying elsewhere, and don't be discouraged by setbacks.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions from website codewar

Round 2 - Technical 

(4 Questions)

  • Q1. Closures, promises
  • Q2. Event loops, callback, task queue microtask queue
  • Q3. Promises , differences between var let and const
  • Ans. 

    Promises are used for asynchronous programming in JavaScript. var is function-scoped, let is block-scoped, and const is block-scoped and cannot be reassigned.

    • Promises are used to handle asynchronous operations in JavaScript.

    • var is function-scoped, let is block-scoped, and const is block-scoped and cannot be reassigned.

    • Example: var x = 10; let y = 20; const z = 30;

  • Answered by AI
  • Q4. What are loops type of loops
  • Ans. 

    Types of loops in JavaScript include for, while, and do-while loops.

    • For loop: Executes a block of code a specified number of times.

    • While loop: Executes a block of code while a specified condition is true.

    • Do-while loop: Executes a block of code once, and then repeats the loop as long as a specified condition is true.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral

Round 1 - Assignment 

API Design using Node and Mongo

Round 2 - Coding Test 

NodeJs , JavaScript, System Design

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude + logical reasoning + technical mcq(Javascript related mcq)

Round 2 - Group Discussion 

Got rejected in Group discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Javascript related mcq + aptitude
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Output based Q on javascript.
  • Q2. Project related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects and and have a good grip at javascript, c#, .net, angular.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical Questions- Linear DSA and Aptitude

Round 2 - Technical 

(9 Questions)

  • Q1. This Round involves SQL Test Paper and First Technical Round SQL Test Paper 5 SQL Queries- 2-Easy, 2-Medium, 1-Hard
  • Q2. What is Joins and Types
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIG...

  • Answered by AI
  • Q3. Function in Oracle Database
  • Ans. 

    A function in Oracle Database is a named PL/SQL block that can accept parameters and return a value.

    • Functions can be used to perform calculations, manipulate data, or return specific values.

    • They can be called from SQL queries or other PL/SQL blocks.

    • Functions must return a single value of a specified data type.

  • Answered by AI
  • Q4. Tags used to create table in HTML
  • Ans. 

    The tags used to create a table in HTML are

    , ,
    , and .

    • tag defines the table itself

    • tag defines a row in the table

    • tag defines a cell in a row

    • tag defines a header cell in a row

    • Answered by AI
    • Q5. DSA Basic Question
    • Q6. Question Related to Resume
    • Q7. Explain Projects
    • Ans. 

      Projects are practical applications of skills and knowledge to solve real-world problems or create new products.

      • Projects involve setting goals, planning tasks, and executing them within a specified timeline.

      • They often require collaboration with team members and stakeholders.

      • Projects can range from developing software applications to conducting research studies.

      • Examples: Building a website for a client, creating a mobil

    • Answered by AI
    • Q8. Some Scenario Based Questions
    • Q9. Some HR Quesions Like- Where you see yourself after 5 years? What is your Hobbies?
    Round 3 - Behavioral 

    (2 Questions)

    • Q1. This Round is mostly Focuse on Scenario Based Questions
    • Q2. Some Logical Questions Expected

    Interview Preparation Tips

    Topics to prepare for Netwin Infosolutions Junior Software Engineer interview:
    • OOPS
    • SQL
    • DSA
    • Communication Skills
    Interview preparation tips for other job seekers - Try creating a simple resume that highlights your strength, as inteviews often focus on your previous work experience.

    Skills evaluated in this interview

    AtliQ Technologies Interview FAQs

    How many rounds are there in AtliQ Technologies interview?
    AtliQ Technologies interview process usually has 1 rounds. The most common rounds in the AtliQ Technologies interview process are Technical.
    How to prepare for AtliQ Technologies 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 AtliQ Technologies. The most common topics and skills that interviewers at AtliQ Technologies expect are Client Communication, Team Management, .Net, ASP.Net and Agile Methodology.

    Tell us how to improve this page.

    AtliQ Technologies Interview Process

    based on 4 interviews

    Interview experience

    4.8
      
    Excellent
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.5k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 809 Interviews
    HCL Infosystems Interview Questions
    3.9
     • 141 Interviews
    View all

    AtliQ Technologies Reviews and Ratings

    based on 48 reviews

    4.7/5

    Rating in categories

    4.5

    Skill development

    4.7

    Work-life balance

    4.4

    Salary

    4.6

    Job security

    4.8

    Company culture

    4.3

    Promotions

    4.6

    Work satisfaction

    Explore 48 Reviews and Ratings
    Software Engineer
    19 salaries
    unlock blur

    ₹3.5 L/yr - ₹11.2 L/yr

    Data Analyst Intern
    15 salaries
    unlock blur

    ₹1 L/yr - ₹6 L/yr

    Data Analyst
    11 salaries
    unlock blur

    ₹1 L/yr - ₹7.9 L/yr

    Product Manager
    5 salaries
    unlock blur

    ₹10.5 L/yr - ₹15 L/yr

    QA Engineer
    4 salaries
    unlock blur

    ₹2.4 L/yr - ₹7 L/yr

    Explore more salaries
    Compare AtliQ Technologies with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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