Upload Button Icon Add office photos
Engaged Employer

i

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

InfoAxon Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 51 Reviews

Filter interviews by

InfoAxon Technologies Interview Questions, Process, and Tips

Updated 26 Jan 2024

Top InfoAxon Technologies Interview Questions and Answers

View all 19 questions

InfoAxon Technologies Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(14 Questions)

  • Q1. Tell me about yourself.
  • Q2. Explain about your projects.
  • Q3. Why do we use doctype in Html? What will happen if we remove it?
  • Ans. 

    The doctype declaration is used to specify the version of HTML being used in a document.

    • The doctype declaration is placed at the very beginning of an HTML document.

    • It helps the browser to understand how to interpret and render the HTML code.

    • Without a doctype, the browser may enter quirks mode, which can lead to inconsistent rendering.

    • Different versions of HTML have different doctype declarations.

    • For example, the HTML5

  • Answered by AI
  • Q4. What are meta tags? Explain different types of meta tags.
  • Ans. 

    Meta tags are HTML elements that provide information about a web page. There are various types of meta tags.

    • Meta tags are placed in the head section of an HTML document.

    • They help search engines understand the content and purpose of a web page.

    • Common types of meta tags include title, description, keywords, viewport, robots, and charset.

    • The title meta tag specifies the title of the web page.

    • The description meta tag provi...

  • Answered by AI
  • Q5. What is z-index?
  • Ans. 

    z-index is a CSS property that controls the stacking order of elements on a webpage.

    • z-index determines which elements appear in front or behind other elements

    • Higher z-index values bring elements to the front

    • z-index only works on positioned elements (position: absolute, position: relative, or position: fixed)

    • z-index can be positive, negative, or zero

    • Elements with higher z-index values will overlap elements with lower va

  • Answered by AI
  • Q6. What is viewport?
  • Ans. 

    Viewport is the visible area of a web page in a web browser.

    • Viewport determines how much content can be seen without scrolling.

    • It is defined by the size of the browser window.

    • Viewport can be adjusted using meta tags in HTML.

    • Responsive web design uses viewport to optimize layout for different devices.

  • Answered by AI
  • Q7. What are the different ways to link css? Which has the highest priority?
  • Ans. 

    There are three ways to link CSS: inline, internal, and external. Inline has the highest priority.

    • Inline CSS is applied directly to an HTML element using the 'style' attribute.

    • Internal CSS is defined within the 'style' tags in the head section of an HTML document.

    • External CSS is linked to an HTML document using the 'link' tag with the 'rel' attribute set to 'stylesheet'.

    • Inline CSS has the highest priority, followed by

  • Answered by AI
  • Q8. What do you understand by CSS box model?
  • Ans. 

    CSS box model is a design concept that describes how elements are rendered on a web page.

    • The CSS box model consists of four main components: content, padding, border, and margin.

    • The content area is where the actual content of the element is displayed.

    • Padding is the space between the content and the border.

    • Border is a line that surrounds the padding and content.

    • Margin is the space between the border and other elements o...

  • Answered by AI
  • Q9. What is the difference between margin and padding?
  • Ans. 

    Margin is the space outside an element, while padding is the space inside an element.

    • Margin is used to create space between elements, while padding is used to create space within an element.

    • Margin affects the positioning of an element in relation to other elements, while padding affects the content within an element.

    • Negative margin can be used to overlap elements, while negative padding is not possible.

    • Margin is transp...

  • Answered by AI
  • Q10. How do you include bootstrap into a html document?
  • Ans. 

    To include Bootstrap into an HTML document, link the Bootstrap CSS and JavaScript files in the head section.

    • Download the Bootstrap CSS and JavaScript files from the official website.

    • Place the CSS file link inside the head section using the link tag.

    • Place the JavaScript file link at the end of the body section using the script tag.

    • Ensure the file paths are correct and relative to the HTML document.

  • Answered by AI
  • Q11. What is meant by bootstrap grid system?
  • Ans. 

    Bootstrap grid system is a responsive grid system that allows developers to create responsive layouts for web pages.

    • Bootstrap grid system is based on a 12-column layout.

    • It uses CSS classes to define the layout structure.

    • Developers can easily create responsive designs by utilizing the grid system.

    • The grid system provides different classes for different screen sizes, such as 'col-sm' for small screens and 'col-lg' for la

  • Answered by AI
  • Q12. What are containers?
  • Ans. 

    Containers are lightweight, isolated environments that package software and its dependencies for easy deployment and scalability.

    • Containers provide a consistent and reproducible environment for running applications.

    • They encapsulate an application and its dependencies, including libraries, binaries, and configuration files.

    • Containers are portable and can run on any system that supports containerization.

    • They offer effici...

  • Answered by AI
  • Q13. How do you declare a variable in javascript?
  • Ans. 

    To declare a variable in JavaScript, use the 'var', 'let', or 'const' keyword followed by the variable name.

    • Use 'var' to declare a variable with function scope

    • Use 'let' to declare a variable with block scope

    • Use 'const' to declare a constant variable

    • Example: var age = 25; let name = 'John'; const PI = 3.14;

  • Answered by AI
  • Q14. How to achieve responsiveness in web page?
  • Ans. 

    Achieve responsiveness in web page by using media queries, flexible layouts, and fluid images.

    • Use CSS media queries to apply different styles based on screen size

    • Create flexible layouts using CSS Grid or Flexbox

    • Use relative units like percentages and ems instead of fixed pixels

    • Optimize images for different screen sizes using srcset and sizes attributes

    • Test responsiveness across different devices and browsers

  • Answered by AI

Interview Preparation Tips

Topics to prepare for InfoAxon Technologies Web Developer Trainee interview:
  • HTML
  • CSS
  • Javascript
  • Bootstrap
Interview preparation tips for other job seekers - The interview is fairly easy, you just need to have basic knowledge about html, css and javascript. (I couldn't clear the interview, as my basics weren't clear).

Skills evaluated in this interview

Top InfoAxon Technologies Web Developer Trainee Interview Questions and Answers

Q1. Why do we use doctype in Html? What will happen if we remove it?
View answer (1)

Web Developer Trainee Interview Questions asked at other Companies

Q1. What are the different ways to link css? Which has the highest priority?
View answer (1)

Liferay Architect Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
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 - Technical 

(3 Questions)

  • Q1. Questions on advanced Liferay concepts.
  • Q2. What are user segments?
  • Q3. How do you audience targeting?
Round 3 - Group Discussion 

Mainly about expectations from you.

Round 4 - HR 

(2 Questions)

  • Q1. Package negotiations
  • Q2. About yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be very careful.
Please don't rely on it as your primary source of income, it is good if you have spouse working or some other alternate source of income.

I applied via campus placement at Maharishi Dayanand University (MDU), Rohtak and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What do you know about HashMap explain with internal working?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap uses hashing to store and retrieve values based on their keys.

    • It allows null values and one null key.

    • Collisions are resolved by chaining or open addressing.

    • The initial capacity and load factor can be specified during initialization.

    • The internal array is resized when the load factor exceeds a thresh...

  • Answered by AI
  • Q2. What is the difference between StringBuffer and StringBuilder?
  • Ans. 

    StringBuffer is synchronized while StringBuilder is not.

    • StringBuffer is thread-safe while StringBuilder is not.

    • StringBuffer is slower than StringBuilder due to synchronization.

    • StringBuilder is preferred for single-threaded operations.

    • Both classes are used for manipulating strings.

    • Example: StringBuffer sb = new StringBuffer(); StringBuilder sb = new StringBuilder();

  • Answered by AI
  • Q3. Explain public static void main (String[] args) .
  • Ans. 

    The entry point of a Java program, must be public, static, void and accept an array of strings as argument.

    • public: accessible from anywhere in the program

    • static: belongs to the class, not to an instance of the class

    • void: does not return any value

    • main: the name of the method that serves as the entry point of the program

    • String[] args: an array of strings that can be used to pass arguments to the program

  • Answered by AI
  • Q4. Explains ways to define Thread.
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads share the same memory space as the parent process.

    • Threads can communicate with each other through shared memory.

    • Threads can be created and managed using threading libraries in programming languages like Java and Python.

  • Answered by AI
  • Q5. What is encapsulation? How can achieve it?
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is achieved through access modifiers like public, private, and protected.

    • It helps in achieving data abstraction and information hiding.

    • It prevents unauthorized access to the internal details of an object.

    • Example: A class with private variables and public methods to access those variables.

    • Example: A capsul...

  • Answered by AI
  • Q6. What is the fill ratio and concurrency level in Concurrent Collection Framework
  • Ans. 

    Fill ratio is the percentage of array slots that are occupied by elements. Concurrency level is the estimated number of concurrently updating threads.

    • Fill ratio is important for performance optimization and memory usage.

    • Concurrency level determines the number of segments in the collection.

    • Higher concurrency level can improve performance but also increases memory usage.

    • Examples of concurrent collection frameworks includ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident .
Be real.

Skills evaluated in this interview

Top InfoAxon Technologies Senior Engineer Interview Questions and Answers

Q1. What is the fill ratio and concurrency level in Concurrent Collection Framework
View answer (1)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Jobs at InfoAxon Technologies

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They asked me to design google ads poster designs for the content they gave me.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About experience and recent work
  • Q2. About the tools I am familiar with and about how quickly & effectively I deliver design in the given time

Interview Preparation Tips

Topics to prepare for Zazz IT Solutions Graphic Designer interview:
  • Design tools & Software
  • Product design process
  • industry knowledge
  • principles of design
Interview preparation tips for other job seekers - As long as you have subject knowledge and if you are skilled and creative, you can crack any interview. It is just that designers have to be extra creative to make the content reach the audience. So, it is all about how your design makes the difference.

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)

Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Java Technical Questions
  • Q2. Throws Vs Throw
  • Ans. 

    Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.

    • Throws is used in method signature to declare that the method may throw a checked exception.

    • Throw is used to actually throw an exception in the code.

    • Example: public void method() throws IOException { //code }

    • Example: throw new IOException();

  • Answered by AI
  • Q3. Method Overriding Basics and Output-Based Questions
  • Q4. Springboot annotations
  • Q5. Inheritance and Concept of Abstract Classes and Interfaces
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Abstract classes cannot be instantiated and can have abstract methods

    • Interfaces define a contract for classes to implement

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself

Software Analyst (Appforms Configuration) Interview Questions & Answers

ClaySys user image Anonymous

posted on 21 Nov 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General knowledge and logical mathematics.

Round 3 - Technical 

(2 Questions)

  • Q1. 2 week training with review
  • Q2. Based on your review task.

Interview Preparation Tips

Topics to prepare for ClaySys Software Analyst (Appforms Configuration) interview:
  • SQL
Interview preparation tips for other job seekers - They are using a low code designer called Appforms which is developed by claysys itself. So working on that designer won't get you any benefits for your future endeavours, because no other companies use this designer for development. So mastering Appform skill may help you if and only if you are continuing on the same company. Only skill that you will acquire when working there is SQL. Apart from that there are no benifits acquiring experience in Appforms. There are no frameworks and IDEs using for the development.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What you know about the sales
  • Ans. 

    Sales is the process of selling products or services to customers in exchange for money.

    • Sales involves identifying potential customers and convincing them to purchase a product or service.

    • It includes building relationships with customers, understanding their needs, and providing solutions.

    • Sales also involves negotiating prices, closing deals, and following up with customers for repeat business.

    • Sales can be done through...

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

(1 Question)

  • Q1. Do you know which language is use for frontend technology
  • Ans. 

    The language used for frontend technology is typically HTML, CSS, and JavaScript.

    • HTML is used for structuring web pages

    • CSS is used for styling the web pages

    • JavaScript is used for adding interactivity to the web pages

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Skills evaluated in this interview

InfoAxon Technologies Interview FAQs

How many rounds are there in InfoAxon Technologies interview?
InfoAxon Technologies interview process usually has 2-3 rounds. The most common rounds in the InfoAxon Technologies interview process are Technical, Resume Shortlist and Group Discussion.
How to prepare for InfoAxon 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 InfoAxon Technologies. The most common topics and skills that interviewers at InfoAxon Technologies expect are Liferay, HTML, Javascript, CSS and Hibernate.
What are the top questions asked in InfoAxon Technologies interview?

Some of the top questions asked at the InfoAxon Technologies interview -

  1. Why do we use doctype in Html? What will happen if we remove ...read more
  2. What are the different ways to link css? Which has the highest priori...read more
  3. What are meta tags? Explain different types of meta ta...read more

Tell us how to improve this page.

InfoAxon Technologies Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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
 • 793 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

InfoAxon Technologies Reviews and Ratings

based on 51 reviews

3.1/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.0

Salary

3.2

Job security

3.0

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 51 Reviews and Ratings
Solution Developer
86 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Solution Engineer
16 salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

UI Developer
14 salaries
unlock blur

₹4.3 L/yr - ₹11 L/yr

QA Engineer
11 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Developer
10 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Explore more salaries
Compare InfoAxon Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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