楼主: Oceanid77
跳转到指定楼层
上一主题 下一主题
收起左侧

刷题记录帖

🔗
 楼主| Oceanid77 2020-1-8 08:45:01 | 只看该作者
全局:
Today's take:
1 attend the meeting with ventoven.
BQ.
make sure we are at the same level. clarify the misunderstanding. respond on time.
understand issue and come up with solution.

bamboo:
is a continuous integration server thst csn be used to automate the release management for software application, creating a continuous delivery pipeline.
build process: compile-run unit testss- run integration tests-package.
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-8 09:45:15 | 只看该作者
全局:
https://www.softwaretestinghelp.com/system-testing/
http://www.qatutorial.com/Automation_Framework
Exploratory tetsing.

automation testing:
what iis that? advantage of it.

limitation of automation testing

manual testing: use tool.
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-8 12:19:47 | 只看该作者
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-9 14:35:46 | 只看该作者
全局:
本帖最后由 Oceanid77 于 2020-1-9 14:54 编辑


https://yangshun.github.io/tech- ... k/questions-to-ask/

Array:
121. Best Time to Buy and Sell Stock
1. brute force
2. dp. thinking process.
3.transform to maximum subarray

53. Maximum Subarray
thinking process
238. Product of Array Except Self
similar to above questions

54. Spiral Matrix
448. Find All Numbers Disappeared in an Array
hashmap/
https://leetcode.com/problems/fi ... ted-simple-solution
new idea.
560. Subarray Sum Equals K
study it!!!

283. Move Zeroes
11. Container With Most Water
66. Plus One
128. Longest Consecutive Sequence
75. Sort Colors
280. Wiggle Sort
228. Summary Ranges

binary search
162. Find Peak Element
57. Insert Interval


SLIDING WINDOW:
我记得有模板的。
3. Longest Substring Without Repeating Characters


31. Next Permutation
289. Game of Life
没有做

208. Implement Trie (Prefix Tree)
a new data structure.
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-11 03:44:25 | 只看该作者
全局:
anagram:
sort.
hashmap to count

palindrome:
reverse and see if they are same
two pointer

corner case
empty string
string with 1 or 2 characters
with repeated characters??
with only one distinct character
54. Spiral Matrix??
yun/ too many detail/ not very sure. study again
283. Move Zeroes
two ponter
code improvement.
75. Sort Colors
similiar
280. Wiggle Sort
approach 2 study it
approach 1 practice it
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-12 08:58:08 | 只看该作者
全局:
Difference between concat() and + operator in Java
https://www.geeksforgeeks.org/di ... d-operator-in-java/
228. Summary Ranges
binary search
162. Find Peak Element
57. Insert Interval
       
Search a 2D Matrix II
Kth Smallest Element in a BST
50. Pow(x, n)
Peak Index in a Mountain Array


his is called the Search Space. Binary Search maintains the left, right, and middle indicies of the search space and compares the search target or applies the search condition to the middle value of the collection; if the condition is unsatisfied or values unequal, the half in which the target cannot lie is eliminated and the search continues on the remaining half until it is successful.

1011. Capacity To Ship Packages Within D Days
boundry value 的选择。
875. Koko Eating Bananas
69. Sqrt(x)
33. Search in Rotated Sorted Array!!white board it.
374. Guess Number Higher or Lower
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-13 12:09:00 | 只看该作者
全局:
sort

not in place
merge sort

sort efficiency
run time or execution time

basic operation in sorting - comparision and record movement.
time somplexity depend on initial data

sort stability
stable sort : preserves the relative order of the duplicate keys in the sorted output

Selection sort:
not data sensitive
less data movement
process.
O(n^2)
inplace
unstable

bubble sort:
process
O(n^2)
data sensitive
in place
unstable
improvement: record swap each swap and if swap == 0, then stop

insertion sort
data sensitive
O(n^2)
stable
inplace

merge sort
recursive method
quick sort
pivot / recursively use this technique



test plan examplre
leadership
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-14 11:32:48 | 只看该作者
全局:
interview today
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-15 11:04:34 | 只看该作者
全局:
rest today start tomorrow
回复

使用道具 举报

🔗
 楼主| Oceanid77 2020-1-16 09:37:26 | 只看该作者
全局:
interview question

1 what is the creteria that you think the product is ready to ship?
2 what do you define quality?
3 What is the release frequency?

what I learned from interview.

1 show your passion:
why do you choose this compay?
what is the product that interested you?
why do you like QA?


2have some concrete examples
5 why example
practice in front of camera.

3 keep on working with leetcode
be more flexible
do more with string.
刷题总结

practice to be more emotion mature
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表