Mindfire Solutions 面试经验 |设置 2
大家好,
最近,我在布巴内斯瓦尔的 Mindfire Solutions 接受了软件开发职位的面试。
第 1 轮:在线编码轮,由 5 个编码问题组成,评分不递减。首选语言:C、C++、 Java。分配时间:2小时。
Q1。代码找出给定六边形的周长。
Q2。用于反转字符串中的单词的代码。 https://www.geeksforgeeks.org/reverse-words-in-a-given-string/
Q3。给定一个字符串数组:{“Sdjksajd”、“Skjdasjj”、“Bjsdakja”、“Xhudhau”、“Eeeeggg”、“Chrome”}。在不使用库函数的情况下按字母顺序显示它们。
O/P:-“ Bjsdakja_Chrome_Eeeeggg_Sdjksajd_Skjdasjj_Xhudhau ”。
Q4。我不记得确切的问题。
Given p number of men sitting in a circular table. A man initiates hitting his team-mates in a clockwise cyclic order. He hits his neighbour at distance(k) ,where k>0. His neighbour then hits k th fellow neighbour and eliminates himself. This process continues until there is only one survivor. Find the number of steps it took to kill all men and find out the survivor.
Refer: https://www.geeksforgeeks.org/josephus-problem-set-1-a-on-solution/
Q5。给定一个字符串“XYZ”。按字典顺序打印所有排列。
参考:https://www.geeksforgeeks.org/lexicographic-permutations-of-string/
第 2 轮:通过第 1 轮后,您将进行在线心理测试。时长:1小时。
注意:- 尝试所有问题。
第三轮:技术面试一。时间:1.5小时。提出的问题纯粹是基于简历。
- Introduce yourself.
- Explain any one project mentioned in your Resume and asked questions on further improvements and challenges being faced.
- Write code to convert a date datatype to float.
- OOPS concepts.(Questions on Static, Mutable, Inheritance etc. )
- Database Design, Normalization Questions.Much focus has been given on designing databases.
- Write a recursive code to find the min. number of jumps to reach the last index of an array.For example:
Given array A =[2,3,1,1,4]
The minimum number of jumps to reach the last index is2
. (Jump1
step from index 0 to 1, then3
steps to the last index.)Note: You can assume that you can always reach the last index. - Various Joins, DML, DDL statements and SQL Queries.
- Database schema related questions.
9. Write a code to convert “BUCKY ROBERTS” to “BR_UO_CB_KE_YR_R_T_S”.
第 4 轮:技术面试 II。时间:约 1.5 小时
- 基于笔纸的关于数据库和 SQL 查询的书面 Q/A。最初提出了一些棘手的问题。
- 什么是 HTML 中的空元素以及更多与网络技术(css、javascipt、jQuery)相关的逻辑问题。
- JS中==和===有什么区别?
- 编写基本的 HTML 代码以添加背景图像并在其中间附加文本。现在添加 4 个复选框,在一定时间(比如 2 秒)后插入每个复选框并计算用户给出的检查次数。
- 编写所有 css 选择器。 display:none 和 visibility:hidden 在 css 中有什么区别?
- 关于使用console.log()的 JS 内部函数的荒谬问题。无法回答。
- 关于 JS 计时事件的问题。有人提出了更多关于 Web Tech 的逻辑问题。
人力资源回合:
询问了所有基本的正式问题。