i
InfoAxon Technologies
Filter interviews by
I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.
Doctype defines the version of HTML being used and helps browsers render the page correctly.
Doctype declaration is used to specify the version of HTML being used in the document.
It helps browsers to render the web page correctly by triggering standards mode.
If the doctype is removed, browsers may render the page in quirks mode which can lead to inconsistent display.
For example, without a doctype, some CSS styles may no
Meta tags are HTML tags that provide metadata about a webpage. They are used to provide information about the page to search engines and browsers.
Meta tags are placed in the head section of an HTML document.
Common types of meta tags include meta description, meta keywords, and meta viewport.
Meta description provides a brief summary of the webpage's content.
Meta keywords are used to specify keywords relevant to the webp...
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
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.
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
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...
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...
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.
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
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...
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;
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
Mainly about expectations from you.
I applied via campus placement at Maharishi Dayanand University (MDU), Rohtak and was interviewed before May 2020. There were 4 interview rounds.
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...
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();
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
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.
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...
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
Top trending discussions
I was interviewed in Feb 2025.
Three questions to be solved out of five.
One assignment project will be submitted within seven days.
I have over 5 years of experience in customer support roles at various companies.
Managed customer inquiries via phone, email, and chat
Resolved customer complaints and issues in a timely manner
Provided product support and troubleshooting assistance
Collaborated with other departments to ensure customer satisfaction
Trained new customer support representatives
Current CTC is $50,000, Expected CTC is $60,000, Notice period is 30 days.
Current CTC: $50,000
Expected CTC: $60,000
Notice Period: 30 days
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.
I have a strong background in HR strategy and business partnering
I enjoy collaborating with cross-functional teams to drive positive change
I am excited about the opportunity to make a meaningful impact on the organization's culture and performance
posted on 17 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Utilize AWS or Azure services for scalable web applications
Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling
Leverage AWS Lambda or Azure Functions for serverless computing
Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic
Store data in AWS RDS or Azure SQL Database for scalable database solutions
Use AWS CloudFront or Azure CDN for content delivery
I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.
Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks
Review the code to ensure proper memory allocation and deallocation practices are being followed
Implement smart pointers or garbage collection to automatically manage memory
Use static co...
Yes, I have experience working on legacy systems.
I have successfully maintained and upgraded legacy systems to meet current business needs.
I have refactored legacy code to improve performance and scalability.
I have integrated new technologies with legacy systems to enhance functionality.
I have experience troubleshooting and debugging issues in legacy systems.
Yes, I have experience working with cross functional teams and resolving disputes effectively.
I have successfully collaborated with team members from different departments to achieve project goals.
I am skilled at mediating conflicts and finding mutually beneficial solutions.
I prioritize open communication and actively listen to all team members' perspectives.
I have experience using conflict resolution techniques such a
I was interviewed in Dec 2024.
A function is a piece of code that is called by name, while a method is a function that is associated with an object.
Functions are standalone blocks of code, while methods are functions that are part of a class or object.
Functions can be called independently, while methods are called on an object.
Functions do not have access to data stored in an object, while methods can access and modify object data.
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
I am a passionate software developer with a strong background in computer science and a love for problem-solving.
Graduated with a degree in Computer Science from XYZ University
Proficient in programming languages such as Java, Python, and C++
Experience with web development using HTML, CSS, and JavaScript
Completed internships at ABC Company and DEF Company
Participated in coding competitions like Codeforces and LeetCode
My goal in life is to continuously learn and grow, both personally and professionally, while making a positive impact on others.
Continuous learning and self-improvement
Making a positive impact on others
Achieving personal and professional growth
Contributing to the community or society
Finding fulfillment and happiness in my pursuits
Software Developer Trainee involves learning and applying software development skills under supervision.
Learning programming languages and tools
Assisting in developing and testing software applications
Participating in team meetings and code reviews
Receiving mentorship and guidance from senior developers
My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and adaptability. My weaknesses are public speaking and time management.
Hobbies: coding, reading, playing video games
Strengths: problem-solving, attention to detail, adaptability
Weaknesses: public speaking, time management
I am passionate about coding and problem-solving, and I believe this job role will provide me with the opportunity to learn and grow as a software developer.
Passionate about coding and problem-solving
Opportunity to learn and grow as a software developer
Excited about the challenges and projects in this role
I am drawn to your company's innovative projects and collaborative work culture.
I am impressed by the cutting-edge technologies your company is using.
I value the emphasis your company places on teamwork and professional development.
I believe my skills and passion align well with the opportunities at your company.
I remain calm, assess the situation, prioritize tasks, and take necessary actions to mitigate the risk.
Stay calm and composed to think clearly
Assess the situation to understand the severity
Prioritize tasks based on urgency
Take necessary actions to mitigate the risk
I was responsible for developing and maintaining software applications.
Developed new features and functionalities for existing software applications
Fixed bugs and issues reported by users
Collaborated with team members to design and implement solutions
Participated in code reviews and testing processes
Researched online, read about company culture, projects, and achievements.
Visited company website and read about the services offered
Checked out company's LinkedIn page for updates and employee reviews
Read articles or news related to the company's recent projects or achievements
I resigned from my previous position voluntarily.
I resigned from my previous job on my own accord.
I made the decision to leave the company.
I chose to resign from my previous role.
I voluntarily left my previous position.
I am not comfortable sharing my previous salary information.
I prefer not to disclose my previous salary as it is confidential information.
I believe that my salary history should not be a determining factor for my potential as a Software Developer Trainee.
I am more focused on the opportunities and growth potential that this position offers rather than past salary.
I am confident that my skills and qualifications align wi...
based on 1 interview
Interview experience
based on 52 reviews
Rating in categories
3-4 Yrs
Not Disclosed
Solution Developer
87
salaries
| ₹3 L/yr - ₹9.2 L/yr |
Solution Engineer
16
salaries
| ₹2.8 L/yr - ₹9.8 L/yr |
UI Developer
14
salaries
| ₹4.3 L/yr - ₹11 L/yr |
QA Engineer
11
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Software Developer
10
salaries
| ₹3.2 L/yr - ₹7 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra