Filter interviews by
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
A prime number has exactly two distinct positive divisors: 1 and itself.
Examples of prime numbers: 2, 3, 5, 7, 11, 13.
The number 1 is not prime, and 2 is the only even prime number.
To check if a number n is prime, test divisibility from 2 to √n.
I implemented various initiatives to promote diversity and inclusion, fostering a more equitable workplace culture.
Developed a diversity recruitment strategy that increased minority hires by 30% over two years.
Organized workshops on unconscious bias and cultural competency for all employees, enhancing awareness and understanding.
Established employee resource groups (ERGs) to support underrepresented groups, provid...
I am proficient in Microsoft tools, utilizing them effectively for data management, communication, and project organization.
Expert in Microsoft Excel for data analysis, using functions like VLOOKUP and pivot tables to streamline reporting.
Proficient in Microsoft Word for creating professional documents, including reports and policy manuals with advanced formatting.
Skilled in Microsoft PowerPoint for developing eng...
Code to sort an array of strings in alphabetical order
Use the sort() method to sort the array of strings
Pass a compare function to sort alphabetically
The 2-sum problem involves finding two numbers in an array that add up to a specific target.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the array, checking if the complement (target - current number) exists in the map.
Example: For array [2, 7, 11, 15] and target 9, return indices [0, 1] since 2 + 7 = 9.
Time complexity is O(n) due to single pass through the array.
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Regression testing is performed after code changes to verify that the existing functionality still works correctly.
It helps in identifying any defects introduced by new code changes.
Automated testing tools are often used for regression testing to save time and eff...
Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.
Smoke testing is a quick and shallow testing of the critical functionalities of an application.
It is usually performed before more in-depth testing to ensure that the application is stable enough for further testing.
The main purpose of smoke testing is to verify that the application is ready for ...
Use binary search to find the key in a sorted and rotated array.
Apply binary search to efficiently find the key in the array.
Check if the key is in the left or right half of the array based on the mid element.
Adjust the search space accordingly based on the comparison of key with elements at start, mid, and end of the array.
Find all numbers whose consecutive digits differ by 1
Iterate through all numbers and check if consecutive digits differ by 1
Start with 12 and increment by 1 until 98
Add the number to the result array if it satisfies the condition
Print all anagrams of same type in same line from array of Strings
Create a HashMap with sorted string as key and list of anagrams as value
Iterate through array and add each string to corresponding list in HashMap
Print all values in HashMap
I applied via Campus Placement
Percentage, average, verbal, reasoning, topic writing
I am a recent graduate with a degree in Business Administration and a passion for marketing and sales.
Graduated with a degree in Business Administration
Passionate about marketing and sales
Eager to learn and grow in a professional setting
Code to sort an array of strings in alphabetical order
Use the sort() method to sort the array of strings
Pass a compare function to sort alphabetically
I am passionate about contributing to a dynamic team and growing my skills in a company that values innovation and collaboration.
I admire the company's commitment to sustainability, as seen in your recent green initiatives.
I am excited about the opportunity to work with cutting-edge technology, particularly in your recent project on AI-driven solutions.
The company's culture of continuous learning aligns with my persona...
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
I rate myself as proficient in Linux, with experience in system administration, scripting, and troubleshooting.
Proficient in Linux system administration tasks such as user management, file permissions, and package management
Skilled in shell scripting for automation and task simplification
Experienced in troubleshooting common Linux issues like network configuration and software installation
Familiar with Linux server set...
UMASK is a value that sets default permissions for newly created files and directories for a user. UMASK value for root user is typically 022.
UMASK is a four-digit octal number that represents the permissions for newly created files and directories.
The UMASK value for the root user is typically 022, which means that the default permissions for new files are 644 and for new directories are 755.
PODs are the smallest deployable units in Kubernetes, while manifest files define the desired state of resources.
PODs are groups of containers that share the same network and storage resources
Manifest files are YAML or JSON files that describe the desired state of Kubernetes resources
Manifest files include information such as the type of resource, its name, labels, and specifications
Manifest files can be used to create...
I implemented various initiatives to promote diversity and inclusion, fostering a more equitable workplace culture.
Developed a diversity recruitment strategy that increased minority hires by 30% over two years.
Organized workshops on unconscious bias and cultural competency for all employees, enhancing awareness and understanding.
Established employee resource groups (ERGs) to support underrepresented groups, providing a...
I am proficient in Microsoft tools, utilizing them effectively for data management, communication, and project organization.
Expert in Microsoft Excel for data analysis, using functions like VLOOKUP and pivot tables to streamline reporting.
Proficient in Microsoft Word for creating professional documents, including reports and policy manuals with advanced formatting.
Skilled in Microsoft PowerPoint for developing engaging...
Good HackerRank Question
The 2-sum problem involves finding two numbers in an array that add up to a specific target.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the array, checking if the complement (target - current number) exists in the map.
Example: For array [2, 7, 11, 15] and target 9, return indices [0, 1] since 2 + 7 = 9.
Time complexity is O(n) due to single pass through the array.
The left view of a tree shows the nodes that are visible when looking at the tree from the left side.
Traverse the tree in a level order manner
Keep track of the first node encountered at each level
Add the first node at each level to the result array
I am passionate about the work Far Eye is doing and believe in the company's mission and values.
I am excited about the opportunity to work with a talented team at Far Eye.
I value the company's culture and believe I can contribute positively to it.
I am looking for a new challenge and growth opportunities in my career.
I believe in the potential for personal and professional development at Far Eye.
I am willing to prioriti...
Standard dsa questions, easy to medium
I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.
General aptitude with some math questions
Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.
Smoke testing is a quick and shallow testing of the critical functionalities of an application.
It is usually performed before more in-depth testing to ensure that the application is stable enough for further testing.
The main purpose of smoke testing is to verify that the application is ready for more ...
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Regression testing is performed after code changes to verify that the existing functionality still works correctly.
It helps in identifying any defects introduced by new code changes.
Automated testing tools are often used for regression testing to save time and effort.
R...
I appeared for an interview before Mar 2024.
Simple aptitude questions.
Simple algorithm and logics. Python and SQL
Discussion with Higher management
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
1 DSA medium level based on string manipulation
Use binary search to find the key in a sorted and rotated array.
Apply binary search to efficiently find the key in the array.
Check if the key is in the left or right half of the array based on the mid element.
Adjust the search space accordingly based on the comparison of key with elements at start, mid, and end of the array.
Top trending discussions
The duration of FarEye interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 17 interview experiences
Difficulty level
Duration
based on 215 reviews
Rating in categories
Solution Engineer
121
salaries
| ₹5.5 L/yr - ₹13.7 L/yr |
Senior Solution Engineer
62
salaries
| ₹8.6 L/yr - ₹15.3 L/yr |
Technical Support Engineer
57
salaries
| ₹2.8 L/yr - ₹5.6 L/yr |
Technical Engineer
46
salaries
| ₹2.8 L/yr - ₹5.3 L/yr |
Software Development Engineer II
41
salaries
| ₹22 L/yr - ₹34.8 L/yr |
Chegg
Tekwissen
Softenger
Knight Frank